2024-09-21T18:40:52.208 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-21T18:40:52.228 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-21T18:40:52.306 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914123 branch: wip-adk-testing-2024-09-21-1014 description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: adking@redhat.com first_in_suite: false job_id: '7914123' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-adk-testing-2024-09-21-1014 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - CEPHADM_DAEMON_PLACE_FAIL - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 0ecbb435437226bc091a0c2d4549ba25bf724efe ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 0ecbb435437226bc091a0c2d4549ba25bf724efe workunit: branch: wip-adk-testing-2024-09-21-1014 sha1: 0ecbb435437226bc091a0c2d4549ba25bf724efe owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 9557 sha1: 0ecbb435437226bc091a0c2d4549ba25bf724efe sleep_before_teardown: 0 subset: 1/20 suite: orch:cephadm suite_branch: wip-adk-testing-2024-09-21-1014 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_0ecbb435437226bc091a0c2d4549ba25bf724efe/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 0ecbb435437226bc091a0c2d4549ba25bf724efe targets: smithi107.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPqYBCyd3r7G1dQFB32NYcxykMI3RAO45qd+DJi0wCs5BD6FGIwAlOsGrmAFQCihWVicwTcG90k08yhgHAwiz54= smithi160.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMUZbN6CNo8YKWBXkdlS8iZ6omwzNlhzaTAA+xk2GvszG2j8xxIg1RzmUPL56+CPCiURR9DZBfVg9jcEsnG3p7U= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo -o port=2999 - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - vip.exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-21_16:57:11 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2902 2024-09-21T18:40:52.306 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_0ecbb435437226bc091a0c2d4549ba25bf724efe/qa; will attempt to use it 2024-09-21T18:40:52.307 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_0ecbb435437226bc091a0c2d4549ba25bf724efe/qa/tasks 2024-09-21T18:40:52.307 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-21T18:40:52.309 INFO:teuthology.task.internal:Checking packages... 2024-09-21T18:40:52.331 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '0ecbb435437226bc091a0c2d4549ba25bf724efe' 2024-09-21T18:40:52.331 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-21T18:40:52.331 INFO:teuthology.packaging:ref: None 2024-09-21T18:40:52.331 INFO:teuthology.packaging:tag: None 2024-09-21T18:40:52.331 INFO:teuthology.packaging:branch: wip-adk-testing-2024-09-21-1014 2024-09-21T18:40:52.331 INFO:teuthology.packaging:sha1: 0ecbb435437226bc091a0c2d4549ba25bf724efe 2024-09-21T18:40:52.332 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-adk-testing-2024-09-21-1014 2024-09-21T18:40:52.487 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-5129-g0ecbb435-1jammy 2024-09-21T18:40:52.488 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-21T18:40:52.495 INFO:teuthology.task.internal:no buildpackages task found 2024-09-21T18:40:52.495 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-21T18:40:52.502 INFO:teuthology.task.internal:Saving configuration 2024-09-21T18:40:52.516 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-21T18:40:52.522 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-21T18:40:52.544 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi107.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914123', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-21 18:35:11.067992', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBB8oeMx/qCB6gP99gWfxBoiGFkuUH+YGeWkuxzRh/4b'} 2024-09-21T18:40:52.570 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi160.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914123', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-21 18:35:11.066433', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG1FDlN2oBJBMSsuHm/v65dGNweOXB4y42MODYaQ0zeG'} 2024-09-21T18:40:52.570 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-21T18:40:52.576 INFO:teuthology.task.internal:roles: ubuntu@smithi107.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-09-21T18:40:52.576 INFO:teuthology.task.internal:roles: ubuntu@smithi160.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-09-21T18:40:52.576 INFO:teuthology.run_tasks:Running task console_log... 2024-09-21T18:40:52.637 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f7be7948280>, signals=[15]) 2024-09-21T18:40:52.637 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-21T18:40:52.642 INFO:teuthology.task.internal:Opening connections... 2024-09-21T18:40:52.643 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi107.front.sepia.ceph.com 2024-09-21T18:40:52.644 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:40:52.723 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi160.front.sepia.ceph.com 2024-09-21T18:40:52.725 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:40:52.812 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-21T18:40:52.819 DEBUG:teuthology.orchestra.run.smithi107:> uname -m 2024-09-21T18:40:52.824 INFO:teuthology.orchestra.run.smithi107.stdout:x86_64 2024-09-21T18:40:52.824 DEBUG:teuthology.orchestra.run.smithi107:> cat /etc/os-release 2024-09-21T18:40:52.868 INFO:teuthology.orchestra.run.smithi107.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-21T18:40:52.868 INFO:teuthology.orchestra.run.smithi107.stdout:NAME="Ubuntu" 2024-09-21T18:40:52.869 INFO:teuthology.orchestra.run.smithi107.stdout:VERSION_ID="22.04" 2024-09-21T18:40:52.869 INFO:teuthology.orchestra.run.smithi107.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-21T18:40:52.869 INFO:teuthology.orchestra.run.smithi107.stdout:VERSION_CODENAME=jammy 2024-09-21T18:40:52.869 INFO:teuthology.orchestra.run.smithi107.stdout:ID=ubuntu 2024-09-21T18:40:52.869 INFO:teuthology.orchestra.run.smithi107.stdout:ID_LIKE=debian 2024-09-21T18:40:52.869 INFO:teuthology.orchestra.run.smithi107.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-21T18:40:52.869 INFO:teuthology.orchestra.run.smithi107.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-21T18:40:52.869 INFO:teuthology.orchestra.run.smithi107.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-21T18:40:52.869 INFO:teuthology.orchestra.run.smithi107.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-21T18:40:52.869 INFO:teuthology.orchestra.run.smithi107.stdout:UBUNTU_CODENAME=jammy 2024-09-21T18:40:52.870 INFO:teuthology.lock.ops:Updating smithi107.front.sepia.ceph.com on lock server 2024-09-21T18:40:52.892 DEBUG:teuthology.orchestra.run.smithi160:> uname -m 2024-09-21T18:40:52.897 INFO:teuthology.orchestra.run.smithi160.stdout:x86_64 2024-09-21T18:40:52.897 DEBUG:teuthology.orchestra.run.smithi160:> cat /etc/os-release 2024-09-21T18:40:52.944 INFO:teuthology.orchestra.run.smithi160.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-21T18:40:52.944 INFO:teuthology.orchestra.run.smithi160.stdout:NAME="Ubuntu" 2024-09-21T18:40:52.945 INFO:teuthology.orchestra.run.smithi160.stdout:VERSION_ID="22.04" 2024-09-21T18:40:52.945 INFO:teuthology.orchestra.run.smithi160.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-21T18:40:52.945 INFO:teuthology.orchestra.run.smithi160.stdout:VERSION_CODENAME=jammy 2024-09-21T18:40:52.945 INFO:teuthology.orchestra.run.smithi160.stdout:ID=ubuntu 2024-09-21T18:40:52.945 INFO:teuthology.orchestra.run.smithi160.stdout:ID_LIKE=debian 2024-09-21T18:40:52.945 INFO:teuthology.orchestra.run.smithi160.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-21T18:40:52.945 INFO:teuthology.orchestra.run.smithi160.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-21T18:40:52.945 INFO:teuthology.orchestra.run.smithi160.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-21T18:40:52.945 INFO:teuthology.orchestra.run.smithi160.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-21T18:40:52.945 INFO:teuthology.orchestra.run.smithi160.stdout:UBUNTU_CODENAME=jammy 2024-09-21T18:40:52.946 INFO:teuthology.lock.ops:Updating smithi160.front.sepia.ceph.com on lock server 2024-09-21T18:40:52.966 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-21T18:40:52.975 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-21T18:40:52.980 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-21T18:40:52.981 DEBUG:teuthology.orchestra.run.smithi107:> test '!' -e /home/ubuntu/cephtest 2024-09-21T18:40:52.983 DEBUG:teuthology.orchestra.run.smithi160:> test '!' -e /home/ubuntu/cephtest 2024-09-21T18:40:52.992 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-21T18:40:52.997 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-21T18:40:52.997 DEBUG:teuthology.orchestra.run.smithi107:> test -z $(ls -A /var/lib/ceph) 2024-09-21T18:40:53.030 DEBUG:teuthology.orchestra.run.smithi160:> test -z $(ls -A /var/lib/ceph) 2024-09-21T18:40:53.055 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-21T18:40:53.108 INFO:teuthology.run_tasks:Running task kernel... 2024-09-21T18:40:53.123 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-21T18:40:53.123 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-21T18:40:53.124 DEBUG:teuthology.orchestra.run.smithi107:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-21T18:40:53.124 DEBUG:teuthology.orchestra.run.smithi160:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-21T18:40:53.128 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T18:40:53.129 DEBUG:teuthology.orchestra.run.smithi160:> uname -r 2024-09-21T18:40:53.129 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T18:40:53.130 DEBUG:teuthology.orchestra.run.smithi107:> uname -r 2024-09-21T18:40:53.178 INFO:teuthology.orchestra.run.smithi107.stdout:5.15.0-56-generic 2024-09-21T18:40:53.178 INFO:teuthology.orchestra.run.smithi160.stdout:5.15.0-56-generic 2024-09-21T18:40:53.179 INFO:teuthology.task.kernel:Running kernel on smithi107: 5.15.0-56-generic 2024-09-21T18:40:53.179 DEBUG:teuthology.orchestra.run.smithi107:> sudo apt-get clean 2024-09-21T18:40:53.179 INFO:teuthology.task.kernel:Running kernel on smithi160: 5.15.0-56-generic 2024-09-21T18:40:53.179 DEBUG:teuthology.orchestra.run.smithi160:> sudo apt-get clean 2024-09-21T18:40:53.302 DEBUG:teuthology.orchestra.run.smithi107:> sudo apt-get update 2024-09-21T18:40:53.318 DEBUG:teuthology.orchestra.run.smithi160:> sudo apt-get update 2024-09-21T18:40:53.451 INFO:teuthology.orchestra.run.smithi160.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-21T18:40:53.459 INFO:teuthology.orchestra.run.smithi107.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-21T18:40:53.563 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T18:40:53.570 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T18:40:53.645 INFO:teuthology.orchestra.run.smithi107.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-21T18:40:53.651 INFO:teuthology.orchestra.run.smithi160.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-21T18:40:53.667 INFO:teuthology.orchestra.run.smithi107.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,839 kB] 2024-09-21T18:40:53.679 INFO:teuthology.orchestra.run.smithi160.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [544 kB] 2024-09-21T18:40:53.747 INFO:teuthology.orchestra.run.smithi160.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,839 kB] 2024-09-21T18:40:53.771 INFO:teuthology.orchestra.run.smithi107.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [544 kB] 2024-09-21T18:40:53.775 INFO:teuthology.orchestra.run.smithi107.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [298 kB] 2024-09-21T18:40:53.777 INFO:teuthology.orchestra.run.smithi107.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-21T18:40:53.777 INFO:teuthology.orchestra.run.smithi107.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-21T18:40:53.778 INFO:teuthology.orchestra.run.smithi107.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,431 kB] 2024-09-21T18:40:53.786 INFO:teuthology.orchestra.run.smithi160.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [298 kB] 2024-09-21T18:40:53.789 INFO:teuthology.orchestra.run.smithi160.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-21T18:40:53.790 INFO:teuthology.orchestra.run.smithi160.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,431 kB] 2024-09-21T18:40:53.800 INFO:teuthology.orchestra.run.smithi107.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [418 kB] 2024-09-21T18:40:53.802 INFO:teuthology.orchestra.run.smithi107.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-21T18:40:53.803 INFO:teuthology.orchestra.run.smithi107.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [905 kB] 2024-09-21T18:40:53.810 INFO:teuthology.orchestra.run.smithi107.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [629 kB] 2024-09-21T18:40:53.815 INFO:teuthology.orchestra.run.smithi107.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [177 kB] 2024-09-21T18:40:53.817 INFO:teuthology.orchestra.run.smithi107.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-21T18:40:53.817 INFO:teuthology.orchestra.run.smithi107.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-21T18:40:53.817 INFO:teuthology.orchestra.run.smithi107.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-21T18:40:53.818 INFO:teuthology.orchestra.run.smithi107.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-21T18:40:53.818 INFO:teuthology.orchestra.run.smithi160.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-21T18:40:53.819 INFO:teuthology.orchestra.run.smithi160.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [418 kB] 2024-09-21T18:40:53.821 INFO:teuthology.orchestra.run.smithi160.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-21T18:40:53.821 INFO:teuthology.orchestra.run.smithi160.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [629 kB] 2024-09-21T18:40:53.825 INFO:teuthology.orchestra.run.smithi160.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [905 kB] 2024-09-21T18:40:53.831 INFO:teuthology.orchestra.run.smithi160.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [177 kB] 2024-09-21T18:40:53.832 INFO:teuthology.orchestra.run.smithi160.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-21T18:40:53.832 INFO:teuthology.orchestra.run.smithi160.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-21T18:40:53.858 INFO:teuthology.orchestra.run.smithi107.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-21T18:40:53.878 INFO:teuthology.orchestra.run.smithi160.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-21T18:40:53.878 INFO:teuthology.orchestra.run.smithi160.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-21T18:40:53.878 INFO:teuthology.orchestra.run.smithi160.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-21T18:40:53.999 INFO:teuthology.orchestra.run.smithi107.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-21T18:40:54.007 INFO:teuthology.orchestra.run.smithi160.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-21T18:40:54.137 INFO:teuthology.orchestra.run.smithi107.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,062 kB] 2024-09-21T18:40:54.145 INFO:teuthology.orchestra.run.smithi160.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [703 kB] 2024-09-21T18:40:54.339 INFO:teuthology.orchestra.run.smithi160.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,062 kB] 2024-09-21T18:40:54.490 INFO:teuthology.orchestra.run.smithi107.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [703 kB] 2024-09-21T18:40:54.498 INFO:teuthology.orchestra.run.smithi107.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [356 kB] 2024-09-21T18:40:54.499 INFO:teuthology.orchestra.run.smithi160.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [356 kB] 2024-09-21T18:40:54.505 INFO:teuthology.orchestra.run.smithi107.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-21T18:40:54.505 INFO:teuthology.orchestra.run.smithi107.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,499 kB] 2024-09-21T18:40:54.513 INFO:teuthology.orchestra.run.smithi160.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-21T18:40:54.514 INFO:teuthology.orchestra.run.smithi160.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,499 kB] 2024-09-21T18:40:54.584 INFO:teuthology.orchestra.run.smithi160.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-21T18:40:54.584 INFO:teuthology.orchestra.run.smithi160.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [430 kB] 2024-09-21T18:40:54.593 INFO:teuthology.orchestra.run.smithi107.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-21T18:40:54.594 INFO:teuthology.orchestra.run.smithi107.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [430 kB] 2024-09-21T18:40:54.601 INFO:teuthology.orchestra.run.smithi160.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-21T18:40:54.601 INFO:teuthology.orchestra.run.smithi160.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [733 kB] 2024-09-21T18:40:54.602 INFO:teuthology.orchestra.run.smithi107.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-21T18:40:54.602 INFO:teuthology.orchestra.run.smithi107.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [733 kB] 2024-09-21T18:40:54.617 INFO:teuthology.orchestra.run.smithi107.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,125 kB] 2024-09-21T18:40:54.623 INFO:teuthology.orchestra.run.smithi160.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,125 kB] 2024-09-21T18:40:54.653 INFO:teuthology.orchestra.run.smithi160.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-21T18:40:54.661 INFO:teuthology.orchestra.run.smithi160.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-21T18:40:54.662 INFO:teuthology.orchestra.run.smithi160.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-21T18:40:54.663 INFO:teuthology.orchestra.run.smithi160.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-21T18:40:54.665 INFO:teuthology.orchestra.run.smithi107.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-21T18:40:54.670 INFO:teuthology.orchestra.run.smithi107.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-21T18:40:54.671 INFO:teuthology.orchestra.run.smithi107.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-21T18:40:54.671 INFO:teuthology.orchestra.run.smithi107.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-21T18:40:54.737 INFO:teuthology.orchestra.run.smithi107.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-21T18:40:54.737 INFO:teuthology.orchestra.run.smithi107.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-21T18:40:54.737 INFO:teuthology.orchestra.run.smithi107.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-21T18:40:54.737 INFO:teuthology.orchestra.run.smithi160.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-21T18:40:54.738 INFO:teuthology.orchestra.run.smithi160.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-21T18:40:54.738 INFO:teuthology.orchestra.run.smithi160.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-21T18:40:54.738 INFO:teuthology.orchestra.run.smithi160.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-21T18:40:54.738 INFO:teuthology.orchestra.run.smithi107.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-21T18:40:54.739 INFO:teuthology.orchestra.run.smithi107.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-21T18:40:54.739 INFO:teuthology.orchestra.run.smithi160.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-21T18:40:54.744 INFO:teuthology.orchestra.run.smithi160.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-21T18:40:54.744 INFO:teuthology.orchestra.run.smithi160.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-21T18:40:54.744 INFO:teuthology.orchestra.run.smithi160.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-21T18:40:54.818 INFO:teuthology.orchestra.run.smithi107.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-21T18:40:54.818 INFO:teuthology.orchestra.run.smithi107.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-21T18:40:54.819 INFO:teuthology.orchestra.run.smithi107.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-21T18:40:54.819 INFO:teuthology.orchestra.run.smithi107.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-21T18:40:54.819 INFO:teuthology.orchestra.run.smithi107.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-21T18:40:54.825 INFO:teuthology.orchestra.run.smithi160.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-21T18:40:54.826 INFO:teuthology.orchestra.run.smithi160.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-21T18:41:00.099 INFO:teuthology.orchestra.run.smithi160.stdout:Fetched 16.3 MB in 2s (7,493 kB/s) 2024-09-21T18:41:00.146 INFO:teuthology.orchestra.run.smithi107.stdout:Fetched 16.3 MB in 2s (7,406 kB/s) 2024-09-21T18:41:01.541 INFO:teuthology.orchestra.run.smithi160.stdout:Reading package lists... 2024-09-21T18:41:01.559 DEBUG:teuthology.orchestra.run.smithi160:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-21T18:41:01.613 INFO:teuthology.orchestra.run.smithi160.stdout:Reading package lists... 2024-09-21T18:41:01.642 INFO:teuthology.orchestra.run.smithi107.stdout:Reading package lists... 2024-09-21T18:41:01.660 DEBUG:teuthology.orchestra.run.smithi107:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-21T18:41:01.713 INFO:teuthology.orchestra.run.smithi107.stdout:Reading package lists... 2024-09-21T18:41:01.800 INFO:teuthology.orchestra.run.smithi160.stdout:Building dependency tree... 2024-09-21T18:41:01.800 INFO:teuthology.orchestra.run.smithi160.stdout:Reading state information... 2024-09-21T18:41:01.900 INFO:teuthology.orchestra.run.smithi107.stdout:Building dependency tree... 2024-09-21T18:41:01.901 INFO:teuthology.orchestra.run.smithi107.stdout:Reading state information... 2024-09-21T18:41:01.970 INFO:teuthology.orchestra.run.smithi160.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T18:41:01.970 INFO:teuthology.orchestra.run.smithi160.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T18:41:01.970 INFO:teuthology.orchestra.run.smithi160.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T18:41:01.971 INFO:teuthology.orchestra.run.smithi160.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T18:41:01.971 INFO:teuthology.orchestra.run.smithi160.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-21T18:41:01.971 INFO:teuthology.orchestra.run.smithi160.stdout: python2.7-minimal 2024-09-21T18:41:01.971 INFO:teuthology.orchestra.run.smithi160.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T18:41:01.972 INFO:teuthology.orchestra.run.smithi160.stdout:The following additional packages will be installed: 2024-09-21T18:41:01.973 INFO:teuthology.orchestra.run.smithi160.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-21T18:41:01.973 INFO:teuthology.orchestra.run.smithi160.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-21T18:41:01.973 INFO:teuthology.orchestra.run.smithi160.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-21T18:41:01.974 INFO:teuthology.orchestra.run.smithi160.stdout:Suggested packages: 2024-09-21T18:41:01.974 INFO:teuthology.orchestra.run.smithi160.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-21T18:41:01.974 INFO:teuthology.orchestra.run.smithi160.stdout:Recommended packages: 2024-09-21T18:41:01.974 INFO:teuthology.orchestra.run.smithi160.stdout: thermald 2024-09-21T18:41:02.026 INFO:teuthology.orchestra.run.smithi160.stdout:The following NEW packages will be installed: 2024-09-21T18:41:02.026 INFO:teuthology.orchestra.run.smithi160.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-21T18:41:02.026 INFO:teuthology.orchestra.run.smithi160.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-21T18:41:02.026 INFO:teuthology.orchestra.run.smithi160.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-21T18:41:02.027 INFO:teuthology.orchestra.run.smithi160.stdout:The following packages will be upgraded: 2024-09-21T18:41:02.028 INFO:teuthology.orchestra.run.smithi160.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-21T18:41:02.070 INFO:teuthology.orchestra.run.smithi107.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T18:41:02.070 INFO:teuthology.orchestra.run.smithi107.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T18:41:02.070 INFO:teuthology.orchestra.run.smithi107.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T18:41:02.071 INFO:teuthology.orchestra.run.smithi107.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T18:41:02.071 INFO:teuthology.orchestra.run.smithi107.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-21T18:41:02.071 INFO:teuthology.orchestra.run.smithi107.stdout: python2.7-minimal 2024-09-21T18:41:02.071 INFO:teuthology.orchestra.run.smithi107.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T18:41:02.072 INFO:teuthology.orchestra.run.smithi107.stdout:The following additional packages will be installed: 2024-09-21T18:41:02.072 INFO:teuthology.orchestra.run.smithi107.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-21T18:41:02.072 INFO:teuthology.orchestra.run.smithi107.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-21T18:41:02.073 INFO:teuthology.orchestra.run.smithi107.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-21T18:41:02.074 INFO:teuthology.orchestra.run.smithi107.stdout:Suggested packages: 2024-09-21T18:41:02.074 INFO:teuthology.orchestra.run.smithi107.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-21T18:41:02.074 INFO:teuthology.orchestra.run.smithi107.stdout:Recommended packages: 2024-09-21T18:41:02.074 INFO:teuthology.orchestra.run.smithi107.stdout: thermald 2024-09-21T18:41:02.120 INFO:teuthology.orchestra.run.smithi107.stdout:The following NEW packages will be installed: 2024-09-21T18:41:02.121 INFO:teuthology.orchestra.run.smithi107.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-21T18:41:02.121 INFO:teuthology.orchestra.run.smithi107.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-21T18:41:02.121 INFO:teuthology.orchestra.run.smithi107.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-21T18:41:02.122 INFO:teuthology.orchestra.run.smithi107.stdout:The following packages will be upgraded: 2024-09-21T18:41:02.122 INFO:teuthology.orchestra.run.smithi107.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-21T18:41:02.174 INFO:teuthology.orchestra.run.smithi107.stdout:3 upgraded, 5 newly installed, 0 to remove and 345 not upgraded. 2024-09-21T18:41:02.174 INFO:teuthology.orchestra.run.smithi107.stdout:Need to get 113 MB of archives. 2024-09-21T18:41:02.174 INFO:teuthology.orchestra.run.smithi107.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-21T18:41:02.174 INFO:teuthology.orchestra.run.smithi107.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-21T18:41:02.207 INFO:teuthology.orchestra.run.smithi160.stdout:3 upgraded, 5 newly installed, 0 to remove and 345 not upgraded. 2024-09-21T18:41:02.207 INFO:teuthology.orchestra.run.smithi160.stdout:Need to get 113 MB of archives. 2024-09-21T18:41:02.208 INFO:teuthology.orchestra.run.smithi160.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-21T18:41:02.208 INFO:teuthology.orchestra.run.smithi160.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-21T18:41:02.619 INFO:teuthology.orchestra.run.smithi107.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-21T18:41:02.716 INFO:teuthology.orchestra.run.smithi107.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-21T18:41:03.543 INFO:teuthology.orchestra.run.smithi107.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-21T18:41:03.543 INFO:teuthology.orchestra.run.smithi107.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-21T18:41:03.543 INFO:teuthology.orchestra.run.smithi107.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-21T18:41:03.620 INFO:teuthology.orchestra.run.smithi160.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-21T18:41:03.667 INFO:teuthology.orchestra.run.smithi107.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-21T18:41:03.688 INFO:teuthology.orchestra.run.smithi107.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-21T18:41:04.022 INFO:teuthology.orchestra.run.smithi160.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-21T18:41:04.205 INFO:teuthology.orchestra.run.smithi107.stdout:Fetched 113 MB in 2s (69.9 MB/s) 2024-09-21T18:41:04.389 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-21T18:41:06.191 INFO:teuthology.orchestra.run.smithi160.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-21T18:41:06.191 INFO:teuthology.orchestra.run.smithi160.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-21T18:41:06.192 INFO:teuthology.orchestra.run.smithi160.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-21T18:41:06.412 INFO:teuthology.orchestra.run.smithi107.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-09-21T18:41:06.417 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T18:41:06.536 INFO:teuthology.orchestra.run.smithi160.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-21T18:41:06.616 INFO:teuthology.orchestra.run.smithi160.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-21T18:41:06.653 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:41:07.017 INFO:teuthology.orchestra.run.smithi160.stdout:Fetched 113 MB in 5s (24.7 MB/s) 2024-09-21T18:41:07.177 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-21T18:41:08.812 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-21T18:41:08.833 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T18:41:08.918 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:41:09.115 INFO:teuthology.orchestra.run.smithi160.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-09-21T18:41:09.120 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T18:41:09.199 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:41:09.474 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-21T18:41:09.486 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T18:41:09.524 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:41:11.408 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-21T18:41:11.429 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T18:41:11.515 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:41:11.986 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-21T18:41:12.007 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T18:41:12.044 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:41:16.267 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T18:41:16.392 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T18:41:16.716 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T18:41:16.829 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T18:41:17.107 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-21T18:41:17.129 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-21T18:41:17.173 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-21T18:41:18.909 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T18:41:19.062 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T18:41:19.394 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T18:41:19.515 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T18:41:19.793 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-21T18:41:19.815 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-21T18:41:19.851 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-21T18:41:22.622 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-21T18:41:22.659 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T18:41:22.697 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:41:25.422 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T18:41:25.548 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T18:41:25.765 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-21T18:41:25.802 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T18:41:25.839 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:41:25.906 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-21T18:41:26.061 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:41:26.187 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-21T18:41:26.316 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:41:27.643 INFO:teuthology.orchestra.run.smithi107.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-21T18:41:27.643 INFO:teuthology.orchestra.run.smithi107.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-21T18:41:27.643 INFO:teuthology.orchestra.run.smithi107.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-21T18:41:27.643 INFO:teuthology.orchestra.run.smithi107.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-21T18:41:28.300 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:41:28.462 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T18:41:28.584 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T18:41:28.909 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-21T18:41:29.231 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:41:29.940 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-21T18:41:30.053 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:41:30.293 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-21T18:41:30.435 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-21T18:41:30.570 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:41:31.360 INFO:teuthology.orchestra.run.smithi160.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-21T18:41:31.360 INFO:teuthology.orchestra.run.smithi160.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-21T18:41:31.360 INFO:teuthology.orchestra.run.smithi160.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-21T18:41:31.360 INFO:teuthology.orchestra.run.smithi160.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-21T18:41:31.504 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:41:31.979 INFO:teuthology.orchestra.run.smithi107.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:41:32.046 INFO:teuthology.orchestra.run.smithi107.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-21T18:41:32.046 INFO:teuthology.orchestra.run.smithi107.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-21T18:41:32.964 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-21T18:41:33.089 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-21T18:41:33.215 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:41:34.634 INFO:teuthology.orchestra.run.smithi160.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:41:34.700 INFO:teuthology.orchestra.run.smithi160.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-21T18:41:34.700 INFO:teuthology.orchestra.run.smithi160.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-21T18:41:46.470 INFO:teuthology.orchestra.run.smithi107.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-21T18:41:46.471 INFO:teuthology.orchestra.run.smithi107.stdout:Sourcing file `/etc/default/grub' 2024-09-21T18:41:46.488 INFO:teuthology.orchestra.run.smithi107.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-21T18:41:46.520 INFO:teuthology.orchestra.run.smithi107.stdout:Generating grub configuration file ... 2024-09-21T18:41:46.790 INFO:teuthology.orchestra.run.smithi107.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-21T18:41:46.802 INFO:teuthology.orchestra.run.smithi107.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-21T18:41:47.099 INFO:teuthology.orchestra.run.smithi107.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-21T18:41:47.105 INFO:teuthology.orchestra.run.smithi107.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-21T18:41:47.184 INFO:teuthology.orchestra.run.smithi107.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-21T18:41:47.190 INFO:teuthology.orchestra.run.smithi107.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-21T18:41:47.373 INFO:teuthology.orchestra.run.smithi107.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-21T18:41:47.373 INFO:teuthology.orchestra.run.smithi107.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-21T18:41:47.373 INFO:teuthology.orchestra.run.smithi107.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-21T18:41:47.414 INFO:teuthology.orchestra.run.smithi107.stdout:done 2024-09-21T18:41:47.863 DEBUG:teuthology.orchestra.run.smithi107:> dpkg -s linux-image-generic 2024-09-21T18:41:47.885 INFO:teuthology.orchestra.run.smithi107.stdout:Package: linux-image-generic 2024-09-21T18:41:47.885 INFO:teuthology.orchestra.run.smithi107.stdout:Status: install ok installed 2024-09-21T18:41:47.885 INFO:teuthology.orchestra.run.smithi107.stdout:Priority: optional 2024-09-21T18:41:47.885 INFO:teuthology.orchestra.run.smithi107.stdout:Section: kernel 2024-09-21T18:41:47.885 INFO:teuthology.orchestra.run.smithi107.stdout:Installed-Size: 21 2024-09-21T18:41:47.885 INFO:teuthology.orchestra.run.smithi107.stdout:Maintainer: Ubuntu Kernel Team 2024-09-21T18:41:47.885 INFO:teuthology.orchestra.run.smithi107.stdout:Architecture: amd64 2024-09-21T18:41:47.885 INFO:teuthology.orchestra.run.smithi107.stdout:Source: linux-meta 2024-09-21T18:41:47.885 INFO:teuthology.orchestra.run.smithi107.stdout:Version: 5.15.0.122.122 2024-09-21T18:41:47.886 INFO:teuthology.orchestra.run.smithi107.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-21T18:41:47.886 INFO:teuthology.orchestra.run.smithi107.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-21T18:41:47.886 INFO:teuthology.orchestra.run.smithi107.stdout:Recommends: thermald 2024-09-21T18:41:47.886 INFO:teuthology.orchestra.run.smithi107.stdout:Description: Generic Linux kernel image 2024-09-21T18:41:47.886 INFO:teuthology.orchestra.run.smithi107.stdout: This package will always depend on the latest generic kernel image 2024-09-21T18:41:47.886 INFO:teuthology.orchestra.run.smithi107.stdout: available. 2024-09-21T18:41:47.886 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-21T18:41:47.886 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-21T18:41:47.886 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-21T18:41:47.886 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-21T18:41:47.887 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi107.front.sepia.ceph.com, path=None, version=distro) 2024-09-21T18:41:47.887 DEBUG:teuthology.orchestra.run.smithi107:> sudo apt-get clean 2024-09-21T18:41:48.091 DEBUG:teuthology.orchestra.run.smithi107:> sudo apt-get update 2024-09-21T18:41:48.223 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T18:41:48.223 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-21T18:41:48.232 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-21T18:41:48.249 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-21T18:41:48.436 INFO:teuthology.orchestra.run.smithi160.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-21T18:41:48.436 INFO:teuthology.orchestra.run.smithi160.stdout:Sourcing file `/etc/default/grub' 2024-09-21T18:41:48.460 INFO:teuthology.orchestra.run.smithi160.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-21T18:41:48.490 INFO:teuthology.orchestra.run.smithi160.stdout:Generating grub configuration file ... 2024-09-21T18:41:48.730 INFO:teuthology.orchestra.run.smithi160.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-21T18:41:48.750 INFO:teuthology.orchestra.run.smithi160.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-21T18:41:49.060 INFO:teuthology.orchestra.run.smithi160.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-21T18:41:49.066 INFO:teuthology.orchestra.run.smithi160.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-21T18:41:49.135 INFO:teuthology.orchestra.run.smithi160.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-21T18:41:49.139 INFO:teuthology.orchestra.run.smithi160.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-21T18:41:49.284 INFO:teuthology.orchestra.run.smithi160.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-21T18:41:49.284 INFO:teuthology.orchestra.run.smithi160.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-21T18:41:49.284 INFO:teuthology.orchestra.run.smithi160.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-21T18:41:49.328 INFO:teuthology.orchestra.run.smithi160.stdout:done 2024-09-21T18:41:49.690 INFO:teuthology.orchestra.run.smithi107.stdout:Reading package lists... 2024-09-21T18:41:49.708 DEBUG:teuthology.orchestra.run.smithi107:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-21T18:41:49.773 INFO:teuthology.orchestra.run.smithi107.stdout:Reading package lists... 2024-09-21T18:41:49.855 DEBUG:teuthology.orchestra.run.smithi160:> dpkg -s linux-image-generic 2024-09-21T18:41:49.878 INFO:teuthology.orchestra.run.smithi160.stdout:Package: linux-image-generic 2024-09-21T18:41:49.878 INFO:teuthology.orchestra.run.smithi160.stdout:Status: install ok installed 2024-09-21T18:41:49.878 INFO:teuthology.orchestra.run.smithi160.stdout:Priority: optional 2024-09-21T18:41:49.878 INFO:teuthology.orchestra.run.smithi160.stdout:Section: kernel 2024-09-21T18:41:49.878 INFO:teuthology.orchestra.run.smithi160.stdout:Installed-Size: 21 2024-09-21T18:41:49.879 INFO:teuthology.orchestra.run.smithi160.stdout:Maintainer: Ubuntu Kernel Team 2024-09-21T18:41:49.879 INFO:teuthology.orchestra.run.smithi160.stdout:Architecture: amd64 2024-09-21T18:41:49.879 INFO:teuthology.orchestra.run.smithi160.stdout:Source: linux-meta 2024-09-21T18:41:49.879 INFO:teuthology.orchestra.run.smithi160.stdout:Version: 5.15.0.122.122 2024-09-21T18:41:49.879 INFO:teuthology.orchestra.run.smithi160.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-21T18:41:49.879 INFO:teuthology.orchestra.run.smithi160.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-21T18:41:49.879 INFO:teuthology.orchestra.run.smithi160.stdout:Recommends: thermald 2024-09-21T18:41:49.879 INFO:teuthology.orchestra.run.smithi160.stdout:Description: Generic Linux kernel image 2024-09-21T18:41:49.879 INFO:teuthology.orchestra.run.smithi160.stdout: This package will always depend on the latest generic kernel image 2024-09-21T18:41:49.879 INFO:teuthology.orchestra.run.smithi160.stdout: available. 2024-09-21T18:41:49.879 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-21T18:41:49.879 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-21T18:41:49.880 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-21T18:41:49.880 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-21T18:41:49.880 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi160.front.sepia.ceph.com, path=None, version=distro) 2024-09-21T18:41:49.880 DEBUG:teuthology.orchestra.run.smithi160:> sudo apt-get clean 2024-09-21T18:41:49.985 INFO:teuthology.orchestra.run.smithi107.stdout:Building dependency tree... 2024-09-21T18:41:49.986 INFO:teuthology.orchestra.run.smithi107.stdout:Reading state information... 2024-09-21T18:41:50.059 DEBUG:teuthology.orchestra.run.smithi160:> sudo apt-get update 2024-09-21T18:41:50.179 INFO:teuthology.orchestra.run.smithi107.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-21T18:41:50.179 INFO:teuthology.orchestra.run.smithi107.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T18:41:50.180 INFO:teuthology.orchestra.run.smithi107.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T18:41:50.180 INFO:teuthology.orchestra.run.smithi107.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T18:41:50.180 INFO:teuthology.orchestra.run.smithi107.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T18:41:50.180 INFO:teuthology.orchestra.run.smithi107.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-21T18:41:50.180 INFO:teuthology.orchestra.run.smithi107.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-21T18:41:50.180 INFO:teuthology.orchestra.run.smithi107.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T18:41:50.220 INFO:teuthology.orchestra.run.smithi107.stdout:0 upgraded, 0 newly installed, 0 to remove and 345 not upgraded. 2024-09-21T18:41:50.222 DEBUG:teuthology.orchestra.run.smithi107:> dpkg -s linux-image-generic 2024-09-21T18:41:50.235 INFO:teuthology.orchestra.run.smithi107.stdout:Package: linux-image-generic 2024-09-21T18:41:50.235 INFO:teuthology.orchestra.run.smithi107.stdout:Status: install ok installed 2024-09-21T18:41:50.235 INFO:teuthology.orchestra.run.smithi107.stdout:Priority: optional 2024-09-21T18:41:50.235 INFO:teuthology.orchestra.run.smithi107.stdout:Section: kernel 2024-09-21T18:41:50.236 INFO:teuthology.orchestra.run.smithi107.stdout:Installed-Size: 21 2024-09-21T18:41:50.236 INFO:teuthology.orchestra.run.smithi107.stdout:Maintainer: Ubuntu Kernel Team 2024-09-21T18:41:50.236 INFO:teuthology.orchestra.run.smithi107.stdout:Architecture: amd64 2024-09-21T18:41:50.236 INFO:teuthology.orchestra.run.smithi107.stdout:Source: linux-meta 2024-09-21T18:41:50.236 INFO:teuthology.orchestra.run.smithi107.stdout:Version: 5.15.0.122.122 2024-09-21T18:41:50.236 INFO:teuthology.orchestra.run.smithi107.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-21T18:41:50.236 INFO:teuthology.orchestra.run.smithi107.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-21T18:41:50.236 INFO:teuthology.orchestra.run.smithi107.stdout:Recommends: thermald 2024-09-21T18:41:50.236 INFO:teuthology.orchestra.run.smithi107.stdout:Description: Generic Linux kernel image 2024-09-21T18:41:50.236 INFO:teuthology.orchestra.run.smithi107.stdout: This package will always depend on the latest generic kernel image 2024-09-21T18:41:50.236 INFO:teuthology.orchestra.run.smithi107.stdout: available. 2024-09-21T18:41:50.236 DEBUG:teuthology.orchestra.run.smithi107:> mktemp 2024-09-21T18:41:50.284 INFO:teuthology.orchestra.run.smithi107.stdout:/tmp/tmp.TyJzC5bSFK 2024-09-21T18:41:50.284 DEBUG:teuthology.orchestra.run.smithi107:> sudo cp /boot/grub/grub.cfg /tmp/tmp.TyJzC5bSFK 2024-09-21T18:41:50.325 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T18:41:50.325 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-21T18:41:50.339 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod 0666 /tmp/tmp.TyJzC5bSFK 2024-09-21T18:41:50.396 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-21T18:41:50.459 DEBUG:teuthology.orchestra.remote:smithi107:/tmp/tmp.TyJzC5bSFK is 10KB 2024-09-21T18:41:50.471 DEBUG:teuthology.orchestra.run.smithi107:> rm -fr /tmp/tmp.TyJzC5bSFK 2024-09-21T18:41:50.476 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-21T18:41:50.477 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-21T18:41:50.532 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-21T18:41:50.532 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-21T18:41:50.533 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-21T18:41:50.600 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-21T18:41:50.600 DEBUG:teuthology.orchestra.run.smithi107:> sudo update-grub 2024-09-21T18:41:51.760 INFO:teuthology.orchestra.run.smithi160.stdout:Reading package lists... 2024-09-21T18:41:51.779 DEBUG:teuthology.orchestra.run.smithi160:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-21T18:41:51.846 INFO:teuthology.orchestra.run.smithi160.stdout:Reading package lists... 2024-09-21T18:41:51.871 INFO:teuthology.orchestra.run.smithi107.stderr:Sourcing file `/etc/default/grub' 2024-09-21T18:41:51.872 INFO:teuthology.orchestra.run.smithi107.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-21T18:41:51.875 INFO:teuthology.orchestra.run.smithi107.stderr:Generating grub configuration file ... 2024-09-21T18:41:52.056 INFO:teuthology.orchestra.run.smithi107.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-21T18:41:52.058 INFO:teuthology.orchestra.run.smithi160.stdout:Building dependency tree... 2024-09-21T18:41:52.060 INFO:teuthology.orchestra.run.smithi160.stdout:Reading state information... 2024-09-21T18:41:52.062 INFO:teuthology.orchestra.run.smithi107.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-21T18:41:52.259 INFO:teuthology.orchestra.run.smithi160.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-21T18:41:52.260 INFO:teuthology.orchestra.run.smithi160.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T18:41:52.260 INFO:teuthology.orchestra.run.smithi160.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T18:41:52.260 INFO:teuthology.orchestra.run.smithi160.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T18:41:52.260 INFO:teuthology.orchestra.run.smithi160.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T18:41:52.260 INFO:teuthology.orchestra.run.smithi160.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-21T18:41:52.260 INFO:teuthology.orchestra.run.smithi160.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-21T18:41:52.261 INFO:teuthology.orchestra.run.smithi160.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T18:41:52.299 INFO:teuthology.orchestra.run.smithi107.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-21T18:41:52.303 INFO:teuthology.orchestra.run.smithi160.stdout:0 upgraded, 0 newly installed, 0 to remove and 345 not upgraded. 2024-09-21T18:41:52.305 DEBUG:teuthology.orchestra.run.smithi160:> dpkg -s linux-image-generic 2024-09-21T18:41:52.306 INFO:teuthology.orchestra.run.smithi107.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-21T18:41:52.316 INFO:teuthology.orchestra.run.smithi160.stdout:Package: linux-image-generic 2024-09-21T18:41:52.317 INFO:teuthology.orchestra.run.smithi160.stdout:Status: install ok installed 2024-09-21T18:41:52.317 INFO:teuthology.orchestra.run.smithi160.stdout:Priority: optional 2024-09-21T18:41:52.317 INFO:teuthology.orchestra.run.smithi160.stdout:Section: kernel 2024-09-21T18:41:52.317 INFO:teuthology.orchestra.run.smithi160.stdout:Installed-Size: 21 2024-09-21T18:41:52.317 INFO:teuthology.orchestra.run.smithi160.stdout:Maintainer: Ubuntu Kernel Team 2024-09-21T18:41:52.317 INFO:teuthology.orchestra.run.smithi160.stdout:Architecture: amd64 2024-09-21T18:41:52.317 INFO:teuthology.orchestra.run.smithi160.stdout:Source: linux-meta 2024-09-21T18:41:52.317 INFO:teuthology.orchestra.run.smithi160.stdout:Version: 5.15.0.122.122 2024-09-21T18:41:52.317 INFO:teuthology.orchestra.run.smithi160.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-21T18:41:52.317 INFO:teuthology.orchestra.run.smithi160.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-21T18:41:52.317 INFO:teuthology.orchestra.run.smithi160.stdout:Recommends: thermald 2024-09-21T18:41:52.317 INFO:teuthology.orchestra.run.smithi160.stdout:Description: Generic Linux kernel image 2024-09-21T18:41:52.317 INFO:teuthology.orchestra.run.smithi160.stdout: This package will always depend on the latest generic kernel image 2024-09-21T18:41:52.317 INFO:teuthology.orchestra.run.smithi160.stdout: available. 2024-09-21T18:41:52.318 DEBUG:teuthology.orchestra.run.smithi160:> mktemp 2024-09-21T18:41:52.349 INFO:teuthology.orchestra.run.smithi107.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-21T18:41:52.355 INFO:teuthology.orchestra.run.smithi107.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-21T18:41:52.364 INFO:teuthology.orchestra.run.smithi160.stdout:/tmp/tmp.yaQ6rweHKr 2024-09-21T18:41:52.365 DEBUG:teuthology.orchestra.run.smithi160:> sudo cp /boot/grub/grub.cfg /tmp/tmp.yaQ6rweHKr 2024-09-21T18:41:52.421 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 0666 /tmp/tmp.yaQ6rweHKr 2024-09-21T18:41:52.481 INFO:teuthology.orchestra.run.smithi107.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-21T18:41:52.481 INFO:teuthology.orchestra.run.smithi107.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-21T18:41:52.481 INFO:teuthology.orchestra.run.smithi107.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-21T18:41:52.505 INFO:teuthology.orchestra.run.smithi107.stderr:done 2024-09-21T18:41:52.519 DEBUG:teuthology.orchestra.run.smithi107:> sudo shutdown -r now 2024-09-21T18:41:52.547 DEBUG:teuthology.orchestra.remote:smithi160:/tmp/tmp.yaQ6rweHKr is 10KB 2024-09-21T18:41:52.560 DEBUG:teuthology.orchestra.run.smithi160:> rm -fr /tmp/tmp.yaQ6rweHKr 2024-09-21T18:41:52.565 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-21T18:41:52.620 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-21T18:41:52.620 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-21T18:41:52.621 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-21T18:41:52.689 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-21T18:41:52.689 DEBUG:teuthology.orchestra.run.smithi160:> sudo update-grub 2024-09-21T18:41:53.850 INFO:teuthology.orchestra.run.smithi160.stderr:Sourcing file `/etc/default/grub' 2024-09-21T18:41:53.854 INFO:teuthology.orchestra.run.smithi160.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-21T18:41:53.855 INFO:teuthology.orchestra.run.smithi160.stderr:Generating grub configuration file ... 2024-09-21T18:41:54.022 INFO:teuthology.orchestra.run.smithi160.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-21T18:41:54.027 INFO:teuthology.orchestra.run.smithi160.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-21T18:41:54.252 INFO:teuthology.orchestra.run.smithi160.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-21T18:41:54.258 INFO:teuthology.orchestra.run.smithi160.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-21T18:41:54.294 INFO:teuthology.orchestra.run.smithi160.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-21T18:41:54.298 INFO:teuthology.orchestra.run.smithi160.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-21T18:41:54.409 INFO:teuthology.orchestra.run.smithi160.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-21T18:41:54.409 INFO:teuthology.orchestra.run.smithi160.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-21T18:41:54.409 INFO:teuthology.orchestra.run.smithi160.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-21T18:41:54.418 INFO:teuthology.orchestra.run.smithi160.stderr:done 2024-09-21T18:41:54.434 DEBUG:teuthology.orchestra.run.smithi160:> sudo shutdown -r now 2024-09-21T18:42:22.549 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-21T18:42:22.549 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-09-21T18:42:22.550 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:42:24.438 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-21T18:42:24.439 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-09-21T18:42:24.439 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:42:41.007 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.107 2024-09-21T18:42:42.799 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-09-21T18:42:50.014 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-09-21T18:42:50.015 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:42:51.802 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-09-21T18:42:51.802 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:42:53.075 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.107 2024-09-21T18:42:54.863 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-09-21T18:43:05.083 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-09-21T18:43:05.084 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:43:06.865 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-09-21T18:43:06.866 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:43:36.559 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.107 2024-09-21T18:43:51.574 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-09-21T18:43:51.575 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:43:51.902 DEBUG:teuthology.orchestra.run.smithi107:> true 2024-09-21T18:43:52.430 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-09-21T18:43:52.430 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-122-generic"... 2024-09-21T18:43:52.430 DEBUG:teuthology.orchestra.run.smithi107:> uname -r 2024-09-21T18:43:52.478 INFO:teuthology.orchestra.run.smithi107.stdout:5.15.0-122-generic 2024-09-21T18:43:52.478 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-21T18:43:52.478 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-21T18:43:52.478 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-21T18:43:53.479 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-21T18:43:53.479 DEBUG:teuthology.orchestra.run.smithi107:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-21T18:43:53.819 INFO:teuthology.orchestra.run.smithi107.stdout:ttyS1 2024-09-21T18:43:53.838 DEBUG:teuthology.parallel:result is None 2024-09-21T18:44:06.868 DEBUG:teuthology.orchestra.remote:timed out 2024-09-21T18:44:21.869 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-09-21T18:44:21.870 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:44:22.207 DEBUG:teuthology.orchestra.run.smithi160:> true 2024-09-21T18:44:22.809 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-09-21T18:44:22.809 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-122-generic"... 2024-09-21T18:44:22.810 DEBUG:teuthology.orchestra.run.smithi160:> uname -r 2024-09-21T18:44:22.856 INFO:teuthology.orchestra.run.smithi160.stdout:5.15.0-122-generic 2024-09-21T18:44:22.856 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-21T18:44:22.856 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-21T18:44:22.856 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-21T18:44:23.857 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-21T18:44:23.857 DEBUG:teuthology.orchestra.run.smithi160:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-21T18:44:24.220 INFO:teuthology.orchestra.run.smithi160.stdout:ttyS1 2024-09-21T18:44:24.266 DEBUG:teuthology.parallel:result is None 2024-09-21T18:44:24.266 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-21T18:44:24.273 INFO:teuthology.task.internal:Creating test directory... 2024-09-21T18:44:24.273 DEBUG:teuthology.orchestra.run.smithi107:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-21T18:44:24.276 DEBUG:teuthology.orchestra.run.smithi160:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-21T18:44:24.281 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-21T18:44:24.330 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-21T18:44:24.338 INFO:teuthology.task.internal:Creating archive directory... 2024-09-21T18:44:24.338 DEBUG:teuthology.orchestra.run.smithi107:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-21T18:44:24.340 DEBUG:teuthology.orchestra.run.smithi160:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-21T18:44:24.363 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-21T18:44:24.369 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-21T18:44:24.369 DEBUG:teuthology.orchestra.run.smithi107:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-21T18:44:24.397 DEBUG:teuthology.orchestra.run.smithi160:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-21T18:44:24.412 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T18:44:24.419 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T18:44:24.420 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T18:44:24.429 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T18:44:24.430 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-21T18:44:24.437 INFO:teuthology.task.internal:Configuring sudo... 2024-09-21T18:44:24.437 DEBUG:teuthology.orchestra.run.smithi107:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-21T18:44:24.465 DEBUG:teuthology.orchestra.run.smithi160:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-21T18:44:24.495 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-21T18:44:24.503 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-21T18:44:24.503 DEBUG:teuthology.orchestra.run.smithi107:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-21T18:44:24.521 DEBUG:teuthology.orchestra.run.smithi160:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-21T18:44:24.540 DEBUG:teuthology.orchestra.run.smithi107:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T18:44:24.572 DEBUG:teuthology.orchestra.run.smithi107:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T18:44:24.620 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-21T18:44:24.621 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-21T18:44:24.682 DEBUG:teuthology.orchestra.run.smithi160:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T18:44:24.688 DEBUG:teuthology.orchestra.run.smithi160:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T18:44:24.737 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-21T18:44:24.737 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-21T18:44:24.810 DEBUG:teuthology.orchestra.run.smithi107:> sudo service rsyslog restart 2024-09-21T18:44:24.813 DEBUG:teuthology.orchestra.run.smithi160:> sudo service rsyslog restart 2024-09-21T18:44:24.880 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-21T18:44:24.887 INFO:teuthology.task.internal:Starting timer... 2024-09-21T18:44:24.887 INFO:teuthology.run_tasks:Running task pcp... 2024-09-21T18:44:24.899 INFO:teuthology.run_tasks:Running task selinux... 2024-09-21T18:44:24.909 DEBUG:teuthology.task.selinux:Excluding smithi107: OS 'ubuntu' does not support SELinux 2024-09-21T18:44:24.909 DEBUG:teuthology.task.selinux:Excluding smithi160: OS 'ubuntu' does not support SELinux 2024-09-21T18:44:24.909 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-21T18:44:24.909 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-21T18:44:24.909 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-21T18:44:24.909 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-21T18:44:24.917 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-21T18:44:24.919 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-21T18:44:25.024 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-21T18:44:25.034 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-09-21T18:44:25.035 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi107.front.sepia.ceph.com,smithi160.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-21T18:51:51.168 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi107.front.sepia.ceph.com'), Remote(name='ubuntu@smithi160.front.sepia.ceph.com')] 2024-09-21T18:51:51.169 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-09-21T18:51:51.170 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:51:51.251 DEBUG:teuthology.orchestra.run.smithi107:> true 2024-09-21T18:51:51.330 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-09-21T18:51:51.331 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-09-21T18:51:51.331 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:51:51.411 DEBUG:teuthology.orchestra.run.smithi160:> true 2024-09-21T18:51:51.491 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-09-21T18:51:51.491 INFO:teuthology.run_tasks:Running task clock... 2024-09-21T18:51:51.502 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-21T18:51:51.502 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T18:51:51.502 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T18:51:51.504 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T18:51:51.505 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T18:51:51.529 INFO:teuthology.orchestra.run.smithi107.stdout:21 Sep 18:51:51 ntpd[18481]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-21T18:51:51.529 INFO:teuthology.orchestra.run.smithi107.stdout:21 Sep 18:51:51 ntpd[18481]: Command line: ntpd -gq 2024-09-21T18:51:51.529 INFO:teuthology.orchestra.run.smithi107.stdout:21 Sep 18:51:51 ntpd[18481]: ---------------------------------------------------- 2024-09-21T18:51:51.529 INFO:teuthology.orchestra.run.smithi107.stdout:21 Sep 18:51:51 ntpd[18481]: ntp-4 is maintained by Network Time Foundation, 2024-09-21T18:51:51.530 INFO:teuthology.orchestra.run.smithi107.stdout:21 Sep 18:51:51 ntpd[18481]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-21T18:51:51.530 INFO:teuthology.orchestra.run.smithi107.stdout:21 Sep 18:51:51 ntpd[18481]: corporation. Support and training for ntp-4 are 2024-09-21T18:51:51.530 INFO:teuthology.orchestra.run.smithi107.stdout:21 Sep 18:51:51 ntpd[18481]: available at https://www.nwtime.org/support 2024-09-21T18:51:51.530 INFO:teuthology.orchestra.run.smithi107.stdout:21 Sep 18:51:51 ntpd[18481]: ---------------------------------------------------- 2024-09-21T18:51:51.530 INFO:teuthology.orchestra.run.smithi107.stdout:21 Sep 18:51:51 ntpd[18481]: proto: precision = 0.046 usec (-24) 2024-09-21T18:51:51.530 INFO:teuthology.orchestra.run.smithi107.stdout:21 Sep 18:51:51 ntpd[18481]: basedate set to 2022-02-04 2024-09-21T18:51:51.530 INFO:teuthology.orchestra.run.smithi107.stdout:21 Sep 18:51:51 ntpd[18481]: gps base set to 2022-02-06 (week 2196) 2024-09-21T18:51:51.531 INFO:teuthology.orchestra.run.smithi107.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T18:51:51.531 INFO:teuthology.orchestra.run.smithi107.stdout:21 Sep 18:51:51 ntpd[18481]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T18:51:51.531 INFO:teuthology.orchestra.run.smithi107.stdout:21 Sep 18:51:51 ntpd[18481]: restrict ::: KOD does nothing without LIMITED. 2024-09-21T18:51:51.531 INFO:teuthology.orchestra.run.smithi107.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-21T18:51:51.532 INFO:teuthology.orchestra.run.smithi107.stdout:21 Sep 18:51:51 ntpd[18481]: Listen and drop on 0 v6wildcard [::]:123 2024-09-21T18:51:51.532 INFO:teuthology.orchestra.run.smithi107.stdout:21 Sep 18:51:51 ntpd[18481]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-21T18:51:51.532 INFO:teuthology.orchestra.run.smithi107.stdout:21 Sep 18:51:51 ntpd[18481]: Listen normally on 2 lo 127.0.0.1:123 2024-09-21T18:51:51.532 INFO:teuthology.orchestra.run.smithi107.stdout:21 Sep 18:51:51 ntpd[18481]: Listen normally on 3 enp3s0f1 172.21.15.107:123 2024-09-21T18:51:51.532 INFO:teuthology.orchestra.run.smithi107.stdout:21 Sep 18:51:51 ntpd[18481]: Listen normally on 4 lo [::1]:123 2024-09-21T18:51:51.533 INFO:teuthology.orchestra.run.smithi107.stdout:21 Sep 18:51:51 ntpd[18481]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:47eb%5]:123 2024-09-21T18:51:51.533 INFO:teuthology.orchestra.run.smithi107.stdout:21 Sep 18:51:51 ntpd[18481]: Listening on routing socket on fd #22 for interface updates 2024-09-21T18:51:51.558 INFO:teuthology.orchestra.run.smithi160.stdout:21 Sep 18:51:51 ntpd[18486]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-21T18:51:51.558 INFO:teuthology.orchestra.run.smithi160.stdout:21 Sep 18:51:51 ntpd[18486]: Command line: ntpd -gq 2024-09-21T18:51:51.558 INFO:teuthology.orchestra.run.smithi160.stdout:21 Sep 18:51:51 ntpd[18486]: ---------------------------------------------------- 2024-09-21T18:51:51.558 INFO:teuthology.orchestra.run.smithi160.stdout:21 Sep 18:51:51 ntpd[18486]: ntp-4 is maintained by Network Time Foundation, 2024-09-21T18:51:51.558 INFO:teuthology.orchestra.run.smithi160.stdout:21 Sep 18:51:51 ntpd[18486]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-21T18:51:51.558 INFO:teuthology.orchestra.run.smithi160.stdout:21 Sep 18:51:51 ntpd[18486]: corporation. Support and training for ntp-4 are 2024-09-21T18:51:51.558 INFO:teuthology.orchestra.run.smithi160.stdout:21 Sep 18:51:51 ntpd[18486]: available at https://www.nwtime.org/support 2024-09-21T18:51:51.558 INFO:teuthology.orchestra.run.smithi160.stdout:21 Sep 18:51:51 ntpd[18486]: ---------------------------------------------------- 2024-09-21T18:51:51.559 INFO:teuthology.orchestra.run.smithi160.stdout:21 Sep 18:51:51 ntpd[18486]: proto: precision = 0.046 usec (-24) 2024-09-21T18:51:51.559 INFO:teuthology.orchestra.run.smithi160.stdout:21 Sep 18:51:51 ntpd[18486]: basedate set to 2022-02-04 2024-09-21T18:51:51.559 INFO:teuthology.orchestra.run.smithi160.stdout:21 Sep 18:51:51 ntpd[18486]: gps base set to 2022-02-06 (week 2196) 2024-09-21T18:51:51.559 INFO:teuthology.orchestra.run.smithi160.stdout:21 Sep 18:51:51 ntpd[18486]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T18:51:51.560 INFO:teuthology.orchestra.run.smithi160.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T18:51:51.560 INFO:teuthology.orchestra.run.smithi160.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-21T18:51:51.561 INFO:teuthology.orchestra.run.smithi160.stdout:21 Sep 18:51:51 ntpd[18486]: restrict ::: KOD does nothing without LIMITED. 2024-09-21T18:51:51.561 INFO:teuthology.orchestra.run.smithi160.stdout:21 Sep 18:51:51 ntpd[18486]: Listen and drop on 0 v6wildcard [::]:123 2024-09-21T18:51:51.561 INFO:teuthology.orchestra.run.smithi160.stdout:21 Sep 18:51:51 ntpd[18486]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-21T18:51:51.561 INFO:teuthology.orchestra.run.smithi160.stdout:21 Sep 18:51:51 ntpd[18486]: Listen normally on 2 lo 127.0.0.1:123 2024-09-21T18:51:51.561 INFO:teuthology.orchestra.run.smithi160.stdout:21 Sep 18:51:51 ntpd[18486]: Listen normally on 3 enp3s0f1 172.21.15.160:123 2024-09-21T18:51:51.561 INFO:teuthology.orchestra.run.smithi160.stdout:21 Sep 18:51:51 ntpd[18486]: Listen normally on 4 lo [::1]:123 2024-09-21T18:51:51.561 INFO:teuthology.orchestra.run.smithi160.stdout:21 Sep 18:51:51 ntpd[18486]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7f5b%5]:123 2024-09-21T18:51:51.561 INFO:teuthology.orchestra.run.smithi160.stdout:21 Sep 18:51:51 ntpd[18486]: Listening on routing socket on fd #22 for interface updates 2024-09-21T18:51:52.530 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:52 ntpd[18481]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:52.530 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:52 ntpd[18481]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:52.559 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:52 ntpd[18486]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:52.559 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:52 ntpd[18486]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:52.559 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:52 ntpd[18486]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:52.559 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:52 ntpd[18486]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:52.559 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:52 ntpd[18486]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:51:52.559 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:52 ntpd[18486]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:51:53.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:53 ntpd[18481]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:53.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:53 ntpd[18481]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:53.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:53 ntpd[18481]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:53.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:53 ntpd[18481]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:53.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:53 ntpd[18481]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:53.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:53 ntpd[18481]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:53.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:53 ntpd[18481]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:51:53.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:53 ntpd[18481]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:51:53.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:53 ntpd[18481]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:53.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:53 ntpd[18481]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:53.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:53 ntpd[18481]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:51:53.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:53 ntpd[18481]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:51:54.559 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:54 ntpd[18486]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:54.559 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:54 ntpd[18486]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:54.559 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:54 ntpd[18486]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:54.559 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:54 ntpd[18486]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:54.559 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:54 ntpd[18486]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:54.560 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:54 ntpd[18486]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:54.560 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:54 ntpd[18486]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:51:54.560 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:54 ntpd[18486]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:51:54.560 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:54 ntpd[18486]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:54.560 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:54 ntpd[18486]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:54.560 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:54 ntpd[18486]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:51:54.560 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:54 ntpd[18486]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:51:55.530 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:55 ntpd[18481]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:55.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:55 ntpd[18481]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:55.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:55 ntpd[18481]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:55.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:55 ntpd[18481]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:55.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:55 ntpd[18481]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:55.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:55 ntpd[18481]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:55.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:55 ntpd[18481]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:51:55.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:55 ntpd[18481]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:51:55.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:55 ntpd[18481]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:55.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:55 ntpd[18481]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:55.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:55 ntpd[18481]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:51:55.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:55 ntpd[18481]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:51:55.558 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:55 ntpd[18486]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:55.558 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:55 ntpd[18486]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:55.558 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:55 ntpd[18486]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:55.559 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:55 ntpd[18486]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:55.559 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:55 ntpd[18486]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:51:55.559 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:55 ntpd[18486]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:51:56.530 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:56 ntpd[18481]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:56.530 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:56 ntpd[18481]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:56.530 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:56 ntpd[18481]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:56.530 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:56 ntpd[18481]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:56.530 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:56 ntpd[18481]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:51:56.530 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:56 ntpd[18481]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:51:56.559 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:56 ntpd[18486]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:56.559 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:56 ntpd[18486]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:56.560 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:56 ntpd[18486]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:56.560 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:56 ntpd[18486]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:56.560 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:56 ntpd[18486]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:56.560 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:56 ntpd[18486]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:56.560 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:56 ntpd[18486]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:56.560 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:56 ntpd[18486]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:56.560 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:56 ntpd[18486]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:51:56.560 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:56 ntpd[18486]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:51:56.560 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:56 ntpd[18486]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:56.560 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:56 ntpd[18486]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:56.560 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:56 ntpd[18486]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:51:56.560 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:56 ntpd[18486]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:51:57.530 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:57 ntpd[18481]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:57.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:57 ntpd[18481]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:57.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:57 ntpd[18481]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:57.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:57 ntpd[18481]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:57.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:57 ntpd[18481]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:57.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:57 ntpd[18481]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:57.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:57 ntpd[18481]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:51:57.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:57 ntpd[18481]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:51:57.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:57 ntpd[18481]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:57.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:57 ntpd[18481]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:57.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:57 ntpd[18481]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:51:57.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:57 ntpd[18481]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:51:57.558 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:57 ntpd[18486]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:57.559 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:57 ntpd[18486]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:57.559 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:57 ntpd[18486]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:57.559 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:57 ntpd[18486]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:57.559 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:57 ntpd[18486]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:51:57.559 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:57 ntpd[18486]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:51:58.530 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:58 ntpd[18481]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:58.530 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:58 ntpd[18481]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:58.530 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:58 ntpd[18481]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:58.530 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:58 ntpd[18481]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:58.530 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:58 ntpd[18481]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:51:58.530 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:58 ntpd[18481]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:51:58.559 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:58 ntpd[18486]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:58.559 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:58 ntpd[18486]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:58.559 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:58 ntpd[18486]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:58.559 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:58 ntpd[18486]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:58.559 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:58 ntpd[18486]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:58.559 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:58 ntpd[18486]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:58.559 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:58 ntpd[18486]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:51:58.560 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:58 ntpd[18486]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:51:58.560 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:58 ntpd[18486]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:58.560 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:58 ntpd[18486]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:58.560 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:58 ntpd[18486]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:51:58.560 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:58 ntpd[18486]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:51:58.560 INFO:teuthology.orchestra.run.smithi160.stdout:21 Sep 18:51:58 ntpd[18486]: ntpd: time slew -0.001387 s 2024-09-21T18:51:58.560 INFO:teuthology.orchestra.run.smithi160.stdout:ntpd: time slew -0.001387s 2024-09-21T18:51:58.561 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:58 ntpd[18486]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-21T18:51:58.561 INFO:teuthology.orchestra.run.smithi160.stderr:21 Sep 18:51:58 ntpd[18486]: can't open /var/log/ntpstats/loopstats.20240921: Permission denied 2024-09-21T18:51:58.620 INFO:teuthology.orchestra.run.smithi160.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T18:51:58.620 INFO:teuthology.orchestra.run.smithi160.stdout:============================================================================== 2024-09-21T18:51:58.620 INFO:teuthology.orchestra.run.smithi160.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T18:51:58.620 INFO:teuthology.orchestra.run.smithi160.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T18:51:58.620 INFO:teuthology.orchestra.run.smithi160.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T18:51:58.621 INFO:teuthology.orchestra.run.smithi160.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T18:51:59.530 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:59 ntpd[18481]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:59.530 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:59 ntpd[18481]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:59.530 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:59 ntpd[18481]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:59.530 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:59 ntpd[18481]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:59.530 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:59 ntpd[18481]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:51:59.530 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:59 ntpd[18481]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:51:59.530 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:59 ntpd[18481]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:51:59.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:59 ntpd[18481]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:51:59.531 INFO:teuthology.orchestra.run.smithi107.stdout:21 Sep 18:51:59 ntpd[18481]: ntpd: time slew -0.004928 s 2024-09-21T18:51:59.531 INFO:teuthology.orchestra.run.smithi107.stdout:ntpd: time slew -0.004928s 2024-09-21T18:51:59.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:59 ntpd[18481]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-21T18:51:59.531 INFO:teuthology.orchestra.run.smithi107.stderr:21 Sep 18:51:59 ntpd[18481]: can't open /var/log/ntpstats/loopstats.20240921: Permission denied 2024-09-21T18:51:59.579 INFO:teuthology.orchestra.run.smithi107.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T18:51:59.579 INFO:teuthology.orchestra.run.smithi107.stdout:============================================================================== 2024-09-21T18:51:59.579 INFO:teuthology.orchestra.run.smithi107.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T18:51:59.579 INFO:teuthology.orchestra.run.smithi107.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T18:51:59.579 INFO:teuthology.orchestra.run.smithi107.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T18:51:59.580 INFO:teuthology.orchestra.run.smithi107.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T18:51:59.580 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-09-21T18:51:59.592 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-09-21T18:51:59.592 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-21T18:51:59.592 DEBUG:teuthology.orchestra.run.smithi107:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T18:51:59.632 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-21T18:51:59.632 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_1 2024-09-21T18:51:59.680 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-21T18:51:59.680 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T18:51:59.680 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 887 Links: 1 2024-09-21T18:51:59.680 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T18:51:59.680 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-09-21 18:48:22.003055125 +0000 2024-09-21T18:51:59.680 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-09-21 18:48:21.735044652 +0000 2024-09-21T18:51:59.680 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-09-21 18:48:21.735044652 +0000 2024-09-21T18:51:59.680 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: - 2024-09-21T18:51:59.680 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-21T18:51:59.734 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-09-21T18:51:59.735 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-09-21T18:51:59.735 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000386097 s, 1.3 MB/s 2024-09-21T18:51:59.736 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-21T18:51:59.785 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_2 2024-09-21T18:51:59.832 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-21T18:51:59.832 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T18:51:59.832 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 909 Links: 1 2024-09-21T18:51:59.832 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T18:51:59.832 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-09-21 18:48:22.255064717 +0000 2024-09-21T18:51:59.832 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-09-21 18:48:22.251064566 +0000 2024-09-21T18:51:59.832 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-09-21 18:48:22.251064566 +0000 2024-09-21T18:51:59.832 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: - 2024-09-21T18:51:59.833 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-21T18:51:59.888 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-09-21T18:51:59.888 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-09-21T18:51:59.888 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000439945 s, 1.2 MB/s 2024-09-21T18:51:59.889 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-21T18:51:59.937 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_3 2024-09-21T18:51:59.984 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-21T18:51:59.984 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T18:51:59.984 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 920 Links: 1 2024-09-21T18:51:59.984 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T18:51:59.984 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-09-21 18:48:23.031094208 +0000 2024-09-21T18:51:59.984 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-09-21 18:48:22.771084361 +0000 2024-09-21T18:51:59.984 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-09-21 18:48:22.771084361 +0000 2024-09-21T18:51:59.984 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: - 2024-09-21T18:51:59.985 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-21T18:52:00.038 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-09-21T18:52:00.038 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-09-21T18:52:00.038 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000319334 s, 1.6 MB/s 2024-09-21T18:52:00.039 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-21T18:52:00.089 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_4 2024-09-21T18:52:00.135 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-21T18:52:00.136 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T18:52:00.136 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 941 Links: 1 2024-09-21T18:52:00.136 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T18:52:00.136 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-09-21 18:48:23.511111521 +0000 2024-09-21T18:52:00.136 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-09-21 18:48:23.255102287 +0000 2024-09-21T18:52:00.136 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-09-21 18:48:23.255102287 +0000 2024-09-21T18:52:00.136 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: - 2024-09-21T18:52:00.136 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-21T18:52:00.190 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-09-21T18:52:00.190 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-09-21T18:52:00.190 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000384045 s, 1.3 MB/s 2024-09-21T18:52:00.191 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-21T18:52:00.241 DEBUG:teuthology.orchestra.run.smithi107:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-09-21T18:52:00.371 INFO:teuthology.orchestra.run.smithi107.stdout:loop 2024-09-21T18:52:00.372 INFO:tasks.nvme_loop:Connecting nvme_loop smithi107:/dev/vg_nvme/lv_1... 2024-09-21T18:52:00.372 DEBUG:teuthology.orchestra.run.smithi107:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-09-21T18:52:00.388 INFO:teuthology.orchestra.run.smithi107.stdout:1 2024-09-21T18:52:00.406 INFO:teuthology.orchestra.run.smithi107.stdout:/dev/vg_nvme/lv_11 2024-09-21T18:52:00.422 INFO:tasks.nvme_loop:Connecting nvme_loop smithi107:/dev/vg_nvme/lv_2... 2024-09-21T18:52:00.423 DEBUG:teuthology.orchestra.run.smithi107:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-09-21T18:52:00.481 INFO:teuthology.orchestra.run.smithi107.stdout:1 2024-09-21T18:52:00.500 INFO:teuthology.orchestra.run.smithi107.stdout:/dev/vg_nvme/lv_21 2024-09-21T18:52:00.516 INFO:tasks.nvme_loop:Connecting nvme_loop smithi107:/dev/vg_nvme/lv_3... 2024-09-21T18:52:00.517 DEBUG:teuthology.orchestra.run.smithi107:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-09-21T18:52:00.576 INFO:teuthology.orchestra.run.smithi107.stdout:1 2024-09-21T18:52:00.595 INFO:teuthology.orchestra.run.smithi107.stdout:/dev/vg_nvme/lv_31 2024-09-21T18:52:00.610 INFO:tasks.nvme_loop:Connecting nvme_loop smithi107:/dev/vg_nvme/lv_4... 2024-09-21T18:52:00.611 DEBUG:teuthology.orchestra.run.smithi107:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-09-21T18:52:00.667 INFO:teuthology.orchestra.run.smithi107.stdout:1 2024-09-21T18:52:00.686 INFO:teuthology.orchestra.run.smithi107.stdout:/dev/vg_nvme/lv_41 2024-09-21T18:52:00.703 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-21T18:52:00.703 DEBUG:teuthology.orchestra.run.smithi107:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T18:52:00.748 DEBUG:teuthology.orchestra.run.smithi107:> sudo nvme list -o json 2024-09-21T18:52:00.802 INFO:teuthology.orchestra.run.smithi107.stdout:{ 2024-09-21T18:52:00.802 INFO:teuthology.orchestra.run.smithi107.stdout: "Devices" : [ 2024-09-21T18:52:00.802 INFO:teuthology.orchestra.run.smithi107.stdout: { 2024-09-21T18:52:00.802 INFO:teuthology.orchestra.run.smithi107.stdout: "DevicePath" : "/dev/nvme0n1", 2024-09-21T18:52:00.802 INFO:teuthology.orchestra.run.smithi107.stdout: "Firmware" : "8DV101H0", 2024-09-21T18:52:00.802 INFO:teuthology.orchestra.run.smithi107.stdout: "Index" : 0, 2024-09-21T18:52:00.802 INFO:teuthology.orchestra.run.smithi107.stdout: "ModelNumber" : "INTEL SSDPEDMD400G4", 2024-09-21T18:52:00.802 INFO:teuthology.orchestra.run.smithi107.stdout: "ProductName" : "Unknown Device", 2024-09-21T18:52:00.802 INFO:teuthology.orchestra.run.smithi107.stdout: "SerialNumber" : "PHFT620400NK400BGN" 2024-09-21T18:52:00.802 INFO:teuthology.orchestra.run.smithi107.stdout: }, 2024-09-21T18:52:00.803 INFO:teuthology.orchestra.run.smithi107.stdout: { 2024-09-21T18:52:00.803 INFO:teuthology.orchestra.run.smithi107.stdout: "DevicePath" : "/dev/nvme1n1", 2024-09-21T18:52:00.803 INFO:teuthology.orchestra.run.smithi107.stdout: "Firmware" : "5.15.0-1", 2024-09-21T18:52:00.803 INFO:teuthology.orchestra.run.smithi107.stdout: "Index" : 1, 2024-09-21T18:52:00.803 INFO:teuthology.orchestra.run.smithi107.stdout: "ModelNumber" : "Linux", 2024-09-21T18:52:00.803 INFO:teuthology.orchestra.run.smithi107.stdout: "ProductName" : "Unknown Device", 2024-09-21T18:52:00.803 INFO:teuthology.orchestra.run.smithi107.stdout: "SerialNumber" : "a8fabfa3e1c0b6bb10f4" 2024-09-21T18:52:00.803 INFO:teuthology.orchestra.run.smithi107.stdout: }, 2024-09-21T18:52:00.803 INFO:teuthology.orchestra.run.smithi107.stdout: { 2024-09-21T18:52:00.803 INFO:teuthology.orchestra.run.smithi107.stdout: "DevicePath" : "/dev/nvme2n1", 2024-09-21T18:52:00.803 INFO:teuthology.orchestra.run.smithi107.stdout: "Firmware" : "5.15.0-1", 2024-09-21T18:52:00.803 INFO:teuthology.orchestra.run.smithi107.stdout: "Index" : 2, 2024-09-21T18:52:00.803 INFO:teuthology.orchestra.run.smithi107.stdout: "ModelNumber" : "Linux", 2024-09-21T18:52:00.803 INFO:teuthology.orchestra.run.smithi107.stdout: "ProductName" : "Unknown Device", 2024-09-21T18:52:00.803 INFO:teuthology.orchestra.run.smithi107.stdout: "SerialNumber" : "624ccedffee5faa7945f" 2024-09-21T18:52:00.803 INFO:teuthology.orchestra.run.smithi107.stdout: }, 2024-09-21T18:52:00.804 INFO:teuthology.orchestra.run.smithi107.stdout: { 2024-09-21T18:52:00.804 INFO:teuthology.orchestra.run.smithi107.stdout: "DevicePath" : "/dev/nvme3n1", 2024-09-21T18:52:00.804 INFO:teuthology.orchestra.run.smithi107.stdout: "Firmware" : "5.15.0-1", 2024-09-21T18:52:00.804 INFO:teuthology.orchestra.run.smithi107.stdout: "Index" : 3, 2024-09-21T18:52:00.804 INFO:teuthology.orchestra.run.smithi107.stdout: "ModelNumber" : "Linux", 2024-09-21T18:52:00.804 INFO:teuthology.orchestra.run.smithi107.stdout: "ProductName" : "Unknown Device", 2024-09-21T18:52:00.804 INFO:teuthology.orchestra.run.smithi107.stdout: "SerialNumber" : "124ef3cb5a02a4d19d9f" 2024-09-21T18:52:00.804 INFO:teuthology.orchestra.run.smithi107.stdout: }, 2024-09-21T18:52:00.804 INFO:teuthology.orchestra.run.smithi107.stdout: { 2024-09-21T18:52:00.804 INFO:teuthology.orchestra.run.smithi107.stdout: "DevicePath" : "/dev/nvme4n1", 2024-09-21T18:52:00.804 INFO:teuthology.orchestra.run.smithi107.stdout: "Firmware" : "5.15.0-1", 2024-09-21T18:52:00.804 INFO:teuthology.orchestra.run.smithi107.stdout: "Index" : 4, 2024-09-21T18:52:00.804 INFO:teuthology.orchestra.run.smithi107.stdout: "ModelNumber" : "Linux", 2024-09-21T18:52:00.804 INFO:teuthology.orchestra.run.smithi107.stdout: "ProductName" : "Unknown Device", 2024-09-21T18:52:00.805 INFO:teuthology.orchestra.run.smithi107.stdout: "SerialNumber" : "b8f78cfcda2679720578" 2024-09-21T18:52:00.805 INFO:teuthology.orchestra.run.smithi107.stdout: } 2024-09-21T18:52:00.805 INFO:teuthology.orchestra.run.smithi107.stdout: ] 2024-09-21T18:52:00.805 INFO:teuthology.orchestra.run.smithi107.stdout:} 2024-09-21T18:52:00.806 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-09-21T18:52:00.806 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-21T18:52:00.806 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/scratch_devs 2024-09-21T18:52:00.861 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-21T18:52:00.861 DEBUG:teuthology.orchestra.run.smithi160:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T18:52:00.867 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-21T18:52:00.867 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_1 2024-09-21T18:52:00.915 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-21T18:52:00.915 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T18:52:00.915 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 876 Links: 1 2024-09-21T18:52:00.915 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T18:52:00.915 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-09-21 18:48:18.726357729 +0000 2024-09-21T18:52:00.915 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-09-21 18:48:18.478359944 +0000 2024-09-21T18:52:00.915 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-09-21 18:48:18.478359944 +0000 2024-09-21T18:52:00.915 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-09-21T18:52:00.916 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-21T18:52:00.969 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-09-21T18:52:00.969 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-09-21T18:52:00.969 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000382642 s, 1.3 MB/s 2024-09-21T18:52:00.971 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-21T18:52:01.020 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_2 2024-09-21T18:52:01.066 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-21T18:52:01.067 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T18:52:01.067 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 893 Links: 1 2024-09-21T18:52:01.067 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T18:52:01.067 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-09-21 18:48:19.222353299 +0000 2024-09-21T18:52:01.067 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-09-21 18:48:18.974355514 +0000 2024-09-21T18:52:01.067 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-09-21 18:48:18.974355514 +0000 2024-09-21T18:52:01.067 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-09-21T18:52:01.067 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-21T18:52:01.120 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-09-21T18:52:01.121 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-09-21T18:52:01.121 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000327051 s, 1.6 MB/s 2024-09-21T18:52:01.122 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-21T18:52:01.171 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_3 2024-09-21T18:52:01.218 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-21T18:52:01.218 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T18:52:01.218 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 908 Links: 1 2024-09-21T18:52:01.218 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T18:52:01.218 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-09-21 18:48:19.442351334 +0000 2024-09-21T18:52:01.219 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-09-21 18:48:19.438351368 +0000 2024-09-21T18:52:01.219 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-09-21 18:48:19.438351368 +0000 2024-09-21T18:52:01.219 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-09-21T18:52:01.219 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-21T18:52:01.272 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-09-21T18:52:01.272 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-09-21T18:52:01.272 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000413098 s, 1.2 MB/s 2024-09-21T18:52:01.273 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-21T18:52:01.327 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_4 2024-09-21T18:52:01.374 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-21T18:52:01.375 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T18:52:01.375 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 928 Links: 1 2024-09-21T18:52:01.375 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T18:52:01.375 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-09-21 18:48:19.934346938 +0000 2024-09-21T18:52:01.375 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-09-21 18:48:19.930346974 +0000 2024-09-21T18:52:01.375 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-09-21 18:48:19.930346974 +0000 2024-09-21T18:52:01.375 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-09-21T18:52:01.375 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-21T18:52:01.431 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-09-21T18:52:01.431 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-09-21T18:52:01.431 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000298418 s, 1.7 MB/s 2024-09-21T18:52:01.435 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-21T18:52:01.491 DEBUG:teuthology.orchestra.run.smithi160:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-09-21T18:52:01.627 INFO:teuthology.orchestra.run.smithi160.stdout:loop 2024-09-21T18:52:01.627 INFO:tasks.nvme_loop:Connecting nvme_loop smithi160:/dev/vg_nvme/lv_1... 2024-09-21T18:52:01.627 DEBUG:teuthology.orchestra.run.smithi160:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-09-21T18:52:01.652 INFO:teuthology.orchestra.run.smithi160.stdout:1 2024-09-21T18:52:01.672 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/vg_nvme/lv_11 2024-09-21T18:52:01.693 INFO:tasks.nvme_loop:Connecting nvme_loop smithi160:/dev/vg_nvme/lv_2... 2024-09-21T18:52:01.694 DEBUG:teuthology.orchestra.run.smithi160:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-09-21T18:52:01.756 INFO:teuthology.orchestra.run.smithi160.stdout:1 2024-09-21T18:52:01.778 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/vg_nvme/lv_21 2024-09-21T18:52:01.796 INFO:tasks.nvme_loop:Connecting nvme_loop smithi160:/dev/vg_nvme/lv_3... 2024-09-21T18:52:01.796 DEBUG:teuthology.orchestra.run.smithi160:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-09-21T18:52:01.858 INFO:teuthology.orchestra.run.smithi160.stdout:1 2024-09-21T18:52:01.877 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/vg_nvme/lv_31 2024-09-21T18:52:01.893 INFO:tasks.nvme_loop:Connecting nvme_loop smithi160:/dev/vg_nvme/lv_4... 2024-09-21T18:52:01.894 DEBUG:teuthology.orchestra.run.smithi160:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-09-21T18:52:01.957 INFO:teuthology.orchestra.run.smithi160.stdout:1 2024-09-21T18:52:01.979 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/vg_nvme/lv_41 2024-09-21T18:52:01.996 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-21T18:52:01.996 DEBUG:teuthology.orchestra.run.smithi160:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T18:52:02.051 DEBUG:teuthology.orchestra.run.smithi160:> sudo nvme list -o json 2024-09-21T18:52:02.112 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2024-09-21T18:52:02.112 INFO:teuthology.orchestra.run.smithi160.stdout: "Devices" : [ 2024-09-21T18:52:02.112 INFO:teuthology.orchestra.run.smithi160.stdout: { 2024-09-21T18:52:02.113 INFO:teuthology.orchestra.run.smithi160.stdout: "DevicePath" : "/dev/nvme0n1", 2024-09-21T18:52:02.113 INFO:teuthology.orchestra.run.smithi160.stdout: "Firmware" : "8DV101H0", 2024-09-21T18:52:02.113 INFO:teuthology.orchestra.run.smithi160.stdout: "Index" : 0, 2024-09-21T18:52:02.113 INFO:teuthology.orchestra.run.smithi160.stdout: "ModelNumber" : "INTEL SSDPEDMD400G4", 2024-09-21T18:52:02.113 INFO:teuthology.orchestra.run.smithi160.stdout: "ProductName" : "Unknown Device", 2024-09-21T18:52:02.113 INFO:teuthology.orchestra.run.smithi160.stdout: "SerialNumber" : "CVFT623300JY400BGN" 2024-09-21T18:52:02.113 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2024-09-21T18:52:02.113 INFO:teuthology.orchestra.run.smithi160.stdout: { 2024-09-21T18:52:02.113 INFO:teuthology.orchestra.run.smithi160.stdout: "DevicePath" : "/dev/nvme1n1", 2024-09-21T18:52:02.113 INFO:teuthology.orchestra.run.smithi160.stdout: "Firmware" : "5.15.0-1", 2024-09-21T18:52:02.113 INFO:teuthology.orchestra.run.smithi160.stdout: "Index" : 1, 2024-09-21T18:52:02.113 INFO:teuthology.orchestra.run.smithi160.stdout: "ModelNumber" : "Linux", 2024-09-21T18:52:02.113 INFO:teuthology.orchestra.run.smithi160.stdout: "ProductName" : "Unknown Device", 2024-09-21T18:52:02.113 INFO:teuthology.orchestra.run.smithi160.stdout: "SerialNumber" : "f718baefdeda9868a988" 2024-09-21T18:52:02.114 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2024-09-21T18:52:02.114 INFO:teuthology.orchestra.run.smithi160.stdout: { 2024-09-21T18:52:02.114 INFO:teuthology.orchestra.run.smithi160.stdout: "DevicePath" : "/dev/nvme2n1", 2024-09-21T18:52:02.114 INFO:teuthology.orchestra.run.smithi160.stdout: "Firmware" : "5.15.0-1", 2024-09-21T18:52:02.114 INFO:teuthology.orchestra.run.smithi160.stdout: "Index" : 2, 2024-09-21T18:52:02.114 INFO:teuthology.orchestra.run.smithi160.stdout: "ModelNumber" : "Linux", 2024-09-21T18:52:02.114 INFO:teuthology.orchestra.run.smithi160.stdout: "ProductName" : "Unknown Device", 2024-09-21T18:52:02.114 INFO:teuthology.orchestra.run.smithi160.stdout: "SerialNumber" : "53d95ac547134a2b0f89" 2024-09-21T18:52:02.114 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2024-09-21T18:52:02.114 INFO:teuthology.orchestra.run.smithi160.stdout: { 2024-09-21T18:52:02.114 INFO:teuthology.orchestra.run.smithi160.stdout: "DevicePath" : "/dev/nvme3n1", 2024-09-21T18:52:02.114 INFO:teuthology.orchestra.run.smithi160.stdout: "Firmware" : "5.15.0-1", 2024-09-21T18:52:02.114 INFO:teuthology.orchestra.run.smithi160.stdout: "Index" : 3, 2024-09-21T18:52:02.114 INFO:teuthology.orchestra.run.smithi160.stdout: "ModelNumber" : "Linux", 2024-09-21T18:52:02.115 INFO:teuthology.orchestra.run.smithi160.stdout: "ProductName" : "Unknown Device", 2024-09-21T18:52:02.115 INFO:teuthology.orchestra.run.smithi160.stdout: "SerialNumber" : "40b85a58e83034857b1d" 2024-09-21T18:52:02.115 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2024-09-21T18:52:02.115 INFO:teuthology.orchestra.run.smithi160.stdout: { 2024-09-21T18:52:02.115 INFO:teuthology.orchestra.run.smithi160.stdout: "DevicePath" : "/dev/nvme4n1", 2024-09-21T18:52:02.115 INFO:teuthology.orchestra.run.smithi160.stdout: "Firmware" : "5.15.0-1", 2024-09-21T18:52:02.115 INFO:teuthology.orchestra.run.smithi160.stdout: "Index" : 4, 2024-09-21T18:52:02.115 INFO:teuthology.orchestra.run.smithi160.stdout: "ModelNumber" : "Linux", 2024-09-21T18:52:02.115 INFO:teuthology.orchestra.run.smithi160.stdout: "ProductName" : "Unknown Device", 2024-09-21T18:52:02.115 INFO:teuthology.orchestra.run.smithi160.stdout: "SerialNumber" : "bf39ec6c13404b4ccc53" 2024-09-21T18:52:02.115 INFO:teuthology.orchestra.run.smithi160.stdout: } 2024-09-21T18:52:02.115 INFO:teuthology.orchestra.run.smithi160.stdout: ] 2024-09-21T18:52:02.118 INFO:teuthology.orchestra.run.smithi160.stdout:} 2024-09-21T18:52:02.119 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-09-21T18:52:02.120 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-21T18:52:02.120 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/scratch_devs 2024-09-21T18:52:02.177 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-21T18:52:02.277 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'CEPHADM_DAEMON_PLACE_FAIL', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '0ecbb435437226bc091a0c2d4549ba25bf724efe'} 2024-09-21T18:52:02.277 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe 2024-09-21T18:52:02.277 INFO:tasks.cephadm:Cluster fsid is 96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T18:52:02.278 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-21T18:52:02.278 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-09-21T18:52:02.278 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi107': '172.21.15.107', 'mon.smithi160': '172.21.15.160'} 2024-09-21T18:52:02.278 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-21T18:52:02.278 DEBUG:teuthology.orchestra.run.smithi107:> sudo hostname $(hostname -s) 2024-09-21T18:52:02.293 DEBUG:teuthology.orchestra.run.smithi160:> sudo hostname $(hostname -s) 2024-09-21T18:52:02.309 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-21T18:52:02.310 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=0ecbb435437226bc091a0c2d4549ba25bf724efe 2024-09-21T18:52:02.457 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '0ecbb435437226bc091a0c2d4549ba25bf724efe', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/83206/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-5129-g0ecbb435', 'node_name': '172.21.2.3+braggi03', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.3.0-5129-g0ecbb435-1jammy'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-21-1014/0ecbb435437226bc091a0c2d4549ba25bf724efe/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-09-21 16:02:43.709811', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-09-21-1014', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-09-21-1014/0ecbb435437226bc091a0c2d4549ba25bf724efe/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-09-21T18:52:02.623 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-adk-testing-2024-09-21-1014, sha1 0ecbb435437226bc091a0c2d4549ba25bf724efe from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=0ecbb435437226bc091a0c2d4549ba25bf724efe 2024-09-21T18:52:02.624 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-21-1014/0ecbb435437226bc091a0c2d4549ba25bf724efe/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-21T18:52:02.624 INFO:tasks.cephadm:Downloading cephadm from url: https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-21-1014/0ecbb435437226bc091a0c2d4549ba25bf724efe/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-21T18:52:02.625 DEBUG:teuthology.orchestra.run.smithi107:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-21-1014/0ecbb435437226bc091a0c2d4549ba25bf724efe/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T18:52:03.081 INFO:teuthology.orchestra.run.smithi107.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811893 Sep 21 18:52 /home/ubuntu/cephtest/cephadm 2024-09-21T18:52:03.082 DEBUG:teuthology.orchestra.run.smithi160:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-21-1014/0ecbb435437226bc091a0c2d4549ba25bf724efe/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T18:52:03.555 INFO:teuthology.orchestra.run.smithi160.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811893 Sep 21 18:52 /home/ubuntu/cephtest/cephadm 2024-09-21T18:52:03.556 DEBUG:teuthology.orchestra.run.smithi107:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-21T18:52:03.563 DEBUG:teuthology.orchestra.run.smithi160:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-21T18:52:03.580 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe on all hosts... 2024-09-21T18:52:03.580 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe pull 2024-09-21T18:52:03.607 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe pull 2024-09-21T18:52:03.787 INFO:teuthology.orchestra.run.smithi107.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe... 2024-09-21T18:52:03.796 INFO:teuthology.orchestra.run.smithi160.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe... 2024-09-21T18:52:59.938 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2024-09-21T18:52:59.939 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph_version": "ceph version 19.3.0-5129-g0ecbb435 (0ecbb435437226bc091a0c2d4549ba25bf724efe) squid (dev)", 2024-09-21T18:52:59.939 INFO:teuthology.orchestra.run.smithi160.stdout: "image_id": "3fa9090ef91d4e87f14d21d1361976a766f2908d39879e744bc3fd80d5762a25", 2024-09-21T18:52:59.939 INFO:teuthology.orchestra.run.smithi160.stdout: "repo_digests": [ 2024-09-21T18:52:59.939 INFO:teuthology.orchestra.run.smithi160.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5" 2024-09-21T18:52:59.939 INFO:teuthology.orchestra.run.smithi160.stdout: ] 2024-09-21T18:52:59.939 INFO:teuthology.orchestra.run.smithi160.stdout:} 2024-09-21T18:53:06.314 INFO:teuthology.orchestra.run.smithi107.stdout:{ 2024-09-21T18:53:06.314 INFO:teuthology.orchestra.run.smithi107.stdout: "ceph_version": "ceph version 19.3.0-5129-g0ecbb435 (0ecbb435437226bc091a0c2d4549ba25bf724efe) squid (dev)", 2024-09-21T18:53:06.314 INFO:teuthology.orchestra.run.smithi107.stdout: "image_id": "3fa9090ef91d4e87f14d21d1361976a766f2908d39879e744bc3fd80d5762a25", 2024-09-21T18:53:06.314 INFO:teuthology.orchestra.run.smithi107.stdout: "repo_digests": [ 2024-09-21T18:53:06.315 INFO:teuthology.orchestra.run.smithi107.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5" 2024-09-21T18:53:06.315 INFO:teuthology.orchestra.run.smithi107.stdout: ] 2024-09-21T18:53:06.315 INFO:teuthology.orchestra.run.smithi107.stdout:} 2024-09-21T18:53:06.363 DEBUG:teuthology.orchestra.run.smithi107:> sudo mkdir -p /etc/ceph 2024-09-21T18:53:06.377 DEBUG:teuthology.orchestra.run.smithi160:> sudo mkdir -p /etc/ceph 2024-09-21T18:53:06.392 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod 777 /etc/ceph 2024-09-21T18:53:06.430 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 777 /etc/ceph 2024-09-21T18:53:06.445 INFO:tasks.cephadm:Writing seed config... 2024-09-21T18:53:06.446 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-21T18:53:06.446 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-21T18:53:06.446 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-21T18:53:06.446 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-21T18:53:06.446 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-21T18:53:06.446 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-21T18:53:06.446 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-21T18:53:06.446 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-09-21T18:53:06.447 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-21T18:53:06.447 DEBUG:teuthology.orchestra.run.smithi107:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-21T18:53:06.476 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 96af9b06-784a-11ef-baf6-efdc52797490 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-21T18:53:06.476 DEBUG:teuthology.orchestra.run.smithi107:mon.smithi107> sudo journalctl -f -n 0 -u ceph-96af9b06-784a-11ef-baf6-efdc52797490@mon.smithi107.service 2024-09-21T18:53:06.521 INFO:tasks.cephadm:Bootstrapping... 2024-09-21T18:53:06.522 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe -v bootstrap --fsid 96af9b06-784a-11ef-baf6-efdc52797490 --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.107 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-21T18:53:06.747 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-09-21T18:53:06.747 INFO:teuthology.orchestra.run.smithi107.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe', '-v', 'bootstrap', '--fsid', '96af9b06-784a-11ef-baf6-efdc52797490', '--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.107', '--skip-admin-label'] 2024-09-21T18:53:06.747 INFO:teuthology.orchestra.run.smithi107.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-21T18:53:06.748 INFO:teuthology.orchestra.run.smithi107.stdout:Verifying podman|docker is present... 2024-09-21T18:53:06.748 INFO:teuthology.orchestra.run.smithi107.stdout:Verifying lvm2 is present... 2024-09-21T18:53:06.748 INFO:teuthology.orchestra.run.smithi107.stdout:Verifying time synchronization is in place... 2024-09-21T18:53:06.753 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-21T18:53:06.753 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-21T18:53:06.757 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-21T18:53:06.757 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout inactive 2024-09-21T18:53:06.762 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-21T18:53:06.762 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-21T18:53:06.765 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-21T18:53:06.765 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout inactive 2024-09-21T18:53:06.769 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-21T18:53:06.769 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout masked 2024-09-21T18:53:06.772 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-21T18:53:06.772 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout inactive 2024-09-21T18:53:06.775 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-21T18:53:06.775 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-21T18:53:06.779 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-21T18:53:06.779 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout inactive 2024-09-21T18:53:06.782 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout enabled 2024-09-21T18:53:06.786 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout active 2024-09-21T18:53:06.786 INFO:teuthology.orchestra.run.smithi107.stdout:Unit ntp.service is enabled and running 2024-09-21T18:53:06.786 INFO:teuthology.orchestra.run.smithi107.stdout:Repeating the final host check... 2024-09-21T18:53:06.786 INFO:teuthology.orchestra.run.smithi107.stdout:docker (/usr/bin/docker) is present 2024-09-21T18:53:06.786 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl is present 2024-09-21T18:53:06.786 INFO:teuthology.orchestra.run.smithi107.stdout:lvcreate is present 2024-09-21T18:53:06.789 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-21T18:53:06.790 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-21T18:53:06.793 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-21T18:53:06.793 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout inactive 2024-09-21T18:53:06.796 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-21T18:53:06.796 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-21T18:53:06.799 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-21T18:53:06.800 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout inactive 2024-09-21T18:53:06.803 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-21T18:53:06.803 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout masked 2024-09-21T18:53:06.806 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-21T18:53:06.806 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout inactive 2024-09-21T18:53:06.810 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-21T18:53:06.810 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-21T18:53:06.814 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-21T18:53:06.814 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout inactive 2024-09-21T18:53:06.817 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout enabled 2024-09-21T18:53:06.822 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout active 2024-09-21T18:53:06.822 INFO:teuthology.orchestra.run.smithi107.stdout:Unit ntp.service is enabled and running 2024-09-21T18:53:06.822 INFO:teuthology.orchestra.run.smithi107.stdout:Host looks OK 2024-09-21T18:53:06.822 INFO:teuthology.orchestra.run.smithi107.stdout:Cluster fsid: 96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T18:53:06.822 INFO:teuthology.orchestra.run.smithi107.stdout:Acquiring lock 140234857626784 on /run/cephadm/96af9b06-784a-11ef-baf6-efdc52797490.lock 2024-09-21T18:53:06.822 INFO:teuthology.orchestra.run.smithi107.stdout:Lock 140234857626784 acquired on /run/cephadm/96af9b06-784a-11ef-baf6-efdc52797490.lock 2024-09-21T18:53:06.822 INFO:teuthology.orchestra.run.smithi107.stdout:Verifying IP 172.21.15.107 port 3300 ... 2024-09-21T18:53:06.822 INFO:teuthology.orchestra.run.smithi107.stdout:Verifying IP 172.21.15.107 port 6789 ... 2024-09-21T18:53:06.822 INFO:teuthology.orchestra.run.smithi107.stdout:Base mon IP(s) is [172.21.15.107:3300, 172.21.15.107:6789], mon addrv is [v2:172.21.15.107:3300,v1:172.21.15.107:6789] 2024-09-21T18:53:06.825 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-09-21T18:53:06.825 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.107 metric 100 2024-09-21T18:53:06.825 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.107 metric 100 2024-09-21T18:53:06.825 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-21T18:53:06.825 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.107 metric 100 2024-09-21T18:53:06.825 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.107 metric 100 2024-09-21T18:53:06.825 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.107 metric 100 2024-09-21T18:53:06.825 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.107 metric 100 2024-09-21T18:53:06.827 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-21T18:53:06.827 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-09-21T18:53:06.827 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1771sec pref medium 2024-09-21T18:53:06.829 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-21T18:53:06.829 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-21T18:53:06.829 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-21T18:53:06.829 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-21T18:53:06.829 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:47eb/64 scope link 2024-09-21T18:53:06.829 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-21T18:53:06.830 INFO:teuthology.orchestra.run.smithi107.stdout:Mon IP `172.21.15.107` is in CIDR network `172.21.0.0/20` 2024-09-21T18:53:06.830 INFO:teuthology.orchestra.run.smithi107.stdout:Mon IP `172.21.15.107` is in CIDR network `172.21.0.0/20` 2024-09-21T18:53:06.831 INFO:teuthology.orchestra.run.smithi107.stdout:Mon IP `172.21.15.107` is in CIDR network `172.21.0.1/32` 2024-09-21T18:53:06.831 INFO:teuthology.orchestra.run.smithi107.stdout:Mon IP `172.21.15.107` is in CIDR network `172.21.0.1/32` 2024-09-21T18:53:06.831 INFO:teuthology.orchestra.run.smithi107.stdout:Mon IP `172.21.15.107` is in CIDR network `172.21.0.2/32` 2024-09-21T18:53:06.831 INFO:teuthology.orchestra.run.smithi107.stdout:Mon IP `172.21.15.107` is in CIDR network `172.21.0.2/32` 2024-09-21T18:53:06.831 INFO:teuthology.orchestra.run.smithi107.stdout:Mon IP `172.21.15.107` is in CIDR network `172.21.15.254/32` 2024-09-21T18:53:06.831 INFO:teuthology.orchestra.run.smithi107.stdout:Mon IP `172.21.15.107` is in CIDR network `172.21.15.254/32` 2024-09-21T18:53:06.831 INFO:teuthology.orchestra.run.smithi107.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.0.1/32', '172.21.0.1/32', '172.21.0.2/32', '172.21.0.2/32', '172.21.15.254/32', '172.21.15.254/32'] 2024-09-21T18:53:06.831 INFO:teuthology.orchestra.run.smithi107.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-21T18:53:06.831 INFO:teuthology.orchestra.run.smithi107.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe... 2024-09-21T18:53:07.100 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/docker: stdout 0ecbb435437226bc091a0c2d4549ba25bf724efe: Pulling from ceph-ci/ceph 2024-09-21T18:53:07.100 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/docker: stdout Digest: sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5 2024-09-21T18:53:07.100 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe 2024-09-21T18:53:07.100 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe 2024-09-21T18:53:08.811 INFO:teuthology.orchestra.run.smithi107.stdout:ceph: stdout ceph version 19.3.0-5129-g0ecbb435 (0ecbb435437226bc091a0c2d4549ba25bf724efe) squid (dev) 2024-09-21T18:53:08.811 INFO:teuthology.orchestra.run.smithi107.stdout:Ceph version: ceph version 19.3.0-5129-g0ecbb435 (0ecbb435437226bc091a0c2d4549ba25bf724efe) squid (dev) 2024-09-21T18:53:08.811 INFO:teuthology.orchestra.run.smithi107.stdout:Extracting ceph user uid/gid from container image... 2024-09-21T18:53:10.234 INFO:teuthology.orchestra.run.smithi107.stdout:stat: stdout 167 167 2024-09-21T18:53:10.234 INFO:teuthology.orchestra.run.smithi107.stdout:Creating initial keys... 2024-09-21T18:53:11.721 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-authtool: stdout AQAXFu9mVcYhBxAAqzP3xcZ4r7CTOB09Ri8WIA== 2024-09-21T18:53:13.211 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-authtool: stdout AQAYFu9mn8e6JBAA2oVNkz0M+AnSW2/7VCZGAA== 2024-09-21T18:53:14.690 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-authtool: stdout AQAaFu9matgUCBAArOzlD/s9hkoBJVVhv27JfQ== 2024-09-21T18:53:14.691 INFO:teuthology.orchestra.run.smithi107.stdout:Creating initial monmap... 2024-09-21T18:53:16.272 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-21T18:53:16.272 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-21T18:53:16.272 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T18:53:16.272 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-21T18:53:16.272 INFO:teuthology.orchestra.run.smithi107.stdout:monmaptool for smithi107 [v2:172.21.15.107:3300,v1:172.21.15.107:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-21T18:53:16.272 INFO:teuthology.orchestra.run.smithi107.stdout:setting min_mon_release = quincy 2024-09-21T18:53:16.272 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/monmaptool: set fsid to 96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T18:53:16.272 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-21T18:53:16.273 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T18:53:16.273 INFO:teuthology.orchestra.run.smithi107.stdout:Creating mon... 2024-09-21T18:53:17.820 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.222+0000 7f95a1ce8c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-21T18:53:17.820 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.222+0000 7f95a1ce8c80 1 imported monmap: 2024-09-21T18:53:17.820 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-09-21T18:53:17.820 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr fsid 96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T18:53:17.820 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-09-21T18:53:15.658756+0000 2024-09-21T18:53:17.820 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr created 2024-09-21T18:53:15.658756+0000 2024-09-21T18:53:17.822 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-09-21T18:53:17.822 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-09-21T18:53:17.822 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.smithi107 2024-09-21T18:53:17.822 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:53:17.822 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.222+0000 7f95a1ce8c80 0 /usr/bin/ceph-mon: set fsid to 96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T18:53:17.822 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: RocksDB version: 7.9.2 2024-09-21T18:53:17.822 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:53:17.822 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Git sha 0 2024-09-21T18:53:17.822 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Compile date 2024-09-21 14:38:11 2024-09-21T18:53:17.823 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: DB SUMMARY 2024-09-21T18:53:17.823 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:53:17.823 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: DB Session ID: QJUZRIJW50PJJLK0PLLY 2024-09-21T18:53:17.823 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:53:17.823 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi107/store.db dir, Total Num: 0, files: 2024-09-21T18:53:17.823 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:53:17.826 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi107/store.db: 2024-09-21T18:53:17.826 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:53:17.826 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.error_if_exists: 0 2024-09-21T18:53:17.826 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.create_if_missing: 1 2024-09-21T18:53:17.826 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.paranoid_checks: 1 2024-09-21T18:53:17.826 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-21T18:53:17.826 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-21T18:53:17.826 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-21T18:53:17.826 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.env: 0x5638cc6fe120 2024-09-21T18:53:17.826 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-21T18:53:17.827 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.info_log: 0x5638cda94d80 2024-09-21T18:53:17.827 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-21T18:53:17.827 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.statistics: (nil) 2024-09-21T18:53:17.827 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.use_fsync: 0 2024-09-21T18:53:17.827 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.max_log_file_size: 0 2024-09-21T18:53:17.827 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-21T18:53:17.827 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-21T18:53:17.827 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-21T18:53:17.827 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-21T18:53:17.827 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.allow_fallocate: 1 2024-09-21T18:53:17.827 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-21T18:53:17.827 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-21T18:53:17.827 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.use_direct_reads: 0 2024-09-21T18:53:17.827 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-21T18:53:17.828 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-21T18:53:17.828 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.db_log_dir: 2024-09-21T18:53:17.828 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.wal_dir: 2024-09-21T18:53:17.828 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-21T18:53:17.828 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-21T18:53:17.832 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-21T18:53:17.832 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-21T18:53:17.832 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-21T18:53:17.832 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-21T18:53:17.832 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-21T18:53:17.832 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-21T18:53:17.832 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.write_buffer_manager: 0x5638cda8dcc0 2024-09-21T18:53:17.832 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-21T18:53:17.833 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-21T18:53:17.833 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-21T18:53:17.833 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-21T18:53:17.833 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-21T18:53:17.833 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-21T18:53:17.833 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-21T18:53:17.833 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-21T18:53:17.833 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.unordered_write: 0 2024-09-21T18:53:17.833 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-21T18:53:17.833 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-21T18:53:17.833 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-21T18:53:17.833 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-21T18:53:17.833 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.row_cache: None 2024-09-21T18:53:17.833 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.wal_filter: None 2024-09-21T18:53:17.833 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-21T18:53:17.834 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-21T18:53:17.834 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.two_write_queues: 0 2024-09-21T18:53:17.834 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-21T18:53:17.834 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.wal_compression: 0 2024-09-21T18:53:17.834 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.atomic_flush: 0 2024-09-21T18:53:17.834 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-21T18:53:17.834 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-21T18:53:17.834 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-21T18:53:17.834 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.log_readahead_size: 0 2024-09-21T18:53:17.834 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-21T18:53:17.834 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-21T18:53:17.834 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-21T18:53:17.834 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-21T18:53:17.834 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-21T18:53:17.835 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-21T18:53:17.835 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-21T18:53:17.835 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.max_background_jobs: 2 2024-09-21T18:53:17.835 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.max_background_compactions: -1 2024-09-21T18:53:17.835 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.max_subcompactions: 1 2024-09-21T18:53:17.835 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-21T18:53:17.840 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-21T18:53:17.840 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-21T18:53:17.840 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-21T18:53:17.840 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-21T18:53:17.840 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-21T18:53:17.840 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-21T18:53:17.840 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-21T18:53:17.840 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.max_open_files: -1 2024-09-21T18:53:17.841 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-21T18:53:17.841 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-21T18:53:17.841 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-21T18:53:17.841 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-21T18:53:17.841 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Options.max_background_flushes: -1 2024-09-21T18:53:17.841 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Compression algorithms supported: 2024-09-21T18:53:17.841 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: kZSTD supported: 0 2024-09-21T18:53:17.841 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: kXpressCompression supported: 0 2024-09-21T18:53:17.841 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: kBZip2Compression supported: 0 2024-09-21T18:53:17.841 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-21T18:53:17.841 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: kLZ4Compression supported: 1 2024-09-21T18:53:17.841 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: kZlibCompression supported: 1 2024-09-21T18:53:17.841 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-21T18:53:17.841 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: kSnappyCompression supported: 1 2024-09-21T18:53:17.842 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-21T18:53:17.842 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-21T18:53:17.842 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.226+0000 7f95a1ce8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-09-21T18:53:17.842 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:53:17.842 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi107/store.db/MANIFEST-000001 2024-09-21T18:53:17.842 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:53:17.842 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-21T18:53:17.842 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:53:17.842 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-21T18:53:17.842 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.merge_operator: 2024-09-21T18:53:17.842 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.compaction_filter: None 2024-09-21T18:53:17.842 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-21T18:53:17.842 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-21T18:53:17.842 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-21T18:53:17.843 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-21T18:53:17.843 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5638cda949a0) 2024-09-21T18:53:17.843 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-09-21T18:53:17.843 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-09-21T18:53:17.843 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-21T18:53:17.843 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-09-21T18:53:17.843 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-09-21T18:53:17.843 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-09-21T18:53:17.843 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-09-21T18:53:17.843 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-09-21T18:53:17.843 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-09-21T18:53:17.843 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-09-21T18:53:17.843 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x5638cda7d610 2024-09-21T18:53:17.843 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-09-21T18:53:17.844 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-09-21T18:53:17.844 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-09-21T18:53:17.844 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-09-21T18:53:17.844 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-09-21T18:53:17.844 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-09-21T18:53:17.844 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-09-21T18:53:17.844 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-09-21T18:53:17.844 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-09-21T18:53:17.853 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-09-21T18:53:17.854 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-09-21T18:53:17.854 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-09-21T18:53:17.854 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-09-21T18:53:17.854 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-09-21T18:53:17.854 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-09-21T18:53:17.854 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-09-21T18:53:17.854 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-09-21T18:53:17.854 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-09-21T18:53:17.854 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-09-21T18:53:17.854 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-09-21T18:53:17.854 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-09-21T18:53:17.854 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-09-21T18:53:17.854 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-09-21T18:53:17.854 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-09-21T18:53:17.855 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-09-21T18:53:17.855 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-09-21T18:53:17.855 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:53:17.855 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-21T18:53:17.855 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-21T18:53:17.855 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.compression: NoCompression 2024-09-21T18:53:17.855 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-21T18:53:17.855 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-21T18:53:17.855 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-21T18:53:17.855 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.num_levels: 7 2024-09-21T18:53:17.855 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-21T18:53:17.855 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-21T18:53:17.855 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-21T18:53:17.855 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-21T18:53:17.856 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-21T18:53:17.856 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-21T18:53:17.856 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-21T18:53:17.856 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-21T18:53:17.856 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-21T18:53:17.856 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-21T18:53:17.856 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-21T18:53:17.856 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-21T18:53:17.856 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-21T18:53:17.856 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-21T18:53:17.856 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-21T18:53:17.856 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-21T18:53:17.856 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-21T18:53:17.856 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-21T18:53:17.857 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-21T18:53:17.857 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-21T18:53:17.857 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-21T18:53:17.857 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-21T18:53:17.857 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-21T18:53:17.857 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-21T18:53:17.857 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-21T18:53:17.857 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-21T18:53:17.857 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-21T18:53:17.857 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-21T18:53:17.857 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-21T18:53:17.857 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-21T18:53:17.857 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-21T18:53:17.857 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-21T18:53:17.857 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-21T18:53:17.858 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-21T18:53:17.858 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-21T18:53:17.858 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-21T18:53:17.858 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-21T18:53:17.858 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-21T18:53:17.858 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-21T18:53:17.858 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-21T18:53:17.858 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-21T18:53:17.858 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-21T18:53:17.858 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-21T18:53:17.858 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-21T18:53:17.858 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-21T18:53:17.858 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-21T18:53:17.858 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-21T18:53:17.859 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-21T18:53:17.859 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-21T18:53:17.859 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-21T18:53:17.859 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-21T18:53:17.859 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-21T18:53:17.859 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-21T18:53:17.859 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-21T18:53:17.859 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.inplace_update_support: 0 2024-09-21T18:53:17.859 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-21T18:53:17.859 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-21T18:53:17.859 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-21T18:53:17.859 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-21T18:53:17.859 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.bloom_locality: 0 2024-09-21T18:53:17.859 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.max_successive_merges: 0 2024-09-21T18:53:17.859 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-21T18:53:17.860 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-21T18:53:17.860 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-21T18:53:17.860 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-21T18:53:17.860 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.ttl: 2592000 2024-09-21T18:53:17.860 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-21T18:53:17.860 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-21T18:53:17.860 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-21T18:53:17.860 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.enable_blob_files: false 2024-09-21T18:53:17.860 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.min_blob_size: 0 2024-09-21T18:53:17.865 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-21T18:53:17.866 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-21T18:53:17.866 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-21T18:53:17.866 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-21T18:53:17.866 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-21T18:53:17.866 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-21T18:53:17.866 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-21T18:53:17.866 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-21T18:53:17.866 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi107/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-21T18:53:17.866 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:53:17.866 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-21T18:53:17.866 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:53:17.866 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 0ef465a7-e0ca-422b-baef-81c25cb2ca6a 2024-09-21T18:53:17.866 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:53:17.867 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-09-21T18:53:17.867 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:53:17.867 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5638cdaace00 2024-09-21T18:53:17.867 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f95a1ce8c80 4 rocksdb: DB pointer 0x5638cdb8e000 2024-09-21T18:53:17.867 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f9599473640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-21T18:53:17.867 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.230+0000 7f9599473640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-21T18:53:17.867 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-09-21T18:53:17.867 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T18:53:17.867 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-21T18:53:17.867 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T18:53:17.867 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T18:53:17.867 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-21T18:53:17.867 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T18:53:17.868 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T18:53:17.868 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:53:17.868 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-21T18:53:17.868 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-21T18:53:17.868 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-21T18:53:17.868 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-09-21T18:53:17.868 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-09-21T18:53:17.868 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:53:17.868 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-21T18:53:17.868 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-21T18:53:17.868 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-21T18:53:17.868 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:53:17.868 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-21T18:53:17.868 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:53:17.868 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T18:53:17.869 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-21T18:53:17.869 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-21T18:53:17.869 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-21T18:53:17.869 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-21T18:53:17.869 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-09-21T18:53:17.869 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T18:53:17.869 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T18:53:17.869 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-21T18:53:17.869 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x5638cda7d610#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-09-21T18:53:17.869 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-09-21T18:53:17.869 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:53:17.869 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-09-21T18:53:17.869 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:53:17.869 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.234+0000 7f95a1ce8c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-09-21T18:53:17.870 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.234+0000 7f95a1ce8c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-09-21T18:53:17.870 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:53:17.234+0000 7f95a1ce8c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi107 for mon.smithi107 2024-09-21T18:53:17.870 INFO:teuthology.orchestra.run.smithi107.stdout:create mon.smithi107 on 2024-09-21T18:53:18.331 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-09-21T18:53:18.558 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-96af9b06-784a-11ef-baf6-efdc52797490.target -> /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490.target. 2024-09-21T18:53:18.559 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-96af9b06-784a-11ef-baf6-efdc52797490.target -> /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490.target. 2024-09-21T18:53:18.838 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-96af9b06-784a-11ef-baf6-efdc52797490@mon.smithi107 2024-09-21T18:53:18.838 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Failed to reset failed state of unit ceph-96af9b06-784a-11ef-baf6-efdc52797490@mon.smithi107.service: Unit ceph-96af9b06-784a-11ef-baf6-efdc52797490@mon.smithi107.service not loaded. 2024-09-21T18:53:19.044 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490.target.wants/ceph-96af9b06-784a-11ef-baf6-efdc52797490@mon.smithi107.service -> /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service. 2024-09-21T18:53:19.051 INFO:teuthology.orchestra.run.smithi107.stdout:firewalld does not appear to be present 2024-09-21T18:53:19.051 INFO:teuthology.orchestra.run.smithi107.stdout:Not possible to enable service . firewalld.service is not available 2024-09-21T18:53:19.052 INFO:teuthology.orchestra.run.smithi107.stdout:Waiting for mon to start... 2024-09-21T18:53:19.052 INFO:teuthology.orchestra.run.smithi107.stdout:Waiting for mon... 2024-09-21T18:53:19.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:19 smithi107 systemd[1]: Started Ceph mon.smithi107 for 96af9b06-784a-11ef-baf6-efdc52797490. 2024-09-21T18:53:20.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:20 smithi107 bash[19549]: cluster 2024-09-21T18:53:20.743933+0000 mon.smithi107 (mon.0) 0 : cluster [INF] mkfs 96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T18:53:20.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:20 smithi107 bash[19549]: cluster 2024-09-21T18:53:20.743933+0000 mon.smithi107 (mon.0) 0 : cluster [INF] mkfs 96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T18:53:20.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:20 smithi107 bash[19549]: cluster 2024-09-21T18:53:20.719633+0000 mon.smithi107 (mon.0) 1 : cluster [INF] mon.smithi107 is new leader, mons smithi107 in quorum (ranks 0) 2024-09-21T18:53:20.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:20 smithi107 bash[19549]: cluster 2024-09-21T18:53:20.719633+0000 mon.smithi107 (mon.0) 1 : cluster [INF] mon.smithi107 is new leader, mons smithi107 in quorum (ranks 0) 2024-09-21T18:53:21.642 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout cluster: 2024-09-21T18:53:21.642 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout id: 96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T18:53:21.642 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-21T18:53:21.642 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-09-21T18:53:21.642 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout services: 2024-09-21T18:53:21.642 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi107 (age 0.306733s) 2024-09-21T18:53:21.642 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-21T18:53:21.642 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-21T18:53:21.643 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-09-21T18:53:21.643 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout data: 2024-09-21T18:53:21.643 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-21T18:53:21.643 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-21T18:53:21.643 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-21T18:53:21.643 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout pgs: 2024-09-21T18:53:21.643 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-09-21T18:53:21.643 INFO:teuthology.orchestra.run.smithi107.stdout:mon is available 2024-09-21T18:53:21.643 INFO:teuthology.orchestra.run.smithi107.stdout:Assimilating anything we can from ceph.conf... 2024-09-21T18:53:22.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:21 smithi107 bash[19549]: cluster 2024-09-21T18:53:20.742904+0000 mon.smithi107 (mon.0) 2 : cluster [INF] mon.smithi107 is new leader, mons smithi107 in quorum (ranks 0) 2024-09-21T18:53:22.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:21 smithi107 bash[19549]: cluster 2024-09-21T18:53:20.742904+0000 mon.smithi107 (mon.0) 2 : cluster [INF] mon.smithi107 is new leader, mons smithi107 in quorum (ranks 0) 2024-09-21T18:53:22.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:21 smithi107 bash[19549]: cluster 2024-09-21T18:53:20.743116+0000 mon.smithi107 (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-21T18:53:22.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:21 smithi107 bash[19549]: cluster 2024-09-21T18:53:20.743116+0000 mon.smithi107 (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-21T18:53:22.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:21 smithi107 bash[19549]: cluster 2024-09-21T18:53:20.743127+0000 mon.smithi107 (mon.0) 4 : cluster [DBG] fsid 96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T18:53:22.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:21 smithi107 bash[19549]: cluster 2024-09-21T18:53:20.743127+0000 mon.smithi107 (mon.0) 4 : cluster [DBG] fsid 96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T18:53:22.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:21 smithi107 bash[19549]: cluster 2024-09-21T18:53:20.743140+0000 mon.smithi107 (mon.0) 5 : cluster [DBG] last_changed 2024-09-21T18:53:15.658756+0000 2024-09-21T18:53:22.152 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:21 smithi107 bash[19549]: cluster 2024-09-21T18:53:20.743140+0000 mon.smithi107 (mon.0) 5 : cluster [DBG] last_changed 2024-09-21T18:53:15.658756+0000 2024-09-21T18:53:22.152 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:21 smithi107 bash[19549]: cluster 2024-09-21T18:53:20.743153+0000 mon.smithi107 (mon.0) 6 : cluster [DBG] created 2024-09-21T18:53:15.658756+0000 2024-09-21T18:53:22.152 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:21 smithi107 bash[19549]: cluster 2024-09-21T18:53:20.743153+0000 mon.smithi107 (mon.0) 6 : cluster [DBG] created 2024-09-21T18:53:15.658756+0000 2024-09-21T18:53:22.152 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:21 smithi107 bash[19549]: cluster 2024-09-21T18:53:20.743165+0000 mon.smithi107 (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T18:53:22.152 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:21 smithi107 bash[19549]: cluster 2024-09-21T18:53:20.743165+0000 mon.smithi107 (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T18:53:22.152 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:21 smithi107 bash[19549]: cluster 2024-09-21T18:53:20.743176+0000 mon.smithi107 (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-21T18:53:22.152 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:21 smithi107 bash[19549]: cluster 2024-09-21T18:53:20.743176+0000 mon.smithi107 (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-21T18:53:22.152 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:21 smithi107 bash[19549]: cluster 2024-09-21T18:53:20.743187+0000 mon.smithi107 (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.smithi107 2024-09-21T18:53:22.152 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:21 smithi107 bash[19549]: cluster 2024-09-21T18:53:20.743187+0000 mon.smithi107 (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.smithi107 2024-09-21T18:53:22.152 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:21 smithi107 bash[19549]: cluster 2024-09-21T18:53:20.745259+0000 mon.smithi107 (mon.0) 10 : cluster [DBG] fsmap 2024-09-21T18:53:22.152 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:21 smithi107 bash[19549]: cluster 2024-09-21T18:53:20.745259+0000 mon.smithi107 (mon.0) 10 : cluster [DBG] fsmap 2024-09-21T18:53:22.152 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:21 smithi107 bash[19549]: cluster 2024-09-21T18:53:20.747382+0000 mon.smithi107 (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-21T18:53:22.152 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:21 smithi107 bash[19549]: cluster 2024-09-21T18:53:20.747382+0000 mon.smithi107 (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-21T18:53:22.152 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:21 smithi107 bash[19549]: cluster 2024-09-21T18:53:20.747815+0000 mon.smithi107 (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-21T18:53:22.153 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:21 smithi107 bash[19549]: cluster 2024-09-21T18:53:20.747815+0000 mon.smithi107 (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-21T18:53:22.153 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:21 smithi107 bash[19549]: audit 2024-09-21T18:53:21.049608+0000 mon.smithi107 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.107:0/1411540055' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-21T18:53:22.153 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:21 smithi107 bash[19549]: audit 2024-09-21T18:53:21.049608+0000 mon.smithi107 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.107:0/1411540055' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-21T18:53:23.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:22 smithi107 bash[19549]: audit 2024-09-21T18:53:22.835117+0000 mon.smithi107 (mon.0) 14 : audit [INF] from='client.? 172.21.15.107:0/209983415' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-21T18:53:23.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:22 smithi107 bash[19549]: audit 2024-09-21T18:53:22.835117+0000 mon.smithi107 (mon.0) 14 : audit [INF] from='client.? 172.21.15.107:0/209983415' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-21T18:53:23.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:22 smithi107 bash[19549]: audit 2024-09-21T18:53:22.839154+0000 mon.smithi107 (mon.0) 15 : audit [INF] from='client.? 172.21.15.107:0/209983415' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-21T18:53:23.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:22 smithi107 bash[19549]: audit 2024-09-21T18:53:22.839154+0000 mon.smithi107 (mon.0) 15 : audit [INF] from='client.? 172.21.15.107:0/209983415' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-21T18:53:23.406 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-09-21T18:53:23.406 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout [global] 2024-09-21T18:53:23.406 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout fsid = 96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T18:53:23.406 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-21T18:53:23.406 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.107:3300,v1:172.21.15.107:6789] 2024-09-21T18:53:23.406 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-21T18:53:23.406 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-21T18:53:23.406 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-21T18:53:23.406 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-21T18:53:23.407 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-09-21T18:53:23.407 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-21T18:53:23.407 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-21T18:53:23.407 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-09-21T18:53:23.407 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout [osd] 2024-09-21T18:53:23.407 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-21T18:53:23.407 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-21T18:53:23.407 INFO:teuthology.orchestra.run.smithi107.stdout:Generating new minimal ceph.conf... 2024-09-21T18:53:24.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:24 smithi107 bash[19549]: audit 2024-09-21T18:53:24.622386+0000 mon.smithi107 (mon.0) 16 : audit [DBG] from='client.? 172.21.15.107:0/2161082366' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:53:24.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:24 smithi107 bash[19549]: audit 2024-09-21T18:53:24.622386+0000 mon.smithi107 (mon.0) 16 : audit [DBG] from='client.? 172.21.15.107:0/2161082366' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:53:25.211 INFO:teuthology.orchestra.run.smithi107.stdout:Restarting the monitor... 2024-09-21T18:53:25.591 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:25 smithi107 systemd[1]: Stopping Ceph mon.smithi107 for 96af9b06-784a-11ef-baf6-efdc52797490... 2024-09-21T18:53:25.591 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:25 smithi107 bash[19549]: debug 2024-09-21T18:53:25.338+0000 7f638a5a6640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi107 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-09-21T18:53:25.591 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:25 smithi107 bash[19549]: debug 2024-09-21T18:53:25.338+0000 7f638a5a6640 -1 mon.smithi107@0(leader) e1 *** Got Signal Terminated *** 2024-09-21T18:53:26.187 INFO:teuthology.orchestra.run.smithi107.stdout:Setting public_network to 172.21.0.1/32,172.21.0.0/20,172.21.15.254/32,172.21.0.2/32 in mon config section 2024-09-21T18:53:26.284 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:25 smithi107 bash[19933]: ceph-96af9b06-784a-11ef-baf6-efdc52797490-mon-smithi107 2024-09-21T18:53:26.284 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:26 smithi107 bash[19993]: Error response from daemon: No such container: ceph-96af9b06-784a-11ef-baf6-efdc52797490-mon-smithi107 2024-09-21T18:53:26.284 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:26 smithi107 systemd[1]: ceph-96af9b06-784a-11ef-baf6-efdc52797490@mon.smithi107.service: Deactivated successfully. 2024-09-21T18:53:26.285 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:26 smithi107 systemd[1]: Stopped Ceph mon.smithi107 for 96af9b06-784a-11ef-baf6-efdc52797490. 2024-09-21T18:53:26.285 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:26 smithi107 systemd[1]: Started Ceph mon.smithi107 for 96af9b06-784a-11ef-baf6-efdc52797490. 2024-09-21T18:53:27.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.658+0000 7f229d9b4c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-21T18:53:27.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.658+0000 7f229d9b4c80 0 ceph version 19.3.0-5129-g0ecbb435 (0ecbb435437226bc091a0c2d4549ba25bf724efe) squid (dev), process ceph-mon, pid 7 2024-09-21T18:53:27.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.658+0000 7f229d9b4c80 0 pidfile_write: ignore empty --pid-file 2024-09-21T18:53:27.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 0 load: jerasure load: lrc 2024-09-21T18:53:27.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: RocksDB version: 7.9.2 2024-09-21T18:53:27.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Git sha 0 2024-09-21T18:53:27.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Compile date 2024-09-21 14:38:11 2024-09-21T18:53:27.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: DB SUMMARY 2024-09-21T18:53:27.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: DB Session ID: MTHC9KCWL796Q6V902ZI 2024-09-21T18:53:27.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: CURRENT file: CURRENT 2024-09-21T18:53:27.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-21T18:53:27.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-21T18:53:27.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi107/store.db dir, Total Num: 1, files: 000008.sst 2024-09-21T18:53:27.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi107/store.db: 000009.log size: 89100 ; 2024-09-21T18:53:27.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.error_if_exists: 0 2024-09-21T18:53:27.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.create_if_missing: 0 2024-09-21T18:53:27.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.paranoid_checks: 1 2024-09-21T18:53:27.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-21T18:53:27.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-21T18:53:27.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-21T18:53:27.903 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.env: 0x560727d59120 2024-09-21T18:53:27.903 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-21T18:53:27.903 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.info_log: 0x560728b278e0 2024-09-21T18:53:27.903 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-21T18:53:27.903 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.statistics: (nil) 2024-09-21T18:53:27.903 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.use_fsync: 0 2024-09-21T18:53:27.903 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.max_log_file_size: 0 2024-09-21T18:53:27.904 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-21T18:53:27.904 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-21T18:53:27.904 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-21T18:53:27.904 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-21T18:53:27.904 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.allow_fallocate: 1 2024-09-21T18:53:27.904 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-21T18:53:27.904 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-21T18:53:27.904 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.use_direct_reads: 0 2024-09-21T18:53:27.904 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-21T18:53:27.904 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-21T18:53:27.904 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.db_log_dir: 2024-09-21T18:53:27.904 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.wal_dir: 2024-09-21T18:53:27.904 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-21T18:53:27.905 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-21T18:53:27.905 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-21T18:53:27.905 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-21T18:53:27.905 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-21T18:53:27.905 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-21T18:53:27.905 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-21T18:53:27.905 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-21T18:53:27.905 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.write_buffer_manager: 0x560728b2bb80 2024-09-21T18:53:27.905 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-21T18:53:27.905 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-21T18:53:27.905 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-21T18:53:27.905 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-21T18:53:27.905 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-21T18:53:27.905 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-21T18:53:27.905 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-21T18:53:27.906 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-21T18:53:27.906 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.unordered_write: 0 2024-09-21T18:53:27.906 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-21T18:53:27.906 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-21T18:53:27.906 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-21T18:53:27.906 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-21T18:53:27.906 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.row_cache: None 2024-09-21T18:53:27.906 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.wal_filter: None 2024-09-21T18:53:27.906 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-21T18:53:27.906 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-21T18:53:27.906 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.two_write_queues: 0 2024-09-21T18:53:27.906 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-21T18:53:27.906 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.wal_compression: 0 2024-09-21T18:53:27.906 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.atomic_flush: 0 2024-09-21T18:53:27.907 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-21T18:53:27.907 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-21T18:53:27.907 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-21T18:53:27.907 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.log_readahead_size: 0 2024-09-21T18:53:27.907 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-21T18:53:27.907 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-21T18:53:27.907 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-21T18:53:27.907 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-21T18:53:27.907 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-21T18:53:27.907 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-21T18:53:27.907 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-21T18:53:27.907 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.max_background_jobs: 2 2024-09-21T18:53:27.907 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.max_background_compactions: -1 2024-09-21T18:53:27.907 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.max_subcompactions: 1 2024-09-21T18:53:27.908 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-21T18:53:27.908 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-21T18:53:27.908 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-21T18:53:27.908 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-21T18:53:27.908 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-21T18:53:27.908 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-21T18:53:27.908 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-21T18:53:27.908 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-21T18:53:27.908 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.max_open_files: -1 2024-09-21T18:53:27.908 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-21T18:53:27.908 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-21T18:53:27.908 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-21T18:53:27.908 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-21T18:53:27.908 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.max_background_flushes: -1 2024-09-21T18:53:27.908 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Compression algorithms supported: 2024-09-21T18:53:27.909 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: kZSTD supported: 0 2024-09-21T18:53:27.909 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: kXpressCompression supported: 0 2024-09-21T18:53:27.909 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: kBZip2Compression supported: 0 2024-09-21T18:53:27.909 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-21T18:53:27.909 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: kLZ4Compression supported: 1 2024-09-21T18:53:27.909 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: kZlibCompression supported: 1 2024-09-21T18:53:27.909 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-21T18:53:27.909 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: kSnappyCompression supported: 1 2024-09-21T18:53:27.909 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-21T18:53:27.909 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-21T18:53:27.909 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi107/store.db/MANIFEST-000010 2024-09-21T18:53:27.910 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-21T18:53:27.911 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-21T18:53:27.911 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.merge_operator: 2024-09-21T18:53:27.911 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.compaction_filter: None 2024-09-21T18:53:27.911 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-21T18:53:27.911 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-21T18:53:27.911 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-21T18:53:27.911 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-21T18:53:27.911 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560728b27540) 2024-09-21T18:53:27.911 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: cache_index_and_filter_blocks: 1 2024-09-21T18:53:27.911 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-21T18:53:27.911 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-21T18:53:27.911 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: pin_top_level_index_and_filter: 1 2024-09-21T18:53:27.911 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: index_type: 0 2024-09-21T18:53:27.911 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: data_block_index_type: 0 2024-09-21T18:53:27.912 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: index_shortening: 1 2024-09-21T18:53:27.912 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: data_block_hash_table_util_ratio: 0.750000 2024-09-21T18:53:27.912 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: checksum: 4 2024-09-21T18:53:27.912 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: no_block_cache: 0 2024-09-21T18:53:27.912 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: block_cache: 0x560728b1d610 2024-09-21T18:53:27.912 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: block_cache_name: BinnedLRUCache 2024-09-21T18:53:27.912 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: block_cache_options: 2024-09-21T18:53:27.912 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: capacity : 536870912 2024-09-21T18:53:27.912 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: num_shard_bits : 4 2024-09-21T18:53:27.912 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: strict_capacity_limit : 0 2024-09-21T18:53:27.912 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: high_pri_pool_ratio: 0.000 2024-09-21T18:53:27.912 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: block_cache_compressed: (nil) 2024-09-21T18:53:27.912 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: persistent_cache: (nil) 2024-09-21T18:53:27.912 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: block_size: 4096 2024-09-21T18:53:27.913 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: block_size_deviation: 10 2024-09-21T18:53:27.913 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: block_restart_interval: 16 2024-09-21T18:53:27.913 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: index_block_restart_interval: 1 2024-09-21T18:53:27.913 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: metadata_block_size: 4096 2024-09-21T18:53:27.913 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: partition_filters: 0 2024-09-21T18:53:27.913 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: use_delta_encoding: 1 2024-09-21T18:53:27.913 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: filter_policy: bloomfilter 2024-09-21T18:53:27.913 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: whole_key_filtering: 1 2024-09-21T18:53:27.913 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: verify_compression: 0 2024-09-21T18:53:27.913 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: read_amp_bytes_per_bit: 0 2024-09-21T18:53:27.913 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: format_version: 5 2024-09-21T18:53:27.913 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: enable_index_compression: 1 2024-09-21T18:53:27.913 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: block_align: 0 2024-09-21T18:53:27.913 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: max_auto_readahead_size: 262144 2024-09-21T18:53:27.913 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: prepopulate_block_cache: 0 2024-09-21T18:53:27.914 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: initial_auto_readahead_size: 8192 2024-09-21T18:53:27.914 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: num_file_reads_for_auto_readahead: 2 2024-09-21T18:53:27.914 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-21T18:53:27.914 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-21T18:53:27.914 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.compression: NoCompression 2024-09-21T18:53:27.914 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-21T18:53:27.914 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-21T18:53:27.914 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-21T18:53:27.914 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.num_levels: 7 2024-09-21T18:53:27.914 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-21T18:53:27.914 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-21T18:53:27.914 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-21T18:53:27.914 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-21T18:53:27.914 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-21T18:53:27.914 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-21T18:53:27.915 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-21T18:53:27.915 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-21T18:53:27.915 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-21T18:53:27.915 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-21T18:53:27.915 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-21T18:53:27.915 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-21T18:53:27.915 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-21T18:53:27.915 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-21T18:53:27.915 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-21T18:53:27.915 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-21T18:53:27.915 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-21T18:53:27.915 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-21T18:53:27.915 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-21T18:53:27.915 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-21T18:53:27.915 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-21T18:53:27.916 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-21T18:53:27.916 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-21T18:53:27.916 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-21T18:53:27.916 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-21T18:53:27.916 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-21T18:53:27.916 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-21T18:53:27.916 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-21T18:53:27.916 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-21T18:53:27.916 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-21T18:53:27.916 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-21T18:53:27.916 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-21T18:53:27.916 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-21T18:53:27.916 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-21T18:53:27.916 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-21T18:53:27.916 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-21T18:53:27.917 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-21T18:53:27.917 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-21T18:53:27.917 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-21T18:53:27.917 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-21T18:53:27.917 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-21T18:53:27.917 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-21T18:53:27.917 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-21T18:53:27.917 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-21T18:53:27.917 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-21T18:53:27.917 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-21T18:53:27.917 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-21T18:53:27.917 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-21T18:53:27.917 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-21T18:53:27.917 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-21T18:53:27.917 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-21T18:53:27.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-21T18:53:27.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-21T18:53:27.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-21T18:53:27.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.inplace_update_support: 0 2024-09-21T18:53:27.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-21T18:53:27.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-21T18:53:27.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-21T18:53:27.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-21T18:53:27.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.bloom_locality: 0 2024-09-21T18:53:27.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.max_successive_merges: 0 2024-09-21T18:53:27.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-21T18:53:27.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-21T18:53:27.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-21T18:53:27.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-21T18:53:27.918 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.ttl: 2592000 2024-09-21T18:53:27.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-21T18:53:27.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-21T18:53:27.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-21T18:53:27.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.enable_blob_files: false 2024-09-21T18:53:27.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.min_blob_size: 0 2024-09-21T18:53:27.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-21T18:53:27.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-21T18:53:27.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-21T18:53:27.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-21T18:53:27.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-21T18:53:27.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-21T18:53:27.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-21T18:53:27.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-21T18:53:27.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi107/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-09-21T18:53:27.919 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-21T18:53:27.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 0ef465a7-e0ca-422b-baef-81c25cb2ca6a 2024-09-21T18:53:27.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726944807668887, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-21T18:53:27.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-21T18:53:27.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726944807670083, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85876, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 257, "table_properties": {"data_size": 84016, "index_size": 244, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10002, "raw_average_key_size": 46, "raw_value_size": 78265, "raw_average_value_size": 362, "num_data_blocks": 11, "num_entries": 216, "num_filter_entries": 216, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726944807, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "0ef465a7-e0ca-422b-baef-81c25cb2ca6a", "db_session_id": "MTHC9KCWL796Q6V902ZI", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-21T18:53:27.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.662+0000 7f229d9b4c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726944807670253, "job": 1, "event": "recovery_finished"} 2024-09-21T18:53:27.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.666+0000 7f229d9b4c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-21T18:53:27.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.666+0000 7f229d9b4c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi107/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-21T18:53:27.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.666+0000 7f229d9b4c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x560728b4ae00 2024-09-21T18:53:27.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.666+0000 7f229d9b4c80 4 rocksdb: DB pointer 0x560728c4e000 2024-09-21T18:53:27.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.666+0000 7f229377c640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-21T18:53:27.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.666+0000 7f229377c640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-21T18:53:27.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: ** DB Stats ** 2024-09-21T18:53:27.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T18:53:27.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-21T18:53:27.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T18:53:27.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T18:53:27.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-21T18:53:27.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T18:53:27.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T18:53:27.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: ** Compaction Stats [default] ** 2024-09-21T18:53:27.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-21T18:53:27.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-21T18:53:27.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: L0 2/0 85.76 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 109.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T18:53:27.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: Sum 2/0 85.76 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 109.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T18:53:27.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 109.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T18:53:27.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: ** Compaction Stats [default] ** 2024-09-21T18:53:27.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-21T18:53:27.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-21T18:53:27.921 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 109.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T18:53:27.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-21T18:53:27.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T18:53:27.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-21T18:53:27.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-21T18:53:27.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: AddFile(Total Files): cumulative 0, interval 0 2024-09-21T18:53:27.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-21T18:53:27.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: AddFile(Keys): cumulative 0, interval 0 2024-09-21T18:53:27.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: Cumulative compaction: 0.00 GB write, 17.04 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T18:53:27.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: Interval compaction: 0.00 GB write, 17.04 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T18:53:27.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-21T18:53:27.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: Block cache BinnedLRUCache@0x560728b1d610#7 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.8e-05 secs_since: 0 2024-09-21T18:53:27.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.44 KB,8.34465e-05%) Misc(1,0.00 KB,0%) 2024-09-21T18:53:27.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: ** File Read Latency Histogram By Level [default] ** 2024-09-21T18:53:27.922 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.666+0000 7f229d9b4c80 0 starting mon.smithi107 rank 0 at public addrs [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] at bind addrs [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi107 fsid 96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T18:53:27.923 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.670+0000 7f229d9b4c80 1 mon.smithi107@-1(???) e1 preinit fsid 96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T18:53:27.923 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.670+0000 7f229d9b4c80 0 mon.smithi107@-1(???).mds e1 new map 2024-09-21T18:53:27.923 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.670+0000 7f229d9b4c80 0 mon.smithi107@-1(???).mds e1 print_map 2024-09-21T18:53:27.923 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: e1 2024-09-21T18:53:27.923 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: btime 2024-09-21T18:53:20:743559+0000 2024-09-21T18:53:27.923 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-21T18:53:27.923 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-21T18:53:27.923 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: legacy client fscid: -1 2024-09-21T18:53:27.923 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: 2024-09-21T18:53:27.923 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: No filesystems configured 2024-09-21T18:53:27.923 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.670+0000 7f229d9b4c80 0 mon.smithi107@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-21T18:53:27.923 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.670+0000 7f229d9b4c80 0 mon.smithi107@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T18:53:27.923 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.670+0000 7f229d9b4c80 0 mon.smithi107@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T18:53:27.923 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.670+0000 7f229d9b4c80 0 mon.smithi107@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T18:53:27.924 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: debug 2024-09-21T18:53:27.670+0000 7f229d9b4c80 1 mon.smithi107@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-21T18:53:27.924 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: cluster 2024-09-21T18:53:27.702810+0000 mon.smithi107 (mon.0) 1 : cluster [INF] mon.smithi107 is new leader, mons smithi107 in quorum (ranks 0) 2024-09-21T18:53:27.924 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: cluster 2024-09-21T18:53:27.702810+0000 mon.smithi107 (mon.0) 1 : cluster [INF] mon.smithi107 is new leader, mons smithi107 in quorum (ranks 0) 2024-09-21T18:53:27.924 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: cluster 2024-09-21T18:53:27.702875+0000 mon.smithi107 (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-21T18:53:27.924 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: cluster 2024-09-21T18:53:27.702875+0000 mon.smithi107 (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-21T18:53:27.924 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: cluster 2024-09-21T18:53:27.702884+0000 mon.smithi107 (mon.0) 3 : cluster [DBG] fsid 96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T18:53:27.924 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: cluster 2024-09-21T18:53:27.702884+0000 mon.smithi107 (mon.0) 3 : cluster [DBG] fsid 96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T18:53:27.924 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: cluster 2024-09-21T18:53:27.702889+0000 mon.smithi107 (mon.0) 4 : cluster [DBG] last_changed 2024-09-21T18:53:15.658756+0000 2024-09-21T18:53:27.924 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: cluster 2024-09-21T18:53:27.702889+0000 mon.smithi107 (mon.0) 4 : cluster [DBG] last_changed 2024-09-21T18:53:15.658756+0000 2024-09-21T18:53:27.924 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: cluster 2024-09-21T18:53:27.702896+0000 mon.smithi107 (mon.0) 5 : cluster [DBG] created 2024-09-21T18:53:15.658756+0000 2024-09-21T18:53:27.924 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: cluster 2024-09-21T18:53:27.702896+0000 mon.smithi107 (mon.0) 5 : cluster [DBG] created 2024-09-21T18:53:15.658756+0000 2024-09-21T18:53:27.924 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: cluster 2024-09-21T18:53:27.702903+0000 mon.smithi107 (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T18:53:27.924 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: cluster 2024-09-21T18:53:27.702903+0000 mon.smithi107 (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T18:53:27.924 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: cluster 2024-09-21T18:53:27.702910+0000 mon.smithi107 (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-21T18:53:27.924 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: cluster 2024-09-21T18:53:27.702910+0000 mon.smithi107 (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-21T18:53:27.924 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: cluster 2024-09-21T18:53:27.702917+0000 mon.smithi107 (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.smithi107 2024-09-21T18:53:27.925 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: cluster 2024-09-21T18:53:27.702917+0000 mon.smithi107 (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.smithi107 2024-09-21T18:53:27.925 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: cluster 2024-09-21T18:53:27.703349+0000 mon.smithi107 (mon.0) 9 : cluster [DBG] fsmap 2024-09-21T18:53:27.925 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: cluster 2024-09-21T18:53:27.703349+0000 mon.smithi107 (mon.0) 9 : cluster [DBG] fsmap 2024-09-21T18:53:27.925 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: cluster 2024-09-21T18:53:27.703372+0000 mon.smithi107 (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-21T18:53:27.925 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: cluster 2024-09-21T18:53:27.703372+0000 mon.smithi107 (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-21T18:53:27.925 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: cluster 2024-09-21T18:53:27.703753+0000 mon.smithi107 (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-21T18:53:27.925 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:27 smithi107 bash[20033]: cluster 2024-09-21T18:53:27.703753+0000 mon.smithi107 (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-21T18:53:28.489 INFO:teuthology.orchestra.run.smithi107.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-21T18:53:28.515 INFO:teuthology.orchestra.run.smithi107.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-21T18:53:28.515 INFO:teuthology.orchestra.run.smithi107.stdout:Creating mgr... 2024-09-21T18:53:28.515 INFO:teuthology.orchestra.run.smithi107.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-21T18:53:28.515 INFO:teuthology.orchestra.run.smithi107.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-21T18:53:28.516 INFO:teuthology.orchestra.run.smithi107.stdout:Verifying port 0.0.0.0:8443 ... 2024-09-21T18:53:28.850 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:28 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:53:28.861 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-96af9b06-784a-11ef-baf6-efdc52797490@mgr.smithi107.uonppz 2024-09-21T18:53:28.861 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Failed to reset failed state of unit ceph-96af9b06-784a-11ef-baf6-efdc52797490@mgr.smithi107.uonppz.service: Unit ceph-96af9b06-784a-11ef-baf6-efdc52797490@mgr.smithi107.uonppz.service not loaded. 2024-09-21T18:53:29.082 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490.target.wants/ceph-96af9b06-784a-11ef-baf6-efdc52797490@mgr.smithi107.uonppz.service -> /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service. 2024-09-21T18:53:29.091 INFO:teuthology.orchestra.run.smithi107.stdout:firewalld does not appear to be present 2024-09-21T18:53:29.091 INFO:teuthology.orchestra.run.smithi107.stdout:Not possible to enable service . firewalld.service is not available 2024-09-21T18:53:29.091 INFO:teuthology.orchestra.run.smithi107.stdout:firewalld does not appear to be present 2024-09-21T18:53:29.091 INFO:teuthology.orchestra.run.smithi107.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-09-21T18:53:29.092 INFO:teuthology.orchestra.run.smithi107.stdout:Waiting for mgr to start... 2024-09-21T18:53:29.092 INFO:teuthology.orchestra.run.smithi107.stdout:Waiting for mgr... 2024-09-21T18:53:29.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:28 smithi107 bash[20033]: audit 2024-09-21T18:53:27.928383+0000 mon.smithi107 (mon.0) 12 : audit [INF] from='client.? 172.21.15.107:0/1076334434' entity='client.admin' 2024-09-21T18:53:29.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:28 smithi107 bash[20033]: audit 2024-09-21T18:53:27.928383+0000 mon.smithi107 (mon.0) 12 : audit [INF] from='client.? 172.21.15.107:0/1076334434' entity='client.admin' 2024-09-21T18:53:29.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:28 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:53:31.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:31 smithi107 bash[20033]: audit 2024-09-21T18:53:30.979109+0000 mon.smithi107 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.107:0/1749003843' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T18:53:31.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:31 smithi107 bash[20033]: audit 2024-09-21T18:53:30.979109+0000 mon.smithi107 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.107:0/1749003843' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T18:53:31.585 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-09-21T18:53:31.585 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout { 2024-09-21T18:53:31.586 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "fsid": "96af9b06-784a-11ef-baf6-efdc52797490", 2024-09-21T18:53:31.586 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T18:53:31.586 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T18:53:31.586 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T18:53:31.586 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T18:53:31.586 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:53:31.586 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T18:53:31.586 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T18:53:31.586 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 0 2024-09-21T18:53:31.586 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ], 2024-09-21T18:53:31.586 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T18:53:31.586 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "smithi107" 2024-09-21T18:53:31.586 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ], 2024-09-21T18:53:31.587 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-09-21T18:53:31.587 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T18:53:31.587 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T18:53:31.587 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T18:53:31.587 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T18:53:31.587 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:53:31.587 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T18:53:31.587 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T18:53:31.587 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T18:53:31.587 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T18:53:31.587 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T18:53:31.587 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T18:53:31.587 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T18:53:31.587 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T18:53:31.591 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:53:31.591 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T18:53:31.591 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T18:53:31.591 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T18:53:31.591 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T18:53:31.591 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T18:53:31.591 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T18:53:31.591 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T18:53:31.591 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T18:53:31.591 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T18:53:31.592 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:53:31.592 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T18:53:31.592 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T18:53:31.592 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T18:53:20:743559+0000", 2024-09-21T18:53:31.592 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T18:53:31.592 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T18:53:31.592 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:53:31.592 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T18:53:31.592 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-21T18:53:31.592 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T18:53:31.592 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T18:53:31.592 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T18:53:31.593 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T18:53:31.593 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T18:53:31.593 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ], 2024-09-21T18:53:31.593 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T18:53:31.593 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:53:31.593 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T18:53:31.593 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T18:53:31.593 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T18:53:20.744303+0000", 2024-09-21T18:53:31.593 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T18:53:31.593 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:53:31.593 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T18:53:31.593 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout } 2024-09-21T18:53:31.593 INFO:teuthology.orchestra.run.smithi107.stdout:mgr not available, waiting (1/15)... 2024-09-21T18:53:35.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:34 smithi107 bash[20033]: audit 2024-09-21T18:53:34.821466+0000 mon.smithi107 (mon.0) 14 : audit [DBG] from='client.? 172.21.15.107:0/2125042834' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T18:53:35.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:34 smithi107 bash[20033]: audit 2024-09-21T18:53:34.821466+0000 mon.smithi107 (mon.0) 14 : audit [DBG] from='client.? 172.21.15.107:0/2125042834' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T18:53:35.461 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-09-21T18:53:35.461 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout { 2024-09-21T18:53:35.461 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "fsid": "96af9b06-784a-11ef-baf6-efdc52797490", 2024-09-21T18:53:35.461 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T18:53:35.461 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T18:53:35.461 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T18:53:35.462 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T18:53:35.462 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:53:35.462 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T18:53:35.462 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T18:53:35.462 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 0 2024-09-21T18:53:35.462 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ], 2024-09-21T18:53:35.462 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T18:53:35.462 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "smithi107" 2024-09-21T18:53:35.462 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ], 2024-09-21T18:53:35.462 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2024-09-21T18:53:35.462 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T18:53:35.462 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T18:53:35.462 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T18:53:35.462 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T18:53:35.462 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:53:35.463 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T18:53:35.463 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T18:53:35.463 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T18:53:35.463 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T18:53:35.463 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T18:53:35.463 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T18:53:35.463 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T18:53:35.463 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T18:53:35.463 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:53:35.463 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T18:53:35.463 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T18:53:35.463 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T18:53:35.463 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T18:53:35.463 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T18:53:35.463 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T18:53:35.464 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T18:53:35.464 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T18:53:35.464 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T18:53:35.464 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:53:35.464 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T18:53:35.464 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T18:53:35.464 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T18:53:20:743559+0000", 2024-09-21T18:53:35.464 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T18:53:35.464 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T18:53:35.464 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:53:35.464 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T18:53:35.464 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-21T18:53:35.464 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T18:53:35.464 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T18:53:35.464 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T18:53:35.465 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T18:53:35.465 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T18:53:35.465 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ], 2024-09-21T18:53:35.465 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T18:53:35.465 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:53:35.465 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T18:53:35.465 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T18:53:35.465 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T18:53:20.744303+0000", 2024-09-21T18:53:35.465 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T18:53:35.465 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:53:35.465 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T18:53:35.465 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout } 2024-09-21T18:53:35.466 INFO:teuthology.orchestra.run.smithi107.stdout:mgr not available, waiting (2/15)... 2024-09-21T18:53:37.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:36 smithi107 bash[20033]: cluster 2024-09-21T18:53:36.717244+0000 mon.smithi107 (mon.0) 15 : cluster [INF] Activating manager daemon smithi107.uonppz 2024-09-21T18:53:37.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:36 smithi107 bash[20033]: cluster 2024-09-21T18:53:36.717244+0000 mon.smithi107 (mon.0) 15 : cluster [INF] Activating manager daemon smithi107.uonppz 2024-09-21T18:53:37.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:36 smithi107 bash[20033]: cluster 2024-09-21T18:53:36.720819+0000 mon.smithi107 (mon.0) 16 : cluster [DBG] mgrmap e2: smithi107.uonppz(active, starting, since 0.00416648s) 2024-09-21T18:53:37.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:36 smithi107 bash[20033]: cluster 2024-09-21T18:53:36.720819+0000 mon.smithi107 (mon.0) 16 : cluster [DBG] mgrmap e2: smithi107.uonppz(active, starting, since 0.00416648s) 2024-09-21T18:53:37.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:36 smithi107 bash[20033]: audit 2024-09-21T18:53:36.724331+0000 mon.smithi107 (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.107:0/1289428896' entity='mgr.smithi107.uonppz' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T18:53:37.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:36 smithi107 bash[20033]: audit 2024-09-21T18:53:36.724331+0000 mon.smithi107 (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.107:0/1289428896' entity='mgr.smithi107.uonppz' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T18:53:37.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:36 smithi107 bash[20033]: audit 2024-09-21T18:53:36.724792+0000 mon.smithi107 (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.107:0/1289428896' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T18:53:37.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:36 smithi107 bash[20033]: audit 2024-09-21T18:53:36.724792+0000 mon.smithi107 (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.107:0/1289428896' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T18:53:37.152 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:36 smithi107 bash[20033]: audit 2024-09-21T18:53:36.725318+0000 mon.smithi107 (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.107:0/1289428896' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T18:53:37.152 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:36 smithi107 bash[20033]: audit 2024-09-21T18:53:36.725318+0000 mon.smithi107 (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.107:0/1289428896' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T18:53:37.152 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:36 smithi107 bash[20033]: audit 2024-09-21T18:53:36.725853+0000 mon.smithi107 (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.107:0/1289428896' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi107"} : dispatch 2024-09-21T18:53:37.152 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:36 smithi107 bash[20033]: audit 2024-09-21T18:53:36.725853+0000 mon.smithi107 (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.107:0/1289428896' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi107"} : dispatch 2024-09-21T18:53:37.152 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:36 smithi107 bash[20033]: audit 2024-09-21T18:53:36.726797+0000 mon.smithi107 (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.107:0/1289428896' entity='mgr.smithi107.uonppz' cmd={"prefix": "mgr metadata", "who": "smithi107.uonppz", "id": "smithi107.uonppz"} : dispatch 2024-09-21T18:53:37.152 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:36 smithi107 bash[20033]: audit 2024-09-21T18:53:36.726797+0000 mon.smithi107 (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.107:0/1289428896' entity='mgr.smithi107.uonppz' cmd={"prefix": "mgr metadata", "who": "smithi107.uonppz", "id": "smithi107.uonppz"} : dispatch 2024-09-21T18:53:37.152 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:36 smithi107 bash[20033]: cluster 2024-09-21T18:53:36.752377+0000 mon.smithi107 (mon.0) 22 : cluster [INF] Manager daemon smithi107.uonppz is now available 2024-09-21T18:53:37.152 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:36 smithi107 bash[20033]: cluster 2024-09-21T18:53:36.752377+0000 mon.smithi107 (mon.0) 22 : cluster [INF] Manager daemon smithi107.uonppz is now available 2024-09-21T18:53:37.152 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:36 smithi107 bash[20033]: audit 2024-09-21T18:53:36.764141+0000 mon.smithi107 (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.107:0/1289428896' entity='mgr.smithi107.uonppz' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi107.uonppz/mirror_snapshot_schedule"} : dispatch 2024-09-21T18:53:37.152 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:36 smithi107 bash[20033]: audit 2024-09-21T18:53:36.764141+0000 mon.smithi107 (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.107:0/1289428896' entity='mgr.smithi107.uonppz' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi107.uonppz/mirror_snapshot_schedule"} : dispatch 2024-09-21T18:53:37.152 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:36 smithi107 bash[20033]: audit 2024-09-21T18:53:36.766125+0000 mon.smithi107 (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.107:0/1289428896' entity='mgr.smithi107.uonppz' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi107.uonppz/trash_purge_schedule"} : dispatch 2024-09-21T18:53:37.152 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:36 smithi107 bash[20033]: audit 2024-09-21T18:53:36.766125+0000 mon.smithi107 (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.107:0/1289428896' entity='mgr.smithi107.uonppz' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi107.uonppz/trash_purge_schedule"} : dispatch 2024-09-21T18:53:37.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:37 smithi107 bash[20033]: audit 2024-09-21T18:53:36.769298+0000 mon.smithi107 (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.107:0/1289428896' entity='mgr.smithi107.uonppz' 2024-09-21T18:53:37.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:37 smithi107 bash[20033]: audit 2024-09-21T18:53:36.769298+0000 mon.smithi107 (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.107:0/1289428896' entity='mgr.smithi107.uonppz' 2024-09-21T18:53:37.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:37 smithi107 bash[20033]: audit 2024-09-21T18:53:36.779813+0000 mon.smithi107 (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.107:0/1289428896' entity='mgr.smithi107.uonppz' 2024-09-21T18:53:37.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:37 smithi107 bash[20033]: audit 2024-09-21T18:53:36.779813+0000 mon.smithi107 (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.107:0/1289428896' entity='mgr.smithi107.uonppz' 2024-09-21T18:53:37.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:37 smithi107 bash[20033]: audit 2024-09-21T18:53:36.785688+0000 mon.smithi107 (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.107:0/1289428896' entity='mgr.smithi107.uonppz' 2024-09-21T18:53:37.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:37 smithi107 bash[20033]: audit 2024-09-21T18:53:36.785688+0000 mon.smithi107 (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.107:0/1289428896' entity='mgr.smithi107.uonppz' 2024-09-21T18:53:37.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:37 smithi107 bash[20033]: cluster 2024-09-21T18:53:37.732446+0000 mon.smithi107 (mon.0) 28 : cluster [DBG] mgrmap e3: smithi107.uonppz(active, since 1.01578s) 2024-09-21T18:53:37.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:37 smithi107 bash[20033]: cluster 2024-09-21T18:53:37.732446+0000 mon.smithi107 (mon.0) 28 : cluster [DBG] mgrmap e3: smithi107.uonppz(active, since 1.01578s) 2024-09-21T18:53:39.802 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-09-21T18:53:39.802 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout { 2024-09-21T18:53:39.802 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "fsid": "96af9b06-784a-11ef-baf6-efdc52797490", 2024-09-21T18:53:39.802 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T18:53:39.803 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T18:53:39.803 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T18:53:39.803 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T18:53:39.803 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:53:39.803 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T18:53:39.803 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T18:53:39.803 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 0 2024-09-21T18:53:39.803 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ], 2024-09-21T18:53:39.803 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T18:53:39.803 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "smithi107" 2024-09-21T18:53:39.803 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ], 2024-09-21T18:53:39.803 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2024-09-21T18:53:39.803 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T18:53:39.803 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T18:53:39.804 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T18:53:39.804 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T18:53:39.804 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:53:39.804 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T18:53:39.804 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T18:53:39.804 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T18:53:39.804 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T18:53:39.804 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T18:53:39.804 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T18:53:39.804 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T18:53:39.804 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T18:53:39.804 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:53:39.804 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T18:53:39.804 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T18:53:39.804 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T18:53:39.805 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T18:53:39.805 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T18:53:39.805 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T18:53:39.805 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T18:53:39.805 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T18:53:39.805 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T18:53:39.805 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:53:39.805 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T18:53:39.805 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T18:53:39.805 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T18:53:20:743559+0000", 2024-09-21T18:53:39.805 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T18:53:39.805 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T18:53:39.805 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:53:39.805 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T18:53:39.805 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T18:53:39.806 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T18:53:39.806 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T18:53:39.806 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T18:53:39.806 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T18:53:39.806 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T18:53:39.806 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ], 2024-09-21T18:53:39.806 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T18:53:39.806 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:53:39.806 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T18:53:39.806 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T18:53:39.806 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T18:53:20.744303+0000", 2024-09-21T18:53:39.806 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T18:53:39.806 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:53:39.806 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T18:53:39.807 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout } 2024-09-21T18:53:39.807 INFO:teuthology.orchestra.run.smithi107.stdout:mgr is available 2024-09-21T18:53:40.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:39 smithi107 bash[20033]: cluster 2024-09-21T18:53:38.780229+0000 mon.smithi107 (mon.0) 29 : cluster [DBG] mgrmap e4: smithi107.uonppz(active, since 2s) 2024-09-21T18:53:40.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:39 smithi107 bash[20033]: cluster 2024-09-21T18:53:38.780229+0000 mon.smithi107 (mon.0) 29 : cluster [DBG] mgrmap e4: smithi107.uonppz(active, since 2s) 2024-09-21T18:53:40.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:39 smithi107 bash[20033]: audit 2024-09-21T18:53:39.242077+0000 mon.smithi107 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.107:0/2740041021' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T18:53:40.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:39 smithi107 bash[20033]: audit 2024-09-21T18:53:39.242077+0000 mon.smithi107 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.107:0/2740041021' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T18:53:41.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:41 smithi107 bash[20033]: audit 2024-09-21T18:53:41.291039+0000 mon.smithi107 (mon.0) 31 : audit [INF] from='client.? 172.21.15.107:0/4283413834' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-21T18:53:41.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:41 smithi107 bash[20033]: audit 2024-09-21T18:53:41.291039+0000 mon.smithi107 (mon.0) 31 : audit [INF] from='client.? 172.21.15.107:0/4283413834' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-21T18:53:41.821 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-09-21T18:53:41.821 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout [global] 2024-09-21T18:53:41.821 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout fsid = 96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T18:53:41.821 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-21T18:53:41.821 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.107:3300,v1:172.21.15.107:6789] 2024-09-21T18:53:41.821 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-21T18:53:41.821 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-21T18:53:41.822 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-21T18:53:41.822 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-21T18:53:41.822 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-09-21T18:53:41.822 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-21T18:53:41.822 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-21T18:53:41.822 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-09-21T18:53:41.822 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout [osd] 2024-09-21T18:53:41.822 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-21T18:53:41.822 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-21T18:53:41.822 INFO:teuthology.orchestra.run.smithi107.stdout:Enabling cephadm module... 2024-09-21T18:53:43.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:43 smithi107 bash[20033]: audit 2024-09-21T18:53:43.396728+0000 mon.smithi107 (mon.0) 32 : audit [INF] from='client.? 172.21.15.107:0/3716230186' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-21T18:53:43.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:43 smithi107 bash[20033]: audit 2024-09-21T18:53:43.396728+0000 mon.smithi107 (mon.0) 32 : audit [INF] from='client.? 172.21.15.107:0/3716230186' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-21T18:53:44.848 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:44 smithi107 bash[20033]: audit 2024-09-21T18:53:43.448729+0000 mon.smithi107 (mon.0) 33 : audit [INF] from='client.? 172.21.15.107:0/3716230186' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-21T18:53:44.849 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:44 smithi107 bash[20033]: audit 2024-09-21T18:53:43.448729+0000 mon.smithi107 (mon.0) 33 : audit [INF] from='client.? 172.21.15.107:0/3716230186' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-21T18:53:44.849 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:44 smithi107 bash[20033]: cluster 2024-09-21T18:53:43.456315+0000 mon.smithi107 (mon.0) 34 : cluster [DBG] mgrmap e5: smithi107.uonppz(active, since 6s) 2024-09-21T18:53:44.849 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:44 smithi107 bash[20033]: cluster 2024-09-21T18:53:43.456315+0000 mon.smithi107 (mon.0) 34 : cluster [DBG] mgrmap e5: smithi107.uonppz(active, since 6s) 2024-09-21T18:53:45.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:45 smithi107 bash[20033]: audit 2024-09-21T18:53:45.461184+0000 mon.smithi107 (mon.0) 35 : audit [DBG] from='client.? 172.21.15.107:0/3404665802' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-21T18:53:45.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:45 smithi107 bash[20033]: audit 2024-09-21T18:53:45.461184+0000 mon.smithi107 (mon.0) 35 : audit [DBG] from='client.? 172.21.15.107:0/3404665802' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-21T18:53:46.049 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout { 2024-09-21T18:53:46.049 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-21T18:53:46.049 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T18:53:46.049 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "active_name": "smithi107.uonppz", 2024-09-21T18:53:46.049 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-21T18:53:46.049 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout } 2024-09-21T18:53:46.050 INFO:teuthology.orchestra.run.smithi107.stdout:Waiting for the mgr to restart... 2024-09-21T18:53:46.050 INFO:teuthology.orchestra.run.smithi107.stdout:Waiting for mgr epoch 5... 2024-09-21T18:53:49.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:49 smithi107 bash[20033]: cluster 2024-09-21T18:53:49.531990+0000 mon.smithi107 (mon.0) 36 : cluster [INF] Active manager daemon smithi107.uonppz restarted 2024-09-21T18:53:49.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:49 smithi107 bash[20033]: cluster 2024-09-21T18:53:49.531990+0000 mon.smithi107 (mon.0) 36 : cluster [INF] Active manager daemon smithi107.uonppz restarted 2024-09-21T18:53:49.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:49 smithi107 bash[20033]: cluster 2024-09-21T18:53:49.532427+0000 mon.smithi107 (mon.0) 37 : cluster [INF] Activating manager daemon smithi107.uonppz 2024-09-21T18:53:49.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:49 smithi107 bash[20033]: cluster 2024-09-21T18:53:49.532427+0000 mon.smithi107 (mon.0) 37 : cluster [INF] Activating manager daemon smithi107.uonppz 2024-09-21T18:53:49.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:49 smithi107 bash[20033]: cluster 2024-09-21T18:53:49.538042+0000 mon.smithi107 (mon.0) 38 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-21T18:53:49.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:49 smithi107 bash[20033]: cluster 2024-09-21T18:53:49.538042+0000 mon.smithi107 (mon.0) 38 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-21T18:53:49.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:49 smithi107 bash[20033]: cluster 2024-09-21T18:53:49.538172+0000 mon.smithi107 (mon.0) 39 : cluster [DBG] mgrmap e6: smithi107.uonppz(active, starting, since 0.00593834s) 2024-09-21T18:53:49.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:49 smithi107 bash[20033]: cluster 2024-09-21T18:53:49.538172+0000 mon.smithi107 (mon.0) 39 : cluster [DBG] mgrmap e6: smithi107.uonppz(active, starting, since 0.00593834s) 2024-09-21T18:53:49.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:49 smithi107 bash[20033]: audit 2024-09-21T18:53:49.540671+0000 mon.smithi107 (mon.0) 40 : audit [DBG] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi107"} : dispatch 2024-09-21T18:53:49.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:49 smithi107 bash[20033]: audit 2024-09-21T18:53:49.540671+0000 mon.smithi107 (mon.0) 40 : audit [DBG] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi107"} : dispatch 2024-09-21T18:53:49.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:49 smithi107 bash[20033]: audit 2024-09-21T18:53:49.541799+0000 mon.smithi107 (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' cmd={"prefix": "mgr metadata", "who": "smithi107.uonppz", "id": "smithi107.uonppz"} : dispatch 2024-09-21T18:53:49.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:49 smithi107 bash[20033]: audit 2024-09-21T18:53:49.541799+0000 mon.smithi107 (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' cmd={"prefix": "mgr metadata", "who": "smithi107.uonppz", "id": "smithi107.uonppz"} : dispatch 2024-09-21T18:53:49.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:49 smithi107 bash[20033]: audit 2024-09-21T18:53:49.542833+0000 mon.smithi107 (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T18:53:49.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:49 smithi107 bash[20033]: audit 2024-09-21T18:53:49.542833+0000 mon.smithi107 (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T18:53:49.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:49 smithi107 bash[20033]: audit 2024-09-21T18:53:49.543091+0000 mon.smithi107 (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T18:53:49.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:49 smithi107 bash[20033]: audit 2024-09-21T18:53:49.543091+0000 mon.smithi107 (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T18:53:49.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:49 smithi107 bash[20033]: audit 2024-09-21T18:53:49.543255+0000 mon.smithi107 (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T18:53:49.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:49 smithi107 bash[20033]: audit 2024-09-21T18:53:49.543255+0000 mon.smithi107 (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T18:53:49.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:49 smithi107 bash[20033]: cluster 2024-09-21T18:53:49.569464+0000 mon.smithi107 (mon.0) 45 : cluster [INF] Manager daemon smithi107.uonppz is now available 2024-09-21T18:53:49.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:49 smithi107 bash[20033]: cluster 2024-09-21T18:53:49.569464+0000 mon.smithi107 (mon.0) 45 : cluster [INF] Manager daemon smithi107.uonppz is now available 2024-09-21T18:53:51.179 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout { 2024-09-21T18:53:51.179 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-21T18:53:51.179 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-21T18:53:51.179 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout } 2024-09-21T18:53:51.180 INFO:teuthology.orchestra.run.smithi107.stdout:mgr epoch 5 is available 2024-09-21T18:53:51.180 INFO:teuthology.orchestra.run.smithi107.stdout:Verifying orchestrator module is enabled... 2024-09-21T18:53:51.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:51 smithi107 bash[20033]: audit 2024-09-21T18:53:50.093789+0000 mon.smithi107 (mon.0) 46 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:53:51.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:51 smithi107 bash[20033]: audit 2024-09-21T18:53:50.093789+0000 mon.smithi107 (mon.0) 46 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:53:51.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:51 smithi107 bash[20033]: audit 2024-09-21T18:53:50.098752+0000 mon.smithi107 (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:53:51.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:51 smithi107 bash[20033]: audit 2024-09-21T18:53:50.098752+0000 mon.smithi107 (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:53:51.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:51 smithi107 bash[20033]: cephadm 2024-09-21T18:53:50.099699+0000 mgr.smithi107.uonppz (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-21T18:53:51.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:51 smithi107 bash[20033]: cephadm 2024-09-21T18:53:50.099699+0000 mgr.smithi107.uonppz (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-21T18:53:51.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:51 smithi107 bash[20033]: audit 2024-09-21T18:53:50.101402+0000 mon.smithi107 (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:53:51.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:51 smithi107 bash[20033]: audit 2024-09-21T18:53:50.101402+0000 mon.smithi107 (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:53:51.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:51 smithi107 bash[20033]: audit 2024-09-21T18:53:50.106284+0000 mon.smithi107 (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:53:51.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:51 smithi107 bash[20033]: audit 2024-09-21T18:53:50.106284+0000 mon.smithi107 (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:53:51.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:51 smithi107 bash[20033]: audit 2024-09-21T18:53:50.112165+0000 mon.smithi107 (mon.0) 50 : audit [DBG] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:53:51.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:51 smithi107 bash[20033]: audit 2024-09-21T18:53:50.112165+0000 mon.smithi107 (mon.0) 50 : audit [DBG] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:53:51.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:51 smithi107 bash[20033]: audit 2024-09-21T18:53:50.114641+0000 mon.smithi107 (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:53:51.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:51 smithi107 bash[20033]: audit 2024-09-21T18:53:50.114641+0000 mon.smithi107 (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:53:51.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:51 smithi107 bash[20033]: audit 2024-09-21T18:53:50.123598+0000 mon.smithi107 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi107.uonppz/mirror_snapshot_schedule"} : dispatch 2024-09-21T18:53:51.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:51 smithi107 bash[20033]: audit 2024-09-21T18:53:50.123598+0000 mon.smithi107 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi107.uonppz/mirror_snapshot_schedule"} : dispatch 2024-09-21T18:53:51.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:51 smithi107 bash[20033]: audit 2024-09-21T18:53:50.125629+0000 mon.smithi107 (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi107.uonppz/trash_purge_schedule"} : dispatch 2024-09-21T18:53:51.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:51 smithi107 bash[20033]: audit 2024-09-21T18:53:50.125629+0000 mon.smithi107 (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi107.uonppz/trash_purge_schedule"} : dispatch 2024-09-21T18:53:51.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:51 smithi107 bash[20033]: audit 2024-09-21T18:53:50.542434+0000 mgr.smithi107.uonppz (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-21T18:53:51.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:51 smithi107 bash[20033]: audit 2024-09-21T18:53:50.542434+0000 mgr.smithi107.uonppz (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-21T18:53:51.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:51 smithi107 bash[20033]: cluster 2024-09-21T18:53:50.544415+0000 mon.smithi107 (mon.0) 54 : cluster [DBG] mgrmap e7: smithi107.uonppz(active, since 1.01217s) 2024-09-21T18:53:51.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:51 smithi107 bash[20033]: cluster 2024-09-21T18:53:50.544415+0000 mon.smithi107 (mon.0) 54 : cluster [DBG] mgrmap e7: smithi107.uonppz(active, since 1.01217s) 2024-09-21T18:53:52.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: audit 2024-09-21T18:53:50.558559+0000 mgr.smithi107.uonppz (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-21T18:53:52.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: audit 2024-09-21T18:53:50.558559+0000 mgr.smithi107.uonppz (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-21T18:53:52.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: cephadm 2024-09-21T18:53:50.924786+0000 mgr.smithi107.uonppz (mgr.14118) 4 : cephadm [INF] [21/Sep/2024:18:53:50] ENGINE Bus STARTING 2024-09-21T18:53:52.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: cephadm 2024-09-21T18:53:50.924786+0000 mgr.smithi107.uonppz (mgr.14118) 4 : cephadm [INF] [21/Sep/2024:18:53:50] ENGINE Bus STARTING 2024-09-21T18:53:52.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: cephadm 2024-09-21T18:53:51.026707+0000 mgr.smithi107.uonppz (mgr.14118) 5 : cephadm [INF] [21/Sep/2024:18:53:51] ENGINE Serving on http://172.21.15.107:8765 2024-09-21T18:53:52.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: cephadm 2024-09-21T18:53:51.026707+0000 mgr.smithi107.uonppz (mgr.14118) 5 : cephadm [INF] [21/Sep/2024:18:53:51] ENGINE Serving on http://172.21.15.107:8765 2024-09-21T18:53:52.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: cephadm 2024-09-21T18:53:51.146202+0000 mgr.smithi107.uonppz (mgr.14118) 6 : cephadm [INF] [21/Sep/2024:18:53:51] ENGINE Serving on https://172.21.15.107:7150 2024-09-21T18:53:52.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: cephadm 2024-09-21T18:53:51.146202+0000 mgr.smithi107.uonppz (mgr.14118) 6 : cephadm [INF] [21/Sep/2024:18:53:51] ENGINE Serving on https://172.21.15.107:7150 2024-09-21T18:53:52.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: cephadm 2024-09-21T18:53:51.146424+0000 mgr.smithi107.uonppz (mgr.14118) 7 : cephadm [INF] [21/Sep/2024:18:53:51] ENGINE Bus STARTED 2024-09-21T18:53:52.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: cephadm 2024-09-21T18:53:51.146424+0000 mgr.smithi107.uonppz (mgr.14118) 7 : cephadm [INF] [21/Sep/2024:18:53:51] ENGINE Bus STARTED 2024-09-21T18:53:52.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: audit 2024-09-21T18:53:51.147225+0000 mon.smithi107 (mon.0) 55 : audit [DBG] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:53:52.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: audit 2024-09-21T18:53:51.147225+0000 mon.smithi107 (mon.0) 55 : audit [DBG] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:53:52.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: cephadm 2024-09-21T18:53:51.148903+0000 mgr.smithi107.uonppz (mgr.14118) 8 : cephadm [ERR] [21/Sep/2024:18:53:51] ENGINE Error in HTTPServer.serve 2024-09-21T18:53:52.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: Traceback (most recent call last): 2024-09-21T18:53:52.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T18:53:52.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: self._connections.run(self.expiration_interval) 2024-09-21T18:53:52.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T18:53:52.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: self._run(expiration_interval) 2024-09-21T18:53:52.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T18:53:52.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T18:53:52.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T18:53:52.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T18:53:52.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T18:53:52.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: s = self.context.wrap_socket( 2024-09-21T18:53:52.403 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T18:53:52.403 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: return self.sslsocket_class._create( 2024-09-21T18:53:52.403 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T18:53:52.403 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: self.do_handshake() 2024-09-21T18:53:52.403 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T18:53:52.403 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: self._sslobj.do_handshake() 2024-09-21T18:53:52.403 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T18:53:52.403 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: cephadm 2024-09-21T18:53:51.148903+0000 mgr.smithi107.uonppz (mgr.14118) 8 : cephadm [ERR] [21/Sep/2024:18:53:51] ENGINE Error in HTTPServer.serve 2024-09-21T18:53:52.403 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: Traceback (most recent call last): 2024-09-21T18:53:52.404 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T18:53:52.404 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: self._connections.run(self.expiration_interval) 2024-09-21T18:53:52.404 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T18:53:52.404 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: self._run(expiration_interval) 2024-09-21T18:53:52.404 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T18:53:52.404 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T18:53:52.404 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T18:53:52.404 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T18:53:52.404 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T18:53:52.404 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: s = self.context.wrap_socket( 2024-09-21T18:53:52.404 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T18:53:52.404 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: return self.sslsocket_class._create( 2024-09-21T18:53:52.404 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T18:53:52.404 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: self.do_handshake() 2024-09-21T18:53:52.404 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T18:53:52.405 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: self._sslobj.do_handshake() 2024-09-21T18:53:52.405 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:52 smithi107 bash[20033]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T18:53:53.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:53 smithi107 bash[20033]: cluster 2024-09-21T18:53:52.106526+0000 mon.smithi107 (mon.0) 56 : cluster [DBG] mgrmap e8: smithi107.uonppz(active, since 2s) 2024-09-21T18:53:53.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:53 smithi107 bash[20033]: cluster 2024-09-21T18:53:52.106526+0000 mon.smithi107 (mon.0) 56 : cluster [DBG] mgrmap e8: smithi107.uonppz(active, since 2s) 2024-09-21T18:53:53.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:53 smithi107 bash[20033]: audit 2024-09-21T18:53:52.816995+0000 mon.smithi107 (mon.0) 57 : audit [INF] from='client.? 172.21.15.107:0/2437600714' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-21T18:53:53.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:53 smithi107 bash[20033]: audit 2024-09-21T18:53:52.816995+0000 mon.smithi107 (mon.0) 57 : audit [INF] from='client.? 172.21.15.107:0/2437600714' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-21T18:53:53.719 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2024-09-21T18:53:53.719 INFO:teuthology.orchestra.run.smithi107.stdout:Setting orchestrator backend to cephadm... 2024-09-21T18:53:54.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:54 smithi107 bash[20033]: audit 2024-09-21T18:53:53.101930+0000 mon.smithi107 (mon.0) 58 : audit [INF] from='client.? 172.21.15.107:0/2437600714' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-21T18:53:54.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:54 smithi107 bash[20033]: audit 2024-09-21T18:53:53.101930+0000 mon.smithi107 (mon.0) 58 : audit [INF] from='client.? 172.21.15.107:0/2437600714' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-21T18:53:54.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:54 smithi107 bash[20033]: cluster 2024-09-21T18:53:53.107077+0000 mon.smithi107 (mon.0) 59 : cluster [DBG] mgrmap e9: smithi107.uonppz(active, since 3s) 2024-09-21T18:53:54.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:54 smithi107 bash[20033]: cluster 2024-09-21T18:53:53.107077+0000 mon.smithi107 (mon.0) 59 : cluster [DBG] mgrmap e9: smithi107.uonppz(active, since 3s) 2024-09-21T18:53:56.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:56 smithi107 bash[20033]: audit 2024-09-21T18:53:55.135117+0000 mgr.smithi107.uonppz (mgr.14118) 9 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:53:56.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:56 smithi107 bash[20033]: audit 2024-09-21T18:53:55.135117+0000 mgr.smithi107.uonppz (mgr.14118) 9 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:53:56.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:56 smithi107 bash[20033]: audit 2024-09-21T18:53:55.143392+0000 mon.smithi107 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:53:56.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:56 smithi107 bash[20033]: audit 2024-09-21T18:53:55.143392+0000 mon.smithi107 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:53:56.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:56 smithi107 bash[20033]: audit 2024-09-21T18:53:55.156981+0000 mon.smithi107 (mon.0) 61 : audit [DBG] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:53:56.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:56 smithi107 bash[20033]: audit 2024-09-21T18:53:55.156981+0000 mon.smithi107 (mon.0) 61 : audit [DBG] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:53:57.732 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-21T18:53:57.732 INFO:teuthology.orchestra.run.smithi107.stdout:Generating ssh key... 2024-09-21T18:53:57.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:57 smithi107 bash[20033]: audit 2024-09-21T18:53:57.148420+0000 mgr.smithi107.uonppz (mgr.14118) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:53:57.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:53:57 smithi107 bash[20033]: audit 2024-09-21T18:53:57.148420+0000 mgr.smithi107.uonppz (mgr.14118) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:00.869 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:00 smithi107 bash[20033]: audit 2024-09-21T18:53:59.166744+0000 mgr.smithi107.uonppz (mgr.14118) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:00.869 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:00 smithi107 bash[20033]: audit 2024-09-21T18:53:59.166744+0000 mgr.smithi107.uonppz (mgr.14118) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:00.869 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:00 smithi107 bash[20033]: cephadm 2024-09-21T18:53:59.167047+0000 mgr.smithi107.uonppz (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-21T18:54:00.869 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:00 smithi107 bash[20033]: cephadm 2024-09-21T18:53:59.167047+0000 mgr.smithi107.uonppz (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-21T18:54:00.869 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:00 smithi107 bash[20033]: audit 2024-09-21T18:53:59.405744+0000 mon.smithi107 (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:00.869 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:00 smithi107 bash[20033]: audit 2024-09-21T18:53:59.405744+0000 mon.smithi107 (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:00.869 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:00 smithi107 bash[20033]: audit 2024-09-21T18:53:59.409407+0000 mon.smithi107 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:00.870 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:00 smithi107 bash[20033]: audit 2024-09-21T18:53:59.409407+0000 mon.smithi107 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:01.703 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:01 smithi107 bash[20033]: audit 2024-09-21T18:54:01.399432+0000 mgr.smithi107.uonppz (mgr.14118) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:01.703 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:01 smithi107 bash[20033]: audit 2024-09-21T18:54:01.399432+0000 mgr.smithi107.uonppz (mgr.14118) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:02.136 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7FY8whZb4FV5bPV1FNenll8NMAZMJc54FXHTluhc1F0q2S3QIQDkhQ0sgISU7OAGOYOjJeHYXZATHlcul4kSa09e2U067P26953z38DVFlD4N2EVizGpBSf2BDrY3U4apoI7HBzufQzJshWIf427S1fvAy3hO38SxTAhB1kXVKssIx8ymHwpAK4Os45BC8SO2m/cRg2GhYt39qIyI4R4qT2vHnPAodI0x7GYGC2EyL2LlVNCg692DP3Edhs6rOwJlr2TS8p3BaWnj4lTyJrhSeJqX6mFXzQSue8Lki8/dNVjWTL5//4NDQ2bELgLMF8Qfb/XW4XM5v8WETRasRgJEbAYhYLRamQsU9EqDgog1LMatTl3NYm30lKeNyunOK7txK5SrRVTio57UU5rDamcpkMonfHn48PeqePmgCRZTO3qTNu4+jo5iYa/EDin6l8PrLLoRJ+B0TD0Cssp6vF4wvUub3GL6ELSmzL0xYpElo7dEbGrHzSsozkJoGZEEzNs= ceph-96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T18:54:02.136 INFO:teuthology.orchestra.run.smithi107.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-21T18:54:02.136 INFO:teuthology.orchestra.run.smithi107.stdout:Adding key to root@localhost authorized_keys... 2024-09-21T18:54:02.137 INFO:teuthology.orchestra.run.smithi107.stdout:Adding host smithi107... 2024-09-21T18:54:04.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:04 smithi107 bash[20033]: audit 2024-09-21T18:54:03.555841+0000 mgr.smithi107.uonppz (mgr.14118) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi107", "addr": "172.21.15.107", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:04.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:04 smithi107 bash[20033]: audit 2024-09-21T18:54:03.555841+0000 mgr.smithi107.uonppz (mgr.14118) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi107", "addr": "172.21.15.107", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:04.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:04 smithi107 bash[20033]: cephadm 2024-09-21T18:54:04.515531+0000 mgr.smithi107.uonppz (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi107 2024-09-21T18:54:04.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:04 smithi107 bash[20033]: cephadm 2024-09-21T18:54:04.515531+0000 mgr.smithi107.uonppz (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi107 2024-09-21T18:54:08.489 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout Added host 'smithi107' with addr '172.21.15.107' 2024-09-21T18:54:08.489 INFO:teuthology.orchestra.run.smithi107.stdout:Deploying mon service with default placement... 2024-09-21T18:54:08.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:08 smithi107 bash[20033]: audit 2024-09-21T18:54:07.646073+0000 mon.smithi107 (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:08.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:08 smithi107 bash[20033]: audit 2024-09-21T18:54:07.646073+0000 mon.smithi107 (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:08.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:08 smithi107 bash[20033]: cephadm 2024-09-21T18:54:07.646564+0000 mgr.smithi107.uonppz (mgr.14118) 16 : cephadm [INF] Added host smithi107 2024-09-21T18:54:08.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:08 smithi107 bash[20033]: cephadm 2024-09-21T18:54:07.646564+0000 mgr.smithi107.uonppz (mgr.14118) 16 : cephadm [INF] Added host smithi107 2024-09-21T18:54:08.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:08 smithi107 bash[20033]: audit 2024-09-21T18:54:07.646954+0000 mon.smithi107 (mon.0) 65 : audit [DBG] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:54:08.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:08 smithi107 bash[20033]: audit 2024-09-21T18:54:07.646954+0000 mon.smithi107 (mon.0) 65 : audit [DBG] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:54:10.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:10 smithi107 bash[20033]: cluster 2024-09-21T18:54:09.544651+0000 mgr.smithi107.uonppz (mgr.14118) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:54:10.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:10 smithi107 bash[20033]: cluster 2024-09-21T18:54:09.544651+0000 mgr.smithi107.uonppz (mgr.14118) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:54:11.520 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-21T18:54:11.521 INFO:teuthology.orchestra.run.smithi107.stdout:Deploying mgr service with default placement... 2024-09-21T18:54:12.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:11 smithi107 bash[20033]: audit 2024-09-21T18:54:10.665470+0000 mgr.smithi107.uonppz (mgr.14118) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:12.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:11 smithi107 bash[20033]: audit 2024-09-21T18:54:10.665470+0000 mgr.smithi107.uonppz (mgr.14118) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:12.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:11 smithi107 bash[20033]: cephadm 2024-09-21T18:54:10.667083+0000 mgr.smithi107.uonppz (mgr.14118) 19 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-21T18:54:12.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:11 smithi107 bash[20033]: cephadm 2024-09-21T18:54:10.667083+0000 mgr.smithi107.uonppz (mgr.14118) 19 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-21T18:54:12.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:11 smithi107 bash[20033]: audit 2024-09-21T18:54:10.674021+0000 mon.smithi107 (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:12.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:11 smithi107 bash[20033]: audit 2024-09-21T18:54:10.674021+0000 mon.smithi107 (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:12.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:11 smithi107 bash[20033]: audit 2024-09-21T18:54:11.292401+0000 mon.smithi107 (mon.0) 67 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:12.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:11 smithi107 bash[20033]: audit 2024-09-21T18:54:11.292401+0000 mon.smithi107 (mon.0) 67 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:12.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:11 smithi107 bash[20033]: cluster 2024-09-21T18:54:11.544996+0000 mgr.smithi107.uonppz (mgr.14118) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:54:12.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:11 smithi107 bash[20033]: cluster 2024-09-21T18:54:11.544996+0000 mgr.smithi107.uonppz (mgr.14118) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:54:13.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:12 smithi107 bash[20033]: audit 2024-09-21T18:54:11.843535+0000 mon.smithi107 (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:13.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:12 smithi107 bash[20033]: audit 2024-09-21T18:54:11.843535+0000 mon.smithi107 (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:13.628 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-21T18:54:13.628 INFO:teuthology.orchestra.run.smithi107.stdout:Deploying crash service with default placement... 2024-09-21T18:54:14.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:13 smithi107 bash[20033]: audit 2024-09-21T18:54:12.985835+0000 mgr.smithi107.uonppz (mgr.14118) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:14.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:13 smithi107 bash[20033]: audit 2024-09-21T18:54:12.985835+0000 mgr.smithi107.uonppz (mgr.14118) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:14.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:13 smithi107 bash[20033]: cephadm 2024-09-21T18:54:12.987849+0000 mgr.smithi107.uonppz (mgr.14118) 22 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-21T18:54:14.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:13 smithi107 bash[20033]: cephadm 2024-09-21T18:54:12.987849+0000 mgr.smithi107.uonppz (mgr.14118) 22 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-21T18:54:14.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:13 smithi107 bash[20033]: audit 2024-09-21T18:54:12.994734+0000 mon.smithi107 (mon.0) 69 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:14.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:13 smithi107 bash[20033]: audit 2024-09-21T18:54:12.994734+0000 mon.smithi107 (mon.0) 69 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:14.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:13 smithi107 bash[20033]: cluster 2024-09-21T18:54:13.545378+0000 mgr.smithi107.uonppz (mgr.14118) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:54:14.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:13 smithi107 bash[20033]: cluster 2024-09-21T18:54:13.545378+0000 mgr.smithi107.uonppz (mgr.14118) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:54:15.951 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2024-09-21T18:54:15.952 INFO:teuthology.orchestra.run.smithi107.stdout:Deploying ceph-exporter service with default placement... 2024-09-21T18:54:16.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:16 smithi107 bash[20033]: audit 2024-09-21T18:54:15.297856+0000 mgr.smithi107.uonppz (mgr.14118) 24 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:16.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:16 smithi107 bash[20033]: audit 2024-09-21T18:54:15.297856+0000 mgr.smithi107.uonppz (mgr.14118) 24 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:16.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:16 smithi107 bash[20033]: cephadm 2024-09-21T18:54:15.299708+0000 mgr.smithi107.uonppz (mgr.14118) 25 : cephadm [INF] Saving service crash spec with placement * 2024-09-21T18:54:16.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:16 smithi107 bash[20033]: cephadm 2024-09-21T18:54:15.299708+0000 mgr.smithi107.uonppz (mgr.14118) 25 : cephadm [INF] Saving service crash spec with placement * 2024-09-21T18:54:16.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:16 smithi107 bash[20033]: audit 2024-09-21T18:54:15.302927+0000 mon.smithi107 (mon.0) 70 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:16.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:16 smithi107 bash[20033]: audit 2024-09-21T18:54:15.302927+0000 mon.smithi107 (mon.0) 70 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:16.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:16 smithi107 bash[20033]: cluster 2024-09-21T18:54:15.545809+0000 mgr.smithi107.uonppz (mgr.14118) 26 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:54:16.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:16 smithi107 bash[20033]: cluster 2024-09-21T18:54:15.545809+0000 mgr.smithi107.uonppz (mgr.14118) 26 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:54:17.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:17 smithi107 bash[20033]: cluster 2024-09-21T18:54:17.546118+0000 mgr.smithi107.uonppz (mgr.14118) 27 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:54:17.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:17 smithi107 bash[20033]: cluster 2024-09-21T18:54:17.546118+0000 mgr.smithi107.uonppz (mgr.14118) 27 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:54:18.316 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2024-09-21T18:54:18.316 INFO:teuthology.orchestra.run.smithi107.stdout:Deploying prometheus service with default placement... 2024-09-21T18:54:18.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:18 smithi107 bash[20033]: audit 2024-09-21T18:54:17.623495+0000 mgr.smithi107.uonppz (mgr.14118) 28 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:18.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:18 smithi107 bash[20033]: audit 2024-09-21T18:54:17.623495+0000 mgr.smithi107.uonppz (mgr.14118) 28 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:18.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:18 smithi107 bash[20033]: cephadm 2024-09-21T18:54:17.625310+0000 mgr.smithi107.uonppz (mgr.14118) 29 : cephadm [INF] Saving service ceph-exporter spec with placement * 2024-09-21T18:54:18.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:18 smithi107 bash[20033]: cephadm 2024-09-21T18:54:17.625310+0000 mgr.smithi107.uonppz (mgr.14118) 29 : cephadm [INF] Saving service ceph-exporter spec with placement * 2024-09-21T18:54:18.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:18 smithi107 bash[20033]: audit 2024-09-21T18:54:17.629031+0000 mon.smithi107 (mon.0) 71 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:18.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:18 smithi107 bash[20033]: audit 2024-09-21T18:54:17.629031+0000 mon.smithi107 (mon.0) 71 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:18.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:18 smithi107 bash[20033]: audit 2024-09-21T18:54:17.684328+0000 mon.smithi107 (mon.0) 72 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:18.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:18 smithi107 bash[20033]: audit 2024-09-21T18:54:17.684328+0000 mon.smithi107 (mon.0) 72 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:20.063 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:19 smithi107 bash[20033]: audit 2024-09-21T18:54:18.777381+0000 mon.smithi107 (mon.0) 73 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:20.063 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:19 smithi107 bash[20033]: audit 2024-09-21T18:54:18.777381+0000 mon.smithi107 (mon.0) 73 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:20.063 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:19 smithi107 bash[20033]: cluster 2024-09-21T18:54:19.546382+0000 mgr.smithi107.uonppz (mgr.14118) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:54:20.063 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:19 smithi107 bash[20033]: cluster 2024-09-21T18:54:19.546382+0000 mgr.smithi107.uonppz (mgr.14118) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:54:20.682 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-09-21T18:54:20.682 INFO:teuthology.orchestra.run.smithi107.stdout:Deploying grafana service with default placement... 2024-09-21T18:54:21.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:21 smithi107 bash[20033]: audit 2024-09-21T18:54:20.010150+0000 mgr.smithi107.uonppz (mgr.14118) 31 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:21.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:21 smithi107 bash[20033]: audit 2024-09-21T18:54:20.010150+0000 mgr.smithi107.uonppz (mgr.14118) 31 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:21.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:21 smithi107 bash[20033]: cephadm 2024-09-21T18:54:20.012356+0000 mgr.smithi107.uonppz (mgr.14118) 32 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-21T18:54:21.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:21 smithi107 bash[20033]: cephadm 2024-09-21T18:54:20.012356+0000 mgr.smithi107.uonppz (mgr.14118) 32 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-21T18:54:21.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:21 smithi107 bash[20033]: audit 2024-09-21T18:54:20.019571+0000 mon.smithi107 (mon.0) 74 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:21.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:21 smithi107 bash[20033]: audit 2024-09-21T18:54:20.019571+0000 mon.smithi107 (mon.0) 74 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:22.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:22 smithi107 bash[20033]: cluster 2024-09-21T18:54:21.546727+0000 mgr.smithi107.uonppz (mgr.14118) 33 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:54:22.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:22 smithi107 bash[20033]: cluster 2024-09-21T18:54:21.546727+0000 mgr.smithi107.uonppz (mgr.14118) 33 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:54:22.774 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2024-09-21T18:54:22.774 INFO:teuthology.orchestra.run.smithi107.stdout:Deploying node-exporter service with default placement... 2024-09-21T18:54:23.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:23 smithi107 bash[20033]: audit 2024-09-21T18:54:22.191996+0000 mgr.smithi107.uonppz (mgr.14118) 34 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:23.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:23 smithi107 bash[20033]: audit 2024-09-21T18:54:22.191996+0000 mgr.smithi107.uonppz (mgr.14118) 34 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:23.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:23 smithi107 bash[20033]: cephadm 2024-09-21T18:54:22.193488+0000 mgr.smithi107.uonppz (mgr.14118) 35 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-21T18:54:23.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:23 smithi107 bash[20033]: cephadm 2024-09-21T18:54:22.193488+0000 mgr.smithi107.uonppz (mgr.14118) 35 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-21T18:54:23.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:23 smithi107 bash[20033]: audit 2024-09-21T18:54:22.198253+0000 mon.smithi107 (mon.0) 75 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:23.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:23 smithi107 bash[20033]: audit 2024-09-21T18:54:22.198253+0000 mon.smithi107 (mon.0) 75 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:24.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:24 smithi107 bash[20033]: cluster 2024-09-21T18:54:23.547137+0000 mgr.smithi107.uonppz (mgr.14118) 36 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:54:24.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:24 smithi107 bash[20033]: cluster 2024-09-21T18:54:23.547137+0000 mgr.smithi107.uonppz (mgr.14118) 36 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:54:25.437 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-09-21T18:54:25.437 INFO:teuthology.orchestra.run.smithi107.stdout:Deploying alertmanager service with default placement... 2024-09-21T18:54:25.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:25 smithi107 bash[20033]: audit 2024-09-21T18:54:24.357549+0000 mgr.smithi107.uonppz (mgr.14118) 37 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:25.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:25 smithi107 bash[20033]: audit 2024-09-21T18:54:24.357549+0000 mgr.smithi107.uonppz (mgr.14118) 37 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:25.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:25 smithi107 bash[20033]: cephadm 2024-09-21T18:54:24.359738+0000 mgr.smithi107.uonppz (mgr.14118) 38 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-21T18:54:25.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:25 smithi107 bash[20033]: cephadm 2024-09-21T18:54:24.359738+0000 mgr.smithi107.uonppz (mgr.14118) 38 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-21T18:54:25.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:25 smithi107 bash[20033]: audit 2024-09-21T18:54:24.368654+0000 mon.smithi107 (mon.0) 76 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:25.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:25 smithi107 bash[20033]: audit 2024-09-21T18:54:24.368654+0000 mon.smithi107 (mon.0) 76 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:26.436 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:26 smithi107 bash[20033]: cluster 2024-09-21T18:54:25.547566+0000 mgr.smithi107.uonppz (mgr.14118) 39 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:54:26.437 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:26 smithi107 bash[20033]: cluster 2024-09-21T18:54:25.547566+0000 mgr.smithi107.uonppz (mgr.14118) 39 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:54:27.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:27 smithi107 bash[20033]: cluster 2024-09-21T18:54:27.547816+0000 mgr.smithi107.uonppz (mgr.14118) 40 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:54:27.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:27 smithi107 bash[20033]: cluster 2024-09-21T18:54:27.547816+0000 mgr.smithi107.uonppz (mgr.14118) 40 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:54:28.569 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-09-21T18:54:29.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:28 smithi107 bash[20033]: audit 2024-09-21T18:54:27.944454+0000 mgr.smithi107.uonppz (mgr.14118) 41 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:29.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:28 smithi107 bash[20033]: audit 2024-09-21T18:54:27.944454+0000 mgr.smithi107.uonppz (mgr.14118) 41 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:29.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:28 smithi107 bash[20033]: cephadm 2024-09-21T18:54:27.946558+0000 mgr.smithi107.uonppz (mgr.14118) 42 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-21T18:54:29.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:28 smithi107 bash[20033]: cephadm 2024-09-21T18:54:27.946558+0000 mgr.smithi107.uonppz (mgr.14118) 42 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-21T18:54:29.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:28 smithi107 bash[20033]: audit 2024-09-21T18:54:27.950711+0000 mon.smithi107 (mon.0) 77 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:29.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:28 smithi107 bash[20033]: audit 2024-09-21T18:54:27.950711+0000 mon.smithi107 (mon.0) 77 : audit [INF] from='mgr.14118 172.21.15.107:0/2735813922' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:30.246 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:29 smithi107 bash[20033]: cluster 2024-09-21T18:54:29.548077+0000 mgr.smithi107.uonppz (mgr.14118) 43 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:54:30.246 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:29 smithi107 bash[20033]: cluster 2024-09-21T18:54:29.548077+0000 mgr.smithi107.uonppz (mgr.14118) 43 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:54:31.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:30 smithi107 bash[20033]: audit 2024-09-21T18:54:29.975309+0000 mon.smithi107 (mon.0) 78 : audit [INF] from='client.? 172.21.15.107:0/3418331186' entity='client.admin' 2024-09-21T18:54:31.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:30 smithi107 bash[20033]: audit 2024-09-21T18:54:29.975309+0000 mon.smithi107 (mon.0) 78 : audit [INF] from='client.? 172.21.15.107:0/3418331186' entity='client.admin' 2024-09-21T18:54:32.371 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:31 smithi107 bash[20033]: cluster 2024-09-21T18:54:31.548486+0000 mgr.smithi107.uonppz (mgr.14118) 44 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:54:32.371 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:31 smithi107 bash[20033]: cluster 2024-09-21T18:54:31.548486+0000 mgr.smithi107.uonppz (mgr.14118) 44 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:54:32.709 INFO:teuthology.orchestra.run.smithi107.stdout:Enabling the dashboard module... 2024-09-21T18:54:33.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:33 smithi107 bash[20033]: audit 2024-09-21T18:54:32.146805+0000 mon.smithi107 (mon.0) 79 : audit [INF] from='client.? 172.21.15.107:0/3355947724' entity='client.admin' 2024-09-21T18:54:33.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:33 smithi107 bash[20033]: audit 2024-09-21T18:54:32.146805+0000 mon.smithi107 (mon.0) 79 : audit [INF] from='client.? 172.21.15.107:0/3355947724' entity='client.admin' 2024-09-21T18:54:34.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:34 smithi107 bash[20033]: cluster 2024-09-21T18:54:33.548984+0000 mgr.smithi107.uonppz (mgr.14118) 45 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:54:34.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:34 smithi107 bash[20033]: cluster 2024-09-21T18:54:33.548984+0000 mgr.smithi107.uonppz (mgr.14118) 45 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:54:35.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:35 smithi107 bash[20033]: audit 2024-09-21T18:54:34.261855+0000 mon.smithi107 (mon.0) 80 : audit [INF] from='client.? 172.21.15.107:0/3368065537' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-21T18:54:35.420 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:35 smithi107 bash[20033]: audit 2024-09-21T18:54:34.261855+0000 mon.smithi107 (mon.0) 80 : audit [INF] from='client.? 172.21.15.107:0/3368065537' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-21T18:54:36.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:36 smithi107 bash[20033]: audit 2024-09-21T18:54:35.156261+0000 mon.smithi107 (mon.0) 81 : audit [INF] from='client.? 172.21.15.107:0/3368065537' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-21T18:54:36.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:36 smithi107 bash[20033]: audit 2024-09-21T18:54:35.156261+0000 mon.smithi107 (mon.0) 81 : audit [INF] from='client.? 172.21.15.107:0/3368065537' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-21T18:54:36.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:36 smithi107 bash[20033]: cluster 2024-09-21T18:54:35.162792+0000 mon.smithi107 (mon.0) 82 : cluster [DBG] mgrmap e10: smithi107.uonppz(active, since 45s) 2024-09-21T18:54:36.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:36 smithi107 bash[20033]: cluster 2024-09-21T18:54:35.162792+0000 mon.smithi107 (mon.0) 82 : cluster [DBG] mgrmap e10: smithi107.uonppz(active, since 45s) 2024-09-21T18:54:37.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:37 smithi107 bash[20033]: audit 2024-09-21T18:54:37.456915+0000 mon.smithi107 (mon.0) 83 : audit [DBG] from='client.? 172.21.15.107:0/938763713' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-21T18:54:37.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:37 smithi107 bash[20033]: audit 2024-09-21T18:54:37.456915+0000 mon.smithi107 (mon.0) 83 : audit [DBG] from='client.? 172.21.15.107:0/938763713' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-21T18:54:38.105 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout { 2024-09-21T18:54:38.106 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 10, 2024-09-21T18:54:38.106 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T18:54:38.106 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "active_name": "smithi107.uonppz", 2024-09-21T18:54:38.106 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-21T18:54:38.106 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout } 2024-09-21T18:54:38.106 INFO:teuthology.orchestra.run.smithi107.stdout:Waiting for the mgr to restart... 2024-09-21T18:54:38.106 INFO:teuthology.orchestra.run.smithi107.stdout:Waiting for mgr epoch 10... 2024-09-21T18:54:41.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:41 smithi107 bash[20033]: cluster 2024-09-21T18:54:41.248946+0000 mon.smithi107 (mon.0) 84 : cluster [INF] Active manager daemon smithi107.uonppz restarted 2024-09-21T18:54:41.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:41 smithi107 bash[20033]: cluster 2024-09-21T18:54:41.248946+0000 mon.smithi107 (mon.0) 84 : cluster [INF] Active manager daemon smithi107.uonppz restarted 2024-09-21T18:54:41.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:41 smithi107 bash[20033]: cluster 2024-09-21T18:54:41.249530+0000 mon.smithi107 (mon.0) 85 : cluster [INF] Activating manager daemon smithi107.uonppz 2024-09-21T18:54:41.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:41 smithi107 bash[20033]: cluster 2024-09-21T18:54:41.249530+0000 mon.smithi107 (mon.0) 85 : cluster [INF] Activating manager daemon smithi107.uonppz 2024-09-21T18:54:41.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:41 smithi107 bash[20033]: cluster 2024-09-21T18:54:41.253244+0000 mon.smithi107 (mon.0) 86 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-21T18:54:41.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:41 smithi107 bash[20033]: cluster 2024-09-21T18:54:41.253244+0000 mon.smithi107 (mon.0) 86 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-21T18:54:41.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:41 smithi107 bash[20033]: cluster 2024-09-21T18:54:41.253369+0000 mon.smithi107 (mon.0) 87 : cluster [DBG] mgrmap e11: smithi107.uonppz(active, starting, since 0.00406177s) 2024-09-21T18:54:41.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:41 smithi107 bash[20033]: cluster 2024-09-21T18:54:41.253369+0000 mon.smithi107 (mon.0) 87 : cluster [DBG] mgrmap e11: smithi107.uonppz(active, starting, since 0.00406177s) 2024-09-21T18:54:41.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:41 smithi107 bash[20033]: audit 2024-09-21T18:54:41.257267+0000 mon.smithi107 (mon.0) 88 : audit [DBG] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi107"} : dispatch 2024-09-21T18:54:41.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:41 smithi107 bash[20033]: audit 2024-09-21T18:54:41.257267+0000 mon.smithi107 (mon.0) 88 : audit [DBG] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi107"} : dispatch 2024-09-21T18:54:41.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:41 smithi107 bash[20033]: audit 2024-09-21T18:54:41.258477+0000 mon.smithi107 (mon.0) 89 : audit [DBG] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd={"prefix": "mgr metadata", "who": "smithi107.uonppz", "id": "smithi107.uonppz"} : dispatch 2024-09-21T18:54:41.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:41 smithi107 bash[20033]: audit 2024-09-21T18:54:41.258477+0000 mon.smithi107 (mon.0) 89 : audit [DBG] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd={"prefix": "mgr metadata", "who": "smithi107.uonppz", "id": "smithi107.uonppz"} : dispatch 2024-09-21T18:54:41.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:41 smithi107 bash[20033]: audit 2024-09-21T18:54:41.259292+0000 mon.smithi107 (mon.0) 90 : audit [DBG] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T18:54:41.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:41 smithi107 bash[20033]: audit 2024-09-21T18:54:41.259292+0000 mon.smithi107 (mon.0) 90 : audit [DBG] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T18:54:41.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:41 smithi107 bash[20033]: audit 2024-09-21T18:54:41.259556+0000 mon.smithi107 (mon.0) 91 : audit [DBG] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T18:54:41.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:41 smithi107 bash[20033]: audit 2024-09-21T18:54:41.259556+0000 mon.smithi107 (mon.0) 91 : audit [DBG] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T18:54:41.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:41 smithi107 bash[20033]: audit 2024-09-21T18:54:41.259796+0000 mon.smithi107 (mon.0) 92 : audit [DBG] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T18:54:41.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:41 smithi107 bash[20033]: audit 2024-09-21T18:54:41.259796+0000 mon.smithi107 (mon.0) 92 : audit [DBG] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T18:54:41.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:41 smithi107 bash[20033]: cluster 2024-09-21T18:54:41.284448+0000 mon.smithi107 (mon.0) 93 : cluster [INF] Manager daemon smithi107.uonppz is now available 2024-09-21T18:54:41.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:41 smithi107 bash[20033]: cluster 2024-09-21T18:54:41.284448+0000 mon.smithi107 (mon.0) 93 : cluster [INF] Manager daemon smithi107.uonppz is now available 2024-09-21T18:54:42.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:42 smithi107 bash[20033]: audit 2024-09-21T18:54:41.543608+0000 mon.smithi107 (mon.0) 94 : audit [DBG] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:54:42.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:42 smithi107 bash[20033]: audit 2024-09-21T18:54:41.543608+0000 mon.smithi107 (mon.0) 94 : audit [DBG] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:54:42.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:42 smithi107 bash[20033]: audit 2024-09-21T18:54:41.559879+0000 mon.smithi107 (mon.0) 95 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi107.uonppz/mirror_snapshot_schedule"} : dispatch 2024-09-21T18:54:42.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:42 smithi107 bash[20033]: audit 2024-09-21T18:54:41.559879+0000 mon.smithi107 (mon.0) 95 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi107.uonppz/mirror_snapshot_schedule"} : dispatch 2024-09-21T18:54:42.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:42 smithi107 bash[20033]: audit 2024-09-21T18:54:41.562556+0000 mon.smithi107 (mon.0) 96 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi107.uonppz/trash_purge_schedule"} : dispatch 2024-09-21T18:54:42.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:42 smithi107 bash[20033]: audit 2024-09-21T18:54:41.562556+0000 mon.smithi107 (mon.0) 96 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi107.uonppz/trash_purge_schedule"} : dispatch 2024-09-21T18:54:42.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:42 smithi107 bash[20033]: cephadm 2024-09-21T18:54:42.197814+0000 mgr.smithi107.uonppz (mgr.14164) 1 : cephadm [INF] [21/Sep/2024:18:54:42] ENGINE Bus STARTING 2024-09-21T18:54:42.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:42 smithi107 bash[20033]: cephadm 2024-09-21T18:54:42.197814+0000 mgr.smithi107.uonppz (mgr.14164) 1 : cephadm [INF] [21/Sep/2024:18:54:42] ENGINE Bus STARTING 2024-09-21T18:54:42.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:42 smithi107 bash[20033]: cluster 2024-09-21T18:54:42.256234+0000 mon.smithi107 (mon.0) 97 : cluster [DBG] mgrmap e12: smithi107.uonppz(active, since 1.00692s) 2024-09-21T18:54:42.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:42 smithi107 bash[20033]: cluster 2024-09-21T18:54:42.256234+0000 mon.smithi107 (mon.0) 97 : cluster [DBG] mgrmap e12: smithi107.uonppz(active, since 1.00692s) 2024-09-21T18:54:42.921 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout { 2024-09-21T18:54:42.921 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 12, 2024-09-21T18:54:42.921 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-21T18:54:42.921 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout } 2024-09-21T18:54:42.921 INFO:teuthology.orchestra.run.smithi107.stdout:mgr epoch 10 is available 2024-09-21T18:54:42.921 INFO:teuthology.orchestra.run.smithi107.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-09-21T18:54:43.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: audit 2024-09-21T18:54:42.255448+0000 mgr.smithi107.uonppz (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-21T18:54:43.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: audit 2024-09-21T18:54:42.255448+0000 mgr.smithi107.uonppz (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-21T18:54:43.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: audit 2024-09-21T18:54:42.268365+0000 mgr.smithi107.uonppz (mgr.14164) 3 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-21T18:54:43.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: audit 2024-09-21T18:54:42.268365+0000 mgr.smithi107.uonppz (mgr.14164) 3 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-21T18:54:43.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: cephadm 2024-09-21T18:54:42.319670+0000 mgr.smithi107.uonppz (mgr.14164) 4 : cephadm [INF] [21/Sep/2024:18:54:42] ENGINE Serving on https://172.21.15.107:7150 2024-09-21T18:54:43.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: cephadm 2024-09-21T18:54:42.319670+0000 mgr.smithi107.uonppz (mgr.14164) 4 : cephadm [INF] [21/Sep/2024:18:54:42] ENGINE Serving on https://172.21.15.107:7150 2024-09-21T18:54:43.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: cephadm 2024-09-21T18:54:42.323237+0000 mgr.smithi107.uonppz (mgr.14164) 5 : cephadm [ERR] [21/Sep/2024:18:54:42] ENGINE Error in HTTPServer.serve 2024-09-21T18:54:43.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: Traceback (most recent call last): 2024-09-21T18:54:43.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T18:54:43.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: self._connections.run(self.expiration_interval) 2024-09-21T18:54:43.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T18:54:43.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: self._run(expiration_interval) 2024-09-21T18:54:43.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T18:54:43.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T18:54:43.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T18:54:43.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T18:54:43.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T18:54:43.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: s = self.context.wrap_socket( 2024-09-21T18:54:43.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T18:54:43.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: return self.sslsocket_class._create( 2024-09-21T18:54:43.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T18:54:43.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: self.do_handshake() 2024-09-21T18:54:43.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T18:54:43.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: self._sslobj.do_handshake() 2024-09-21T18:54:43.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T18:54:43.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: cephadm 2024-09-21T18:54:42.323237+0000 mgr.smithi107.uonppz (mgr.14164) 5 : cephadm [ERR] [21/Sep/2024:18:54:42] ENGINE Error in HTTPServer.serve 2024-09-21T18:54:43.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: Traceback (most recent call last): 2024-09-21T18:54:43.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T18:54:43.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: self._connections.run(self.expiration_interval) 2024-09-21T18:54:43.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T18:54:43.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: self._run(expiration_interval) 2024-09-21T18:54:43.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T18:54:43.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T18:54:43.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T18:54:43.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T18:54:43.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T18:54:43.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: s = self.context.wrap_socket( 2024-09-21T18:54:43.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T18:54:43.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: return self.sslsocket_class._create( 2024-09-21T18:54:43.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T18:54:43.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: self.do_handshake() 2024-09-21T18:54:43.654 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T18:54:43.654 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: self._sslobj.do_handshake() 2024-09-21T18:54:43.654 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T18:54:43.654 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: cephadm 2024-09-21T18:54:42.420885+0000 mgr.smithi107.uonppz (mgr.14164) 6 : cephadm [INF] [21/Sep/2024:18:54:42] ENGINE Serving on http://172.21.15.107:8765 2024-09-21T18:54:43.654 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: cephadm 2024-09-21T18:54:42.420885+0000 mgr.smithi107.uonppz (mgr.14164) 6 : cephadm [INF] [21/Sep/2024:18:54:42] ENGINE Serving on http://172.21.15.107:8765 2024-09-21T18:54:43.654 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: cephadm 2024-09-21T18:54:42.420992+0000 mgr.smithi107.uonppz (mgr.14164) 7 : cephadm [INF] [21/Sep/2024:18:54:42] ENGINE Bus STARTED 2024-09-21T18:54:43.654 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:43 smithi107 bash[20033]: cephadm 2024-09-21T18:54:42.420992+0000 mgr.smithi107.uonppz (mgr.14164) 7 : cephadm [INF] [21/Sep/2024:18:54:42] ENGINE Bus STARTED 2024-09-21T18:54:44.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:44 smithi107 bash[20033]: cluster 2024-09-21T18:54:43.316262+0000 mon.smithi107 (mon.0) 98 : cluster [DBG] mgrmap e13: smithi107.uonppz(active, since 2s) 2024-09-21T18:54:44.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:44 smithi107 bash[20033]: cluster 2024-09-21T18:54:43.316262+0000 mon.smithi107 (mon.0) 98 : cluster [DBG] mgrmap e13: smithi107.uonppz(active, since 2s) 2024-09-21T18:54:45.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:45 smithi107 bash[20033]: audit 2024-09-21T18:54:44.354367+0000 mgr.smithi107.uonppz (mgr.14164) 8 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:45.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:45 smithi107 bash[20033]: audit 2024-09-21T18:54:44.354367+0000 mgr.smithi107.uonppz (mgr.14164) 8 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:45.695 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE/DCCAuSgAwIBAgIUHvU4xQqQkLRFZlgr/bimSzpsGxQwDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkyMTE4NTQ0NVoXDTM0\nMDkyMjE4NTQ0NVowGDEWMBQGA1UEAwwNMTcyLjIxLjE1LjEwNzCCAiIwDQYJKoZI\nhvcNAQEBBQADggIPADCCAgoCggIBAIlfcT14VX0FX9nvFxDyVD/vz85bdaB/8lnt\nCJUmZc1upAjq3gCp30xjkjLhg4BZ/qu5suMv2mvYdHLkKnOQwMVsJCE96F1LPnYg\nbGPCHmrSe0J6fFphUyrcT+YF1w5r33XmlEmJY6CKt6F0MCd+Fww/ygbJoAoZOFcG\nGLoQJkxQ7N51QkgHx5QSeRJ8xSxXfZ7Opsoxjo7hBhtpXRl70oan0oja9fwJJXId\ne3Phguv1a8hbyy/FBpaSvVNp8ZrSqIe1FkMzUu+y9yGnFskh1/jT2mULxbXAFmnC\n5k45kjKDkgmvHgs7Xo6OrNnSVzgKSvYsvx8OZYnVCTugAU8rHp0TrHflxgpuwQfD\nMGJvynS8rNMKuOX0Ci3Xz56ObQ1j1Nh+RVlPcCTSDk52srBLVR+KOTFfZTVzNXay\n7B47aNIpimLHjhb9uTAgTFid+a/wpXy6Ijg770BAVQCwVEPa0Dqf+YFwnxu7zhiq\n9nWRFb7rQEPuqiQb+6QxFF6cLgyu3iHbkYJ2mKqs5I8XQ9+1vZB+rO8tHtK71cru\nL9eF6Y00gifm+DXLVf658f7GJG/wJeq4B5HgUWEo1/QwBFMACQ/BLfSjlepou2WA\nXFIVeguK9l++TZEfjtRKMVrXT2Sgv4KRiRt5TjjVCKoyDwziUOiBC6mSYtkY932n\ntKOCBEJTAgMBAAGjPzA9MC0GA1UdEQQmMCSCCXNtaXRoaTEwN4IRZGFzaGJvYXJk\nX3NlcnZlcnOHBKwVD2swDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQsFAAOCAgEA\nSEi15dMZZaBUGIhpDJ8hL+4MMvCeLcVuJeX0y3OoBa3dTh7JBU+hl9GTy6xArLs3\n4OmSh059cbeH3MLxbLq8qhpft3/9fUy3Kr6muFtL8mWla6pijkcdmwX9VLyDw2eM\nZ1gtaJf86OnJReqO6PfEqUpHM8BWaBf6leA1rdcV1nIpxlWuBGPWV3DOG0gTJv4Y\navqBN7tsr5c8/WhTDE/83La5WxZrrhWSEPYD2if9zTTvyX23zv1hlWiFVJDN7Je2\no52JFYlv00eEUmKRh28SrBBWaWSUk93Qo3l4JogDcK0RX8qI5y9eKX3ZMzs870JA\n1hOvYDMHJ/RqkqYd8pQhDmxQIpTxJwhlz+PMLj0di4IX3SHv0tgEcNQ7DM33ptRq\nOpfuyqgnJChOEd1jonSp32ma5DPBX7zqI6zJtJzXqcvTTAXi8LxiP0AgJyBeu2se\n/kapbPGFQGc9avUMqVhG82ieq7E4TsSlxqg0AvJf4QkGEqyBuev82LGLSmyNrW7Y\nbNYygI/BWRVnTb2v3yHUiIR4cJBj0v8xVJnTnLEmKsPW7JdBPbqGR8KS55TgQIMW\n9OXF3au7VaqC3qT5GCqpbhlCyvyWO9J7wDlh4LMb7zpyphoR4SaJ/1RitPQZWS5u\nSszXfQsSj+aVQMCyXsrGSCqofXuTU/bq8B2i1shQYXI=\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJJwIBAAKCAgEAiV9xPXhVfQVf2e8XEPJUP+/Pzlt1oH/yWe0IlSZlzW6kCOre\nAKnfTGOSMuGDgFn+q7my4y/aa9h0cuQqc5DAxWwkIT3oXUs+diBsY8IeatJ7Qnp8\nWmFTKtxP5gXXDmvfdeaUSYljoIq3oXQwJ34XDD/KBsmgChk4VwYYuhAmTFDs3nVC\nSAfHlBJ5EnzFLFd9ns6myjGOjuEGG2ldGXvShqfSiNr1/Aklch17c+GC6/VryFvL\nL8UGlpK9U2nxmtKoh7UWQzNS77L3IacWySHX+NPaZQvFtcAWacLmTjmSMoOSCa8e\nCztejo6s2dJXOApK9iy/Hw5lidUJO6ABTysenROsd+XGCm7BB8MwYm/KdLys0wq4\n5fQKLdfPno5tDWPU2H5FWU9wJNIOTnaysEtVH4o5MV9lNXM1drLsHjto0imKYseO\nFv25MCBMWJ35r/ClfLoiODvvQEBVALBUQ9rQOp/5gXCfG7vOGKr2dZEVvutAQ+6q\nJBv7pDEUXpwuDK7eIduRgnaYqqzkjxdD37W9kH6s7y0e0rvVyu4v14XpjTSCJ+b4\nNctV/rnx/sYkb/Al6rgHkeBRYSjX9DAEUwAJD8Et9KOV6mi7ZYBcUhV6C4r2X75N\nkR+O1EoxWtdPZKC/gpGJG3lOONUIqjIPDOJQ6IELqZJi2Rj3fae0o4IEQlMCAwEA\nAQKCAgAKC/HjNf7CkvcMoEDGm4Jv3qELDYNPxqu5ye0bw2AkoxfaExtDXykWlB2o\nHPgaFfrbIkyj8ub9hioWEPvN0eNXTO5jg/yPfiZGS17B+PtygoxDM2QO1BlaBBzP\nzNOKmXcRT1i+/A5OOnbtlurCqKUU30FuN6a9tlR5gNekG/RBFpYMOvUrAW6mNKeo\nI3nkIU3tpF1sYi1z458nuA/4AidGc9Wg7qqY0S5s5x0VP4Psr9k/IP9+MeGmd3rj\nM9dYpFlw+1xyc7l4EFWkn2y6LwB1kUDirPa7sR2yhG+Ffw5jJV4z2RvQZHoo4ORh\nVdHNJmuPD3y2z727U9pGAxC1cojdhpivhJMyK41FU6jkoOX4NE9ZGGPKEmqNE1zZ\nbPSDT10bBM8sjTcn34BF7YD06m+Mht56qJWCPPhSUbHo/Be0wKcyvIyjVfGdSReq\newtAvnlxRfWUqkR8IPybjRNrtHYRWfREFKTVP1M15D5pPuSXPxA5Yt82qQ3hLQf9\nHVR3LO8UdoCiecJmwKeUClUMgvKyCaOcgkxpxYBFeAyxXhZbIjICLQc9ISpFDNHe\nYBfELSdJ1tP1IlwcGjyZeuk1rPrFGJYu5Ws7A3J9/53Z5UCowx1jkKTCco0Ypftn\nywxmd/4oG6SVQjL4wkAJt14UU+UWuFAY9Y/YUbx6NAGQw+9kOQKCAQEAvsCAbPwl\nTSNgltGys8rJUywoRHpWapcT7bAYsezLQKcwX9GmhdHtf1MvSsntVs2fXNHkjnyr\naq04s89LGKyMGHPlTG27NAQ+6AqfBRtsEv5eXN0EGAwPbs5v32XYLGm4ppP8Qe/r\n/kSrDJMK7y/fsSblC7UgE4/ogzz1kzJJtq0T6xiRi7mHsrxsUsLJtfC/1nhGCF4B\ngY+ceRQF18N+Xi0Ugq511Y9xrg2pm+VXup9HY4Ns0TbKw8yvLGqd0jed1U1Cm+eq\n7KS2mL9MQ2bRUPabCUFI9OyVyXYMEz6RKhaLazomPHLLo0YaiiokRzNm13TBW0LO\nemUdTaGgLzEkBwKCAQEAuFy2MHwyAOeUpLGQtq3Wja+YCoKU+VAXMfcaFoJGGLAD\nWZFgMWljPtqqNn2mTknrZ58WLEk5FvoLygJ06wtG9J9PFIDg9uU2uTGrx3UAvhOp\n6ApdVA5uwBMCK/IQdhBP35DjZ5JnVUDwBk93zwoGIPh/rQh7f992hCwBgdJyniBs\nICnXGUrkpK5f3/PtrIVaA0pkJB3NcKT87ZiDEhiIeoLGo0qK5rE6d8l01wYyfd+R\nbmDJ3nySh9SlIIMwtYMj3lmKC9cH9EpO3ZSAxIhN1y4lfJMxnEOJD4znw8nQnJoc\nmgN+P8hOvPXkIXgSpFVJ04bsL5rJbTsNYN6uo9dUVQKCAQA87vNXXShxPrbRFsV2\nB3ZOWlG2pjnKrN4R1GnfFFxNF9stEKSYJNowDRuTUXO+gcrBdM8E8TA00IbHcZV0\nmVHbUdJSms7tK9oId7Qahor8ekMceQGgyOF5LPqxqy/l6BOzKpyvV3vUao0VZDde\n9rUHOvx5w+8uMI8+tQ9haPQBJcKyG9QKhUaiwuv7d/vFYdV2Jk+Axr7Ga2C5kLrZ\nFLreTJo7sI01ni/bQMQIZ7ehhtXgJRByuIUHDPB8SMaHa3rAs4Bumw+ProIhwyIS\nedqteUlHKJKsopKqm0n6L8dhYXhB1X53WthQHMnHjvStxe65LrPBelLI6Fn2/YVU\n7earAoIBAFTXHWRckupFp+rOZ+kZQIX9S3tysjm0+KeerhuzoaxUu4XpV5oFhI11\nNSVUV0bpz3HlDOAeZi5DrU8uKD3N97403cByupQD0VYSHJnyJwBRrjvBIUfASIkN\ndk9g2uBqC0e3tl6AShs6gfp1cY4Ob9mWYbLwF102KaUTVzI19Vb9VqTKfFkAVQ3P\nzQETkMl2qIChKEpSiKsQ0fBI4fBe59dw/RZCBH+7CUv8ok8dY/j2/EcONXe0Xf4y\nBjdbB/xPuB7nl5ZxQxDRbU+culE25JNkgg288vSVQ6qrTjCUW/LlHMpnVx7lAA8H\nHQ+l4PZM5Wd5TJFvqsggh7yPXVC6k+0CggEAdIKdfPsKtWb6K00qOlO6/uJkT14o\n1mNYP9TlXZbWDpUnDwkJsLt2Xe7HuoTi8OO4L4NwA+guHXwAEm+B6hwV+24rZviq\n63/93aSgTGnTQH1EBNrREVdbH5UpTif69CB/zC8nsMxn8KYla2JecjOeWbRutZgh\nedeok4ZNQnJTk+epQUj8TxHUftjLfiDGqz3+ycaqgQYfzji5F+c7oEvXvi9GfY0K\n6l6NBVELzRXQITRM5KhipfrfOb+U5xoeoCnX1bk8LL5xWI0LBgNRO+IjRdL3ZK9R\nkxwJyVEaE07YpOEDNZhTH0JS01hh6PnCiirRlOfe5Q753AC4xt0zpwQkFg==\n-----END RSA PRIVATE KEY-----\n"} 2024-09-21T18:54:47.810 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-09-21T18:54:48.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:48 smithi107 bash[20033]: audit 2024-09-21T18:54:47.179233+0000 mgr.smithi107.uonppz (mgr.14164) 9 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:48.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:48 smithi107 bash[20033]: audit 2024-09-21T18:54:47.179233+0000 mgr.smithi107.uonppz (mgr.14164) 9 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:48.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:48 smithi107 bash[20033]: audit 2024-09-21T18:54:47.182182+0000 mon.smithi107 (mon.0) 99 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:48.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:48 smithi107 bash[20033]: audit 2024-09-21T18:54:47.182182+0000 mon.smithi107 (mon.0) 99 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:49.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:49 smithi107 bash[20033]: audit 2024-09-21T18:54:48.482172+0000 mon.smithi107 (mon.0) 100 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:49.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:49 smithi107 bash[20033]: audit 2024-09-21T18:54:48.482172+0000 mon.smithi107 (mon.0) 100 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:49.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:49 smithi107 bash[20033]: audit 2024-09-21T18:54:49.306039+0000 mon.smithi107 (mon.0) 101 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:49.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:49 smithi107 bash[20033]: audit 2024-09-21T18:54:49.306039+0000 mon.smithi107 (mon.0) 101 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:49.924 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-09-21T18:54:49.925 INFO:teuthology.orchestra.run.smithi107.stdout:Creating initial admin user... 2024-09-21T18:54:50.842 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:50 smithi107 bash[20033]: audit 2024-09-21T18:54:49.302992+0000 mgr.smithi107.uonppz (mgr.14164) 10 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:50.842 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:50 smithi107 bash[20033]: audit 2024-09-21T18:54:49.302992+0000 mgr.smithi107.uonppz (mgr.14164) 10 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:50.842 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:50 smithi107 bash[20033]: audit 2024-09-21T18:54:49.536075+0000 mon.smithi107 (mon.0) 102 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:50.842 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:50 smithi107 bash[20033]: audit 2024-09-21T18:54:49.536075+0000 mon.smithi107 (mon.0) 102 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:52.237 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$doGDACyV9vgbm04.bVwQjOKROXDfWppee.HkelZhn8qQQUFshZ1Vm", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726944891, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-21T18:54:52.237 INFO:teuthology.orchestra.run.smithi107.stdout:Fetching dashboard port number... 2024-09-21T18:54:52.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:52 smithi107 bash[20033]: audit 2024-09-21T18:54:51.398524+0000 mgr.smithi107.uonppz (mgr.14164) 11 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:52.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:52 smithi107 bash[20033]: audit 2024-09-21T18:54:51.398524+0000 mgr.smithi107.uonppz (mgr.14164) 11 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:52.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:52 smithi107 bash[20033]: audit 2024-09-21T18:54:51.618687+0000 mon.smithi107 (mon.0) 103 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:52.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:52 smithi107 bash[20033]: audit 2024-09-21T18:54:51.618687+0000 mon.smithi107 (mon.0) 103 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:54:54.248 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 8443 2024-09-21T18:54:54.249 INFO:teuthology.orchestra.run.smithi107.stdout:firewalld does not appear to be present 2024-09-21T18:54:54.249 INFO:teuthology.orchestra.run.smithi107.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-21T18:54:54.251 INFO:teuthology.orchestra.run.smithi107.stdout:Ceph Dashboard is now available at: 2024-09-21T18:54:54.251 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T18:54:54.251 INFO:teuthology.orchestra.run.smithi107.stdout: URL: https://smithi107.front.sepia.ceph.com:8443/ 2024-09-21T18:54:54.251 INFO:teuthology.orchestra.run.smithi107.stdout: User: admin 2024-09-21T18:54:54.252 INFO:teuthology.orchestra.run.smithi107.stdout: Password: 4jbdi2h2in 2024-09-21T18:54:54.252 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T18:54:54.252 INFO:teuthology.orchestra.run.smithi107.stdout:Saving cluster configuration to /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/config directory 2024-09-21T18:54:54.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:54 smithi107 bash[20033]: cluster 2024-09-21T18:54:53.624458+0000 mon.smithi107 (mon.0) 104 : cluster [DBG] mgrmap e14: smithi107.uonppz(active, since 12s) 2024-09-21T18:54:54.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:54 smithi107 bash[20033]: cluster 2024-09-21T18:54:53.624458+0000 mon.smithi107 (mon.0) 104 : cluster [DBG] mgrmap e14: smithi107.uonppz(active, since 12s) 2024-09-21T18:54:54.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:54 smithi107 bash[20033]: audit 2024-09-21T18:54:53.678044+0000 mon.smithi107 (mon.0) 105 : audit [DBG] from='client.? 172.21.15.107:0/832827612' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-21T18:54:54.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:54 smithi107 bash[20033]: audit 2024-09-21T18:54:53.678044+0000 mon.smithi107 (mon.0) 105 : audit [DBG] from='client.? 172.21.15.107:0/832827612' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-21T18:54:57.354 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-21T18:54:57.354 INFO:teuthology.orchestra.run.smithi107.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-21T18:54:57.354 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T18:54:57.354 INFO:teuthology.orchestra.run.smithi107.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-21T18:54:57.355 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T18:54:57.355 INFO:teuthology.orchestra.run.smithi107.stdout:Or, if you are only running a single cluster on this host: 2024-09-21T18:54:57.355 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T18:54:57.355 INFO:teuthology.orchestra.run.smithi107.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-21T18:54:57.355 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T18:54:57.355 INFO:teuthology.orchestra.run.smithi107.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-21T18:54:57.355 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T18:54:57.355 INFO:teuthology.orchestra.run.smithi107.stdout: ceph telemetry on 2024-09-21T18:54:57.355 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T18:54:57.355 INFO:teuthology.orchestra.run.smithi107.stdout:For more information see: 2024-09-21T18:54:57.355 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T18:54:57.355 INFO:teuthology.orchestra.run.smithi107.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-21T18:54:57.355 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T18:54:57.355 INFO:teuthology.orchestra.run.smithi107.stdout:Bootstrap complete. 2024-09-21T18:54:57.415 INFO:tasks.cephadm:Fetching config... 2024-09-21T18:54:57.415 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-21T18:54:57.415 DEBUG:teuthology.orchestra.run.smithi107:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-21T18:54:57.421 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-21T18:54:57.422 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-21T18:54:57.422 DEBUG:teuthology.orchestra.run.smithi107:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-21T18:54:57.467 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-21T18:54:57.467 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-21T18:54:57.467 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/keyring of=/dev/stdout 2024-09-21T18:54:57.520 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-21T18:54:57.520 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-21T18:54:57.520 DEBUG:teuthology.orchestra.run.smithi107:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-21T18:54:57.571 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-21T18:54:57.571 DEBUG:teuthology.orchestra.run.smithi107:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7FY8whZb4FV5bPV1FNenll8NMAZMJc54FXHTluhc1F0q2S3QIQDkhQ0sgISU7OAGOYOjJeHYXZATHlcul4kSa09e2U067P26953z38DVFlD4N2EVizGpBSf2BDrY3U4apoI7HBzufQzJshWIf427S1fvAy3hO38SxTAhB1kXVKssIx8ymHwpAK4Os45BC8SO2m/cRg2GhYt39qIyI4R4qT2vHnPAodI0x7GYGC2EyL2LlVNCg692DP3Edhs6rOwJlr2TS8p3BaWnj4lTyJrhSeJqX6mFXzQSue8Lki8/dNVjWTL5//4NDQ2bELgLMF8Qfb/XW4XM5v8WETRasRgJEbAYhYLRamQsU9EqDgog1LMatTl3NYm30lKeNyunOK7txK5SrRVTio57UU5rDamcpkMonfHn48PeqePmgCRZTO3qTNu4+jo5iYa/EDin6l8PrLLoRJ+B0TD0Cssp6vF4wvUub3GL6ELSmzL0xYpElo7dEbGrHzSsozkJoGZEEzNs= ceph-96af9b06-784a-11ef-baf6-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-21T18:54:57.635 INFO:teuthology.orchestra.run.smithi107.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7FY8whZb4FV5bPV1FNenll8NMAZMJc54FXHTluhc1F0q2S3QIQDkhQ0sgISU7OAGOYOjJeHYXZATHlcul4kSa09e2U067P26953z38DVFlD4N2EVizGpBSf2BDrY3U4apoI7HBzufQzJshWIf427S1fvAy3hO38SxTAhB1kXVKssIx8ymHwpAK4Os45BC8SO2m/cRg2GhYt39qIyI4R4qT2vHnPAodI0x7GYGC2EyL2LlVNCg692DP3Edhs6rOwJlr2TS8p3BaWnj4lTyJrhSeJqX6mFXzQSue8Lki8/dNVjWTL5//4NDQ2bELgLMF8Qfb/XW4XM5v8WETRasRgJEbAYhYLRamQsU9EqDgog1LMatTl3NYm30lKeNyunOK7txK5SrRVTio57UU5rDamcpkMonfHn48PeqePmgCRZTO3qTNu4+jo5iYa/EDin6l8PrLLoRJ+B0TD0Cssp6vF4wvUub3GL6ELSmzL0xYpElo7dEbGrHzSsozkJoGZEEzNs= ceph-96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T18:54:57.644 DEBUG:teuthology.orchestra.run.smithi160:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7FY8whZb4FV5bPV1FNenll8NMAZMJc54FXHTluhc1F0q2S3QIQDkhQ0sgISU7OAGOYOjJeHYXZATHlcul4kSa09e2U067P26953z38DVFlD4N2EVizGpBSf2BDrY3U4apoI7HBzufQzJshWIf427S1fvAy3hO38SxTAhB1kXVKssIx8ymHwpAK4Os45BC8SO2m/cRg2GhYt39qIyI4R4qT2vHnPAodI0x7GYGC2EyL2LlVNCg692DP3Edhs6rOwJlr2TS8p3BaWnj4lTyJrhSeJqX6mFXzQSue8Lki8/dNVjWTL5//4NDQ2bELgLMF8Qfb/XW4XM5v8WETRasRgJEbAYhYLRamQsU9EqDgog1LMatTl3NYm30lKeNyunOK7txK5SrRVTio57UU5rDamcpkMonfHn48PeqePmgCRZTO3qTNu4+jo5iYa/EDin6l8PrLLoRJ+B0TD0Cssp6vF4wvUub3GL6ELSmzL0xYpElo7dEbGrHzSsozkJoGZEEzNs= ceph-96af9b06-784a-11ef-baf6-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-21T18:54:57.667 INFO:teuthology.orchestra.run.smithi160.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7FY8whZb4FV5bPV1FNenll8NMAZMJc54FXHTluhc1F0q2S3QIQDkhQ0sgISU7OAGOYOjJeHYXZATHlcul4kSa09e2U067P26953z38DVFlD4N2EVizGpBSf2BDrY3U4apoI7HBzufQzJshWIf427S1fvAy3hO38SxTAhB1kXVKssIx8ymHwpAK4Os45BC8SO2m/cRg2GhYt39qIyI4R4qT2vHnPAodI0x7GYGC2EyL2LlVNCg692DP3Edhs6rOwJlr2TS8p3BaWnj4lTyJrhSeJqX6mFXzQSue8Lki8/dNVjWTL5//4NDQ2bELgLMF8Qfb/XW4XM5v8WETRasRgJEbAYhYLRamQsU9EqDgog1LMatTl3NYm30lKeNyunOK7txK5SrRVTio57UU5rDamcpkMonfHn48PeqePmgCRZTO3qTNu4+jo5iYa/EDin6l8PrLLoRJ+B0TD0Cssp6vF4wvUub3GL6ELSmzL0xYpElo7dEbGrHzSsozkJoGZEEzNs= ceph-96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T18:54:57.676 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-21T18:54:57.696 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:57 smithi107 bash[20033]: audit 2024-09-21T18:54:56.526909+0000 mon.smithi107 (mon.0) 106 : audit [INF] from='client.? 172.21.15.107:0/190682632' entity='client.admin' 2024-09-21T18:54:57.696 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:54:57 smithi107 bash[20033]: audit 2024-09-21T18:54:56.526909+0000 mon.smithi107 (mon.0) 106 : audit [INF] from='client.? 172.21.15.107:0/190682632' entity='client.admin' 2024-09-21T18:55:01.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:01 smithi107 bash[20033]: audit 2024-09-21T18:55:00.516989+0000 mon.smithi107 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:01.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:01 smithi107 bash[20033]: audit 2024-09-21T18:55:00.516989+0000 mon.smithi107 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:01.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:01 smithi107 bash[20033]: audit 2024-09-21T18:55:00.520608+0000 mon.smithi107 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:01.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:01 smithi107 bash[20033]: audit 2024-09-21T18:55:00.520608+0000 mon.smithi107 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:01.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:01 smithi107 bash[20033]: audit 2024-09-21T18:55:00.522284+0000 mon.smithi107 (mon.0) 109 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"} : dispatch 2024-09-21T18:55:01.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:01 smithi107 bash[20033]: audit 2024-09-21T18:55:00.522284+0000 mon.smithi107 (mon.0) 109 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"} : dispatch 2024-09-21T18:55:01.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:01 smithi107 bash[20033]: audit 2024-09-21T18:55:00.527827+0000 mon.smithi107 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:01.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:01 smithi107 bash[20033]: audit 2024-09-21T18:55:00.527827+0000 mon.smithi107 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:01.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:01 smithi107 bash[20033]: audit 2024-09-21T18:55:00.530547+0000 mon.smithi107 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi107", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-21T18:55:01.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:01 smithi107 bash[20033]: audit 2024-09-21T18:55:00.530547+0000 mon.smithi107 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi107", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-21T18:55:01.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:01 smithi107 bash[20033]: audit 2024-09-21T18:55:00.531753+0000 mon.smithi107 (mon.0) 112 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi107", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-21T18:55:01.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:01 smithi107 bash[20033]: audit 2024-09-21T18:55:00.531753+0000 mon.smithi107 (mon.0) 112 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi107", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-21T18:55:01.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:01 smithi107 bash[20033]: audit 2024-09-21T18:55:00.534606+0000 mon.smithi107 (mon.0) 113 : audit [DBG] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:55:01.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:01 smithi107 bash[20033]: audit 2024-09-21T18:55:00.534606+0000 mon.smithi107 (mon.0) 113 : audit [DBG] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:55:01.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:01 smithi107 bash[20033]: cephadm 2024-09-21T18:55:00.536613+0000 mgr.smithi107.uonppz (mgr.14164) 12 : cephadm [INF] Deploying daemon ceph-exporter.smithi107 on smithi107 2024-09-21T18:55:01.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:01 smithi107 bash[20033]: cephadm 2024-09-21T18:55:00.536613+0000 mgr.smithi107.uonppz (mgr.14164) 12 : cephadm [INF] Deploying daemon ceph-exporter.smithi107 on smithi107 2024-09-21T18:55:02.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:02 smithi107 bash[20033]: cluster 2024-09-21T18:55:01.261013+0000 mgr.smithi107.uonppz (mgr.14164) 13 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:02.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:02 smithi107 bash[20033]: cluster 2024-09-21T18:55:01.261013+0000 mgr.smithi107.uonppz (mgr.14164) 13 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:04.030 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T18:55:04.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:04 smithi107 bash[20033]: cluster 2024-09-21T18:55:03.261552+0000 mgr.smithi107.uonppz (mgr.14164) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:04.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:04 smithi107 bash[20033]: cluster 2024-09-21T18:55:03.261552+0000 mgr.smithi107.uonppz (mgr.14164) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:06.721 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:06 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:55:06.721 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:06 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:55:06.722 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-21T18:55:06.722 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-21T18:55:07.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:07 smithi107 bash[20033]: cluster 2024-09-21T18:55:05.262066+0000 mgr.smithi107.uonppz (mgr.14164) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:07.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:07 smithi107 bash[20033]: cluster 2024-09-21T18:55:05.262066+0000 mgr.smithi107.uonppz (mgr.14164) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:07.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:07 smithi107 bash[20033]: audit 2024-09-21T18:55:06.062594+0000 mon.smithi107 (mon.0) 114 : audit [INF] from='client.? 172.21.15.107:0/1708443437' entity='client.admin' 2024-09-21T18:55:07.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:07 smithi107 bash[20033]: audit 2024-09-21T18:55:06.062594+0000 mon.smithi107 (mon.0) 114 : audit [INF] from='client.? 172.21.15.107:0/1708443437' entity='client.admin' 2024-09-21T18:55:07.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:07 smithi107 bash[20033]: audit 2024-09-21T18:55:06.797853+0000 mon.smithi107 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:07.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:07 smithi107 bash[20033]: audit 2024-09-21T18:55:06.797853+0000 mon.smithi107 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:07.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:07 smithi107 bash[20033]: audit 2024-09-21T18:55:06.803045+0000 mon.smithi107 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:07.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:07 smithi107 bash[20033]: audit 2024-09-21T18:55:06.803045+0000 mon.smithi107 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:07.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:07 smithi107 bash[20033]: audit 2024-09-21T18:55:06.806381+0000 mon.smithi107 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:07.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:07 smithi107 bash[20033]: audit 2024-09-21T18:55:06.806381+0000 mon.smithi107 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:07.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:07 smithi107 bash[20033]: audit 2024-09-21T18:55:06.809554+0000 mon.smithi107 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:07.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:07 smithi107 bash[20033]: audit 2024-09-21T18:55:06.809554+0000 mon.smithi107 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:07.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:07 smithi107 bash[20033]: audit 2024-09-21T18:55:06.811107+0000 mon.smithi107 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi107", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-21T18:55:07.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:07 smithi107 bash[20033]: audit 2024-09-21T18:55:06.811107+0000 mon.smithi107 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi107", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-21T18:55:07.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:07 smithi107 bash[20033]: audit 2024-09-21T18:55:06.812509+0000 mon.smithi107 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi107", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-21T18:55:07.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:07 smithi107 bash[20033]: audit 2024-09-21T18:55:06.812509+0000 mon.smithi107 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi107", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-21T18:55:07.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:07 smithi107 bash[20033]: audit 2024-09-21T18:55:06.814445+0000 mon.smithi107 (mon.0) 121 : audit [DBG] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:55:07.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:07 smithi107 bash[20033]: audit 2024-09-21T18:55:06.814445+0000 mon.smithi107 (mon.0) 121 : audit [DBG] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:55:08.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:08 smithi107 bash[20033]: cephadm 2024-09-21T18:55:06.815202+0000 mgr.smithi107.uonppz (mgr.14164) 16 : cephadm [INF] Deploying daemon crash.smithi107 on smithi107 2024-09-21T18:55:08.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:08 smithi107 bash[20033]: cephadm 2024-09-21T18:55:06.815202+0000 mgr.smithi107.uonppz (mgr.14164) 16 : cephadm [INF] Deploying daemon crash.smithi107 on smithi107 2024-09-21T18:55:09.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:09 smithi107 bash[20033]: cluster 2024-09-21T18:55:07.262527+0000 mgr.smithi107.uonppz (mgr.14164) 17 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:09.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:09 smithi107 bash[20033]: cluster 2024-09-21T18:55:07.262527+0000 mgr.smithi107.uonppz (mgr.14164) 17 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:09.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:09 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:55:10.287 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:10 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:55:11.207 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:11 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:55:11.462 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:11 smithi107 bash[20033]: cluster 2024-09-21T18:55:09.262968+0000 mgr.smithi107.uonppz (mgr.14164) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:11.463 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:11 smithi107 bash[20033]: cluster 2024-09-21T18:55:09.262968+0000 mgr.smithi107.uonppz (mgr.14164) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:11.463 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:11 smithi107 bash[20033]: audit 2024-09-21T18:55:10.206925+0000 mon.smithi107 (mon.0) 122 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:11.463 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:11 smithi107 bash[20033]: audit 2024-09-21T18:55:10.206925+0000 mon.smithi107 (mon.0) 122 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:11.463 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:11 smithi107 bash[20033]: audit 2024-09-21T18:55:10.210027+0000 mon.smithi107 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:11.463 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:11 smithi107 bash[20033]: audit 2024-09-21T18:55:10.210027+0000 mon.smithi107 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:11.463 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:11 smithi107 bash[20033]: audit 2024-09-21T18:55:10.212453+0000 mon.smithi107 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:11.463 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:11 smithi107 bash[20033]: audit 2024-09-21T18:55:10.212453+0000 mon.smithi107 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:11.464 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:11 smithi107 bash[20033]: audit 2024-09-21T18:55:10.214489+0000 mon.smithi107 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:11.464 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:11 smithi107 bash[20033]: audit 2024-09-21T18:55:10.214489+0000 mon.smithi107 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:11.464 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:11 smithi107 bash[20033]: cephadm 2024-09-21T18:55:10.215699+0000 mgr.smithi107.uonppz (mgr.14164) 19 : cephadm [INF] Deploying daemon node-exporter.smithi107 on smithi107 2024-09-21T18:55:11.464 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:11 smithi107 bash[20033]: cephadm 2024-09-21T18:55:10.215699+0000 mgr.smithi107.uonppz (mgr.14164) 19 : cephadm [INF] Deploying daemon node-exporter.smithi107 on smithi107 2024-09-21T18:55:11.464 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:11 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:55:12.646 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:12 smithi107 bash[20033]: cluster 2024-09-21T18:55:11.263244+0000 mgr.smithi107.uonppz (mgr.14164) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:12.646 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:12 smithi107 bash[20033]: cluster 2024-09-21T18:55:11.263244+0000 mgr.smithi107.uonppz (mgr.14164) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:12.646 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:12 smithi107 bash[20033]: audit 2024-09-21T18:55:11.492950+0000 mon.smithi107 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:12.646 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:12 smithi107 bash[20033]: audit 2024-09-21T18:55:11.492950+0000 mon.smithi107 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:12.646 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:12 smithi107 bash[20033]: audit 2024-09-21T18:55:11.495393+0000 mon.smithi107 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:12.646 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:12 smithi107 bash[20033]: audit 2024-09-21T18:55:11.495393+0000 mon.smithi107 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:12.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:12 smithi107 bash[20033]: audit 2024-09-21T18:55:11.497716+0000 mon.smithi107 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:12.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:12 smithi107 bash[20033]: audit 2024-09-21T18:55:11.497716+0000 mon.smithi107 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:12.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:12 smithi107 bash[20033]: audit 2024-09-21T18:55:11.499640+0000 mon.smithi107 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:12.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:12 smithi107 bash[20033]: audit 2024-09-21T18:55:11.499640+0000 mon.smithi107 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:12.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:12 smithi107 bash[20033]: cephadm 2024-09-21T18:55:11.508646+0000 mgr.smithi107.uonppz (mgr.14164) 21 : cephadm [INF] Deploying daemon alertmanager.smithi107 on smithi107 2024-09-21T18:55:12.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:12 smithi107 bash[20033]: cephadm 2024-09-21T18:55:11.508646+0000 mgr.smithi107.uonppz (mgr.14164) 21 : cephadm [INF] Deploying daemon alertmanager.smithi107 on smithi107 2024-09-21T18:55:12.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:12 smithi107 bash[20033]: audit 2024-09-21T18:55:11.557142+0000 mon.smithi107 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:12.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:12 smithi107 bash[20033]: audit 2024-09-21T18:55:11.557142+0000 mon.smithi107 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:13.477 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T18:55:14.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:14 smithi107 bash[20033]: cluster 2024-09-21T18:55:13.263532+0000 mgr.smithi107.uonppz (mgr.14164) 22 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:14.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:14 smithi107 bash[20033]: cluster 2024-09-21T18:55:13.263532+0000 mgr.smithi107.uonppz (mgr.14164) 22 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:16.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:16 smithi107 bash[20033]: cluster 2024-09-21T18:55:15.263917+0000 mgr.smithi107.uonppz (mgr.14164) 23 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:16.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:16 smithi107 bash[20033]: cluster 2024-09-21T18:55:15.263917+0000 mgr.smithi107.uonppz (mgr.14164) 23 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:17.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:17 smithi107 bash[20033]: audit 2024-09-21T18:55:16.629376+0000 mgr.smithi107.uonppz (mgr.14164) 24 : audit [DBG] from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:55:17.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:17 smithi107 bash[20033]: audit 2024-09-21T18:55:16.629376+0000 mgr.smithi107.uonppz (mgr.14164) 24 : audit [DBG] from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:55:17.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:17 smithi107 bash[20033]: audit 2024-09-21T18:55:16.636832+0000 mon.smithi107 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:17.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:17 smithi107 bash[20033]: audit 2024-09-21T18:55:16.636832+0000 mon.smithi107 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:18.318 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi160 2024-09-21T18:55:18.318 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-21T18:55:18.318 DEBUG:teuthology.orchestra.run.smithi160:> dd of=/etc/ceph/ceph.conf 2024-09-21T18:55:18.324 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-21T18:55:18.324 DEBUG:teuthology.orchestra.run.smithi160:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:55:18.374 INFO:tasks.cephadm:Adding host smithi160 to orchestrator... 2024-09-21T18:55:18.374 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph orch host add smithi160 2024-09-21T18:55:18.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:18 smithi107 bash[20033]: cluster 2024-09-21T18:55:17.264294+0000 mgr.smithi107.uonppz (mgr.14164) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:18.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:18 smithi107 bash[20033]: cluster 2024-09-21T18:55:17.264294+0000 mgr.smithi107.uonppz (mgr.14164) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:20.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:20 smithi107 bash[20033]: cluster 2024-09-21T18:55:19.264701+0000 mgr.smithi107.uonppz (mgr.14164) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:20.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:20 smithi107 bash[20033]: cluster 2024-09-21T18:55:19.264701+0000 mgr.smithi107.uonppz (mgr.14164) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:22.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:22 smithi107 bash[20033]: cluster 2024-09-21T18:55:21.265154+0000 mgr.smithi107.uonppz (mgr.14164) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:22.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:22 smithi107 bash[20033]: cluster 2024-09-21T18:55:21.265154+0000 mgr.smithi107.uonppz (mgr.14164) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:23.296 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:23 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:55:23.412 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T18:55:23.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:23 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:55:24.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:24 smithi107 bash[20033]: cluster 2024-09-21T18:55:23.265452+0000 mgr.smithi107.uonppz (mgr.14164) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:24.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:24 smithi107 bash[20033]: cluster 2024-09-21T18:55:23.265452+0000 mgr.smithi107.uonppz (mgr.14164) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:24.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:24 smithi107 bash[20033]: audit 2024-09-21T18:55:23.572126+0000 mon.smithi107 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:24.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:24 smithi107 bash[20033]: audit 2024-09-21T18:55:23.572126+0000 mon.smithi107 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:24.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:24 smithi107 bash[20033]: audit 2024-09-21T18:55:23.577349+0000 mon.smithi107 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:24.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:24 smithi107 bash[20033]: audit 2024-09-21T18:55:23.577349+0000 mon.smithi107 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:24.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:24 smithi107 bash[20033]: audit 2024-09-21T18:55:23.583217+0000 mon.smithi107 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:24.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:24 smithi107 bash[20033]: audit 2024-09-21T18:55:23.583217+0000 mon.smithi107 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:24.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:24 smithi107 bash[20033]: audit 2024-09-21T18:55:23.586525+0000 mon.smithi107 (mon.0) 135 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:24.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:24 smithi107 bash[20033]: audit 2024-09-21T18:55:23.586525+0000 mon.smithi107 (mon.0) 135 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:24.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:24 smithi107 bash[20033]: cephadm 2024-09-21T18:55:23.587616+0000 mgr.smithi107.uonppz (mgr.14164) 29 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-21T18:55:24.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:24 smithi107 bash[20033]: cephadm 2024-09-21T18:55:23.587616+0000 mgr.smithi107.uonppz (mgr.14164) 29 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-21T18:55:24.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:24 smithi107 bash[20033]: audit 2024-09-21T18:55:24.509770+0000 mon.smithi107 (mon.0) 136 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:24.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:24 smithi107 bash[20033]: audit 2024-09-21T18:55:24.509770+0000 mon.smithi107 (mon.0) 136 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:24.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:24 smithi107 bash[20033]: audit 2024-09-21T18:55:24.513606+0000 mon.smithi107 (mon.0) 137 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:24.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:24 smithi107 bash[20033]: audit 2024-09-21T18:55:24.513606+0000 mon.smithi107 (mon.0) 137 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:24.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:24 smithi107 bash[20033]: audit 2024-09-21T18:55:24.515698+0000 mon.smithi107 (mon.0) 138 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-21T18:55:24.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:24 smithi107 bash[20033]: audit 2024-09-21T18:55:24.515698+0000 mon.smithi107 (mon.0) 138 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-21T18:55:24.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:24 smithi107 bash[20033]: audit 2024-09-21T18:55:24.520012+0000 mon.smithi107 (mon.0) 139 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:24.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:24 smithi107 bash[20033]: audit 2024-09-21T18:55:24.520012+0000 mon.smithi107 (mon.0) 139 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:24.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:24 smithi107 bash[20033]: audit 2024-09-21T18:55:24.529466+0000 mon.smithi107 (mon.0) 140 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:24.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:24 smithi107 bash[20033]: audit 2024-09-21T18:55:24.529466+0000 mon.smithi107 (mon.0) 140 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:24.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:24 smithi107 bash[20033]: audit 2024-09-21T18:55:24.532487+0000 mon.smithi107 (mon.0) 141 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:24.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:24 smithi107 bash[20033]: audit 2024-09-21T18:55:24.532487+0000 mon.smithi107 (mon.0) 141 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:25.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:25 smithi107 bash[20033]: audit 2024-09-21T18:55:24.516798+0000 mgr.smithi107.uonppz (mgr.14164) 30 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-21T18:55:25.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:25 smithi107 bash[20033]: audit 2024-09-21T18:55:24.516798+0000 mgr.smithi107.uonppz (mgr.14164) 30 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-21T18:55:25.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:25 smithi107 bash[20033]: cephadm 2024-09-21T18:55:24.544404+0000 mgr.smithi107.uonppz (mgr.14164) 31 : cephadm [INF] Deploying daemon grafana.smithi107 on smithi107 2024-09-21T18:55:25.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:25 smithi107 bash[20033]: cephadm 2024-09-21T18:55:24.544404+0000 mgr.smithi107.uonppz (mgr.14164) 31 : cephadm [INF] Deploying daemon grafana.smithi107 on smithi107 2024-09-21T18:55:26.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:26 smithi107 bash[20033]: cluster 2024-09-21T18:55:25.265738+0000 mgr.smithi107.uonppz (mgr.14164) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:26.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:26 smithi107 bash[20033]: cluster 2024-09-21T18:55:25.265738+0000 mgr.smithi107.uonppz (mgr.14164) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:26.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:26 smithi107 bash[20033]: audit 2024-09-21T18:55:25.900169+0000 mgr.smithi107.uonppz (mgr.14164) 33 : audit [DBG] from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi160", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:55:26.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:26 smithi107 bash[20033]: audit 2024-09-21T18:55:25.900169+0000 mgr.smithi107.uonppz (mgr.14164) 33 : audit [DBG] from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi160", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:55:26.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:26 smithi107 bash[20033]: audit 2024-09-21T18:55:26.562890+0000 mon.smithi107 (mon.0) 142 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:26.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:26 smithi107 bash[20033]: audit 2024-09-21T18:55:26.562890+0000 mon.smithi107 (mon.0) 142 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:27.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:27 smithi107 bash[20033]: cephadm 2024-09-21T18:55:26.930960+0000 mgr.smithi107.uonppz (mgr.14164) 34 : cephadm [INF] Deploying cephadm binary to smithi160 2024-09-21T18:55:27.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:27 smithi107 bash[20033]: cephadm 2024-09-21T18:55:26.930960+0000 mgr.smithi107.uonppz (mgr.14164) 34 : cephadm [INF] Deploying cephadm binary to smithi160 2024-09-21T18:55:28.848 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:28 smithi107 bash[20033]: cluster 2024-09-21T18:55:27.266080+0000 mgr.smithi107.uonppz (mgr.14164) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:28.848 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:28 smithi107 bash[20033]: cluster 2024-09-21T18:55:27.266080+0000 mgr.smithi107.uonppz (mgr.14164) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:30.301 INFO:teuthology.orchestra.run.smithi107.stdout:Added host 'smithi160' with addr '172.21.15.160' 2024-09-21T18:55:30.943 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:30 smithi107 bash[20033]: cluster 2024-09-21T18:55:29.266492+0000 mgr.smithi107.uonppz (mgr.14164) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:30.943 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:30 smithi107 bash[20033]: cluster 2024-09-21T18:55:29.266492+0000 mgr.smithi107.uonppz (mgr.14164) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:30.943 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:30 smithi107 bash[20033]: audit 2024-09-21T18:55:30.299420+0000 mon.smithi107 (mon.0) 143 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:30.944 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:30 smithi107 bash[20033]: audit 2024-09-21T18:55:30.299420+0000 mon.smithi107 (mon.0) 143 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:31.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:31 smithi107 bash[20033]: cephadm 2024-09-21T18:55:30.300368+0000 mgr.smithi107.uonppz (mgr.14164) 37 : cephadm [INF] Added host smithi160 2024-09-21T18:55:31.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:31 smithi107 bash[20033]: cephadm 2024-09-21T18:55:30.300368+0000 mgr.smithi107.uonppz (mgr.14164) 37 : cephadm [INF] Added host smithi160 2024-09-21T18:55:32.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:32 smithi107 bash[20033]: cluster 2024-09-21T18:55:31.266904+0000 mgr.smithi107.uonppz (mgr.14164) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:32.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:32 smithi107 bash[20033]: cluster 2024-09-21T18:55:31.266904+0000 mgr.smithi107.uonppz (mgr.14164) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:33.513 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph orch host ls --format=json 2024-09-21T18:55:34.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:34 smithi107 bash[20033]: cluster 2024-09-21T18:55:33.267377+0000 mgr.smithi107.uonppz (mgr.14164) 39 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:34.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:34 smithi107 bash[20033]: cluster 2024-09-21T18:55:33.267377+0000 mgr.smithi107.uonppz (mgr.14164) 39 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:36.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:36 smithi107 bash[20033]: cluster 2024-09-21T18:55:35.267781+0000 mgr.smithi107.uonppz (mgr.14164) 40 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:36.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:36 smithi107 bash[20033]: cluster 2024-09-21T18:55:35.267781+0000 mgr.smithi107.uonppz (mgr.14164) 40 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:38.300 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T18:55:38.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:38 smithi107 bash[20033]: cluster 2024-09-21T18:55:37.268275+0000 mgr.smithi107.uonppz (mgr.14164) 41 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:38.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:38 smithi107 bash[20033]: cluster 2024-09-21T18:55:37.268275+0000 mgr.smithi107.uonppz (mgr.14164) 41 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:40.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:40 smithi107 bash[20033]: cluster 2024-09-21T18:55:39.268747+0000 mgr.smithi107.uonppz (mgr.14164) 42 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:40.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:40 smithi107 bash[20033]: cluster 2024-09-21T18:55:39.268747+0000 mgr.smithi107.uonppz (mgr.14164) 42 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:42.060 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T18:55:42.061 INFO:teuthology.orchestra.run.smithi107.stdout:[{"addr": "172.21.15.107", "hostname": "smithi107", "labels": [], "status": ""}, {"addr": "172.21.15.160", "hostname": "smithi160", "labels": [], "status": ""}] 2024-09-21T18:55:42.860 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:42 smithi107 bash[20033]: cluster 2024-09-21T18:55:41.269152+0000 mgr.smithi107.uonppz (mgr.14164) 43 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:42.861 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:42 smithi107 bash[20033]: cluster 2024-09-21T18:55:41.269152+0000 mgr.smithi107.uonppz (mgr.14164) 43 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:42.861 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:42 smithi107 bash[20033]: audit 2024-09-21T18:55:42.058797+0000 mgr.smithi107.uonppz (mgr.14164) 44 : audit [DBG] from='client.14195 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T18:55:42.861 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:42 smithi107 bash[20033]: audit 2024-09-21T18:55:42.058797+0000 mgr.smithi107.uonppz (mgr.14164) 44 : audit [DBG] from='client.14195 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T18:55:43.166 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-21T18:55:43.167 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph osd crush tunables default 2024-09-21T18:55:44.861 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:44 smithi107 bash[20033]: cluster 2024-09-21T18:55:43.269596+0000 mgr.smithi107.uonppz (mgr.14164) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:44.861 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:44 smithi107 bash[20033]: cluster 2024-09-21T18:55:43.269596+0000 mgr.smithi107.uonppz (mgr.14164) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:44.861 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:44 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:55:45.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:44 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:55:46.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:46 smithi107 bash[20033]: audit 2024-09-21T18:55:45.126467+0000 mon.smithi107 (mon.0) 144 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:46.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:46 smithi107 bash[20033]: audit 2024-09-21T18:55:45.126467+0000 mon.smithi107 (mon.0) 144 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:46.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:46 smithi107 bash[20033]: audit 2024-09-21T18:55:45.128980+0000 mon.smithi107 (mon.0) 145 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:46.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:46 smithi107 bash[20033]: audit 2024-09-21T18:55:45.128980+0000 mon.smithi107 (mon.0) 145 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:46.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:46 smithi107 bash[20033]: audit 2024-09-21T18:55:45.131404+0000 mon.smithi107 (mon.0) 146 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:46.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:46 smithi107 bash[20033]: audit 2024-09-21T18:55:45.131404+0000 mon.smithi107 (mon.0) 146 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:46.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:46 smithi107 bash[20033]: audit 2024-09-21T18:55:45.133679+0000 mon.smithi107 (mon.0) 147 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:46.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:46 smithi107 bash[20033]: audit 2024-09-21T18:55:45.133679+0000 mon.smithi107 (mon.0) 147 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:46.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:46 smithi107 bash[20033]: audit 2024-09-21T18:55:45.136234+0000 mon.smithi107 (mon.0) 148 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:46.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:46 smithi107 bash[20033]: audit 2024-09-21T18:55:45.136234+0000 mon.smithi107 (mon.0) 148 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:46.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:46 smithi107 bash[20033]: audit 2024-09-21T18:55:45.138808+0000 mon.smithi107 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:46.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:46 smithi107 bash[20033]: audit 2024-09-21T18:55:45.138808+0000 mon.smithi107 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:46.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:46 smithi107 bash[20033]: audit 2024-09-21T18:55:45.141367+0000 mon.smithi107 (mon.0) 150 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:46.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:46 smithi107 bash[20033]: audit 2024-09-21T18:55:45.141367+0000 mon.smithi107 (mon.0) 150 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:46.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:46 smithi107 bash[20033]: audit 2024-09-21T18:55:45.143189+0000 mon.smithi107 (mon.0) 151 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:46.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:46 smithi107 bash[20033]: audit 2024-09-21T18:55:45.143189+0000 mon.smithi107 (mon.0) 151 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:47.251 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:47 smithi107 bash[20033]: cluster 2024-09-21T18:55:45.270025+0000 mgr.smithi107.uonppz (mgr.14164) 46 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:47.251 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:47 smithi107 bash[20033]: cluster 2024-09-21T18:55:45.270025+0000 mgr.smithi107.uonppz (mgr.14164) 46 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:47.251 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:47 smithi107 bash[20033]: cephadm 2024-09-21T18:55:45.388901+0000 mgr.smithi107.uonppz (mgr.14164) 47 : cephadm [INF] Deploying daemon prometheus.smithi107 on smithi107 2024-09-21T18:55:47.251 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:47 smithi107 bash[20033]: cephadm 2024-09-21T18:55:45.388901+0000 mgr.smithi107.uonppz (mgr.14164) 47 : cephadm [INF] Deploying daemon prometheus.smithi107 on smithi107 2024-09-21T18:55:47.251 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:47 smithi107 bash[20033]: audit 2024-09-21T18:55:46.568220+0000 mon.smithi107 (mon.0) 152 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:47.251 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:47 smithi107 bash[20033]: audit 2024-09-21T18:55:46.568220+0000 mon.smithi107 (mon.0) 152 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:47.930 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T18:55:49.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:49 smithi107 bash[20033]: cluster 2024-09-21T18:55:47.270473+0000 mgr.smithi107.uonppz (mgr.14164) 48 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:49.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:49 smithi107 bash[20033]: cluster 2024-09-21T18:55:47.270473+0000 mgr.smithi107.uonppz (mgr.14164) 48 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:51.163 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:51 smithi107 bash[20033]: cluster 2024-09-21T18:55:49.270887+0000 mgr.smithi107.uonppz (mgr.14164) 49 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:51.163 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:51 smithi107 bash[20033]: cluster 2024-09-21T18:55:49.270887+0000 mgr.smithi107.uonppz (mgr.14164) 49 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:52.153 INFO:teuthology.orchestra.run.smithi107.stderr:adjusted tunables profile to default 2024-09-21T18:55:52.320 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:52 smithi107 bash[20033]: audit 2024-09-21T18:55:52.116902+0000 mon.smithi107 (mon.0) 153 : audit [INF] from='client.? 172.21.15.107:0/1799704647' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-21T18:55:52.320 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:52 smithi107 bash[20033]: audit 2024-09-21T18:55:52.116902+0000 mon.smithi107 (mon.0) 153 : audit [INF] from='client.? 172.21.15.107:0/1799704647' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-21T18:55:53.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:53 smithi107 bash[20033]: cluster 2024-09-21T18:55:51.271239+0000 mgr.smithi107.uonppz (mgr.14164) 50 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:53.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:53 smithi107 bash[20033]: cluster 2024-09-21T18:55:51.271239+0000 mgr.smithi107.uonppz (mgr.14164) 50 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:53.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:53 smithi107 bash[20033]: audit 2024-09-21T18:55:52.152776+0000 mon.smithi107 (mon.0) 154 : audit [INF] from='client.? 172.21.15.107:0/1799704647' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-21T18:55:53.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:53 smithi107 bash[20033]: audit 2024-09-21T18:55:52.152776+0000 mon.smithi107 (mon.0) 154 : audit [INF] from='client.? 172.21.15.107:0/1799704647' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-21T18:55:53.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:53 smithi107 bash[20033]: cluster 2024-09-21T18:55:52.156662+0000 mon.smithi107 (mon.0) 155 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T18:55:53.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:53 smithi107 bash[20033]: cluster 2024-09-21T18:55:52.156662+0000 mon.smithi107 (mon.0) 155 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T18:55:54.446 INFO:tasks.cephadm:Adding mon.smithi107 on smithi107 2024-09-21T18:55:54.446 INFO:tasks.cephadm:Adding mon.smithi160 on smithi160 2024-09-21T18:55:54.446 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph orch apply mon '2;smithi107:172.21.15.107=smithi107;smithi160:172.21.15.160=smithi160' 2024-09-21T18:55:55.373 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:55 smithi107 bash[20033]: cluster 2024-09-21T18:55:53.271662+0000 mgr.smithi107.uonppz (mgr.14164) 51 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:55.374 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:55 smithi107 bash[20033]: cluster 2024-09-21T18:55:53.271662+0000 mgr.smithi107.uonppz (mgr.14164) 51 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:55.673 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T18:55:56.716 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T18:55:57.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:57 smithi107 bash[20033]: cluster 2024-09-21T18:55:55.272114+0000 mgr.smithi107.uonppz (mgr.14164) 52 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:57.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:57 smithi107 bash[20033]: cluster 2024-09-21T18:55:55.272114+0000 mgr.smithi107.uonppz (mgr.14164) 52 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:58.109 INFO:teuthology.orchestra.run.smithi160.stdout:Scheduled mon update... 2024-09-21T18:55:58.721 DEBUG:teuthology.orchestra.run.smithi160:mon.smithi160> sudo journalctl -f -n 0 -u ceph-96af9b06-784a-11ef-baf6-efdc52797490@mon.smithi160.service 2024-09-21T18:55:58.723 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T18:55:58.723 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T18:55:59.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:59 smithi107 bash[20033]: cluster 2024-09-21T18:55:57.272514+0000 mgr.smithi107.uonppz (mgr.14164) 53 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:59.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:59 smithi107 bash[20033]: cluster 2024-09-21T18:55:57.272514+0000 mgr.smithi107.uonppz (mgr.14164) 53 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:55:59.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:59 smithi107 bash[20033]: audit 2024-09-21T18:55:58.096800+0000 mgr.smithi107.uonppz (mgr.14164) 54 : audit [DBG] from='client.14199 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi107:172.21.15.107=smithi107;smithi160:172.21.15.160=smithi160", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:55:59.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:59 smithi107 bash[20033]: audit 2024-09-21T18:55:58.096800+0000 mgr.smithi107.uonppz (mgr.14164) 54 : audit [DBG] from='client.14199 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi107:172.21.15.107=smithi107;smithi160:172.21.15.160=smithi160", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:55:59.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:59 smithi107 bash[20033]: cephadm 2024-09-21T18:55:58.101695+0000 mgr.smithi107.uonppz (mgr.14164) 55 : cephadm [INF] Saving service mon spec with placement smithi107:172.21.15.107=smithi107;smithi160:172.21.15.160=smithi160;count:2 2024-09-21T18:55:59.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:59 smithi107 bash[20033]: cephadm 2024-09-21T18:55:58.101695+0000 mgr.smithi107.uonppz (mgr.14164) 55 : cephadm [INF] Saving service mon spec with placement smithi107:172.21.15.107=smithi107;smithi160:172.21.15.160=smithi160;count:2 2024-09-21T18:55:59.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:59 smithi107 bash[20033]: audit 2024-09-21T18:55:58.107136+0000 mon.smithi107 (mon.0) 156 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:59.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:55:59 smithi107 bash[20033]: audit 2024-09-21T18:55:58.107136+0000 mon.smithi107 (mon.0) 156 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:55:59.991 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T18:56:01.037 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T18:56:01.379 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:01 smithi107 bash[20033]: cluster 2024-09-21T18:55:59.272854+0000 mgr.smithi107.uonppz (mgr.14164) 56 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:01.380 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:01 smithi107 bash[20033]: cluster 2024-09-21T18:55:59.272854+0000 mgr.smithi107.uonppz (mgr.14164) 56 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:02.421 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-09-21T18:56:02.421 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-21T18:56:02.421 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"96af9b06-784a-11ef-baf6-efdc52797490","modified":"2024-09-21T18:53:15.658756Z","created":"2024-09-21T18:53:15.658756Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi107","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:3300","nonce":0},{"type":"v1","addr":"172.21.15.107:6789","nonce":0}]},"addr":"172.21.15.107:6789/0","public_addr":"172.21.15.107:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T18:56:03.270 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:03 smithi107 bash[20033]: cluster 2024-09-21T18:56:01.273253+0000 mgr.smithi107.uonppz (mgr.14164) 57 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:03.271 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:03 smithi107 bash[20033]: cluster 2024-09-21T18:56:01.273253+0000 mgr.smithi107.uonppz (mgr.14164) 57 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:03.271 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:03 smithi107 bash[20033]: audit 2024-09-21T18:56:02.419653+0000 mon.smithi107 (mon.0) 157 : audit [DBG] from='client.? 172.21.15.160:0/1226857209' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:56:03.271 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:03 smithi107 bash[20033]: audit 2024-09-21T18:56:02.419653+0000 mon.smithi107 (mon.0) 157 : audit [DBG] from='client.? 172.21.15.160:0/1226857209' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:56:03.801 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:03 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:56:03.986 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T18:56:03.986 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T18:56:04.070 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:03 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:56:05.208 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T18:56:05.302 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:04 smithi107 bash[20033]: cluster 2024-09-21T18:56:03.273627+0000 mgr.smithi107.uonppz (mgr.14164) 58 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:05.302 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:04 smithi107 bash[20033]: cluster 2024-09-21T18:56:03.273627+0000 mgr.smithi107.uonppz (mgr.14164) 58 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:05.302 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:04 smithi107 bash[20033]: audit 2024-09-21T18:56:03.983495+0000 mon.smithi107 (mon.0) 158 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:05.302 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:04 smithi107 bash[20033]: audit 2024-09-21T18:56:03.983495+0000 mon.smithi107 (mon.0) 158 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:05.302 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:04 smithi107 bash[20033]: audit 2024-09-21T18:56:03.986208+0000 mon.smithi107 (mon.0) 159 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:05.302 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:04 smithi107 bash[20033]: audit 2024-09-21T18:56:03.986208+0000 mon.smithi107 (mon.0) 159 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:05.302 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:04 smithi107 bash[20033]: audit 2024-09-21T18:56:03.988881+0000 mon.smithi107 (mon.0) 160 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:05.302 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:04 smithi107 bash[20033]: audit 2024-09-21T18:56:03.988881+0000 mon.smithi107 (mon.0) 160 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:05.302 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:04 smithi107 bash[20033]: audit 2024-09-21T18:56:03.991544+0000 mon.smithi107 (mon.0) 161 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-21T18:56:05.303 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:04 smithi107 bash[20033]: audit 2024-09-21T18:56:03.991544+0000 mon.smithi107 (mon.0) 161 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-21T18:56:06.100 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:05 smithi107 bash[20033]: audit 2024-09-21T18:56:04.990194+0000 mon.smithi107 (mon.0) 162 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-21T18:56:06.100 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:05 smithi107 bash[20033]: audit 2024-09-21T18:56:04.990194+0000 mon.smithi107 (mon.0) 162 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-21T18:56:06.100 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:05 smithi107 bash[20033]: cluster 2024-09-21T18:56:04.996717+0000 mon.smithi107 (mon.0) 163 : cluster [DBG] mgrmap e15: smithi107.uonppz(active, since 83s) 2024-09-21T18:56:06.100 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:05 smithi107 bash[20033]: cluster 2024-09-21T18:56:04.996717+0000 mon.smithi107 (mon.0) 163 : cluster [DBG] mgrmap e15: smithi107.uonppz(active, since 83s) 2024-09-21T18:56:06.255 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T18:56:07.704 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-21T18:56:07.704 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"96af9b06-784a-11ef-baf6-efdc52797490","modified":"2024-09-21T18:53:15.658756Z","created":"2024-09-21T18:53:15.658756Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi107","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:3300","nonce":0},{"type":"v1","addr":"172.21.15.107:6789","nonce":0}]},"addr":"172.21.15.107:6789/0","public_addr":"172.21.15.107:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T18:56:07.705 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-09-21T18:56:07.970 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:07 smithi107 bash[20033]: audit 2024-09-21T18:56:07.703195+0000 mon.smithi107 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.160:0/2386840102' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:56:07.971 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:07 smithi107 bash[20033]: audit 2024-09-21T18:56:07.703195+0000 mon.smithi107 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.160:0/2386840102' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:56:09.290 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T18:56:09.290 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T18:56:10.515 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T18:56:11.452 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:11 smithi107 bash[20033]: cluster 2024-09-21T18:56:11.251445+0000 mon.smithi107 (mon.0) 165 : cluster [INF] Active manager daemon smithi107.uonppz restarted 2024-09-21T18:56:11.452 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:11 smithi107 bash[20033]: cluster 2024-09-21T18:56:11.251445+0000 mon.smithi107 (mon.0) 165 : cluster [INF] Active manager daemon smithi107.uonppz restarted 2024-09-21T18:56:11.452 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:11 smithi107 bash[20033]: cluster 2024-09-21T18:56:11.251668+0000 mon.smithi107 (mon.0) 166 : cluster [INF] Activating manager daemon smithi107.uonppz 2024-09-21T18:56:11.452 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:11 smithi107 bash[20033]: cluster 2024-09-21T18:56:11.251668+0000 mon.smithi107 (mon.0) 166 : cluster [INF] Activating manager daemon smithi107.uonppz 2024-09-21T18:56:11.452 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:11 smithi107 bash[20033]: cluster 2024-09-21T18:56:11.255781+0000 mon.smithi107 (mon.0) 167 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-21T18:56:11.452 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:11 smithi107 bash[20033]: cluster 2024-09-21T18:56:11.255781+0000 mon.smithi107 (mon.0) 167 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-21T18:56:11.453 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:11 smithi107 bash[20033]: cluster 2024-09-21T18:56:11.255921+0000 mon.smithi107 (mon.0) 168 : cluster [DBG] mgrmap e16: smithi107.uonppz(active, starting, since 0.00435546s) 2024-09-21T18:56:11.453 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:11 smithi107 bash[20033]: cluster 2024-09-21T18:56:11.255921+0000 mon.smithi107 (mon.0) 168 : cluster [DBG] mgrmap e16: smithi107.uonppz(active, starting, since 0.00435546s) 2024-09-21T18:56:11.453 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:11 smithi107 bash[20033]: audit 2024-09-21T18:56:11.257880+0000 mon.smithi107 (mon.0) 169 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi107"} : dispatch 2024-09-21T18:56:11.453 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:11 smithi107 bash[20033]: audit 2024-09-21T18:56:11.257880+0000 mon.smithi107 (mon.0) 169 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi107"} : dispatch 2024-09-21T18:56:11.453 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:11 smithi107 bash[20033]: audit 2024-09-21T18:56:11.259596+0000 mon.smithi107 (mon.0) 170 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mgr metadata", "who": "smithi107.uonppz", "id": "smithi107.uonppz"} : dispatch 2024-09-21T18:56:11.453 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:11 smithi107 bash[20033]: audit 2024-09-21T18:56:11.259596+0000 mon.smithi107 (mon.0) 170 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mgr metadata", "who": "smithi107.uonppz", "id": "smithi107.uonppz"} : dispatch 2024-09-21T18:56:11.453 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:11 smithi107 bash[20033]: audit 2024-09-21T18:56:11.260896+0000 mon.smithi107 (mon.0) 171 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T18:56:11.453 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:11 smithi107 bash[20033]: audit 2024-09-21T18:56:11.260896+0000 mon.smithi107 (mon.0) 171 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T18:56:11.453 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:11 smithi107 bash[20033]: audit 2024-09-21T18:56:11.261070+0000 mon.smithi107 (mon.0) 172 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T18:56:11.453 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:11 smithi107 bash[20033]: audit 2024-09-21T18:56:11.261070+0000 mon.smithi107 (mon.0) 172 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T18:56:11.453 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:11 smithi107 bash[20033]: audit 2024-09-21T18:56:11.261204+0000 mon.smithi107 (mon.0) 173 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T18:56:11.453 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:11 smithi107 bash[20033]: audit 2024-09-21T18:56:11.261204+0000 mon.smithi107 (mon.0) 173 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T18:56:11.453 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:11 smithi107 bash[20033]: cluster 2024-09-21T18:56:11.284833+0000 mon.smithi107 (mon.0) 174 : cluster [INF] Manager daemon smithi107.uonppz is now available 2024-09-21T18:56:11.453 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:11 smithi107 bash[20033]: cluster 2024-09-21T18:56:11.284833+0000 mon.smithi107 (mon.0) 174 : cluster [INF] Manager daemon smithi107.uonppz is now available 2024-09-21T18:56:11.561 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T18:56:12.543 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:12 smithi107 bash[20033]: audit 2024-09-21T18:56:11.546260+0000 mon.smithi107 (mon.0) 175 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:56:12.543 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:12 smithi107 bash[20033]: audit 2024-09-21T18:56:11.546260+0000 mon.smithi107 (mon.0) 175 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:56:12.543 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:12 smithi107 bash[20033]: audit 2024-09-21T18:56:11.561433+0000 mon.smithi107 (mon.0) 176 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:12.543 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:12 smithi107 bash[20033]: audit 2024-09-21T18:56:11.561433+0000 mon.smithi107 (mon.0) 176 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:12.543 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:12 smithi107 bash[20033]: audit 2024-09-21T18:56:11.564758+0000 mon.smithi107 (mon.0) 177 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:56:12.544 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:12 smithi107 bash[20033]: audit 2024-09-21T18:56:11.564758+0000 mon.smithi107 (mon.0) 177 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:56:12.544 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:12 smithi107 bash[20033]: audit 2024-09-21T18:56:11.565008+0000 mon.smithi107 (mon.0) 178 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T18:56:12.544 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:12 smithi107 bash[20033]: audit 2024-09-21T18:56:11.565008+0000 mon.smithi107 (mon.0) 178 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T18:56:12.544 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:12 smithi107 bash[20033]: audit 2024-09-21T18:56:11.573544+0000 mon.smithi107 (mon.0) 179 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi107.uonppz/mirror_snapshot_schedule"} : dispatch 2024-09-21T18:56:12.544 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:12 smithi107 bash[20033]: audit 2024-09-21T18:56:11.573544+0000 mon.smithi107 (mon.0) 179 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi107.uonppz/mirror_snapshot_schedule"} : dispatch 2024-09-21T18:56:12.544 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:12 smithi107 bash[20033]: audit 2024-09-21T18:56:11.576660+0000 mon.smithi107 (mon.0) 180 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi107.uonppz/trash_purge_schedule"} : dispatch 2024-09-21T18:56:12.544 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:12 smithi107 bash[20033]: audit 2024-09-21T18:56:11.576660+0000 mon.smithi107 (mon.0) 180 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi107.uonppz/trash_purge_schedule"} : dispatch 2024-09-21T18:56:12.544 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:12 smithi107 bash[20033]: cluster 2024-09-21T18:56:12.265226+0000 mon.smithi107 (mon.0) 181 : cluster [DBG] mgrmap e17: smithi107.uonppz(active, since 1.01365s) 2024-09-21T18:56:12.544 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:12 smithi107 bash[20033]: cluster 2024-09-21T18:56:12.265226+0000 mon.smithi107 (mon.0) 181 : cluster [DBG] mgrmap e17: smithi107.uonppz(active, since 1.01365s) 2024-09-21T18:56:12.987 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-21T18:56:12.987 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"96af9b06-784a-11ef-baf6-efdc52797490","modified":"2024-09-21T18:53:15.658756Z","created":"2024-09-21T18:53:15.658756Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi107","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:3300","nonce":0},{"type":"v1","addr":"172.21.15.107:6789","nonce":0}]},"addr":"172.21.15.107:6789/0","public_addr":"172.21.15.107:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T18:56:12.987 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-09-21T18:56:13.587 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: audit 2024-09-21T18:56:12.348251+0000 mon.smithi107 (mon.0) 182 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:13.587 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: audit 2024-09-21T18:56:12.348251+0000 mon.smithi107 (mon.0) 182 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:13.588 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: cephadm 2024-09-21T18:56:12.524222+0000 mgr.smithi107.uonppz (mgr.14203) 2 : cephadm [INF] [21/Sep/2024:18:56:12] ENGINE Bus STARTING 2024-09-21T18:56:13.588 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: cephadm 2024-09-21T18:56:12.524222+0000 mgr.smithi107.uonppz (mgr.14203) 2 : cephadm [INF] [21/Sep/2024:18:56:12] ENGINE Bus STARTING 2024-09-21T18:56:13.588 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: cephadm 2024-09-21T18:56:12.626087+0000 mgr.smithi107.uonppz (mgr.14203) 3 : cephadm [INF] [21/Sep/2024:18:56:12] ENGINE Serving on http://172.21.15.107:8765 2024-09-21T18:56:13.588 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: cephadm 2024-09-21T18:56:12.626087+0000 mgr.smithi107.uonppz (mgr.14203) 3 : cephadm [INF] [21/Sep/2024:18:56:12] ENGINE Serving on http://172.21.15.107:8765 2024-09-21T18:56:13.588 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: cephadm 2024-09-21T18:56:12.747264+0000 mgr.smithi107.uonppz (mgr.14203) 4 : cephadm [INF] [21/Sep/2024:18:56:12] ENGINE Serving on https://172.21.15.107:7150 2024-09-21T18:56:13.588 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: cephadm 2024-09-21T18:56:12.747264+0000 mgr.smithi107.uonppz (mgr.14203) 4 : cephadm [INF] [21/Sep/2024:18:56:12] ENGINE Serving on https://172.21.15.107:7150 2024-09-21T18:56:13.588 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: cephadm 2024-09-21T18:56:12.747457+0000 mgr.smithi107.uonppz (mgr.14203) 5 : cephadm [INF] [21/Sep/2024:18:56:12] ENGINE Bus STARTED 2024-09-21T18:56:13.588 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: cephadm 2024-09-21T18:56:12.747457+0000 mgr.smithi107.uonppz (mgr.14203) 5 : cephadm [INF] [21/Sep/2024:18:56:12] ENGINE Bus STARTED 2024-09-21T18:56:13.588 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: cephadm 2024-09-21T18:56:12.749896+0000 mgr.smithi107.uonppz (mgr.14203) 6 : cephadm [ERR] [21/Sep/2024:18:56:12] ENGINE Error in HTTPServer.serve 2024-09-21T18:56:13.588 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: Traceback (most recent call last): 2024-09-21T18:56:13.588 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T18:56:13.588 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: self._connections.run(self.expiration_interval) 2024-09-21T18:56:13.588 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T18:56:13.588 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: self._run(expiration_interval) 2024-09-21T18:56:13.589 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T18:56:13.589 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T18:56:13.589 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T18:56:13.589 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T18:56:13.589 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T18:56:13.589 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: s = self.context.wrap_socket( 2024-09-21T18:56:13.589 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T18:56:13.589 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: return self.sslsocket_class._create( 2024-09-21T18:56:13.589 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T18:56:13.589 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: self.do_handshake() 2024-09-21T18:56:13.589 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T18:56:13.589 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: self._sslobj.do_handshake() 2024-09-21T18:56:13.589 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T18:56:13.589 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: cephadm 2024-09-21T18:56:12.749896+0000 mgr.smithi107.uonppz (mgr.14203) 6 : cephadm [ERR] [21/Sep/2024:18:56:12] ENGINE Error in HTTPServer.serve 2024-09-21T18:56:13.589 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: Traceback (most recent call last): 2024-09-21T18:56:13.590 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T18:56:13.590 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: self._connections.run(self.expiration_interval) 2024-09-21T18:56:13.590 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T18:56:13.590 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: self._run(expiration_interval) 2024-09-21T18:56:13.590 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T18:56:13.590 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T18:56:13.590 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T18:56:13.590 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T18:56:13.590 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T18:56:13.590 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: s = self.context.wrap_socket( 2024-09-21T18:56:13.590 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T18:56:13.590 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: return self.sslsocket_class._create( 2024-09-21T18:56:13.590 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T18:56:13.591 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: self.do_handshake() 2024-09-21T18:56:13.591 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T18:56:13.591 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: self._sslobj.do_handshake() 2024-09-21T18:56:13.591 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T18:56:13.591 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: audit 2024-09-21T18:56:12.986028+0000 mon.smithi107 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.160:0/1016351815' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:56:13.591 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:13 smithi107 bash[20033]: audit 2024-09-21T18:56:12.986028+0000 mon.smithi107 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.160:0/1016351815' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:56:14.551 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T18:56:14.551 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T18:56:14.612 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:14 smithi107 bash[20033]: cluster 2024-09-21T18:56:13.362311+0000 mon.smithi107 (mon.0) 184 : cluster [DBG] mgrmap e18: smithi107.uonppz(active, since 2s) 2024-09-21T18:56:14.612 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:14 smithi107 bash[20033]: cluster 2024-09-21T18:56:13.362311+0000 mon.smithi107 (mon.0) 184 : cluster [DBG] mgrmap e18: smithi107.uonppz(active, since 2s) 2024-09-21T18:56:15.769 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:15 smithi107 bash[20033]: audit 2024-09-21T18:56:14.521101+0000 mon.smithi107 (mon.0) 185 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:15.769 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:15 smithi107 bash[20033]: audit 2024-09-21T18:56:14.521101+0000 mon.smithi107 (mon.0) 185 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:15.773 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T18:56:16.811 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:16 smithi107 bash[20033]: audit 2024-09-21T18:56:15.685270+0000 mon.smithi107 (mon.0) 186 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:16.811 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:16 smithi107 bash[20033]: audit 2024-09-21T18:56:15.685270+0000 mon.smithi107 (mon.0) 186 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:16.813 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T18:56:18.722 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-21T18:56:18.722 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"96af9b06-784a-11ef-baf6-efdc52797490","modified":"2024-09-21T18:53:15.658756Z","created":"2024-09-21T18:53:15.658756Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi107","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:3300","nonce":0},{"type":"v1","addr":"172.21.15.107:6789","nonce":0}]},"addr":"172.21.15.107:6789/0","public_addr":"172.21.15.107:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T18:56:18.722 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-09-21T18:56:19.141 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:18 smithi107 bash[20033]: audit 2024-09-21T18:56:17.740918+0000 mon.smithi107 (mon.0) 187 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:19.142 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:18 smithi107 bash[20033]: audit 2024-09-21T18:56:17.740918+0000 mon.smithi107 (mon.0) 187 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:19.142 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:18 smithi107 bash[20033]: audit 2024-09-21T18:56:17.744108+0000 mon.smithi107 (mon.0) 188 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:19.142 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:18 smithi107 bash[20033]: audit 2024-09-21T18:56:17.744108+0000 mon.smithi107 (mon.0) 188 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:19.142 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:18 smithi107 bash[20033]: audit 2024-09-21T18:56:18.721163+0000 mon.smithi107 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.160:0/3683931531' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:56:19.142 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:18 smithi107 bash[20033]: audit 2024-09-21T18:56:18.721163+0000 mon.smithi107 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.160:0/3683931531' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:56:20.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:19 smithi107 bash[20033]: audit 2024-09-21T18:56:18.835739+0000 mon.smithi107 (mon.0) 190 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:20.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:19 smithi107 bash[20033]: audit 2024-09-21T18:56:18.835739+0000 mon.smithi107 (mon.0) 190 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:20.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:19 smithi107 bash[20033]: audit 2024-09-21T18:56:18.839447+0000 mon.smithi107 (mon.0) 191 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:20.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:19 smithi107 bash[20033]: audit 2024-09-21T18:56:18.839447+0000 mon.smithi107 (mon.0) 191 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:20.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:19 smithi107 bash[20033]: audit 2024-09-21T18:56:18.841496+0000 mon.smithi107 (mon.0) 192 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"} : dispatch 2024-09-21T18:56:20.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:19 smithi107 bash[20033]: audit 2024-09-21T18:56:18.841496+0000 mon.smithi107 (mon.0) 192 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"} : dispatch 2024-09-21T18:56:20.523 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T18:56:20.524 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T18:56:22.836 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:56:23.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: audit 2024-09-21T18:56:22.385189+0000 mon.smithi107 (mon.0) 193 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:23.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: audit 2024-09-21T18:56:22.385189+0000 mon.smithi107 (mon.0) 193 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:23.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: audit 2024-09-21T18:56:22.390695+0000 mon.smithi107 (mon.0) 194 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:23.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: audit 2024-09-21T18:56:22.390695+0000 mon.smithi107 (mon.0) 194 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:23.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: audit 2024-09-21T18:56:22.397517+0000 mon.smithi107 (mon.0) 195 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:23.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: audit 2024-09-21T18:56:22.397517+0000 mon.smithi107 (mon.0) 195 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:23.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: audit 2024-09-21T18:56:22.405285+0000 mon.smithi107 (mon.0) 196 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:23.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: audit 2024-09-21T18:56:22.405285+0000 mon.smithi107 (mon.0) 196 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:23.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: audit 2024-09-21T18:56:22.406895+0000 mon.smithi107 (mon.0) 197 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"} : dispatch 2024-09-21T18:56:23.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: audit 2024-09-21T18:56:22.406895+0000 mon.smithi107 (mon.0) 197 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"} : dispatch 2024-09-21T18:56:23.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: audit 2024-09-21T18:56:22.409159+0000 mon.smithi107 (mon.0) 198 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:23.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: audit 2024-09-21T18:56:22.409159+0000 mon.smithi107 (mon.0) 198 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:23.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: audit 2024-09-21T18:56:22.411034+0000 mon.smithi107 (mon.0) 199 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:56:23.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: audit 2024-09-21T18:56:22.411034+0000 mon.smithi107 (mon.0) 199 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:56:23.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: cephadm 2024-09-21T18:56:22.413686+0000 mgr.smithi107.uonppz (mgr.14203) 7 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-09-21T18:56:23.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: cephadm 2024-09-21T18:56:22.413686+0000 mgr.smithi107.uonppz (mgr.14203) 7 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-09-21T18:56:23.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: cephadm 2024-09-21T18:56:22.414227+0000 mgr.smithi107.uonppz (mgr.14203) 8 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-09-21T18:56:23.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: cephadm 2024-09-21T18:56:22.414227+0000 mgr.smithi107.uonppz (mgr.14203) 8 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-09-21T18:56:23.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: cephadm 2024-09-21T18:56:22.551376+0000 mgr.smithi107.uonppz (mgr.14203) 9 : cephadm [INF] Updating smithi107:/var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:56:23.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: cephadm 2024-09-21T18:56:22.551376+0000 mgr.smithi107.uonppz (mgr.14203) 9 : cephadm [INF] Updating smithi107:/var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:56:23.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: cephadm 2024-09-21T18:56:22.551714+0000 mgr.smithi107.uonppz (mgr.14203) 10 : cephadm [INF] Updating smithi160:/var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:56:23.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: cephadm 2024-09-21T18:56:22.551714+0000 mgr.smithi107.uonppz (mgr.14203) 10 : cephadm [INF] Updating smithi160:/var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:56:23.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: cephadm 2024-09-21T18:56:22.646082+0000 mgr.smithi107.uonppz (mgr.14203) 11 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:56:23.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: cephadm 2024-09-21T18:56:22.646082+0000 mgr.smithi107.uonppz (mgr.14203) 11 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:56:23.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: cephadm 2024-09-21T18:56:22.646396+0000 mgr.smithi107.uonppz (mgr.14203) 12 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:56:23.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: cephadm 2024-09-21T18:56:22.646396+0000 mgr.smithi107.uonppz (mgr.14203) 12 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:56:23.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: cephadm 2024-09-21T18:56:22.730644+0000 mgr.smithi107.uonppz (mgr.14203) 13 : cephadm [INF] Updating smithi107:/var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T18:56:23.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: cephadm 2024-09-21T18:56:22.730644+0000 mgr.smithi107.uonppz (mgr.14203) 13 : cephadm [INF] Updating smithi107:/var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T18:56:23.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: cephadm 2024-09-21T18:56:22.730826+0000 mgr.smithi107.uonppz (mgr.14203) 14 : cephadm [INF] Updating smithi160:/var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T18:56:23.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: cephadm 2024-09-21T18:56:22.730826+0000 mgr.smithi107.uonppz (mgr.14203) 14 : cephadm [INF] Updating smithi160:/var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T18:56:23.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: audit 2024-09-21T18:56:22.823448+0000 mon.smithi107 (mon.0) 200 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:23.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: audit 2024-09-21T18:56:22.823448+0000 mon.smithi107 (mon.0) 200 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:23.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: audit 2024-09-21T18:56:22.828369+0000 mon.smithi107 (mon.0) 201 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:23.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: audit 2024-09-21T18:56:22.828369+0000 mon.smithi107 (mon.0) 201 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:23.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: audit 2024-09-21T18:56:22.834062+0000 mon.smithi107 (mon.0) 202 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:23.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: audit 2024-09-21T18:56:22.834062+0000 mon.smithi107 (mon.0) 202 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:23.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: audit 2024-09-21T18:56:22.839674+0000 mon.smithi107 (mon.0) 203 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:23.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: audit 2024-09-21T18:56:22.839674+0000 mon.smithi107 (mon.0) 203 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:23.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: audit 2024-09-21T18:56:22.847951+0000 mon.smithi107 (mon.0) 204 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:23.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: audit 2024-09-21T18:56:22.847951+0000 mon.smithi107 (mon.0) 204 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:23.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: audit 2024-09-21T18:56:22.850674+0000 mon.smithi107 (mon.0) 205 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi160", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-21T18:56:23.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: audit 2024-09-21T18:56:22.850674+0000 mon.smithi107 (mon.0) 205 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi160", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-21T18:56:23.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: audit 2024-09-21T18:56:22.854086+0000 mon.smithi107 (mon.0) 206 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi160", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-21T18:56:23.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: audit 2024-09-21T18:56:22.854086+0000 mon.smithi107 (mon.0) 206 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi160", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-21T18:56:23.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: audit 2024-09-21T18:56:22.857935+0000 mon.smithi107 (mon.0) 207 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:23.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: audit 2024-09-21T18:56:22.857935+0000 mon.smithi107 (mon.0) 207 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:23.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: cephadm 2024-09-21T18:56:22.859238+0000 mgr.smithi107.uonppz (mgr.14203) 15 : cephadm [INF] Deploying daemon ceph-exporter.smithi160 on smithi160 2024-09-21T18:56:23.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:23 smithi107 bash[20033]: cephadm 2024-09-21T18:56:22.859238+0000 mgr.smithi107.uonppz (mgr.14203) 15 : cephadm [INF] Deploying daemon ceph-exporter.smithi160 on smithi160 2024-09-21T18:56:24.650 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-09-21T18:56:24.650 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-21T18:56:24.650 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"96af9b06-784a-11ef-baf6-efdc52797490","modified":"2024-09-21T18:53:15.658756Z","created":"2024-09-21T18:53:15.658756Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi107","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:3300","nonce":0},{"type":"v1","addr":"172.21.15.107:6789","nonce":0}]},"addr":"172.21.15.107:6789/0","public_addr":"172.21.15.107:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T18:56:25.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:24 smithi107 bash[20033]: audit 2024-09-21T18:56:24.649322+0000 mon.smithi107 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.160:0/313069278' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:56:25.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:24 smithi107 bash[20033]: audit 2024-09-21T18:56:24.649322+0000 mon.smithi107 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.160:0/313069278' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:56:26.459 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T18:56:26.461 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T18:56:26.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:26 smithi107 bash[20033]: audit 2024-09-21T18:56:26.565762+0000 mon.smithi107 (mon.0) 209 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:56:26.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:26 smithi107 bash[20033]: audit 2024-09-21T18:56:26.565762+0000 mon.smithi107 (mon.0) 209 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:56:27.675 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:56:27.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:27 smithi107 bash[20033]: audit 2024-09-21T18:56:26.643340+0000 mon.smithi107 (mon.0) 210 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:27.953 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:27 smithi107 bash[20033]: audit 2024-09-21T18:56:26.643340+0000 mon.smithi107 (mon.0) 210 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:27.954 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:27 smithi107 bash[20033]: audit 2024-09-21T18:56:26.649863+0000 mon.smithi107 (mon.0) 211 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:27.954 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:27 smithi107 bash[20033]: audit 2024-09-21T18:56:26.649863+0000 mon.smithi107 (mon.0) 211 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:27.954 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:27 smithi107 bash[20033]: audit 2024-09-21T18:56:26.656720+0000 mon.smithi107 (mon.0) 212 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:27.954 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:27 smithi107 bash[20033]: audit 2024-09-21T18:56:26.656720+0000 mon.smithi107 (mon.0) 212 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:27.954 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:27 smithi107 bash[20033]: audit 2024-09-21T18:56:26.662861+0000 mon.smithi107 (mon.0) 213 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:27.954 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:27 smithi107 bash[20033]: audit 2024-09-21T18:56:26.662861+0000 mon.smithi107 (mon.0) 213 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:27.954 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:27 smithi107 bash[20033]: audit 2024-09-21T18:56:26.665702+0000 mon.smithi107 (mon.0) 214 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-21T18:56:27.954 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:27 smithi107 bash[20033]: audit 2024-09-21T18:56:26.665702+0000 mon.smithi107 (mon.0) 214 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-21T18:56:27.954 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:27 smithi107 bash[20033]: audit 2024-09-21T18:56:26.668070+0000 mon.smithi107 (mon.0) 215 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-21T18:56:27.954 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:27 smithi107 bash[20033]: audit 2024-09-21T18:56:26.668070+0000 mon.smithi107 (mon.0) 215 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-21T18:56:27.954 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:27 smithi107 bash[20033]: audit 2024-09-21T18:56:26.672513+0000 mon.smithi107 (mon.0) 216 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:27.955 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:27 smithi107 bash[20033]: audit 2024-09-21T18:56:26.672513+0000 mon.smithi107 (mon.0) 216 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:27.955 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:27 smithi107 bash[20033]: cephadm 2024-09-21T18:56:26.674567+0000 mgr.smithi107.uonppz (mgr.14203) 16 : cephadm [INF] Deploying daemon crash.smithi160 on smithi160 2024-09-21T18:56:27.955 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:27 smithi107 bash[20033]: cephadm 2024-09-21T18:56:26.674567+0000 mgr.smithi107.uonppz (mgr.14203) 16 : cephadm [INF] Deploying daemon crash.smithi160 on smithi160 2024-09-21T18:56:29.694 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-09-21T18:56:29.694 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-21T18:56:29.694 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"96af9b06-784a-11ef-baf6-efdc52797490","modified":"2024-09-21T18:53:15.658756Z","created":"2024-09-21T18:53:15.658756Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi107","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:3300","nonce":0},{"type":"v1","addr":"172.21.15.107:6789","nonce":0}]},"addr":"172.21.15.107:6789/0","public_addr":"172.21.15.107:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T18:56:30.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:29 smithi107 bash[20033]: audit 2024-09-21T18:56:29.693163+0000 mon.smithi107 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.160:0/1021671489' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:56:30.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:29 smithi107 bash[20033]: audit 2024-09-21T18:56:29.693163+0000 mon.smithi107 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.160:0/1021671489' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:56:31.429 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T18:56:31.430 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T18:56:32.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:31 smithi107 bash[20033]: audit 2024-09-21T18:56:30.741936+0000 mon.smithi107 (mon.0) 218 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:32.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:31 smithi107 bash[20033]: audit 2024-09-21T18:56:30.741936+0000 mon.smithi107 (mon.0) 218 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:32.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:31 smithi107 bash[20033]: audit 2024-09-21T18:56:30.750674+0000 mon.smithi107 (mon.0) 219 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:32.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:31 smithi107 bash[20033]: audit 2024-09-21T18:56:30.750674+0000 mon.smithi107 (mon.0) 219 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:32.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:31 smithi107 bash[20033]: audit 2024-09-21T18:56:30.759545+0000 mon.smithi107 (mon.0) 220 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:32.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:31 smithi107 bash[20033]: audit 2024-09-21T18:56:30.759545+0000 mon.smithi107 (mon.0) 220 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:32.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:31 smithi107 bash[20033]: audit 2024-09-21T18:56:30.767913+0000 mon.smithi107 (mon.0) 221 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:32.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:31 smithi107 bash[20033]: audit 2024-09-21T18:56:30.767913+0000 mon.smithi107 (mon.0) 221 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:32.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:31 smithi107 bash[20033]: cephadm 2024-09-21T18:56:30.770993+0000 mgr.smithi107.uonppz (mgr.14203) 17 : cephadm [INF] Deploying daemon node-exporter.smithi160 on smithi160 2024-09-21T18:56:32.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:31 smithi107 bash[20033]: cephadm 2024-09-21T18:56:30.770993+0000 mgr.smithi107.uonppz (mgr.14203) 17 : cephadm [INF] Deploying daemon node-exporter.smithi160 on smithi160 2024-09-21T18:56:32.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:31 smithi107 bash[20033]: audit 2024-09-21T18:56:31.568642+0000 mon.smithi107 (mon.0) 222 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:32.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:31 smithi107 bash[20033]: audit 2024-09-21T18:56:31.568642+0000 mon.smithi107 (mon.0) 222 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:33.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:32 smithi107 bash[20033]: cluster 2024-09-21T18:56:31.262690+0000 mgr.smithi107.uonppz (mgr.14203) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:33.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:32 smithi107 bash[20033]: cluster 2024-09-21T18:56:31.262690+0000 mgr.smithi107.uonppz (mgr.14203) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:33.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:32 smithi107 bash[20033]: audit 2024-09-21T18:56:31.986686+0000 mon.smithi107 (mon.0) 223 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:33.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:32 smithi107 bash[20033]: audit 2024-09-21T18:56:31.986686+0000 mon.smithi107 (mon.0) 223 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:33.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:32 smithi107 bash[20033]: audit 2024-09-21T18:56:31.995245+0000 mon.smithi107 (mon.0) 224 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:33.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:32 smithi107 bash[20033]: audit 2024-09-21T18:56:31.995245+0000 mon.smithi107 (mon.0) 224 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:33.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:32 smithi107 bash[20033]: audit 2024-09-21T18:56:32.003891+0000 mon.smithi107 (mon.0) 225 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:33.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:32 smithi107 bash[20033]: audit 2024-09-21T18:56:32.003891+0000 mon.smithi107 (mon.0) 225 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:33.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:32 smithi107 bash[20033]: audit 2024-09-21T18:56:32.011900+0000 mon.smithi107 (mon.0) 226 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:33.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:32 smithi107 bash[20033]: audit 2024-09-21T18:56:32.011900+0000 mon.smithi107 (mon.0) 226 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:33.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:32 smithi107 bash[20033]: audit 2024-09-21T18:56:32.016157+0000 mon.smithi107 (mon.0) 227 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi160.rphsud", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T18:56:33.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:32 smithi107 bash[20033]: audit 2024-09-21T18:56:32.016157+0000 mon.smithi107 (mon.0) 227 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi160.rphsud", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T18:56:33.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:32 smithi107 bash[20033]: audit 2024-09-21T18:56:32.020264+0000 mon.smithi107 (mon.0) 228 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.rphsud", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T18:56:33.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:32 smithi107 bash[20033]: audit 2024-09-21T18:56:32.020264+0000 mon.smithi107 (mon.0) 228 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.rphsud", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T18:56:33.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:32 smithi107 bash[20033]: audit 2024-09-21T18:56:32.024834+0000 mon.smithi107 (mon.0) 229 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T18:56:33.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:32 smithi107 bash[20033]: audit 2024-09-21T18:56:32.024834+0000 mon.smithi107 (mon.0) 229 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T18:56:33.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:32 smithi107 bash[20033]: audit 2024-09-21T18:56:32.026783+0000 mon.smithi107 (mon.0) 230 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:33.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:32 smithi107 bash[20033]: audit 2024-09-21T18:56:32.026783+0000 mon.smithi107 (mon.0) 230 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:33.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:32 smithi107 bash[20033]: cephadm 2024-09-21T18:56:32.028931+0000 mgr.smithi107.uonppz (mgr.14203) 19 : cephadm [INF] Deploying daemon mgr.smithi160.rphsud on smithi160 2024-09-21T18:56:33.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:32 smithi107 bash[20033]: cephadm 2024-09-21T18:56:32.028931+0000 mgr.smithi107.uonppz (mgr.14203) 19 : cephadm [INF] Deploying daemon mgr.smithi160.rphsud on smithi160 2024-09-21T18:56:35.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:34 smithi107 bash[20033]: cluster 2024-09-21T18:56:33.263098+0000 mgr.smithi107.uonppz (mgr.14203) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:35.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:34 smithi107 bash[20033]: cluster 2024-09-21T18:56:33.263098+0000 mgr.smithi107.uonppz (mgr.14203) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:36.155 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:56:36.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:36 smithi107 bash[20033]: cluster 2024-09-21T18:56:35.263519+0000 mgr.smithi107.uonppz (mgr.14203) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:36.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:36 smithi107 bash[20033]: cluster 2024-09-21T18:56:35.263519+0000 mgr.smithi107.uonppz (mgr.14203) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:36.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:36 smithi107 bash[20033]: audit 2024-09-21T18:56:35.551694+0000 mon.smithi107 (mon.0) 231 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:36.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:36 smithi107 bash[20033]: audit 2024-09-21T18:56:35.551694+0000 mon.smithi107 (mon.0) 231 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:36.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:36 smithi107 bash[20033]: audit 2024-09-21T18:56:35.557862+0000 mon.smithi107 (mon.0) 232 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:36.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:36 smithi107 bash[20033]: audit 2024-09-21T18:56:35.557862+0000 mon.smithi107 (mon.0) 232 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:36.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:36 smithi107 bash[20033]: audit 2024-09-21T18:56:35.563970+0000 mon.smithi107 (mon.0) 233 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:36.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:36 smithi107 bash[20033]: audit 2024-09-21T18:56:35.563970+0000 mon.smithi107 (mon.0) 233 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:36.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:36 smithi107 bash[20033]: audit 2024-09-21T18:56:35.569538+0000 mon.smithi107 (mon.0) 234 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:36.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:36 smithi107 bash[20033]: audit 2024-09-21T18:56:35.569538+0000 mon.smithi107 (mon.0) 234 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:36.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:36 smithi107 bash[20033]: audit 2024-09-21T18:56:35.572899+0000 mon.smithi107 (mon.0) 235 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:56:36.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:36 smithi107 bash[20033]: audit 2024-09-21T18:56:35.572899+0000 mon.smithi107 (mon.0) 235 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:56:36.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:36 smithi107 bash[20033]: audit 2024-09-21T18:56:35.574709+0000 mon.smithi107 (mon.0) 236 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:36.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:36 smithi107 bash[20033]: audit 2024-09-21T18:56:35.574709+0000 mon.smithi107 (mon.0) 236 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:36.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:36 smithi107 bash[20033]: cephadm 2024-09-21T18:56:35.576654+0000 mgr.smithi107.uonppz (mgr.14203) 22 : cephadm [INF] Deploying daemon mon.smithi160 on smithi160 2024-09-21T18:56:36.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:36 smithi107 bash[20033]: cephadm 2024-09-21T18:56:35.576654+0000 mgr.smithi107.uonppz (mgr.14203) 22 : cephadm [INF] Deploying daemon mon.smithi160 on smithi160 2024-09-21T18:56:37.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:37 smithi107 bash[20033]: audit 2024-09-21T18:56:36.574706+0000 mon.smithi107 (mon.0) 237 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:37.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:37 smithi107 bash[20033]: audit 2024-09-21T18:56:36.574706+0000 mon.smithi107 (mon.0) 237 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:38.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:38 smithi107 bash[20033]: cluster 2024-09-21T18:56:37.263921+0000 mgr.smithi107.uonppz (mgr.14203) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:38.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:38 smithi107 bash[20033]: cluster 2024-09-21T18:56:37.263921+0000 mgr.smithi107.uonppz (mgr.14203) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:38.960 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-21T18:56:38.960 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"96af9b06-784a-11ef-baf6-efdc52797490","modified":"2024-09-21T18:53:15.658756Z","created":"2024-09-21T18:53:15.658756Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi107","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:3300","nonce":0},{"type":"v1","addr":"172.21.15.107:6789","nonce":0}]},"addr":"172.21.15.107:6789/0","public_addr":"172.21.15.107:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T18:56:38.960 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-09-21T18:56:39.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:39 smithi107 bash[20033]: audit 2024-09-21T18:56:38.959414+0000 mon.smithi107 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.160:0/209137646' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:56:39.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:39 smithi107 bash[20033]: audit 2024-09-21T18:56:38.959414+0000 mon.smithi107 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.160:0/209137646' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:56:40.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:40 smithi107 bash[20033]: cluster 2024-09-21T18:56:39.264303+0000 mgr.smithi107.uonppz (mgr.14203) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:40.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:40 smithi107 bash[20033]: cluster 2024-09-21T18:56:39.264303+0000 mgr.smithi107.uonppz (mgr.14203) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:40.906 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T18:56:40.906 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T18:56:41.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:41 smithi107 bash[20033]: audit 2024-09-21T18:56:41.566409+0000 mon.smithi107 (mon.0) 239 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:56:41.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:41 smithi107 bash[20033]: audit 2024-09-21T18:56:41.566409+0000 mon.smithi107 (mon.0) 239 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:56:42.820 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-21T18:56:42.820 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-21T18:56:42.820 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-21T18:56:42.820 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-21T18:56:42.820 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-21T18:56:42.821 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-21T18:56:42.821 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-21T18:56:43.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:42 smithi107 bash[20033]: cluster 2024-09-21T18:56:41.264740+0000 mgr.smithi107.uonppz (mgr.14203) 25 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:43.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:42 smithi107 bash[20033]: cluster 2024-09-21T18:56:41.264740+0000 mgr.smithi107.uonppz (mgr.14203) 25 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:43.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:42 smithi107 bash[20033]: audit 2024-09-21T18:56:41.735465+0000 mon.smithi107 (mon.0) 240 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:42 smithi107 bash[20033]: audit 2024-09-21T18:56:41.735465+0000 mon.smithi107 (mon.0) 240 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:42 smithi107 bash[20033]: audit 2024-09-21T18:56:41.742556+0000 mon.smithi107 (mon.0) 241 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:42 smithi107 bash[20033]: audit 2024-09-21T18:56:41.742556+0000 mon.smithi107 (mon.0) 241 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:42 smithi107 bash[20033]: audit 2024-09-21T18:56:41.749487+0000 mon.smithi107 (mon.0) 242 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:42 smithi107 bash[20033]: audit 2024-09-21T18:56:41.749487+0000 mon.smithi107 (mon.0) 242 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:42 smithi107 bash[20033]: audit 2024-09-21T18:56:41.758066+0000 mon.smithi107 (mon.0) 243 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:42 smithi107 bash[20033]: audit 2024-09-21T18:56:41.758066+0000 mon.smithi107 (mon.0) 243 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:42 smithi107 bash[20033]: audit 2024-09-21T18:56:41.770295+0000 mon.smithi107 (mon.0) 244 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:42 smithi107 bash[20033]: audit 2024-09-21T18:56:41.770295+0000 mon.smithi107 (mon.0) 244 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:42 smithi107 bash[20033]: audit 2024-09-21T18:56:41.801370+0000 mon.smithi107 (mon.0) 245 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:56:43.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:42 smithi107 bash[20033]: audit 2024-09-21T18:56:41.801370+0000 mon.smithi107 (mon.0) 245 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:56:43.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.unordered_write: 0 2024-09-21T18:56:43.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-21T18:56:43.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-21T18:56:43.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-21T18:56:43.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-21T18:56:43.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.row_cache: None 2024-09-21T18:56:43.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.wal_filter: None 2024-09-21T18:56:43.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-21T18:56:43.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-21T18:56:43.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.two_write_queues: 0 2024-09-21T18:56:43.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-21T18:56:43.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.wal_compression: 0 2024-09-21T18:56:43.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.atomic_flush: 0 2024-09-21T18:56:43.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-21T18:56:43.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-21T18:56:43.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-21T18:56:43.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.log_readahead_size: 0 2024-09-21T18:56:43.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-21T18:56:43.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-21T18:56:43.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-21T18:56:43.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-21T18:56:43.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-21T18:56:43.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-21T18:56:43.163 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-21T18:56:43.163 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.max_background_jobs: 2 2024-09-21T18:56:43.163 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.max_background_compactions: -1 2024-09-21T18:56:43.163 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.max_subcompactions: 1 2024-09-21T18:56:43.163 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-21T18:56:43.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-21T18:56:43.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-21T18:56:43.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-21T18:56:43.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-21T18:56:43.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-21T18:56:43.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-21T18:56:43.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-21T18:56:43.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.max_open_files: -1 2024-09-21T18:56:43.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-21T18:56:43.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-21T18:56:43.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-21T18:56:43.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-21T18:56:43.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.max_background_flushes: -1 2024-09-21T18:56:43.165 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Compression algorithms supported: 2024-09-21T18:56:43.165 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: kZSTD supported: 0 2024-09-21T18:56:43.165 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: kXpressCompression supported: 0 2024-09-21T18:56:43.165 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: kBZip2Compression supported: 0 2024-09-21T18:56:43.165 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-21T18:56:43.165 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: kLZ4Compression supported: 1 2024-09-21T18:56:43.165 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: kZlibCompression supported: 1 2024-09-21T18:56:43.165 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-21T18:56:43.165 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: kSnappyCompression supported: 1 2024-09-21T18:56:43.165 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-21T18:56:43.165 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-21T18:56:43.165 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi160/store.db/MANIFEST-000005 2024-09-21T18:56:43.165 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-21T18:56:43.166 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-21T18:56:43.166 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.merge_operator: 2024-09-21T18:56:43.166 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.compaction_filter: None 2024-09-21T18:56:43.166 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-21T18:56:43.166 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-21T18:56:43.166 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-21T18:56:43.166 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-21T18:56:43.166 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55927da89540) 2024-09-21T18:56:43.166 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cache_index_and_filter_blocks: 1 2024-09-21T18:56:43.166 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-21T18:56:43.166 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-21T18:56:43.166 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: pin_top_level_index_and_filter: 1 2024-09-21T18:56:43.166 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: index_type: 0 2024-09-21T18:56:43.167 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: data_block_index_type: 0 2024-09-21T18:56:43.167 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: index_shortening: 1 2024-09-21T18:56:43.167 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: data_block_hash_table_util_ratio: 0.750000 2024-09-21T18:56:43.167 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: checksum: 4 2024-09-21T18:56:43.167 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: no_block_cache: 0 2024-09-21T18:56:43.167 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: block_cache: 0x55927da7f610 2024-09-21T18:56:43.167 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: block_cache_name: BinnedLRUCache 2024-09-21T18:56:43.167 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: block_cache_options: 2024-09-21T18:56:43.167 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: capacity : 536870912 2024-09-21T18:56:43.167 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: num_shard_bits : 4 2024-09-21T18:56:43.167 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: strict_capacity_limit : 0 2024-09-21T18:56:43.167 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: high_pri_pool_ratio: 0.000 2024-09-21T18:56:43.167 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: block_cache_compressed: (nil) 2024-09-21T18:56:43.167 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: persistent_cache: (nil) 2024-09-21T18:56:43.168 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: block_size: 4096 2024-09-21T18:56:43.168 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: block_size_deviation: 10 2024-09-21T18:56:43.168 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: block_restart_interval: 16 2024-09-21T18:56:43.168 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: index_block_restart_interval: 1 2024-09-21T18:56:43.168 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: metadata_block_size: 4096 2024-09-21T18:56:43.168 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: partition_filters: 0 2024-09-21T18:56:43.168 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: use_delta_encoding: 1 2024-09-21T18:56:43.168 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: filter_policy: bloomfilter 2024-09-21T18:56:43.168 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: whole_key_filtering: 1 2024-09-21T18:56:43.168 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: verify_compression: 0 2024-09-21T18:56:43.168 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: read_amp_bytes_per_bit: 0 2024-09-21T18:56:43.168 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: format_version: 5 2024-09-21T18:56:43.168 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: enable_index_compression: 1 2024-09-21T18:56:43.168 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: block_align: 0 2024-09-21T18:56:43.169 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: max_auto_readahead_size: 262144 2024-09-21T18:56:43.169 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: prepopulate_block_cache: 0 2024-09-21T18:56:43.169 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: initial_auto_readahead_size: 8192 2024-09-21T18:56:43.169 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: num_file_reads_for_auto_readahead: 2 2024-09-21T18:56:43.169 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-21T18:56:43.169 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-21T18:56:43.169 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.compression: NoCompression 2024-09-21T18:56:43.169 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-21T18:56:43.169 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-21T18:56:43.169 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-21T18:56:43.169 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.num_levels: 7 2024-09-21T18:56:43.169 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-21T18:56:43.169 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-21T18:56:43.169 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-21T18:56:43.170 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-21T18:56:43.170 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-21T18:56:43.170 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-21T18:56:43.170 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-21T18:56:43.170 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-21T18:56:43.170 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-21T18:56:43.170 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-21T18:56:43.170 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-21T18:56:43.170 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-21T18:56:43.170 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-21T18:56:43.170 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-21T18:56:43.170 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-21T18:56:43.170 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-21T18:56:43.171 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-21T18:56:43.171 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-21T18:56:43.171 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-21T18:56:43.171 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-21T18:56:43.171 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-21T18:56:43.171 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-21T18:56:43.171 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-21T18:56:43.171 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-21T18:56:43.171 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-21T18:56:43.171 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-21T18:56:43.171 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-21T18:56:43.171 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-21T18:56:43.171 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-21T18:56:43.171 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-21T18:56:43.172 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-21T18:56:43.172 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-21T18:56:43.172 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-21T18:56:43.172 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-21T18:56:43.172 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-21T18:56:43.172 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-21T18:56:43.172 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-21T18:56:43.172 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-21T18:56:43.172 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-21T18:56:43.172 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-21T18:56:43.172 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-21T18:56:43.172 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-21T18:56:43.172 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-21T18:56:43.172 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-21T18:56:43.173 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-21T18:56:43.173 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-21T18:56:43.173 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-21T18:56:43.173 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-21T18:56:43.173 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-21T18:56:43.175 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-21T18:56:43.175 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-21T18:56:43.175 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-21T18:56:43.175 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-21T18:56:43.175 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-21T18:56:43.175 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.inplace_update_support: 0 2024-09-21T18:56:43.176 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-21T18:56:43.176 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-21T18:56:43.176 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-21T18:56:43.176 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-21T18:56:43.176 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.bloom_locality: 0 2024-09-21T18:56:43.176 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.max_successive_merges: 0 2024-09-21T18:56:43.176 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-21T18:56:43.176 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-21T18:56:43.176 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-21T18:56:43.176 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-21T18:56:43.176 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.ttl: 2592000 2024-09-21T18:56:43.176 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-21T18:56:43.176 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-21T18:56:43.176 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-21T18:56:43.176 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.enable_blob_files: false 2024-09-21T18:56:43.177 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.min_blob_size: 0 2024-09-21T18:56:43.177 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-21T18:56:43.177 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-21T18:56:43.177 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-21T18:56:43.177 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-21T18:56:43.177 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-21T18:56:43.177 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-21T18:56:43.177 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-21T18:56:43.177 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.811+0000 7f691bf9cc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-21T18:56:43.177 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.815+0000 7f691bf9cc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi160/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-21T18:56:43.177 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.815+0000 7f691bf9cc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-21T18:56:43.177 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.815+0000 7f691bf9cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: d82ae5b4-3e5f-4470-811f-4629beacc797 2024-09-21T18:56:43.177 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.815+0000 7f691bf9cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726945002817381, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-21T18:56:43.178 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.815+0000 7f691bf9cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-21T18:56:43.178 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.815+0000 7f691bf9cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726945002817790, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726945002, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d82ae5b4-3e5f-4470-811f-4629beacc797", "db_session_id": "HPPL0KSF7FLRFVLU53DM", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-21T18:56:43.178 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.815+0000 7f691bf9cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726945002817894, "job": 1, "event": "recovery_finished"} 2024-09-21T18:56:43.178 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.815+0000 7f691bf9cc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-21T18:56:43.178 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.815+0000 7f691bf9cc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi160/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-21T18:56:43.178 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.815+0000 7f691bf9cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55927daace00 2024-09-21T18:56:43.178 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.815+0000 7f691bf9cc80 4 rocksdb: DB pointer 0x55927dbb0000 2024-09-21T18:56:43.178 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.815+0000 7f6911d64640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-21T18:56:43.178 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.815+0000 7f6911d64640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-21T18:56:43.178 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: ** DB Stats ** 2024-09-21T18:56:43.178 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T18:56:43.178 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-21T18:56:43.178 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T18:56:43.179 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T18:56:43.179 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-21T18:56:43.179 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T18:56:43.179 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T18:56:43.179 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: ** Compaction Stats [default] ** 2024-09-21T18:56:43.179 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-21T18:56:43.179 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-21T18:56:43.179 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-21T18:56:43.179 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-21T18:56:43.179 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-21T18:56:43.179 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: ** Compaction Stats [default] ** 2024-09-21T18:56:43.179 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-21T18:56:43.179 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-21T18:56:43.179 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-21T18:56:43.180 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-21T18:56:43.180 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T18:56:43.180 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-21T18:56:43.180 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-21T18:56:43.180 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: AddFile(Total Files): cumulative 0, interval 0 2024-09-21T18:56:43.180 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-21T18:56:43.180 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: AddFile(Keys): cumulative 0, interval 0 2024-09-21T18:56:43.180 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: Cumulative compaction: 0.00 GB write, 0.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T18:56:43.180 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: Interval compaction: 0.00 GB write, 0.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T18:56:43.180 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-21T18:56:43.180 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: Block cache BinnedLRUCache@0x55927da7f610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-09-21T18:56:43.180 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-09-21T18:56:43.180 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: ** File Read Latency Histogram By Level [default] ** 2024-09-21T18:56:43.180 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.815+0000 7f691bf9cc80 0 mon.smithi160 does not exist in monmap, will attempt to join an existing cluster 2024-09-21T18:56:43.181 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.815+0000 7f691bf9cc80 0 using public_addr v2:172.21.15.160:0/0 -> [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] 2024-09-21T18:56:43.181 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.815+0000 7f691bf9cc80 0 starting mon.smithi160 rank -1 at public addrs [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] at bind addrs [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi160 fsid 96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T18:56:43.181 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.819+0000 7f691bf9cc80 1 mon.smithi160@-1(???) e0 preinit fsid 96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T18:56:43.181 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.847+0000 7f6914d6a640 0 mon.smithi160@-1(synchronizing).mds e1 new map 2024-09-21T18:56:43.181 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.847+0000 7f6914d6a640 0 mon.smithi160@-1(synchronizing).mds e1 print_map 2024-09-21T18:56:43.181 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: e1 2024-09-21T18:56:43.181 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: btime 2024-09-21T18:53:20:743559+0000 2024-09-21T18:56:43.181 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-21T18:56:43.181 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-21T18:56:43.181 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: legacy client fscid: -1 2024-09-21T18:56:43.181 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: 2024-09-21T18:56:43.181 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: No filesystems configured 2024-09-21T18:56:43.181 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.847+0000 7f6914d6a640 1 mon.smithi160@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-21T18:56:43.181 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.847+0000 7f6914d6a640 1 mon.smithi160@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-21T18:56:43.182 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.847+0000 7f6914d6a640 1 mon.smithi160@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-21T18:56:43.182 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.847+0000 7f6914d6a640 1 mon.smithi160@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-21T18:56:43.182 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.847+0000 7f6914d6a640 1 mon.smithi160@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-21T18:56:43.182 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.847+0000 7f6914d6a640 1 mon.smithi160@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-21T18:56:43.182 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.847+0000 7f6914d6a640 1 mon.smithi160@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-09-21T18:56:43.182 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.851+0000 7f6914d6a640 0 mon.smithi160@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-21T18:56:43.182 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.851+0000 7f6914d6a640 0 mon.smithi160@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T18:56:43.182 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.851+0000 7f6914d6a640 0 mon.smithi160@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T18:56:43.182 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.851+0000 7f6914d6a640 0 mon.smithi160@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T18:56:43.182 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:04.990194+0000 mon.smithi107 (mon.0) 162 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-21T18:56:43.182 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:04.990194+0000 mon.smithi107 (mon.0) 162 : audit [INF] from='mgr.14164 172.21.15.107:0/3748503733' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-21T18:56:43.182 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cluster 2024-09-21T18:56:04.996717+0000 mon.smithi107 (mon.0) 163 : cluster [DBG] mgrmap e15: smithi107.uonppz(active, since 83s) 2024-09-21T18:56:43.182 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cluster 2024-09-21T18:56:04.996717+0000 mon.smithi107 (mon.0) 163 : cluster [DBG] mgrmap e15: smithi107.uonppz(active, since 83s) 2024-09-21T18:56:43.182 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:07.703195+0000 mon.smithi107 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.160:0/2386840102' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:56:43.183 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:07.703195+0000 mon.smithi107 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.160:0/2386840102' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:56:43.183 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cluster 2024-09-21T18:56:11.251445+0000 mon.smithi107 (mon.0) 165 : cluster [INF] Active manager daemon smithi107.uonppz restarted 2024-09-21T18:56:43.183 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cluster 2024-09-21T18:56:11.251445+0000 mon.smithi107 (mon.0) 165 : cluster [INF] Active manager daemon smithi107.uonppz restarted 2024-09-21T18:56:43.183 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cluster 2024-09-21T18:56:11.251668+0000 mon.smithi107 (mon.0) 166 : cluster [INF] Activating manager daemon smithi107.uonppz 2024-09-21T18:56:43.183 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cluster 2024-09-21T18:56:11.251668+0000 mon.smithi107 (mon.0) 166 : cluster [INF] Activating manager daemon smithi107.uonppz 2024-09-21T18:56:43.183 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cluster 2024-09-21T18:56:11.255781+0000 mon.smithi107 (mon.0) 167 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-21T18:56:43.183 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cluster 2024-09-21T18:56:11.255781+0000 mon.smithi107 (mon.0) 167 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-21T18:56:43.183 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cluster 2024-09-21T18:56:11.255921+0000 mon.smithi107 (mon.0) 168 : cluster [DBG] mgrmap e16: smithi107.uonppz(active, starting, since 0.00435546s) 2024-09-21T18:56:43.183 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cluster 2024-09-21T18:56:11.255921+0000 mon.smithi107 (mon.0) 168 : cluster [DBG] mgrmap e16: smithi107.uonppz(active, starting, since 0.00435546s) 2024-09-21T18:56:43.183 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:11.257880+0000 mon.smithi107 (mon.0) 169 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi107"} : dispatch 2024-09-21T18:56:43.183 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:11.257880+0000 mon.smithi107 (mon.0) 169 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi107"} : dispatch 2024-09-21T18:56:43.183 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:11.259596+0000 mon.smithi107 (mon.0) 170 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mgr metadata", "who": "smithi107.uonppz", "id": "smithi107.uonppz"} : dispatch 2024-09-21T18:56:43.183 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:11.259596+0000 mon.smithi107 (mon.0) 170 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mgr metadata", "who": "smithi107.uonppz", "id": "smithi107.uonppz"} : dispatch 2024-09-21T18:56:43.183 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:11.260896+0000 mon.smithi107 (mon.0) 171 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T18:56:43.184 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:11.260896+0000 mon.smithi107 (mon.0) 171 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T18:56:43.184 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:11.261070+0000 mon.smithi107 (mon.0) 172 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T18:56:43.184 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:11.261070+0000 mon.smithi107 (mon.0) 172 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T18:56:43.184 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:11.261204+0000 mon.smithi107 (mon.0) 173 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T18:56:43.184 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:11.261204+0000 mon.smithi107 (mon.0) 173 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T18:56:43.184 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cluster 2024-09-21T18:56:11.284833+0000 mon.smithi107 (mon.0) 174 : cluster [INF] Manager daemon smithi107.uonppz is now available 2024-09-21T18:56:43.184 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cluster 2024-09-21T18:56:11.284833+0000 mon.smithi107 (mon.0) 174 : cluster [INF] Manager daemon smithi107.uonppz is now available 2024-09-21T18:56:43.184 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:11.546260+0000 mon.smithi107 (mon.0) 175 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:56:43.184 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:11.546260+0000 mon.smithi107 (mon.0) 175 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:56:43.184 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:11.561433+0000 mon.smithi107 (mon.0) 176 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.184 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:11.561433+0000 mon.smithi107 (mon.0) 176 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.184 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:11.564758+0000 mon.smithi107 (mon.0) 177 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:56:43.184 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:11.564758+0000 mon.smithi107 (mon.0) 177 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:56:43.184 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:11.565008+0000 mon.smithi107 (mon.0) 178 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T18:56:43.185 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:11.565008+0000 mon.smithi107 (mon.0) 178 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T18:56:43.185 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:11.573544+0000 mon.smithi107 (mon.0) 179 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi107.uonppz/mirror_snapshot_schedule"} : dispatch 2024-09-21T18:56:43.185 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:11.573544+0000 mon.smithi107 (mon.0) 179 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi107.uonppz/mirror_snapshot_schedule"} : dispatch 2024-09-21T18:56:43.185 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:11.576660+0000 mon.smithi107 (mon.0) 180 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi107.uonppz/trash_purge_schedule"} : dispatch 2024-09-21T18:56:43.185 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:11.576660+0000 mon.smithi107 (mon.0) 180 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi107.uonppz/trash_purge_schedule"} : dispatch 2024-09-21T18:56:43.185 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cluster 2024-09-21T18:56:12.265226+0000 mon.smithi107 (mon.0) 181 : cluster [DBG] mgrmap e17: smithi107.uonppz(active, since 1.01365s) 2024-09-21T18:56:43.185 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cluster 2024-09-21T18:56:12.265226+0000 mon.smithi107 (mon.0) 181 : cluster [DBG] mgrmap e17: smithi107.uonppz(active, since 1.01365s) 2024-09-21T18:56:43.185 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:12.348251+0000 mon.smithi107 (mon.0) 182 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.185 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:12.348251+0000 mon.smithi107 (mon.0) 182 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.185 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:12.524222+0000 mgr.smithi107.uonppz (mgr.14203) 2 : cephadm [INF] [21/Sep/2024:18:56:12] ENGINE Bus STARTING 2024-09-21T18:56:43.185 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:12.524222+0000 mgr.smithi107.uonppz (mgr.14203) 2 : cephadm [INF] [21/Sep/2024:18:56:12] ENGINE Bus STARTING 2024-09-21T18:56:43.185 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:12.626087+0000 mgr.smithi107.uonppz (mgr.14203) 3 : cephadm [INF] [21/Sep/2024:18:56:12] ENGINE Serving on http://172.21.15.107:8765 2024-09-21T18:56:43.185 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:12.626087+0000 mgr.smithi107.uonppz (mgr.14203) 3 : cephadm [INF] [21/Sep/2024:18:56:12] ENGINE Serving on http://172.21.15.107:8765 2024-09-21T18:56:43.185 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:12.747264+0000 mgr.smithi107.uonppz (mgr.14203) 4 : cephadm [INF] [21/Sep/2024:18:56:12] ENGINE Serving on https://172.21.15.107:7150 2024-09-21T18:56:43.186 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:12.747264+0000 mgr.smithi107.uonppz (mgr.14203) 4 : cephadm [INF] [21/Sep/2024:18:56:12] ENGINE Serving on https://172.21.15.107:7150 2024-09-21T18:56:43.186 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:12.747457+0000 mgr.smithi107.uonppz (mgr.14203) 5 : cephadm [INF] [21/Sep/2024:18:56:12] ENGINE Bus STARTED 2024-09-21T18:56:43.186 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:12.747457+0000 mgr.smithi107.uonppz (mgr.14203) 5 : cephadm [INF] [21/Sep/2024:18:56:12] ENGINE Bus STARTED 2024-09-21T18:56:43.186 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:12.749896+0000 mgr.smithi107.uonppz (mgr.14203) 6 : cephadm [ERR] [21/Sep/2024:18:56:12] ENGINE Error in HTTPServer.serve 2024-09-21T18:56:43.186 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: Traceback (most recent call last): 2024-09-21T18:56:43.186 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T18:56:43.186 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: self._connections.run(self.expiration_interval) 2024-09-21T18:56:43.186 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T18:56:43.186 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: self._run(expiration_interval) 2024-09-21T18:56:43.186 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T18:56:43.186 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T18:56:43.186 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T18:56:43.186 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T18:56:43.186 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T18:56:43.187 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: s = self.context.wrap_socket( 2024-09-21T18:56:43.187 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T18:56:43.187 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: return self.sslsocket_class._create( 2024-09-21T18:56:43.187 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T18:56:43.187 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: self.do_handshake() 2024-09-21T18:56:43.187 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T18:56:43.187 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: self._sslobj.do_handshake() 2024-09-21T18:56:43.187 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T18:56:43.187 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:12.749896+0000 mgr.smithi107.uonppz (mgr.14203) 6 : cephadm [ERR] [21/Sep/2024:18:56:12] ENGINE Error in HTTPServer.serve 2024-09-21T18:56:43.187 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: Traceback (most recent call last): 2024-09-21T18:56:43.187 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T18:56:43.187 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: self._connections.run(self.expiration_interval) 2024-09-21T18:56:43.187 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T18:56:43.187 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: self._run(expiration_interval) 2024-09-21T18:56:43.187 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T18:56:43.187 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T18:56:43.188 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T18:56:43.188 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T18:56:43.188 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T18:56:43.188 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: s = self.context.wrap_socket( 2024-09-21T18:56:43.188 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T18:56:43.188 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: return self.sslsocket_class._create( 2024-09-21T18:56:43.188 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T18:56:43.188 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: self.do_handshake() 2024-09-21T18:56:43.188 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T18:56:43.188 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: self._sslobj.do_handshake() 2024-09-21T18:56:43.188 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T18:56:43.188 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:12.986028+0000 mon.smithi107 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.160:0/1016351815' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:56:43.188 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:12.986028+0000 mon.smithi107 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.160:0/1016351815' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:56:43.188 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cluster 2024-09-21T18:56:13.362311+0000 mon.smithi107 (mon.0) 184 : cluster [DBG] mgrmap e18: smithi107.uonppz(active, since 2s) 2024-09-21T18:56:43.188 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cluster 2024-09-21T18:56:13.362311+0000 mon.smithi107 (mon.0) 184 : cluster [DBG] mgrmap e18: smithi107.uonppz(active, since 2s) 2024-09-21T18:56:43.189 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:14.521101+0000 mon.smithi107 (mon.0) 185 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.189 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:14.521101+0000 mon.smithi107 (mon.0) 185 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.189 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:15.685270+0000 mon.smithi107 (mon.0) 186 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.189 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:15.685270+0000 mon.smithi107 (mon.0) 186 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.189 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:17.740918+0000 mon.smithi107 (mon.0) 187 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.189 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:17.740918+0000 mon.smithi107 (mon.0) 187 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.189 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:17.744108+0000 mon.smithi107 (mon.0) 188 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.189 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:17.744108+0000 mon.smithi107 (mon.0) 188 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.189 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:18.721163+0000 mon.smithi107 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.160:0/3683931531' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:56:43.189 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:18.721163+0000 mon.smithi107 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.160:0/3683931531' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:56:43.189 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:18.835739+0000 mon.smithi107 (mon.0) 190 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.189 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:18.835739+0000 mon.smithi107 (mon.0) 190 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.189 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:18.839447+0000 mon.smithi107 (mon.0) 191 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.189 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:18.839447+0000 mon.smithi107 (mon.0) 191 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.190 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:18.841496+0000 mon.smithi107 (mon.0) 192 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"} : dispatch 2024-09-21T18:56:43.190 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:18.841496+0000 mon.smithi107 (mon.0) 192 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"} : dispatch 2024-09-21T18:56:43.190 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:22.385189+0000 mon.smithi107 (mon.0) 193 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.190 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:22.385189+0000 mon.smithi107 (mon.0) 193 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.190 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:22.390695+0000 mon.smithi107 (mon.0) 194 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.190 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:22.390695+0000 mon.smithi107 (mon.0) 194 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.190 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:22.397517+0000 mon.smithi107 (mon.0) 195 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.190 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:22.397517+0000 mon.smithi107 (mon.0) 195 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.190 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:22.405285+0000 mon.smithi107 (mon.0) 196 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.190 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:22.405285+0000 mon.smithi107 (mon.0) 196 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.190 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:22.406895+0000 mon.smithi107 (mon.0) 197 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"} : dispatch 2024-09-21T18:56:43.190 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:22.406895+0000 mon.smithi107 (mon.0) 197 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"} : dispatch 2024-09-21T18:56:43.190 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:22.409159+0000 mon.smithi107 (mon.0) 198 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:43.191 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:22.409159+0000 mon.smithi107 (mon.0) 198 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:43.191 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:22.411034+0000 mon.smithi107 (mon.0) 199 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:56:43.191 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:22.411034+0000 mon.smithi107 (mon.0) 199 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:56:43.191 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:22.413686+0000 mgr.smithi107.uonppz (mgr.14203) 7 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-09-21T18:56:43.191 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:22.413686+0000 mgr.smithi107.uonppz (mgr.14203) 7 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-09-21T18:56:43.191 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:22.414227+0000 mgr.smithi107.uonppz (mgr.14203) 8 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-09-21T18:56:43.191 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:22.414227+0000 mgr.smithi107.uonppz (mgr.14203) 8 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-09-21T18:56:43.191 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:22.551376+0000 mgr.smithi107.uonppz (mgr.14203) 9 : cephadm [INF] Updating smithi107:/var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:56:43.191 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:22.551376+0000 mgr.smithi107.uonppz (mgr.14203) 9 : cephadm [INF] Updating smithi107:/var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:56:43.191 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:22.551714+0000 mgr.smithi107.uonppz (mgr.14203) 10 : cephadm [INF] Updating smithi160:/var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:56:43.191 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:22.551714+0000 mgr.smithi107.uonppz (mgr.14203) 10 : cephadm [INF] Updating smithi160:/var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:56:43.191 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:22.646082+0000 mgr.smithi107.uonppz (mgr.14203) 11 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:56:43.191 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:22.646082+0000 mgr.smithi107.uonppz (mgr.14203) 11 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:56:43.191 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:22.646396+0000 mgr.smithi107.uonppz (mgr.14203) 12 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:56:43.192 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:22.646396+0000 mgr.smithi107.uonppz (mgr.14203) 12 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:56:43.192 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:22.730644+0000 mgr.smithi107.uonppz (mgr.14203) 13 : cephadm [INF] Updating smithi107:/var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T18:56:43.192 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:22.730644+0000 mgr.smithi107.uonppz (mgr.14203) 13 : cephadm [INF] Updating smithi107:/var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T18:56:43.192 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:22.730826+0000 mgr.smithi107.uonppz (mgr.14203) 14 : cephadm [INF] Updating smithi160:/var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T18:56:43.192 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:22.730826+0000 mgr.smithi107.uonppz (mgr.14203) 14 : cephadm [INF] Updating smithi160:/var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T18:56:43.192 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:22.823448+0000 mon.smithi107 (mon.0) 200 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.192 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:22.823448+0000 mon.smithi107 (mon.0) 200 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.192 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:22.828369+0000 mon.smithi107 (mon.0) 201 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.192 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:22.828369+0000 mon.smithi107 (mon.0) 201 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.192 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:22.834062+0000 mon.smithi107 (mon.0) 202 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.192 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:22.834062+0000 mon.smithi107 (mon.0) 202 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.192 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:22.839674+0000 mon.smithi107 (mon.0) 203 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.192 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:22.839674+0000 mon.smithi107 (mon.0) 203 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.192 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:22.847951+0000 mon.smithi107 (mon.0) 204 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.192 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:22.847951+0000 mon.smithi107 (mon.0) 204 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.193 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:22.850674+0000 mon.smithi107 (mon.0) 205 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi160", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-21T18:56:43.193 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:22.850674+0000 mon.smithi107 (mon.0) 205 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi160", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-21T18:56:43.193 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:22.854086+0000 mon.smithi107 (mon.0) 206 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi160", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-21T18:56:43.193 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:22.854086+0000 mon.smithi107 (mon.0) 206 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi160", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-21T18:56:43.193 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:22.857935+0000 mon.smithi107 (mon.0) 207 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:43.193 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:22.857935+0000 mon.smithi107 (mon.0) 207 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:43.193 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:22.859238+0000 mgr.smithi107.uonppz (mgr.14203) 15 : cephadm [INF] Deploying daemon ceph-exporter.smithi160 on smithi160 2024-09-21T18:56:43.193 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:22.859238+0000 mgr.smithi107.uonppz (mgr.14203) 15 : cephadm [INF] Deploying daemon ceph-exporter.smithi160 on smithi160 2024-09-21T18:56:43.193 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:24.649322+0000 mon.smithi107 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.160:0/313069278' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:56:43.193 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:24.649322+0000 mon.smithi107 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.160:0/313069278' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:56:43.193 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:26.565762+0000 mon.smithi107 (mon.0) 209 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:56:43.193 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:26.565762+0000 mon.smithi107 (mon.0) 209 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:56:43.193 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:26.643340+0000 mon.smithi107 (mon.0) 210 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.193 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:26.643340+0000 mon.smithi107 (mon.0) 210 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.194 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:26.649863+0000 mon.smithi107 (mon.0) 211 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.194 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:26.649863+0000 mon.smithi107 (mon.0) 211 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.194 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:26.656720+0000 mon.smithi107 (mon.0) 212 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.194 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:26.656720+0000 mon.smithi107 (mon.0) 212 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.194 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:26.662861+0000 mon.smithi107 (mon.0) 213 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.194 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:26.662861+0000 mon.smithi107 (mon.0) 213 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.194 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:26.665702+0000 mon.smithi107 (mon.0) 214 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-21T18:56:43.194 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:26.665702+0000 mon.smithi107 (mon.0) 214 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-21T18:56:43.194 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:26.668070+0000 mon.smithi107 (mon.0) 215 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-21T18:56:43.194 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:26.668070+0000 mon.smithi107 (mon.0) 215 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-21T18:56:43.194 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:26.672513+0000 mon.smithi107 (mon.0) 216 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:43.194 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:26.672513+0000 mon.smithi107 (mon.0) 216 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:43.194 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:26.674567+0000 mgr.smithi107.uonppz (mgr.14203) 16 : cephadm [INF] Deploying daemon crash.smithi160 on smithi160 2024-09-21T18:56:43.194 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:26.674567+0000 mgr.smithi107.uonppz (mgr.14203) 16 : cephadm [INF] Deploying daemon crash.smithi160 on smithi160 2024-09-21T18:56:43.195 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:29.693163+0000 mon.smithi107 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.160:0/1021671489' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:56:43.195 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:29.693163+0000 mon.smithi107 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.160:0/1021671489' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:56:43.195 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:30.741936+0000 mon.smithi107 (mon.0) 218 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.195 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:30.741936+0000 mon.smithi107 (mon.0) 218 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.195 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:30.750674+0000 mon.smithi107 (mon.0) 219 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.195 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:30.750674+0000 mon.smithi107 (mon.0) 219 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.195 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:30.759545+0000 mon.smithi107 (mon.0) 220 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.195 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:30.759545+0000 mon.smithi107 (mon.0) 220 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.195 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:30.767913+0000 mon.smithi107 (mon.0) 221 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.195 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:30.767913+0000 mon.smithi107 (mon.0) 221 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.195 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:30.770993+0000 mgr.smithi107.uonppz (mgr.14203) 17 : cephadm [INF] Deploying daemon node-exporter.smithi160 on smithi160 2024-09-21T18:56:43.195 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:30.770993+0000 mgr.smithi107.uonppz (mgr.14203) 17 : cephadm [INF] Deploying daemon node-exporter.smithi160 on smithi160 2024-09-21T18:56:43.195 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:31.568642+0000 mon.smithi107 (mon.0) 222 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.195 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:31.568642+0000 mon.smithi107 (mon.0) 222 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.196 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cluster 2024-09-21T18:56:31.262690+0000 mgr.smithi107.uonppz (mgr.14203) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:43.196 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cluster 2024-09-21T18:56:31.262690+0000 mgr.smithi107.uonppz (mgr.14203) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:43.196 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:31.986686+0000 mon.smithi107 (mon.0) 223 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.196 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:31.986686+0000 mon.smithi107 (mon.0) 223 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.196 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:31.995245+0000 mon.smithi107 (mon.0) 224 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.196 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:31.995245+0000 mon.smithi107 (mon.0) 224 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.196 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:32.003891+0000 mon.smithi107 (mon.0) 225 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.196 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:32.003891+0000 mon.smithi107 (mon.0) 225 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.196 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:32.011900+0000 mon.smithi107 (mon.0) 226 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.196 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:32.011900+0000 mon.smithi107 (mon.0) 226 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.196 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:32.016157+0000 mon.smithi107 (mon.0) 227 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi160.rphsud", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T18:56:43.196 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:32.016157+0000 mon.smithi107 (mon.0) 227 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi160.rphsud", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T18:56:43.196 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:32.020264+0000 mon.smithi107 (mon.0) 228 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.rphsud", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T18:56:43.196 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:32.020264+0000 mon.smithi107 (mon.0) 228 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.rphsud", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T18:56:43.196 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:32.024834+0000 mon.smithi107 (mon.0) 229 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T18:56:43.197 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:32.024834+0000 mon.smithi107 (mon.0) 229 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T18:56:43.197 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:32.026783+0000 mon.smithi107 (mon.0) 230 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:43.197 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:32.026783+0000 mon.smithi107 (mon.0) 230 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:43.197 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:32.028931+0000 mgr.smithi107.uonppz (mgr.14203) 19 : cephadm [INF] Deploying daemon mgr.smithi160.rphsud on smithi160 2024-09-21T18:56:43.197 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:32.028931+0000 mgr.smithi107.uonppz (mgr.14203) 19 : cephadm [INF] Deploying daemon mgr.smithi160.rphsud on smithi160 2024-09-21T18:56:43.197 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cluster 2024-09-21T18:56:33.263098+0000 mgr.smithi107.uonppz (mgr.14203) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:43.197 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cluster 2024-09-21T18:56:33.263098+0000 mgr.smithi107.uonppz (mgr.14203) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:43.197 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cluster 2024-09-21T18:56:35.263519+0000 mgr.smithi107.uonppz (mgr.14203) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:43.197 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cluster 2024-09-21T18:56:35.263519+0000 mgr.smithi107.uonppz (mgr.14203) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:43.197 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:35.551694+0000 mon.smithi107 (mon.0) 231 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.197 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:35.551694+0000 mon.smithi107 (mon.0) 231 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.197 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:35.557862+0000 mon.smithi107 (mon.0) 232 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.197 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:35.557862+0000 mon.smithi107 (mon.0) 232 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.197 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:35.563970+0000 mon.smithi107 (mon.0) 233 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.198 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:35.563970+0000 mon.smithi107 (mon.0) 233 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.198 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:35.569538+0000 mon.smithi107 (mon.0) 234 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.198 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:35.569538+0000 mon.smithi107 (mon.0) 234 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.198 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:35.572899+0000 mon.smithi107 (mon.0) 235 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:56:43.198 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:35.572899+0000 mon.smithi107 (mon.0) 235 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:56:43.198 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:35.574709+0000 mon.smithi107 (mon.0) 236 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:43.198 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:35.574709+0000 mon.smithi107 (mon.0) 236 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:43.198 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:35.576654+0000 mgr.smithi107.uonppz (mgr.14203) 22 : cephadm [INF] Deploying daemon mon.smithi160 on smithi160 2024-09-21T18:56:43.198 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cephadm 2024-09-21T18:56:35.576654+0000 mgr.smithi107.uonppz (mgr.14203) 22 : cephadm [INF] Deploying daemon mon.smithi160 on smithi160 2024-09-21T18:56:43.198 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:36.574706+0000 mon.smithi107 (mon.0) 237 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.198 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:36.574706+0000 mon.smithi107 (mon.0) 237 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.198 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cluster 2024-09-21T18:56:37.263921+0000 mgr.smithi107.uonppz (mgr.14203) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:43.198 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cluster 2024-09-21T18:56:37.263921+0000 mgr.smithi107.uonppz (mgr.14203) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:43.198 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:38.959414+0000 mon.smithi107 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.160:0/209137646' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:56:43.198 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:38.959414+0000 mon.smithi107 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.160:0/209137646' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:56:43.199 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cluster 2024-09-21T18:56:39.264303+0000 mgr.smithi107.uonppz (mgr.14203) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:43.199 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cluster 2024-09-21T18:56:39.264303+0000 mgr.smithi107.uonppz (mgr.14203) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:43.199 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:41.566409+0000 mon.smithi107 (mon.0) 239 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:56:43.199 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:41.566409+0000 mon.smithi107 (mon.0) 239 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:56:43.199 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cluster 2024-09-21T18:56:41.264740+0000 mgr.smithi107.uonppz (mgr.14203) 25 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:43.199 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: cluster 2024-09-21T18:56:41.264740+0000 mgr.smithi107.uonppz (mgr.14203) 25 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:43.199 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:41.735465+0000 mon.smithi107 (mon.0) 240 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.199 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:41.735465+0000 mon.smithi107 (mon.0) 240 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.199 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:41.742556+0000 mon.smithi107 (mon.0) 241 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.199 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:41.742556+0000 mon.smithi107 (mon.0) 241 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.199 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:41.749487+0000 mon.smithi107 (mon.0) 242 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.199 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:41.749487+0000 mon.smithi107 (mon.0) 242 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.199 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:41.758066+0000 mon.smithi107 (mon.0) 243 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.199 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:41.758066+0000 mon.smithi107 (mon.0) 243 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.200 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:41.770295+0000 mon.smithi107 (mon.0) 244 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.200 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:41.770295+0000 mon.smithi107 (mon.0) 244 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:43.200 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:41.801370+0000 mon.smithi107 (mon.0) 245 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:56:43.200 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: audit 2024-09-21T18:56:41.801370+0000 mon.smithi107 (mon.0) 245 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:56:43.200 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:42 smithi160 bash[25034]: debug 2024-09-21T18:56:42.855+0000 7f6914d6a640 1 mon.smithi160@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2024-09-21T18:56:46.658 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi160/config 2024-09-21T18:56:48.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:42.873883+0000 mon.smithi107 (mon.0) 247 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi107"} : dispatch 2024-09-21T18:56:48.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:42.873883+0000 mon.smithi107 (mon.0) 247 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi107"} : dispatch 2024-09-21T18:56:48.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:42.874271+0000 mon.smithi107 (mon.0) 248 : cluster [INF] mon.smithi107 calling monitor election 2024-09-21T18:56:48.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:42.874271+0000 mon.smithi107 (mon.0) 248 : cluster [INF] mon.smithi107 calling monitor election 2024-09-21T18:56:48.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:42.899606+0000 mon.smithi107 (mon.0) 249 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:56:48.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:42.899606+0000 mon.smithi107 (mon.0) 249 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:56:48.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:43.265139+0000 mgr.smithi107.uonppz (mgr.14203) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:48.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:43.265139+0000 mgr.smithi107.uonppz (mgr.14203) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:48.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:43.866741+0000 mon.smithi107 (mon.0) 250 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:56:48.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:43.866741+0000 mon.smithi107 (mon.0) 250 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:56:48.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:44.283256+0000 mon.smithi107 (mon.0) 251 : audit [DBG] from='mgr.? 172.21.15.160:0/2542010319' entity='mgr.smithi160.rphsud' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi160.rphsud/crt"} : dispatch 2024-09-21T18:56:48.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:44.283256+0000 mon.smithi107 (mon.0) 251 : audit [DBG] from='mgr.? 172.21.15.160:0/2542010319' entity='mgr.smithi160.rphsud' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi160.rphsud/crt"} : dispatch 2024-09-21T18:56:48.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:44.866494+0000 mon.smithi107 (mon.0) 252 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:56:48.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:44.866494+0000 mon.smithi107 (mon.0) 252 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:56:48.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:44.866851+0000 mon.smithi160 (mon.1) 1 : cluster [INF] mon.smithi160 calling monitor election 2024-09-21T18:56:48.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:44.866851+0000 mon.smithi160 (mon.1) 1 : cluster [INF] mon.smithi160 calling monitor election 2024-09-21T18:56:48.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:45.265556+0000 mgr.smithi107.uonppz (mgr.14203) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:48.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:45.265556+0000 mgr.smithi107.uonppz (mgr.14203) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:48.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:45.866422+0000 mon.smithi107 (mon.0) 253 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:56:48.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:45.866422+0000 mon.smithi107 (mon.0) 253 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:56:48.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:46.866203+0000 mon.smithi107 (mon.0) 254 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:56:48.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:46.866203+0000 mon.smithi107 (mon.0) 254 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:56:48.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:47.866410+0000 mon.smithi107 (mon.0) 255 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:56:48.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:47.866410+0000 mon.smithi107 (mon.0) 255 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:56:48.163 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:47.919823+0000 mon.smithi107 (mon.0) 256 : cluster [INF] mon.smithi107 is new leader, mons smithi107,smithi160 in quorum (ranks 0,1) 2024-09-21T18:56:48.163 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:47.919823+0000 mon.smithi107 (mon.0) 256 : cluster [INF] mon.smithi107 is new leader, mons smithi107,smithi160 in quorum (ranks 0,1) 2024-09-21T18:56:48.163 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:47.927319+0000 mon.smithi107 (mon.0) 257 : cluster [DBG] monmap epoch 2 2024-09-21T18:56:48.163 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:47.927319+0000 mon.smithi107 (mon.0) 257 : cluster [DBG] monmap epoch 2 2024-09-21T18:56:48.163 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:47.927351+0000 mon.smithi107 (mon.0) 258 : cluster [DBG] fsid 96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T18:56:48.163 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:47.927351+0000 mon.smithi107 (mon.0) 258 : cluster [DBG] fsid 96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T18:56:48.163 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:47.927393+0000 mon.smithi107 (mon.0) 259 : cluster [DBG] last_changed 2024-09-21T18:56:42.866015+0000 2024-09-21T18:56:48.163 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:47.927393+0000 mon.smithi107 (mon.0) 259 : cluster [DBG] last_changed 2024-09-21T18:56:42.866015+0000 2024-09-21T18:56:48.163 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:47.927431+0000 mon.smithi107 (mon.0) 260 : cluster [DBG] created 2024-09-21T18:53:15.658756+0000 2024-09-21T18:56:48.163 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:47.927431+0000 mon.smithi107 (mon.0) 260 : cluster [DBG] created 2024-09-21T18:53:15.658756+0000 2024-09-21T18:56:48.163 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:47.927469+0000 mon.smithi107 (mon.0) 261 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T18:56:48.163 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:47.927469+0000 mon.smithi107 (mon.0) 261 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T18:56:48.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:47.927502+0000 mon.smithi107 (mon.0) 262 : cluster [DBG] election_strategy: 1 2024-09-21T18:56:48.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:47.927502+0000 mon.smithi107 (mon.0) 262 : cluster [DBG] election_strategy: 1 2024-09-21T18:56:48.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:47.927535+0000 mon.smithi107 (mon.0) 263 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.smithi107 2024-09-21T18:56:48.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:47.927535+0000 mon.smithi107 (mon.0) 263 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.smithi107 2024-09-21T18:56:48.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:47.927569+0000 mon.smithi107 (mon.0) 264 : cluster [DBG] 1: [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon.smithi160 2024-09-21T18:56:48.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:47.927569+0000 mon.smithi107 (mon.0) 264 : cluster [DBG] 1: [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon.smithi160 2024-09-21T18:56:48.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:47.947196+0000 mon.smithi107 (mon.0) 265 : cluster [DBG] fsmap 2024-09-21T18:56:48.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:47.947196+0000 mon.smithi107 (mon.0) 265 : cluster [DBG] fsmap 2024-09-21T18:56:48.165 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:47.947255+0000 mon.smithi107 (mon.0) 266 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-21T18:56:48.165 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:47.947255+0000 mon.smithi107 (mon.0) 266 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-21T18:56:48.165 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:47.947556+0000 mon.smithi107 (mon.0) 267 : cluster [DBG] mgrmap e18: smithi107.uonppz(active, since 36s) 2024-09-21T18:56:48.165 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:47.947556+0000 mon.smithi107 (mon.0) 267 : cluster [DBG] mgrmap e18: smithi107.uonppz(active, since 36s) 2024-09-21T18:56:48.165 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:47.947828+0000 mon.smithi107 (mon.0) 268 : cluster [INF] overall HEALTH_OK 2024-09-21T18:56:48.165 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:47.947828+0000 mon.smithi107 (mon.0) 268 : cluster [INF] overall HEALTH_OK 2024-09-21T18:56:48.165 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:47.948627+0000 mon.smithi107 (mon.0) 269 : cluster [DBG] Standby manager daemon smithi160.rphsud started 2024-09-21T18:56:48.165 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: cluster 2024-09-21T18:56:47.948627+0000 mon.smithi107 (mon.0) 269 : cluster [DBG] Standby manager daemon smithi160.rphsud started 2024-09-21T18:56:48.165 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:47.952137+0000 mon.smithi107 (mon.0) 270 : audit [DBG] from='mgr.? 172.21.15.160:0/2542010319' entity='mgr.smithi160.rphsud' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T18:56:48.165 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:47.952137+0000 mon.smithi107 (mon.0) 270 : audit [DBG] from='mgr.? 172.21.15.160:0/2542010319' entity='mgr.smithi160.rphsud' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T18:56:48.165 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:47.956731+0000 mon.smithi107 (mon.0) 271 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:48.165 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:47.956731+0000 mon.smithi107 (mon.0) 271 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:48.165 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:47.958255+0000 mon.smithi107 (mon.0) 272 : audit [DBG] from='mgr.? 172.21.15.160:0/2542010319' entity='mgr.smithi160.rphsud' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi160.rphsud/key"} : dispatch 2024-09-21T18:56:48.165 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:47.958255+0000 mon.smithi107 (mon.0) 272 : audit [DBG] from='mgr.? 172.21.15.160:0/2542010319' entity='mgr.smithi160.rphsud' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi160.rphsud/key"} : dispatch 2024-09-21T18:56:48.165 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:47.959170+0000 mon.smithi107 (mon.0) 273 : audit [DBG] from='mgr.? 172.21.15.160:0/2542010319' entity='mgr.smithi160.rphsud' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T18:56:48.166 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:47.959170+0000 mon.smithi107 (mon.0) 273 : audit [DBG] from='mgr.? 172.21.15.160:0/2542010319' entity='mgr.smithi160.rphsud' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T18:56:48.166 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:47.977003+0000 mon.smithi107 (mon.0) 274 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:48.166 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:47.977003+0000 mon.smithi107 (mon.0) 274 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:48.166 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:47.986737+0000 mon.smithi107 (mon.0) 275 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:48.166 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:47.986737+0000 mon.smithi107 (mon.0) 275 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:48.166 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:47.988791+0000 mon.smithi107 (mon.0) 276 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:48.166 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:47.988791+0000 mon.smithi107 (mon.0) 276 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:48.166 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:47.990494+0000 mon.smithi107 (mon.0) 277 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:56:48.166 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:48 smithi160 bash[25034]: audit 2024-09-21T18:56:47.990494+0000 mon.smithi107 (mon.0) 277 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:56:48.254 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 2 2024-09-21T18:56:48.255 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-09-21T18:56:48.255 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":2,"fsid":"96af9b06-784a-11ef-baf6-efdc52797490","modified":"2024-09-21T18:56:42.866015Z","created":"2024-09-21T18:53:15.658756Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi107","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:3300","nonce":0},{"type":"v1","addr":"172.21.15.107:6789","nonce":0}]},"addr":"172.21.15.107:6789/0","public_addr":"172.21.15.107:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi160","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:3300","nonce":0},{"type":"v1","addr":"172.21.15.160:6789","nonce":0}]},"addr":"172.21.15.160:6789/0","public_addr":"172.21.15.160:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-21T18:56:48.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:42.873883+0000 mon.smithi107 (mon.0) 247 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi107"} : dispatch 2024-09-21T18:56:48.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:42.873883+0000 mon.smithi107 (mon.0) 247 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi107"} : dispatch 2024-09-21T18:56:48.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:42.874271+0000 mon.smithi107 (mon.0) 248 : cluster [INF] mon.smithi107 calling monitor election 2024-09-21T18:56:48.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:42.874271+0000 mon.smithi107 (mon.0) 248 : cluster [INF] mon.smithi107 calling monitor election 2024-09-21T18:56:48.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:42.899606+0000 mon.smithi107 (mon.0) 249 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:56:48.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:42.899606+0000 mon.smithi107 (mon.0) 249 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:56:48.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:43.265139+0000 mgr.smithi107.uonppz (mgr.14203) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:48.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:43.265139+0000 mgr.smithi107.uonppz (mgr.14203) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:48.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:43.866741+0000 mon.smithi107 (mon.0) 250 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:56:48.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:43.866741+0000 mon.smithi107 (mon.0) 250 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:56:48.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:44.283256+0000 mon.smithi107 (mon.0) 251 : audit [DBG] from='mgr.? 172.21.15.160:0/2542010319' entity='mgr.smithi160.rphsud' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi160.rphsud/crt"} : dispatch 2024-09-21T18:56:48.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:44.283256+0000 mon.smithi107 (mon.0) 251 : audit [DBG] from='mgr.? 172.21.15.160:0/2542010319' entity='mgr.smithi160.rphsud' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi160.rphsud/crt"} : dispatch 2024-09-21T18:56:48.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:44.866494+0000 mon.smithi107 (mon.0) 252 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:56:48.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:44.866494+0000 mon.smithi107 (mon.0) 252 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:56:48.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:44.866851+0000 mon.smithi160 (mon.1) 1 : cluster [INF] mon.smithi160 calling monitor election 2024-09-21T18:56:48.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:44.866851+0000 mon.smithi160 (mon.1) 1 : cluster [INF] mon.smithi160 calling monitor election 2024-09-21T18:56:48.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:45.265556+0000 mgr.smithi107.uonppz (mgr.14203) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:48.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:45.265556+0000 mgr.smithi107.uonppz (mgr.14203) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:48.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:45.866422+0000 mon.smithi107 (mon.0) 253 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:56:48.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:45.866422+0000 mon.smithi107 (mon.0) 253 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:56:48.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:46.866203+0000 mon.smithi107 (mon.0) 254 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:56:48.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:46.866203+0000 mon.smithi107 (mon.0) 254 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:56:48.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:47.866410+0000 mon.smithi107 (mon.0) 255 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:56:48.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:47.866410+0000 mon.smithi107 (mon.0) 255 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:56:48.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:47.919823+0000 mon.smithi107 (mon.0) 256 : cluster [INF] mon.smithi107 is new leader, mons smithi107,smithi160 in quorum (ranks 0,1) 2024-09-21T18:56:48.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:47.919823+0000 mon.smithi107 (mon.0) 256 : cluster [INF] mon.smithi107 is new leader, mons smithi107,smithi160 in quorum (ranks 0,1) 2024-09-21T18:56:48.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:47.927319+0000 mon.smithi107 (mon.0) 257 : cluster [DBG] monmap epoch 2 2024-09-21T18:56:48.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:47.927319+0000 mon.smithi107 (mon.0) 257 : cluster [DBG] monmap epoch 2 2024-09-21T18:56:48.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:47.927351+0000 mon.smithi107 (mon.0) 258 : cluster [DBG] fsid 96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T18:56:48.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:47.927351+0000 mon.smithi107 (mon.0) 258 : cluster [DBG] fsid 96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T18:56:48.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:47.927393+0000 mon.smithi107 (mon.0) 259 : cluster [DBG] last_changed 2024-09-21T18:56:42.866015+0000 2024-09-21T18:56:48.403 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:47.927393+0000 mon.smithi107 (mon.0) 259 : cluster [DBG] last_changed 2024-09-21T18:56:42.866015+0000 2024-09-21T18:56:48.403 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:47.927431+0000 mon.smithi107 (mon.0) 260 : cluster [DBG] created 2024-09-21T18:53:15.658756+0000 2024-09-21T18:56:48.403 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:47.927431+0000 mon.smithi107 (mon.0) 260 : cluster [DBG] created 2024-09-21T18:53:15.658756+0000 2024-09-21T18:56:48.403 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:47.927469+0000 mon.smithi107 (mon.0) 261 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T18:56:48.403 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:47.927469+0000 mon.smithi107 (mon.0) 261 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T18:56:48.403 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:47.927502+0000 mon.smithi107 (mon.0) 262 : cluster [DBG] election_strategy: 1 2024-09-21T18:56:48.403 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:47.927502+0000 mon.smithi107 (mon.0) 262 : cluster [DBG] election_strategy: 1 2024-09-21T18:56:48.403 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:47.927535+0000 mon.smithi107 (mon.0) 263 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.smithi107 2024-09-21T18:56:48.403 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:47.927535+0000 mon.smithi107 (mon.0) 263 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.smithi107 2024-09-21T18:56:48.403 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:47.927569+0000 mon.smithi107 (mon.0) 264 : cluster [DBG] 1: [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon.smithi160 2024-09-21T18:56:48.403 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:47.927569+0000 mon.smithi107 (mon.0) 264 : cluster [DBG] 1: [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon.smithi160 2024-09-21T18:56:48.403 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:47.947196+0000 mon.smithi107 (mon.0) 265 : cluster [DBG] fsmap 2024-09-21T18:56:48.403 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:47.947196+0000 mon.smithi107 (mon.0) 265 : cluster [DBG] fsmap 2024-09-21T18:56:48.404 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:47.947255+0000 mon.smithi107 (mon.0) 266 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-21T18:56:48.404 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:47.947255+0000 mon.smithi107 (mon.0) 266 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-21T18:56:48.404 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:47.947556+0000 mon.smithi107 (mon.0) 267 : cluster [DBG] mgrmap e18: smithi107.uonppz(active, since 36s) 2024-09-21T18:56:48.404 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:47.947556+0000 mon.smithi107 (mon.0) 267 : cluster [DBG] mgrmap e18: smithi107.uonppz(active, since 36s) 2024-09-21T18:56:48.404 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:47.947828+0000 mon.smithi107 (mon.0) 268 : cluster [INF] overall HEALTH_OK 2024-09-21T18:56:48.404 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:47.947828+0000 mon.smithi107 (mon.0) 268 : cluster [INF] overall HEALTH_OK 2024-09-21T18:56:48.404 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:47.948627+0000 mon.smithi107 (mon.0) 269 : cluster [DBG] Standby manager daemon smithi160.rphsud started 2024-09-21T18:56:48.404 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: cluster 2024-09-21T18:56:47.948627+0000 mon.smithi107 (mon.0) 269 : cluster [DBG] Standby manager daemon smithi160.rphsud started 2024-09-21T18:56:48.404 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:47.952137+0000 mon.smithi107 (mon.0) 270 : audit [DBG] from='mgr.? 172.21.15.160:0/2542010319' entity='mgr.smithi160.rphsud' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T18:56:48.404 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:47.952137+0000 mon.smithi107 (mon.0) 270 : audit [DBG] from='mgr.? 172.21.15.160:0/2542010319' entity='mgr.smithi160.rphsud' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T18:56:48.404 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:47.956731+0000 mon.smithi107 (mon.0) 271 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:48.404 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:47.956731+0000 mon.smithi107 (mon.0) 271 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:48.404 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:47.958255+0000 mon.smithi107 (mon.0) 272 : audit [DBG] from='mgr.? 172.21.15.160:0/2542010319' entity='mgr.smithi160.rphsud' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi160.rphsud/key"} : dispatch 2024-09-21T18:56:48.404 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:47.958255+0000 mon.smithi107 (mon.0) 272 : audit [DBG] from='mgr.? 172.21.15.160:0/2542010319' entity='mgr.smithi160.rphsud' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi160.rphsud/key"} : dispatch 2024-09-21T18:56:48.404 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:47.959170+0000 mon.smithi107 (mon.0) 273 : audit [DBG] from='mgr.? 172.21.15.160:0/2542010319' entity='mgr.smithi160.rphsud' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T18:56:48.405 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:47.959170+0000 mon.smithi107 (mon.0) 273 : audit [DBG] from='mgr.? 172.21.15.160:0/2542010319' entity='mgr.smithi160.rphsud' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T18:56:48.405 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:47.977003+0000 mon.smithi107 (mon.0) 274 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:48.405 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:47.977003+0000 mon.smithi107 (mon.0) 274 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:48.405 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:47.986737+0000 mon.smithi107 (mon.0) 275 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:48.405 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:47.986737+0000 mon.smithi107 (mon.0) 275 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:48.405 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:47.988791+0000 mon.smithi107 (mon.0) 276 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:48.405 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:47.988791+0000 mon.smithi107 (mon.0) 276 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:48.405 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:47.990494+0000 mon.smithi107 (mon.0) 277 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:56:48.405 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:48 smithi107 bash[20033]: audit 2024-09-21T18:56:47.990494+0000 mon.smithi107 (mon.0) 277 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:56:48.914 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-21T18:56:48.915 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph config generate-minimal-conf 2024-09-21T18:56:49.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:49 smithi107 bash[20033]: cluster 2024-09-21T18:56:47.265930+0000 mgr.smithi107.uonppz (mgr.14203) 28 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:49.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:49 smithi107 bash[20033]: cluster 2024-09-21T18:56:47.265930+0000 mgr.smithi107.uonppz (mgr.14203) 28 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:49.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:49 smithi107 bash[20033]: cephadm 2024-09-21T18:56:47.992851+0000 mgr.smithi107.uonppz (mgr.14203) 29 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-09-21T18:56:49.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:49 smithi107 bash[20033]: cephadm 2024-09-21T18:56:47.992851+0000 mgr.smithi107.uonppz (mgr.14203) 29 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-09-21T18:56:49.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:49 smithi107 bash[20033]: cephadm 2024-09-21T18:56:47.993391+0000 mgr.smithi107.uonppz (mgr.14203) 30 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-09-21T18:56:49.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:49 smithi107 bash[20033]: cephadm 2024-09-21T18:56:47.993391+0000 mgr.smithi107.uonppz (mgr.14203) 30 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-09-21T18:56:49.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:49 smithi107 bash[20033]: cluster 2024-09-21T18:56:48.022043+0000 mon.smithi107 (mon.0) 278 : cluster [DBG] mgrmap e19: smithi107.uonppz(active, since 36s), standbys: smithi160.rphsud 2024-09-21T18:56:49.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:49 smithi107 bash[20033]: cluster 2024-09-21T18:56:48.022043+0000 mon.smithi107 (mon.0) 278 : cluster [DBG] mgrmap e19: smithi107.uonppz(active, since 36s), standbys: smithi160.rphsud 2024-09-21T18:56:49.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:49 smithi107 bash[20033]: audit 2024-09-21T18:56:48.022416+0000 mon.smithi107 (mon.0) 279 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mgr metadata", "who": "smithi160.rphsud", "id": "smithi160.rphsud"} : dispatch 2024-09-21T18:56:49.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:49 smithi107 bash[20033]: audit 2024-09-21T18:56:48.022416+0000 mon.smithi107 (mon.0) 279 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mgr metadata", "who": "smithi160.rphsud", "id": "smithi160.rphsud"} : dispatch 2024-09-21T18:56:49.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:49 smithi107 bash[20033]: audit 2024-09-21T18:56:48.207667+0000 mon.smithi107 (mon.0) 280 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:49.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:49 smithi107 bash[20033]: audit 2024-09-21T18:56:48.207667+0000 mon.smithi107 (mon.0) 280 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:49.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:49 smithi107 bash[20033]: audit 2024-09-21T18:56:48.212146+0000 mon.smithi107 (mon.0) 281 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:49.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:49 smithi107 bash[20033]: audit 2024-09-21T18:56:48.212146+0000 mon.smithi107 (mon.0) 281 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:49.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:49 smithi107 bash[20033]: audit 2024-09-21T18:56:48.215220+0000 mon.smithi107 (mon.0) 282 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:49.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:49 smithi107 bash[20033]: audit 2024-09-21T18:56:48.215220+0000 mon.smithi107 (mon.0) 282 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:49.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:49 smithi107 bash[20033]: audit 2024-09-21T18:56:48.220172+0000 mon.smithi107 (mon.0) 283 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:49.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:49 smithi107 bash[20033]: audit 2024-09-21T18:56:48.220172+0000 mon.smithi107 (mon.0) 283 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:49.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:49 smithi107 bash[20033]: audit 2024-09-21T18:56:48.225702+0000 mon.smithi107 (mon.0) 284 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:49.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:49 smithi107 bash[20033]: audit 2024-09-21T18:56:48.225702+0000 mon.smithi107 (mon.0) 284 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:49.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:49 smithi107 bash[20033]: audit 2024-09-21T18:56:48.247043+0000 mon.smithi107 (mon.0) 285 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:56:49.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:49 smithi107 bash[20033]: audit 2024-09-21T18:56:48.247043+0000 mon.smithi107 (mon.0) 285 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:56:49.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:49 smithi107 bash[20033]: audit 2024-09-21T18:56:48.247911+0000 mon.smithi107 (mon.0) 286 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T18:56:49.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:49 smithi107 bash[20033]: audit 2024-09-21T18:56:48.247911+0000 mon.smithi107 (mon.0) 286 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T18:56:49.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:49 smithi107 bash[20033]: audit 2024-09-21T18:56:48.248690+0000 mon.smithi107 (mon.0) 287 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:49.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:49 smithi107 bash[20033]: audit 2024-09-21T18:56:48.248690+0000 mon.smithi107 (mon.0) 287 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:49.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:49 smithi107 bash[20033]: audit 2024-09-21T18:56:48.253998+0000 mon.smithi107 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.160:0/3230103221' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:56:49.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:49 smithi107 bash[20033]: audit 2024-09-21T18:56:48.253998+0000 mon.smithi107 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.160:0/3230103221' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:56:49.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:49 smithi107 bash[20033]: audit 2024-09-21T18:56:48.867042+0000 mon.smithi107 (mon.0) 289 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:56:49.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:49 smithi107 bash[20033]: audit 2024-09-21T18:56:48.867042+0000 mon.smithi107 (mon.0) 289 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:56:49.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:49 smithi160 bash[25034]: cluster 2024-09-21T18:56:47.265930+0000 mgr.smithi107.uonppz (mgr.14203) 28 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:49.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:49 smithi160 bash[25034]: cluster 2024-09-21T18:56:47.265930+0000 mgr.smithi107.uonppz (mgr.14203) 28 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:49.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:49 smithi160 bash[25034]: cephadm 2024-09-21T18:56:47.992851+0000 mgr.smithi107.uonppz (mgr.14203) 29 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-09-21T18:56:49.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:49 smithi160 bash[25034]: cephadm 2024-09-21T18:56:47.992851+0000 mgr.smithi107.uonppz (mgr.14203) 29 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-09-21T18:56:49.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:49 smithi160 bash[25034]: cephadm 2024-09-21T18:56:47.993391+0000 mgr.smithi107.uonppz (mgr.14203) 30 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-09-21T18:56:49.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:49 smithi160 bash[25034]: cephadm 2024-09-21T18:56:47.993391+0000 mgr.smithi107.uonppz (mgr.14203) 30 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-09-21T18:56:49.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:49 smithi160 bash[25034]: cluster 2024-09-21T18:56:48.022043+0000 mon.smithi107 (mon.0) 278 : cluster [DBG] mgrmap e19: smithi107.uonppz(active, since 36s), standbys: smithi160.rphsud 2024-09-21T18:56:49.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:49 smithi160 bash[25034]: cluster 2024-09-21T18:56:48.022043+0000 mon.smithi107 (mon.0) 278 : cluster [DBG] mgrmap e19: smithi107.uonppz(active, since 36s), standbys: smithi160.rphsud 2024-09-21T18:56:49.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:49 smithi160 bash[25034]: audit 2024-09-21T18:56:48.022416+0000 mon.smithi107 (mon.0) 279 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mgr metadata", "who": "smithi160.rphsud", "id": "smithi160.rphsud"} : dispatch 2024-09-21T18:56:49.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:49 smithi160 bash[25034]: audit 2024-09-21T18:56:48.022416+0000 mon.smithi107 (mon.0) 279 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mgr metadata", "who": "smithi160.rphsud", "id": "smithi160.rphsud"} : dispatch 2024-09-21T18:56:49.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:49 smithi160 bash[25034]: audit 2024-09-21T18:56:48.207667+0000 mon.smithi107 (mon.0) 280 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:49.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:49 smithi160 bash[25034]: audit 2024-09-21T18:56:48.207667+0000 mon.smithi107 (mon.0) 280 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:49.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:49 smithi160 bash[25034]: audit 2024-09-21T18:56:48.212146+0000 mon.smithi107 (mon.0) 281 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:49.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:49 smithi160 bash[25034]: audit 2024-09-21T18:56:48.212146+0000 mon.smithi107 (mon.0) 281 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:49.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:49 smithi160 bash[25034]: audit 2024-09-21T18:56:48.215220+0000 mon.smithi107 (mon.0) 282 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:49.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:49 smithi160 bash[25034]: audit 2024-09-21T18:56:48.215220+0000 mon.smithi107 (mon.0) 282 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:49.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:49 smithi160 bash[25034]: audit 2024-09-21T18:56:48.220172+0000 mon.smithi107 (mon.0) 283 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:49.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:49 smithi160 bash[25034]: audit 2024-09-21T18:56:48.220172+0000 mon.smithi107 (mon.0) 283 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:49.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:49 smithi160 bash[25034]: audit 2024-09-21T18:56:48.225702+0000 mon.smithi107 (mon.0) 284 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:49.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:49 smithi160 bash[25034]: audit 2024-09-21T18:56:48.225702+0000 mon.smithi107 (mon.0) 284 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:49.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:49 smithi160 bash[25034]: audit 2024-09-21T18:56:48.247043+0000 mon.smithi107 (mon.0) 285 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:56:49.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:49 smithi160 bash[25034]: audit 2024-09-21T18:56:48.247043+0000 mon.smithi107 (mon.0) 285 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:56:49.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:49 smithi160 bash[25034]: audit 2024-09-21T18:56:48.247911+0000 mon.smithi107 (mon.0) 286 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T18:56:49.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:49 smithi160 bash[25034]: audit 2024-09-21T18:56:48.247911+0000 mon.smithi107 (mon.0) 286 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T18:56:49.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:49 smithi160 bash[25034]: audit 2024-09-21T18:56:48.248690+0000 mon.smithi107 (mon.0) 287 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:49.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:49 smithi160 bash[25034]: audit 2024-09-21T18:56:48.248690+0000 mon.smithi107 (mon.0) 287 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:49.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:49 smithi160 bash[25034]: audit 2024-09-21T18:56:48.253998+0000 mon.smithi107 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.160:0/3230103221' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:56:49.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:49 smithi160 bash[25034]: audit 2024-09-21T18:56:48.253998+0000 mon.smithi107 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.160:0/3230103221' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:56:49.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:49 smithi160 bash[25034]: audit 2024-09-21T18:56:48.867042+0000 mon.smithi107 (mon.0) 289 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:56:49.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:49 smithi160 bash[25034]: audit 2024-09-21T18:56:48.867042+0000 mon.smithi107 (mon.0) 289 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:56:50.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:50 smithi107 bash[20033]: cephadm 2024-09-21T18:56:48.122950+0000 mgr.smithi107.uonppz (mgr.14203) 31 : cephadm [INF] Updating smithi160:/var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:56:50.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:50 smithi107 bash[20033]: cephadm 2024-09-21T18:56:48.122950+0000 mgr.smithi107.uonppz (mgr.14203) 31 : cephadm [INF] Updating smithi160:/var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:56:50.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:50 smithi107 bash[20033]: cephadm 2024-09-21T18:56:48.127058+0000 mgr.smithi107.uonppz (mgr.14203) 32 : cephadm [INF] Updating smithi107:/var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:56:50.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:50 smithi107 bash[20033]: cephadm 2024-09-21T18:56:48.127058+0000 mgr.smithi107.uonppz (mgr.14203) 32 : cephadm [INF] Updating smithi107:/var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:56:50.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:50 smithi107 bash[20033]: cephadm 2024-09-21T18:56:48.246618+0000 mgr.smithi107.uonppz (mgr.14203) 33 : cephadm [INF] Reconfiguring mon.smithi107 (unknown last config time)... 2024-09-21T18:56:50.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:50 smithi107 bash[20033]: cephadm 2024-09-21T18:56:48.246618+0000 mgr.smithi107.uonppz (mgr.14203) 33 : cephadm [INF] Reconfiguring mon.smithi107 (unknown last config time)... 2024-09-21T18:56:50.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:50 smithi107 bash[20033]: cephadm 2024-09-21T18:56:48.249484+0000 mgr.smithi107.uonppz (mgr.14203) 34 : cephadm [INF] Reconfiguring daemon mon.smithi107 on smithi107 2024-09-21T18:56:50.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:50 smithi107 bash[20033]: cephadm 2024-09-21T18:56:48.249484+0000 mgr.smithi107.uonppz (mgr.14203) 34 : cephadm [INF] Reconfiguring daemon mon.smithi107 on smithi107 2024-09-21T18:56:50.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:50 smithi160 bash[25034]: cephadm 2024-09-21T18:56:48.122950+0000 mgr.smithi107.uonppz (mgr.14203) 31 : cephadm [INF] Updating smithi160:/var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:56:50.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:50 smithi160 bash[25034]: cephadm 2024-09-21T18:56:48.122950+0000 mgr.smithi107.uonppz (mgr.14203) 31 : cephadm [INF] Updating smithi160:/var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:56:50.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:50 smithi160 bash[25034]: cephadm 2024-09-21T18:56:48.127058+0000 mgr.smithi107.uonppz (mgr.14203) 32 : cephadm [INF] Updating smithi107:/var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:56:50.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:50 smithi160 bash[25034]: cephadm 2024-09-21T18:56:48.127058+0000 mgr.smithi107.uonppz (mgr.14203) 32 : cephadm [INF] Updating smithi107:/var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:56:50.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:50 smithi160 bash[25034]: cephadm 2024-09-21T18:56:48.246618+0000 mgr.smithi107.uonppz (mgr.14203) 33 : cephadm [INF] Reconfiguring mon.smithi107 (unknown last config time)... 2024-09-21T18:56:50.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:50 smithi160 bash[25034]: cephadm 2024-09-21T18:56:48.246618+0000 mgr.smithi107.uonppz (mgr.14203) 33 : cephadm [INF] Reconfiguring mon.smithi107 (unknown last config time)... 2024-09-21T18:56:50.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:50 smithi160 bash[25034]: cephadm 2024-09-21T18:56:48.249484+0000 mgr.smithi107.uonppz (mgr.14203) 34 : cephadm [INF] Reconfiguring daemon mon.smithi107 on smithi107 2024-09-21T18:56:50.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:50 smithi160 bash[25034]: cephadm 2024-09-21T18:56:48.249484+0000 mgr.smithi107.uonppz (mgr.14203) 34 : cephadm [INF] Reconfiguring daemon mon.smithi107 on smithi107 2024-09-21T18:56:51.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:51 smithi107 bash[20033]: cluster 2024-09-21T18:56:49.266365+0000 mgr.smithi107.uonppz (mgr.14203) 35 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:51.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:51 smithi107 bash[20033]: cluster 2024-09-21T18:56:49.266365+0000 mgr.smithi107.uonppz (mgr.14203) 35 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:51.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:51 smithi107 bash[20033]: audit 2024-09-21T18:56:50.615609+0000 mon.smithi107 (mon.0) 290 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:51.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:51 smithi107 bash[20033]: audit 2024-09-21T18:56:50.615609+0000 mon.smithi107 (mon.0) 290 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:51.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:51 smithi107 bash[20033]: audit 2024-09-21T18:56:50.623079+0000 mon.smithi107 (mon.0) 291 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:51.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:51 smithi107 bash[20033]: audit 2024-09-21T18:56:50.623079+0000 mon.smithi107 (mon.0) 291 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:51.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:51 smithi107 bash[20033]: audit 2024-09-21T18:56:50.625295+0000 mon.smithi107 (mon.0) 292 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi107.uonppz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T18:56:51.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:51 smithi107 bash[20033]: audit 2024-09-21T18:56:50.625295+0000 mon.smithi107 (mon.0) 292 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi107.uonppz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T18:56:51.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:51 smithi107 bash[20033]: audit 2024-09-21T18:56:50.627119+0000 mon.smithi107 (mon.0) 293 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T18:56:51.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:51 smithi107 bash[20033]: audit 2024-09-21T18:56:50.627119+0000 mon.smithi107 (mon.0) 293 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T18:56:51.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:51 smithi107 bash[20033]: audit 2024-09-21T18:56:50.628554+0000 mon.smithi107 (mon.0) 294 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:51.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:51 smithi107 bash[20033]: audit 2024-09-21T18:56:50.628554+0000 mon.smithi107 (mon.0) 294 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:51.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:51 smithi160 bash[25034]: cluster 2024-09-21T18:56:49.266365+0000 mgr.smithi107.uonppz (mgr.14203) 35 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:51.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:51 smithi160 bash[25034]: cluster 2024-09-21T18:56:49.266365+0000 mgr.smithi107.uonppz (mgr.14203) 35 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:51.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:51 smithi160 bash[25034]: audit 2024-09-21T18:56:50.615609+0000 mon.smithi107 (mon.0) 290 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:51.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:51 smithi160 bash[25034]: audit 2024-09-21T18:56:50.615609+0000 mon.smithi107 (mon.0) 290 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:51.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:51 smithi160 bash[25034]: audit 2024-09-21T18:56:50.623079+0000 mon.smithi107 (mon.0) 291 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:51.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:51 smithi160 bash[25034]: audit 2024-09-21T18:56:50.623079+0000 mon.smithi107 (mon.0) 291 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:51.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:51 smithi160 bash[25034]: audit 2024-09-21T18:56:50.625295+0000 mon.smithi107 (mon.0) 292 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi107.uonppz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T18:56:51.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:51 smithi160 bash[25034]: audit 2024-09-21T18:56:50.625295+0000 mon.smithi107 (mon.0) 292 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi107.uonppz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T18:56:51.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:51 smithi160 bash[25034]: audit 2024-09-21T18:56:50.627119+0000 mon.smithi107 (mon.0) 293 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T18:56:51.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:51 smithi160 bash[25034]: audit 2024-09-21T18:56:50.627119+0000 mon.smithi107 (mon.0) 293 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T18:56:51.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:51 smithi160 bash[25034]: audit 2024-09-21T18:56:50.628554+0000 mon.smithi107 (mon.0) 294 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:51.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:51 smithi160 bash[25034]: audit 2024-09-21T18:56:50.628554+0000 mon.smithi107 (mon.0) 294 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:52.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:52 smithi107 bash[20033]: cephadm 2024-09-21T18:56:50.624662+0000 mgr.smithi107.uonppz (mgr.14203) 36 : cephadm [INF] Reconfiguring mgr.smithi107.uonppz (unknown last config time)... 2024-09-21T18:56:52.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:52 smithi107 bash[20033]: cephadm 2024-09-21T18:56:50.624662+0000 mgr.smithi107.uonppz (mgr.14203) 36 : cephadm [INF] Reconfiguring mgr.smithi107.uonppz (unknown last config time)... 2024-09-21T18:56:52.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:52 smithi107 bash[20033]: cephadm 2024-09-21T18:56:50.630257+0000 mgr.smithi107.uonppz (mgr.14203) 37 : cephadm [INF] Reconfiguring daemon mgr.smithi107.uonppz on smithi107 2024-09-21T18:56:52.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:52 smithi107 bash[20033]: cephadm 2024-09-21T18:56:50.630257+0000 mgr.smithi107.uonppz (mgr.14203) 37 : cephadm [INF] Reconfiguring daemon mgr.smithi107.uonppz on smithi107 2024-09-21T18:56:52.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:52 smithi160 bash[25034]: cephadm 2024-09-21T18:56:50.624662+0000 mgr.smithi107.uonppz (mgr.14203) 36 : cephadm [INF] Reconfiguring mgr.smithi107.uonppz (unknown last config time)... 2024-09-21T18:56:52.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:52 smithi160 bash[25034]: cephadm 2024-09-21T18:56:50.624662+0000 mgr.smithi107.uonppz (mgr.14203) 36 : cephadm [INF] Reconfiguring mgr.smithi107.uonppz (unknown last config time)... 2024-09-21T18:56:52.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:52 smithi160 bash[25034]: cephadm 2024-09-21T18:56:50.630257+0000 mgr.smithi107.uonppz (mgr.14203) 37 : cephadm [INF] Reconfiguring daemon mgr.smithi107.uonppz on smithi107 2024-09-21T18:56:52.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:52 smithi160 bash[25034]: cephadm 2024-09-21T18:56:50.630257+0000 mgr.smithi107.uonppz (mgr.14203) 37 : cephadm [INF] Reconfiguring daemon mgr.smithi107.uonppz on smithi107 2024-09-21T18:56:53.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:53 smithi107 bash[20033]: cluster 2024-09-21T18:56:51.266747+0000 mgr.smithi107.uonppz (mgr.14203) 38 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:53.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:53 smithi107 bash[20033]: cluster 2024-09-21T18:56:51.266747+0000 mgr.smithi107.uonppz (mgr.14203) 38 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:53.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:53 smithi107 bash[20033]: audit 2024-09-21T18:56:52.889622+0000 mon.smithi107 (mon.0) 295 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:53.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:53 smithi107 bash[20033]: audit 2024-09-21T18:56:52.889622+0000 mon.smithi107 (mon.0) 295 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:53.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:53 smithi107 bash[20033]: audit 2024-09-21T18:56:52.896705+0000 mon.smithi107 (mon.0) 296 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:53.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:53 smithi107 bash[20033]: audit 2024-09-21T18:56:52.896705+0000 mon.smithi107 (mon.0) 296 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:53.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:53 smithi107 bash[20033]: audit 2024-09-21T18:56:52.899134+0000 mon.smithi107 (mon.0) 297 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi107", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-21T18:56:53.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:53 smithi107 bash[20033]: audit 2024-09-21T18:56:52.899134+0000 mon.smithi107 (mon.0) 297 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi107", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-21T18:56:53.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:53 smithi107 bash[20033]: audit 2024-09-21T18:56:52.900932+0000 mon.smithi107 (mon.0) 298 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:53.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:53 smithi107 bash[20033]: audit 2024-09-21T18:56:52.900932+0000 mon.smithi107 (mon.0) 298 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:53.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:53 smithi160 bash[25034]: cluster 2024-09-21T18:56:51.266747+0000 mgr.smithi107.uonppz (mgr.14203) 38 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:53.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:53 smithi160 bash[25034]: cluster 2024-09-21T18:56:51.266747+0000 mgr.smithi107.uonppz (mgr.14203) 38 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:53.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:53 smithi160 bash[25034]: audit 2024-09-21T18:56:52.889622+0000 mon.smithi107 (mon.0) 295 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:53.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:53 smithi160 bash[25034]: audit 2024-09-21T18:56:52.889622+0000 mon.smithi107 (mon.0) 295 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:53.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:53 smithi160 bash[25034]: audit 2024-09-21T18:56:52.896705+0000 mon.smithi107 (mon.0) 296 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:53.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:53 smithi160 bash[25034]: audit 2024-09-21T18:56:52.896705+0000 mon.smithi107 (mon.0) 296 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:53.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:53 smithi160 bash[25034]: audit 2024-09-21T18:56:52.899134+0000 mon.smithi107 (mon.0) 297 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi107", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-21T18:56:53.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:53 smithi160 bash[25034]: audit 2024-09-21T18:56:52.899134+0000 mon.smithi107 (mon.0) 297 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi107", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-21T18:56:53.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:53 smithi160 bash[25034]: audit 2024-09-21T18:56:52.900932+0000 mon.smithi107 (mon.0) 298 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:53.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:53 smithi160 bash[25034]: audit 2024-09-21T18:56:52.900932+0000 mon.smithi107 (mon.0) 298 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:53.668 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T18:56:54.390 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:54 smithi107 bash[20033]: cephadm 2024-09-21T18:56:52.898471+0000 mgr.smithi107.uonppz (mgr.14203) 39 : cephadm [INF] Reconfiguring ceph-exporter.smithi107 (monmap changed)... 2024-09-21T18:56:54.390 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:54 smithi107 bash[20033]: cephadm 2024-09-21T18:56:52.898471+0000 mgr.smithi107.uonppz (mgr.14203) 39 : cephadm [INF] Reconfiguring ceph-exporter.smithi107 (monmap changed)... 2024-09-21T18:56:54.390 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:54 smithi107 bash[20033]: cephadm 2024-09-21T18:56:52.902556+0000 mgr.smithi107.uonppz (mgr.14203) 40 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi107 on smithi107 2024-09-21T18:56:54.390 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:54 smithi107 bash[20033]: cephadm 2024-09-21T18:56:52.902556+0000 mgr.smithi107.uonppz (mgr.14203) 40 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi107 on smithi107 2024-09-21T18:56:54.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:54 smithi160 bash[25034]: cephadm 2024-09-21T18:56:52.898471+0000 mgr.smithi107.uonppz (mgr.14203) 39 : cephadm [INF] Reconfiguring ceph-exporter.smithi107 (monmap changed)... 2024-09-21T18:56:54.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:54 smithi160 bash[25034]: cephadm 2024-09-21T18:56:52.898471+0000 mgr.smithi107.uonppz (mgr.14203) 39 : cephadm [INF] Reconfiguring ceph-exporter.smithi107 (monmap changed)... 2024-09-21T18:56:54.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:54 smithi160 bash[25034]: cephadm 2024-09-21T18:56:52.902556+0000 mgr.smithi107.uonppz (mgr.14203) 40 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi107 on smithi107 2024-09-21T18:56:54.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:54 smithi160 bash[25034]: cephadm 2024-09-21T18:56:52.902556+0000 mgr.smithi107.uonppz (mgr.14203) 40 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi107 on smithi107 2024-09-21T18:56:55.356 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:55 smithi107 bash[20033]: cluster 2024-09-21T18:56:53.267165+0000 mgr.smithi107.uonppz (mgr.14203) 41 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:55.356 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:55 smithi107 bash[20033]: cluster 2024-09-21T18:56:53.267165+0000 mgr.smithi107.uonppz (mgr.14203) 41 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:55.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:55 smithi160 bash[25034]: cluster 2024-09-21T18:56:53.267165+0000 mgr.smithi107.uonppz (mgr.14203) 41 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:55.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:55 smithi160 bash[25034]: cluster 2024-09-21T18:56:53.267165+0000 mgr.smithi107.uonppz (mgr.14203) 41 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:55.783 INFO:teuthology.orchestra.run.smithi107.stdout:# minimal ceph.conf for 96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T18:56:55.784 INFO:teuthology.orchestra.run.smithi107.stdout:[global] 2024-09-21T18:56:55.784 INFO:teuthology.orchestra.run.smithi107.stdout: fsid = 96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T18:56:55.784 INFO:teuthology.orchestra.run.smithi107.stdout: mon_host = [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] 2024-09-21T18:56:56.304 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:56 smithi107 bash[20033]: audit 2024-09-21T18:56:55.782988+0000 mon.smithi107 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.107:0/3379639391' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:56.304 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:56 smithi107 bash[20033]: audit 2024-09-21T18:56:55.782988+0000 mon.smithi107 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.107:0/3379639391' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:56.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:56 smithi160 bash[25034]: audit 2024-09-21T18:56:55.782988+0000 mon.smithi107 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.107:0/3379639391' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:56.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:56 smithi160 bash[25034]: audit 2024-09-21T18:56:55.782988+0000 mon.smithi107 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.107:0/3379639391' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:56.722 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-21T18:56:56.723 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-21T18:56:56.723 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/ceph/ceph.conf 2024-09-21T18:56:56.736 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-21T18:56:56.736 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:56:56.789 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-21T18:56:56.790 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/ceph/ceph.conf 2024-09-21T18:56:56.804 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-21T18:56:56.804 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:56:56.858 DEBUG:tasks.cephadm:set 0 configs 2024-09-21T18:56:56.858 INFO:tasks.cephadm:Deploying OSDs... 2024-09-21T18:56:56.858 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-21T18:56:56.858 DEBUG:teuthology.orchestra.run.smithi107:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T18:56:56.863 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-09-21T18:56:56.863 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/nvme1n1 2024-09-21T18:56:56.914 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/nvme1n1 2024-09-21T18:56:56.914 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-21T18:56:56.914 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 973 Links: 1 Device type: 103,2 2024-09-21T18:56:56.915 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-21T18:56:56.915 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-09-21 18:54:59.349811811 +0000 2024-09-21T18:56:56.915 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-09-21 18:52:00.424131497 +0000 2024-09-21T18:56:56.915 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-09-21 18:52:00.424131497 +0000 2024-09-21T18:56:56.915 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: - 2024-09-21T18:56:56.915 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-09-21T18:56:56.971 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-09-21T18:56:56.971 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-09-21T18:56:56.971 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000313063 s, 1.6 MB/s 2024-09-21T18:56:56.972 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-09-21T18:56:57.020 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/nvme2n1 2024-09-21T18:56:57.066 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/nvme2n1 2024-09-21T18:56:57.067 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-21T18:56:57.067 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 982 Links: 1 Device type: 103,4 2024-09-21T18:56:57.067 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-21T18:56:57.067 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-09-21 18:54:59.365811668 +0000 2024-09-21T18:56:57.067 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-09-21 18:52:00.520082640 +0000 2024-09-21T18:56:57.067 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-09-21 18:52:00.520082640 +0000 2024-09-21T18:56:57.067 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: - 2024-09-21T18:56:57.068 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-09-21T18:56:57.121 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-09-21T18:56:57.121 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-09-21T18:56:57.121 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000514858 s, 994 kB/s 2024-09-21T18:56:57.122 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-09-21T18:56:57.176 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/nvme3n1 2024-09-21T18:56:57.223 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/nvme3n1 2024-09-21T18:56:57.223 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-21T18:56:57.223 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 991 Links: 1 Device type: 103,6 2024-09-21T18:56:57.223 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-21T18:56:57.223 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-09-21 18:54:59.381811525 +0000 2024-09-21T18:56:57.223 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-09-21 18:52:00.612035817 +0000 2024-09-21T18:56:57.223 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-09-21 18:52:00.612035817 +0000 2024-09-21T18:56:57.223 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: - 2024-09-21T18:56:57.223 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-09-21T18:56:57.275 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:57 smithi107 bash[20033]: cluster 2024-09-21T18:56:55.267537+0000 mgr.smithi107.uonppz (mgr.14203) 42 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:57.275 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:57 smithi107 bash[20033]: cluster 2024-09-21T18:56:55.267537+0000 mgr.smithi107.uonppz (mgr.14203) 42 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:57.276 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:57 smithi107 bash[20033]: audit 2024-09-21T18:56:56.358114+0000 mon.smithi107 (mon.0) 300 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:57.276 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:57 smithi107 bash[20033]: audit 2024-09-21T18:56:56.358114+0000 mon.smithi107 (mon.0) 300 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:57.276 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:57 smithi107 bash[20033]: audit 2024-09-21T18:56:56.367809+0000 mon.smithi107 (mon.0) 301 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:57.276 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:57 smithi107 bash[20033]: audit 2024-09-21T18:56:56.367809+0000 mon.smithi107 (mon.0) 301 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:57.276 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:57 smithi107 bash[20033]: audit 2024-09-21T18:56:56.370019+0000 mon.smithi107 (mon.0) 302 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi107", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-21T18:56:57.276 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:57 smithi107 bash[20033]: audit 2024-09-21T18:56:56.370019+0000 mon.smithi107 (mon.0) 302 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi107", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-21T18:56:57.276 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:57 smithi107 bash[20033]: audit 2024-09-21T18:56:56.371769+0000 mon.smithi107 (mon.0) 303 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:57.276 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:57 smithi107 bash[20033]: audit 2024-09-21T18:56:56.371769+0000 mon.smithi107 (mon.0) 303 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:57.276 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:57 smithi107 bash[20033]: audit 2024-09-21T18:56:56.566524+0000 mon.smithi107 (mon.0) 304 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:56:57.276 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:57 smithi107 bash[20033]: audit 2024-09-21T18:56:56.566524+0000 mon.smithi107 (mon.0) 304 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:56:57.277 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-09-21T18:56:57.277 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-09-21T18:56:57.277 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000302861 s, 1.7 MB/s 2024-09-21T18:56:57.278 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-09-21T18:56:57.329 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/nvme4n1 2024-09-21T18:56:57.375 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/nvme4n1 2024-09-21T18:56:57.375 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-21T18:56:57.375 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 1000 Links: 1 Device type: 103,8 2024-09-21T18:56:57.375 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-21T18:56:57.375 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-09-21 18:54:59.397811383 +0000 2024-09-21T18:56:57.375 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-09-21 18:52:00.703988995 +0000 2024-09-21T18:56:57.375 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-09-21 18:52:00.703988995 +0000 2024-09-21T18:56:57.375 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: - 2024-09-21T18:56:57.375 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-09-21T18:56:57.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:57 smithi160 bash[25034]: cluster 2024-09-21T18:56:55.267537+0000 mgr.smithi107.uonppz (mgr.14203) 42 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:57.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:57 smithi160 bash[25034]: cluster 2024-09-21T18:56:55.267537+0000 mgr.smithi107.uonppz (mgr.14203) 42 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:57.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:57 smithi160 bash[25034]: audit 2024-09-21T18:56:56.358114+0000 mon.smithi107 (mon.0) 300 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:57.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:57 smithi160 bash[25034]: audit 2024-09-21T18:56:56.358114+0000 mon.smithi107 (mon.0) 300 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:57.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:57 smithi160 bash[25034]: audit 2024-09-21T18:56:56.367809+0000 mon.smithi107 (mon.0) 301 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:57.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:57 smithi160 bash[25034]: audit 2024-09-21T18:56:56.367809+0000 mon.smithi107 (mon.0) 301 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:57.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:57 smithi160 bash[25034]: audit 2024-09-21T18:56:56.370019+0000 mon.smithi107 (mon.0) 302 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi107", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-21T18:56:57.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:57 smithi160 bash[25034]: audit 2024-09-21T18:56:56.370019+0000 mon.smithi107 (mon.0) 302 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi107", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-21T18:56:57.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:57 smithi160 bash[25034]: audit 2024-09-21T18:56:56.371769+0000 mon.smithi107 (mon.0) 303 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:57.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:57 smithi160 bash[25034]: audit 2024-09-21T18:56:56.371769+0000 mon.smithi107 (mon.0) 303 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:57.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:57 smithi160 bash[25034]: audit 2024-09-21T18:56:56.566524+0000 mon.smithi107 (mon.0) 304 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:56:57.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:57 smithi160 bash[25034]: audit 2024-09-21T18:56:56.566524+0000 mon.smithi107 (mon.0) 304 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:56:57.429 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-09-21T18:56:57.429 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-09-21T18:56:57.429 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000325991 s, 1.6 MB/s 2024-09-21T18:56:57.430 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-09-21T18:56:57.481 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-21T18:56:57.481 DEBUG:teuthology.orchestra.run.smithi160:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T18:56:57.488 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-09-21T18:56:57.488 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/nvme1n1 2024-09-21T18:56:57.535 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/nvme1n1 2024-09-21T18:56:57.535 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-21T18:56:57.535 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 957 Links: 1 Device type: 103,2 2024-09-21T18:56:57.535 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-21T18:56:57.535 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-09-21 18:56:21.047499180 +0000 2024-09-21T18:56:57.536 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-09-21 18:52:01.687569285 +0000 2024-09-21T18:56:57.536 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-09-21 18:52:01.687569285 +0000 2024-09-21T18:56:57.536 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-09-21T18:56:57.536 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-09-21T18:56:57.590 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-09-21T18:56:57.590 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-09-21T18:56:57.591 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000555646 s, 921 kB/s 2024-09-21T18:56:57.591 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-09-21T18:56:57.641 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/nvme2n1 2024-09-21T18:56:57.687 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/nvme2n1 2024-09-21T18:56:57.687 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-21T18:56:57.687 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 966 Links: 1 Device type: 103,4 2024-09-21T18:56:57.687 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-21T18:56:57.687 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-09-21 18:56:21.063498909 +0000 2024-09-21T18:56:57.687 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-09-21 18:52:01.795526525 +0000 2024-09-21T18:56:57.687 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-09-21 18:52:01.795526525 +0000 2024-09-21T18:56:57.687 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-09-21T18:56:57.688 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-09-21T18:56:57.743 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-09-21T18:56:57.743 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-09-21T18:56:57.743 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000434082 s, 1.2 MB/s 2024-09-21T18:56:57.744 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-09-21T18:56:57.792 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/nvme3n1 2024-09-21T18:56:57.839 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/nvme3n1 2024-09-21T18:56:57.839 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-21T18:56:57.839 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 975 Links: 1 Device type: 103,6 2024-09-21T18:56:57.839 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-21T18:56:57.839 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-09-21 18:56:21.079498637 +0000 2024-09-21T18:56:57.839 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-09-21 18:52:01.891488516 +0000 2024-09-21T18:56:57.839 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-09-21 18:52:01.891488516 +0000 2024-09-21T18:56:57.839 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-09-21T18:56:57.839 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-09-21T18:56:57.893 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-09-21T18:56:57.894 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-09-21T18:56:57.894 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000486917 s, 1.1 MB/s 2024-09-21T18:56:57.895 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-09-21T18:56:57.944 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/nvme4n1 2024-09-21T18:56:57.990 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/nvme4n1 2024-09-21T18:56:57.990 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-21T18:56:57.991 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 984 Links: 1 Device type: 103,8 2024-09-21T18:56:57.991 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-21T18:56:57.991 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-09-21 18:56:21.091498434 +0000 2024-09-21T18:56:57.991 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-09-21 18:52:01.995447338 +0000 2024-09-21T18:56:57.991 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-09-21 18:52:01.995447338 +0000 2024-09-21T18:56:57.991 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-09-21T18:56:57.991 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-09-21T18:56:58.045 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-09-21T18:56:58.045 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-09-21T18:56:58.045 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000339802 s, 1.5 MB/s 2024-09-21T18:56:58.046 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-09-21T18:56:58.096 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph orch apply osd --all-available-devices 2024-09-21T18:56:58.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:58 smithi160 bash[25034]: cephadm 2024-09-21T18:56:56.369466+0000 mgr.smithi107.uonppz (mgr.14203) 43 : cephadm [INF] Reconfiguring crash.smithi107 (monmap changed)... 2024-09-21T18:56:58.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:58 smithi160 bash[25034]: cephadm 2024-09-21T18:56:56.369466+0000 mgr.smithi107.uonppz (mgr.14203) 43 : cephadm [INF] Reconfiguring crash.smithi107 (monmap changed)... 2024-09-21T18:56:58.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:58 smithi160 bash[25034]: cephadm 2024-09-21T18:56:56.373341+0000 mgr.smithi107.uonppz (mgr.14203) 44 : cephadm [INF] Reconfiguring daemon crash.smithi107 on smithi107 2024-09-21T18:56:58.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:58 smithi160 bash[25034]: cephadm 2024-09-21T18:56:56.373341+0000 mgr.smithi107.uonppz (mgr.14203) 44 : cephadm [INF] Reconfiguring daemon crash.smithi107 on smithi107 2024-09-21T18:56:58.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:58 smithi107 bash[20033]: cephadm 2024-09-21T18:56:56.369466+0000 mgr.smithi107.uonppz (mgr.14203) 43 : cephadm [INF] Reconfiguring crash.smithi107 (monmap changed)... 2024-09-21T18:56:58.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:58 smithi107 bash[20033]: cephadm 2024-09-21T18:56:56.369466+0000 mgr.smithi107.uonppz (mgr.14203) 43 : cephadm [INF] Reconfiguring crash.smithi107 (monmap changed)... 2024-09-21T18:56:58.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:58 smithi107 bash[20033]: cephadm 2024-09-21T18:56:56.373341+0000 mgr.smithi107.uonppz (mgr.14203) 44 : cephadm [INF] Reconfiguring daemon crash.smithi107 on smithi107 2024-09-21T18:56:58.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:58 smithi107 bash[20033]: cephadm 2024-09-21T18:56:56.373341+0000 mgr.smithi107.uonppz (mgr.14203) 44 : cephadm [INF] Reconfiguring daemon crash.smithi107 on smithi107 2024-09-21T18:56:59.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:59 smithi107 bash[20033]: cluster 2024-09-21T18:56:57.267921+0000 mgr.smithi107.uonppz (mgr.14203) 45 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:59.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:59 smithi107 bash[20033]: cluster 2024-09-21T18:56:57.267921+0000 mgr.smithi107.uonppz (mgr.14203) 45 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:59.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:59 smithi107 bash[20033]: audit 2024-09-21T18:56:58.929952+0000 mon.smithi107 (mon.0) 305 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:59.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:59 smithi107 bash[20033]: audit 2024-09-21T18:56:58.929952+0000 mon.smithi107 (mon.0) 305 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:59.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:59 smithi107 bash[20033]: audit 2024-09-21T18:56:58.938608+0000 mon.smithi107 (mon.0) 306 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:59.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:56:59 smithi107 bash[20033]: audit 2024-09-21T18:56:58.938608+0000 mon.smithi107 (mon.0) 306 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:59.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:59 smithi160 bash[25034]: cluster 2024-09-21T18:56:57.267921+0000 mgr.smithi107.uonppz (mgr.14203) 45 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:59.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:59 smithi160 bash[25034]: cluster 2024-09-21T18:56:57.267921+0000 mgr.smithi107.uonppz (mgr.14203) 45 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:56:59.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:59 smithi160 bash[25034]: audit 2024-09-21T18:56:58.929952+0000 mon.smithi107 (mon.0) 305 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:59.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:59 smithi160 bash[25034]: audit 2024-09-21T18:56:58.929952+0000 mon.smithi107 (mon.0) 305 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:59.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:59 smithi160 bash[25034]: audit 2024-09-21T18:56:58.938608+0000 mon.smithi107 (mon.0) 306 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:56:59.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:56:59 smithi160 bash[25034]: audit 2024-09-21T18:56:58.938608+0000 mon.smithi107 (mon.0) 306 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:00.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:00 smithi107 bash[20033]: cephadm 2024-09-21T18:56:58.941401+0000 mgr.smithi107.uonppz (mgr.14203) 46 : cephadm [INF] Reconfiguring alertmanager.smithi107 (dependencies changed)... 2024-09-21T18:57:00.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:00 smithi107 bash[20033]: cephadm 2024-09-21T18:56:58.941401+0000 mgr.smithi107.uonppz (mgr.14203) 46 : cephadm [INF] Reconfiguring alertmanager.smithi107 (dependencies changed)... 2024-09-21T18:57:00.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:00 smithi107 bash[20033]: cephadm 2024-09-21T18:56:58.966043+0000 mgr.smithi107.uonppz (mgr.14203) 47 : cephadm [INF] Reconfiguring daemon alertmanager.smithi107 on smithi107 2024-09-21T18:57:00.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:00 smithi107 bash[20033]: cephadm 2024-09-21T18:56:58.966043+0000 mgr.smithi107.uonppz (mgr.14203) 47 : cephadm [INF] Reconfiguring daemon alertmanager.smithi107 on smithi107 2024-09-21T18:57:00.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:00 smithi107 bash[20033]: cluster 2024-09-21T18:56:59.268402+0000 mgr.smithi107.uonppz (mgr.14203) 48 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:00.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:00 smithi107 bash[20033]: cluster 2024-09-21T18:56:59.268402+0000 mgr.smithi107.uonppz (mgr.14203) 48 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:00.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:00 smithi160 bash[25034]: cephadm 2024-09-21T18:56:58.941401+0000 mgr.smithi107.uonppz (mgr.14203) 46 : cephadm [INF] Reconfiguring alertmanager.smithi107 (dependencies changed)... 2024-09-21T18:57:00.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:00 smithi160 bash[25034]: cephadm 2024-09-21T18:56:58.941401+0000 mgr.smithi107.uonppz (mgr.14203) 46 : cephadm [INF] Reconfiguring alertmanager.smithi107 (dependencies changed)... 2024-09-21T18:57:00.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:00 smithi160 bash[25034]: cephadm 2024-09-21T18:56:58.966043+0000 mgr.smithi107.uonppz (mgr.14203) 47 : cephadm [INF] Reconfiguring daemon alertmanager.smithi107 on smithi107 2024-09-21T18:57:00.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:00 smithi160 bash[25034]: cephadm 2024-09-21T18:56:58.966043+0000 mgr.smithi107.uonppz (mgr.14203) 47 : cephadm [INF] Reconfiguring daemon alertmanager.smithi107 on smithi107 2024-09-21T18:57:00.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:00 smithi160 bash[25034]: cluster 2024-09-21T18:56:59.268402+0000 mgr.smithi107.uonppz (mgr.14203) 48 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:00.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:00 smithi160 bash[25034]: cluster 2024-09-21T18:56:59.268402+0000 mgr.smithi107.uonppz (mgr.14203) 48 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:02.597 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:02 smithi107 bash[20033]: cluster 2024-09-21T18:57:01.268791+0000 mgr.smithi107.uonppz (mgr.14203) 49 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:02.597 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:02 smithi107 bash[20033]: cluster 2024-09-21T18:57:01.268791+0000 mgr.smithi107.uonppz (mgr.14203) 49 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:02.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:02 smithi160 bash[25034]: cluster 2024-09-21T18:57:01.268791+0000 mgr.smithi107.uonppz (mgr.14203) 49 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:02.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:02 smithi160 bash[25034]: cluster 2024-09-21T18:57:01.268791+0000 mgr.smithi107.uonppz (mgr.14203) 49 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:02.892 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi160/config 2024-09-21T18:57:04.488 INFO:teuthology.orchestra.run.smithi160.stdout:Scheduled osd.all-available-devices update... 2024-09-21T18:57:05.092 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-09-21T18:57:05.093 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T18:57:05.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:04 smithi107 bash[20033]: cluster 2024-09-21T18:57:03.269320+0000 mgr.smithi107.uonppz (mgr.14203) 50 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:05.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:04 smithi107 bash[20033]: cluster 2024-09-21T18:57:03.269320+0000 mgr.smithi107.uonppz (mgr.14203) 50 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:05.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:04 smithi107 bash[20033]: audit 2024-09-21T18:57:03.877655+0000 mon.smithi107 (mon.0) 307 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:05.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:04 smithi107 bash[20033]: audit 2024-09-21T18:57:03.877655+0000 mon.smithi107 (mon.0) 307 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:05.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:04 smithi107 bash[20033]: audit 2024-09-21T18:57:03.882248+0000 mon.smithi107 (mon.0) 308 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:05.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:04 smithi107 bash[20033]: audit 2024-09-21T18:57:03.882248+0000 mon.smithi107 (mon.0) 308 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:05.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:04 smithi107 bash[20033]: cephadm 2024-09-21T18:57:03.883278+0000 mgr.smithi107.uonppz (mgr.14203) 51 : cephadm [INF] Reconfiguring grafana.smithi107 (dependencies changed)... 2024-09-21T18:57:05.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:04 smithi107 bash[20033]: cephadm 2024-09-21T18:57:03.883278+0000 mgr.smithi107.uonppz (mgr.14203) 51 : cephadm [INF] Reconfiguring grafana.smithi107 (dependencies changed)... 2024-09-21T18:57:05.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:04 smithi107 bash[20033]: audit 2024-09-21T18:57:04.481810+0000 mon.smithi107 (mon.0) 309 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:05.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:04 smithi107 bash[20033]: audit 2024-09-21T18:57:04.481810+0000 mon.smithi107 (mon.0) 309 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:05.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:04 smithi160 bash[25034]: cluster 2024-09-21T18:57:03.269320+0000 mgr.smithi107.uonppz (mgr.14203) 50 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:05.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:04 smithi160 bash[25034]: cluster 2024-09-21T18:57:03.269320+0000 mgr.smithi107.uonppz (mgr.14203) 50 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:05.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:04 smithi160 bash[25034]: audit 2024-09-21T18:57:03.877655+0000 mon.smithi107 (mon.0) 307 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:05.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:04 smithi160 bash[25034]: audit 2024-09-21T18:57:03.877655+0000 mon.smithi107 (mon.0) 307 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:05.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:04 smithi160 bash[25034]: audit 2024-09-21T18:57:03.882248+0000 mon.smithi107 (mon.0) 308 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:05.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:04 smithi160 bash[25034]: audit 2024-09-21T18:57:03.882248+0000 mon.smithi107 (mon.0) 308 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:05.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:04 smithi160 bash[25034]: cephadm 2024-09-21T18:57:03.883278+0000 mgr.smithi107.uonppz (mgr.14203) 51 : cephadm [INF] Reconfiguring grafana.smithi107 (dependencies changed)... 2024-09-21T18:57:05.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:04 smithi160 bash[25034]: cephadm 2024-09-21T18:57:03.883278+0000 mgr.smithi107.uonppz (mgr.14203) 51 : cephadm [INF] Reconfiguring grafana.smithi107 (dependencies changed)... 2024-09-21T18:57:05.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:04 smithi160 bash[25034]: audit 2024-09-21T18:57:04.481810+0000 mon.smithi107 (mon.0) 309 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:05.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:04 smithi160 bash[25034]: audit 2024-09-21T18:57:04.481810+0000 mon.smithi107 (mon.0) 309 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:06.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:05 smithi107 bash[20033]: cephadm 2024-09-21T18:57:04.149117+0000 mgr.smithi107.uonppz (mgr.14203) 52 : cephadm [INF] Reconfiguring daemon grafana.smithi107 on smithi107 2024-09-21T18:57:06.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:05 smithi107 bash[20033]: cephadm 2024-09-21T18:57:04.149117+0000 mgr.smithi107.uonppz (mgr.14203) 52 : cephadm [INF] Reconfiguring daemon grafana.smithi107 on smithi107 2024-09-21T18:57:06.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:05 smithi107 bash[20033]: audit 2024-09-21T18:57:04.446067+0000 mgr.smithi107.uonppz (mgr.14203) 53 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:57:06.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:05 smithi107 bash[20033]: audit 2024-09-21T18:57:04.446067+0000 mgr.smithi107.uonppz (mgr.14203) 53 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:57:06.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:05 smithi107 bash[20033]: cephadm 2024-09-21T18:57:04.474076+0000 mgr.smithi107.uonppz (mgr.14203) 54 : cephadm [INF] Marking host: smithi107 for OSDSpec preview refresh. 2024-09-21T18:57:06.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:05 smithi107 bash[20033]: cephadm 2024-09-21T18:57:04.474076+0000 mgr.smithi107.uonppz (mgr.14203) 54 : cephadm [INF] Marking host: smithi107 for OSDSpec preview refresh. 2024-09-21T18:57:06.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:05 smithi107 bash[20033]: cephadm 2024-09-21T18:57:04.474273+0000 mgr.smithi107.uonppz (mgr.14203) 55 : cephadm [INF] Marking host: smithi160 for OSDSpec preview refresh. 2024-09-21T18:57:06.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:05 smithi107 bash[20033]: cephadm 2024-09-21T18:57:04.474273+0000 mgr.smithi107.uonppz (mgr.14203) 55 : cephadm [INF] Marking host: smithi160 for OSDSpec preview refresh. 2024-09-21T18:57:06.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:05 smithi107 bash[20033]: cephadm 2024-09-21T18:57:04.475031+0000 mgr.smithi107.uonppz (mgr.14203) 56 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-09-21T18:57:06.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:05 smithi107 bash[20033]: cephadm 2024-09-21T18:57:04.475031+0000 mgr.smithi107.uonppz (mgr.14203) 56 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-09-21T18:57:06.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:05 smithi160 bash[25034]: cephadm 2024-09-21T18:57:04.149117+0000 mgr.smithi107.uonppz (mgr.14203) 52 : cephadm [INF] Reconfiguring daemon grafana.smithi107 on smithi107 2024-09-21T18:57:06.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:05 smithi160 bash[25034]: cephadm 2024-09-21T18:57:04.149117+0000 mgr.smithi107.uonppz (mgr.14203) 52 : cephadm [INF] Reconfiguring daemon grafana.smithi107 on smithi107 2024-09-21T18:57:06.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:05 smithi160 bash[25034]: audit 2024-09-21T18:57:04.446067+0000 mgr.smithi107.uonppz (mgr.14203) 53 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:57:06.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:05 smithi160 bash[25034]: audit 2024-09-21T18:57:04.446067+0000 mgr.smithi107.uonppz (mgr.14203) 53 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:57:06.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:05 smithi160 bash[25034]: cephadm 2024-09-21T18:57:04.474076+0000 mgr.smithi107.uonppz (mgr.14203) 54 : cephadm [INF] Marking host: smithi107 for OSDSpec preview refresh. 2024-09-21T18:57:06.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:05 smithi160 bash[25034]: cephadm 2024-09-21T18:57:04.474076+0000 mgr.smithi107.uonppz (mgr.14203) 54 : cephadm [INF] Marking host: smithi107 for OSDSpec preview refresh. 2024-09-21T18:57:06.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:05 smithi160 bash[25034]: cephadm 2024-09-21T18:57:04.474273+0000 mgr.smithi107.uonppz (mgr.14203) 55 : cephadm [INF] Marking host: smithi160 for OSDSpec preview refresh. 2024-09-21T18:57:06.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:05 smithi160 bash[25034]: cephadm 2024-09-21T18:57:04.474273+0000 mgr.smithi107.uonppz (mgr.14203) 55 : cephadm [INF] Marking host: smithi160 for OSDSpec preview refresh. 2024-09-21T18:57:06.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:05 smithi160 bash[25034]: cephadm 2024-09-21T18:57:04.475031+0000 mgr.smithi107.uonppz (mgr.14203) 56 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-09-21T18:57:06.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:05 smithi160 bash[25034]: cephadm 2024-09-21T18:57:04.475031+0000 mgr.smithi107.uonppz (mgr.14203) 56 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-09-21T18:57:07.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:06 smithi107 bash[20033]: cluster 2024-09-21T18:57:05.269631+0000 mgr.smithi107.uonppz (mgr.14203) 57 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:07.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:06 smithi107 bash[20033]: cluster 2024-09-21T18:57:05.269631+0000 mgr.smithi107.uonppz (mgr.14203) 57 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:07.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:06 smithi160 bash[25034]: cluster 2024-09-21T18:57:05.269631+0000 mgr.smithi107.uonppz (mgr.14203) 57 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:07.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:06 smithi160 bash[25034]: cluster 2024-09-21T18:57:05.269631+0000 mgr.smithi107.uonppz (mgr.14203) 57 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:08.943 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:08 smithi107 bash[20033]: cluster 2024-09-21T18:57:07.269986+0000 mgr.smithi107.uonppz (mgr.14203) 58 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:08.943 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:08 smithi107 bash[20033]: cluster 2024-09-21T18:57:07.269986+0000 mgr.smithi107.uonppz (mgr.14203) 58 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:09.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:08 smithi160 bash[25034]: cluster 2024-09-21T18:57:07.269986+0000 mgr.smithi107.uonppz (mgr.14203) 58 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:09.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:08 smithi160 bash[25034]: cluster 2024-09-21T18:57:07.269986+0000 mgr.smithi107.uonppz (mgr.14203) 58 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:10.149 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T18:57:10.953 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:10 smithi107 bash[20033]: cluster 2024-09-21T18:57:09.270470+0000 mgr.smithi107.uonppz (mgr.14203) 59 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:10.954 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:10 smithi107 bash[20033]: cluster 2024-09-21T18:57:09.270470+0000 mgr.smithi107.uonppz (mgr.14203) 59 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:10.954 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:10 smithi107 bash[20033]: audit 2024-09-21T18:57:09.706622+0000 mon.smithi107 (mon.0) 310 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:10.954 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:10 smithi107 bash[20033]: audit 2024-09-21T18:57:09.706622+0000 mon.smithi107 (mon.0) 310 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:10.954 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:10 smithi107 bash[20033]: audit 2024-09-21T18:57:09.710721+0000 mon.smithi107 (mon.0) 311 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:10.954 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:10 smithi107 bash[20033]: audit 2024-09-21T18:57:09.710721+0000 mon.smithi107 (mon.0) 311 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:10.954 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:10 smithi107 bash[20033]: cephadm 2024-09-21T18:57:09.711705+0000 mgr.smithi107.uonppz (mgr.14203) 60 : cephadm [INF] Reconfiguring prometheus.smithi107 (dependencies changed)... 2024-09-21T18:57:10.954 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:10 smithi107 bash[20033]: cephadm 2024-09-21T18:57:09.711705+0000 mgr.smithi107.uonppz (mgr.14203) 60 : cephadm [INF] Reconfiguring prometheus.smithi107 (dependencies changed)... 2024-09-21T18:57:10.954 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:10 smithi107 bash[20033]: cephadm 2024-09-21T18:57:09.949883+0000 mgr.smithi107.uonppz (mgr.14203) 61 : cephadm [INF] Reconfiguring daemon prometheus.smithi107 on smithi107 2024-09-21T18:57:10.954 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:10 smithi107 bash[20033]: cephadm 2024-09-21T18:57:09.949883+0000 mgr.smithi107.uonppz (mgr.14203) 61 : cephadm [INF] Reconfiguring daemon prometheus.smithi107 on smithi107 2024-09-21T18:57:11.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:10 smithi160 bash[25034]: cluster 2024-09-21T18:57:09.270470+0000 mgr.smithi107.uonppz (mgr.14203) 59 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:11.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:10 smithi160 bash[25034]: cluster 2024-09-21T18:57:09.270470+0000 mgr.smithi107.uonppz (mgr.14203) 59 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:11.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:10 smithi160 bash[25034]: audit 2024-09-21T18:57:09.706622+0000 mon.smithi107 (mon.0) 310 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:11.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:10 smithi160 bash[25034]: audit 2024-09-21T18:57:09.706622+0000 mon.smithi107 (mon.0) 310 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:11.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:10 smithi160 bash[25034]: audit 2024-09-21T18:57:09.710721+0000 mon.smithi107 (mon.0) 311 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:11.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:10 smithi160 bash[25034]: audit 2024-09-21T18:57:09.710721+0000 mon.smithi107 (mon.0) 311 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:11.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:10 smithi160 bash[25034]: cephadm 2024-09-21T18:57:09.711705+0000 mgr.smithi107.uonppz (mgr.14203) 60 : cephadm [INF] Reconfiguring prometheus.smithi107 (dependencies changed)... 2024-09-21T18:57:11.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:10 smithi160 bash[25034]: cephadm 2024-09-21T18:57:09.711705+0000 mgr.smithi107.uonppz (mgr.14203) 60 : cephadm [INF] Reconfiguring prometheus.smithi107 (dependencies changed)... 2024-09-21T18:57:11.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:10 smithi160 bash[25034]: cephadm 2024-09-21T18:57:09.949883+0000 mgr.smithi107.uonppz (mgr.14203) 61 : cephadm [INF] Reconfiguring daemon prometheus.smithi107 on smithi107 2024-09-21T18:57:11.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:10 smithi160 bash[25034]: cephadm 2024-09-21T18:57:09.949883+0000 mgr.smithi107.uonppz (mgr.14203) 61 : cephadm [INF] Reconfiguring daemon prometheus.smithi107 on smithi107 2024-09-21T18:57:11.828 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:11 smithi107 bash[20033]: audit 2024-09-21T18:57:11.566363+0000 mon.smithi107 (mon.0) 312 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:57:11.829 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:11 smithi107 bash[20033]: audit 2024-09-21T18:57:11.566363+0000 mon.smithi107 (mon.0) 312 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:57:12.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:11 smithi160 bash[25034]: audit 2024-09-21T18:57:11.566363+0000 mon.smithi107 (mon.0) 312 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:57:12.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:11 smithi160 bash[25034]: audit 2024-09-21T18:57:11.566363+0000 mon.smithi107 (mon.0) 312 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:57:12.936 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T18:57:12.947 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:12 smithi107 bash[20033]: cluster 2024-09-21T18:57:11.270896+0000 mgr.smithi107.uonppz (mgr.14203) 62 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:12.948 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:12 smithi107 bash[20033]: cluster 2024-09-21T18:57:11.270896+0000 mgr.smithi107.uonppz (mgr.14203) 62 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:13.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:12 smithi160 bash[25034]: cluster 2024-09-21T18:57:11.270896+0000 mgr.smithi107.uonppz (mgr.14203) 62 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:13.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:12 smithi160 bash[25034]: cluster 2024-09-21T18:57:11.270896+0000 mgr.smithi107.uonppz (mgr.14203) 62 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:13.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:13 smithi107 bash[20033]: audit 2024-09-21T18:57:12.935588+0000 mon.smithi107 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.107:0/1772651571' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:57:13.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:13 smithi107 bash[20033]: audit 2024-09-21T18:57:12.935588+0000 mon.smithi107 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.107:0/1772651571' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:57:13.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:13 smithi160 bash[25034]: audit 2024-09-21T18:57:12.935588+0000 mon.smithi107 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.107:0/1772651571' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:57:13.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:13 smithi160 bash[25034]: audit 2024-09-21T18:57:12.935588+0000 mon.smithi107 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.107:0/1772651571' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:57:14.080 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-21T18:57:14.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:14 smithi107 bash[20033]: cluster 2024-09-21T18:57:13.271343+0000 mgr.smithi107.uonppz (mgr.14203) 63 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:14.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:14 smithi107 bash[20033]: cluster 2024-09-21T18:57:13.271343+0000 mgr.smithi107.uonppz (mgr.14203) 63 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:15.081 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T18:57:15.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:14 smithi160 bash[25034]: cluster 2024-09-21T18:57:13.271343+0000 mgr.smithi107.uonppz (mgr.14203) 63 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:15.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:14 smithi160 bash[25034]: cluster 2024-09-21T18:57:13.271343+0000 mgr.smithi107.uonppz (mgr.14203) 63 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:16.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:16 smithi107 bash[20033]: cluster 2024-09-21T18:57:15.271765+0000 mgr.smithi107.uonppz (mgr.14203) 64 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:16.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:16 smithi107 bash[20033]: cluster 2024-09-21T18:57:15.271765+0000 mgr.smithi107.uonppz (mgr.14203) 64 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:17.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:16 smithi160 bash[25034]: cluster 2024-09-21T18:57:15.271765+0000 mgr.smithi107.uonppz (mgr.14203) 64 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:17.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:16 smithi160 bash[25034]: cluster 2024-09-21T18:57:15.271765+0000 mgr.smithi107.uonppz (mgr.14203) 64 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:18.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:17 smithi107 bash[20033]: audit 2024-09-21T18:57:16.863610+0000 mon.smithi107 (mon.0) 314 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:18.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:17 smithi107 bash[20033]: audit 2024-09-21T18:57:16.863610+0000 mon.smithi107 (mon.0) 314 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:18.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:17 smithi107 bash[20033]: audit 2024-09-21T18:57:16.867771+0000 mon.smithi107 (mon.0) 315 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:18.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:17 smithi107 bash[20033]: audit 2024-09-21T18:57:16.867771+0000 mon.smithi107 (mon.0) 315 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:18.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:17 smithi107 bash[20033]: cephadm 2024-09-21T18:57:16.868630+0000 mgr.smithi107.uonppz (mgr.14203) 65 : cephadm [INF] Reconfiguring ceph-exporter.smithi160 (monmap changed)... 2024-09-21T18:57:18.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:17 smithi107 bash[20033]: cephadm 2024-09-21T18:57:16.868630+0000 mgr.smithi107.uonppz (mgr.14203) 65 : cephadm [INF] Reconfiguring ceph-exporter.smithi160 (monmap changed)... 2024-09-21T18:57:18.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:17 smithi107 bash[20033]: audit 2024-09-21T18:57:16.868936+0000 mon.smithi107 (mon.0) 316 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi160", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-21T18:57:18.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:17 smithi107 bash[20033]: audit 2024-09-21T18:57:16.868936+0000 mon.smithi107 (mon.0) 316 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi160", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-21T18:57:18.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:17 smithi107 bash[20033]: audit 2024-09-21T18:57:16.869730+0000 mon.smithi107 (mon.0) 317 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:18.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:17 smithi107 bash[20033]: audit 2024-09-21T18:57:16.869730+0000 mon.smithi107 (mon.0) 317 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:18.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:17 smithi107 bash[20033]: cephadm 2024-09-21T18:57:16.870533+0000 mgr.smithi107.uonppz (mgr.14203) 66 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi160 on smithi160 2024-09-21T18:57:18.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:17 smithi107 bash[20033]: cephadm 2024-09-21T18:57:16.870533+0000 mgr.smithi107.uonppz (mgr.14203) 66 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi160 on smithi160 2024-09-21T18:57:18.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:17 smithi160 bash[25034]: audit 2024-09-21T18:57:16.863610+0000 mon.smithi107 (mon.0) 314 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:18.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:17 smithi160 bash[25034]: audit 2024-09-21T18:57:16.863610+0000 mon.smithi107 (mon.0) 314 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:18.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:17 smithi160 bash[25034]: audit 2024-09-21T18:57:16.867771+0000 mon.smithi107 (mon.0) 315 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:18.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:17 smithi160 bash[25034]: audit 2024-09-21T18:57:16.867771+0000 mon.smithi107 (mon.0) 315 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:18.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:17 smithi160 bash[25034]: cephadm 2024-09-21T18:57:16.868630+0000 mgr.smithi107.uonppz (mgr.14203) 65 : cephadm [INF] Reconfiguring ceph-exporter.smithi160 (monmap changed)... 2024-09-21T18:57:18.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:17 smithi160 bash[25034]: cephadm 2024-09-21T18:57:16.868630+0000 mgr.smithi107.uonppz (mgr.14203) 65 : cephadm [INF] Reconfiguring ceph-exporter.smithi160 (monmap changed)... 2024-09-21T18:57:18.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:17 smithi160 bash[25034]: audit 2024-09-21T18:57:16.868936+0000 mon.smithi107 (mon.0) 316 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi160", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-21T18:57:18.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:17 smithi160 bash[25034]: audit 2024-09-21T18:57:16.868936+0000 mon.smithi107 (mon.0) 316 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi160", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-21T18:57:18.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:17 smithi160 bash[25034]: audit 2024-09-21T18:57:16.869730+0000 mon.smithi107 (mon.0) 317 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:18.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:17 smithi160 bash[25034]: audit 2024-09-21T18:57:16.869730+0000 mon.smithi107 (mon.0) 317 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:18.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:17 smithi160 bash[25034]: cephadm 2024-09-21T18:57:16.870533+0000 mgr.smithi107.uonppz (mgr.14203) 66 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi160 on smithi160 2024-09-21T18:57:18.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:17 smithi160 bash[25034]: cephadm 2024-09-21T18:57:16.870533+0000 mgr.smithi107.uonppz (mgr.14203) 66 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi160 on smithi160 2024-09-21T18:57:19.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:18 smithi107 bash[20033]: cluster 2024-09-21T18:57:17.272196+0000 mgr.smithi107.uonppz (mgr.14203) 67 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:19.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:18 smithi107 bash[20033]: cluster 2024-09-21T18:57:17.272196+0000 mgr.smithi107.uonppz (mgr.14203) 67 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:19.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:18 smithi160 bash[25034]: cluster 2024-09-21T18:57:17.272196+0000 mgr.smithi107.uonppz (mgr.14203) 67 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:19.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:18 smithi160 bash[25034]: cluster 2024-09-21T18:57:17.272196+0000 mgr.smithi107.uonppz (mgr.14203) 67 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:20.357 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T18:57:20.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:20 smithi107 bash[20033]: audit 2024-09-21T18:57:19.107939+0000 mon.smithi107 (mon.0) 318 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:20.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:20 smithi107 bash[20033]: audit 2024-09-21T18:57:19.107939+0000 mon.smithi107 (mon.0) 318 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:20.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:20 smithi107 bash[20033]: audit 2024-09-21T18:57:19.116338+0000 mon.smithi107 (mon.0) 319 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:20.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:20 smithi107 bash[20033]: audit 2024-09-21T18:57:19.116338+0000 mon.smithi107 (mon.0) 319 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:20.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:20 smithi107 bash[20033]: cephadm 2024-09-21T18:57:19.117996+0000 mgr.smithi107.uonppz (mgr.14203) 68 : cephadm [INF] Reconfiguring crash.smithi160 (monmap changed)... 2024-09-21T18:57:20.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:20 smithi107 bash[20033]: cephadm 2024-09-21T18:57:19.117996+0000 mgr.smithi107.uonppz (mgr.14203) 68 : cephadm [INF] Reconfiguring crash.smithi160 (monmap changed)... 2024-09-21T18:57:20.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:20 smithi107 bash[20033]: audit 2024-09-21T18:57:19.118648+0000 mon.smithi107 (mon.0) 320 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-21T18:57:20.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:20 smithi107 bash[20033]: audit 2024-09-21T18:57:19.118648+0000 mon.smithi107 (mon.0) 320 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-21T18:57:20.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:20 smithi107 bash[20033]: audit 2024-09-21T18:57:19.120662+0000 mon.smithi107 (mon.0) 321 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:20.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:20 smithi107 bash[20033]: audit 2024-09-21T18:57:19.120662+0000 mon.smithi107 (mon.0) 321 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:20.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:20 smithi107 bash[20033]: cephadm 2024-09-21T18:57:19.122575+0000 mgr.smithi107.uonppz (mgr.14203) 69 : cephadm [INF] Reconfiguring daemon crash.smithi160 on smithi160 2024-09-21T18:57:20.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:20 smithi107 bash[20033]: cephadm 2024-09-21T18:57:19.122575+0000 mgr.smithi107.uonppz (mgr.14203) 69 : cephadm [INF] Reconfiguring daemon crash.smithi160 on smithi160 2024-09-21T18:57:20.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:20 smithi107 bash[20033]: cluster 2024-09-21T18:57:19.272611+0000 mgr.smithi107.uonppz (mgr.14203) 70 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:20.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:20 smithi107 bash[20033]: cluster 2024-09-21T18:57:19.272611+0000 mgr.smithi107.uonppz (mgr.14203) 70 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:20.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:20 smithi160 bash[25034]: audit 2024-09-21T18:57:19.107939+0000 mon.smithi107 (mon.0) 318 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:20.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:20 smithi160 bash[25034]: audit 2024-09-21T18:57:19.107939+0000 mon.smithi107 (mon.0) 318 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:20.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:20 smithi160 bash[25034]: audit 2024-09-21T18:57:19.116338+0000 mon.smithi107 (mon.0) 319 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:20.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:20 smithi160 bash[25034]: audit 2024-09-21T18:57:19.116338+0000 mon.smithi107 (mon.0) 319 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:20.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:20 smithi160 bash[25034]: cephadm 2024-09-21T18:57:19.117996+0000 mgr.smithi107.uonppz (mgr.14203) 68 : cephadm [INF] Reconfiguring crash.smithi160 (monmap changed)... 2024-09-21T18:57:20.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:20 smithi160 bash[25034]: cephadm 2024-09-21T18:57:19.117996+0000 mgr.smithi107.uonppz (mgr.14203) 68 : cephadm [INF] Reconfiguring crash.smithi160 (monmap changed)... 2024-09-21T18:57:20.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:20 smithi160 bash[25034]: audit 2024-09-21T18:57:19.118648+0000 mon.smithi107 (mon.0) 320 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-21T18:57:20.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:20 smithi160 bash[25034]: audit 2024-09-21T18:57:19.118648+0000 mon.smithi107 (mon.0) 320 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-21T18:57:20.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:20 smithi160 bash[25034]: audit 2024-09-21T18:57:19.120662+0000 mon.smithi107 (mon.0) 321 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:20.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:20 smithi160 bash[25034]: audit 2024-09-21T18:57:19.120662+0000 mon.smithi107 (mon.0) 321 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:20.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:20 smithi160 bash[25034]: cephadm 2024-09-21T18:57:19.122575+0000 mgr.smithi107.uonppz (mgr.14203) 69 : cephadm [INF] Reconfiguring daemon crash.smithi160 on smithi160 2024-09-21T18:57:20.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:20 smithi160 bash[25034]: cephadm 2024-09-21T18:57:19.122575+0000 mgr.smithi107.uonppz (mgr.14203) 69 : cephadm [INF] Reconfiguring daemon crash.smithi160 on smithi160 2024-09-21T18:57:20.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:20 smithi160 bash[25034]: cluster 2024-09-21T18:57:19.272611+0000 mgr.smithi107.uonppz (mgr.14203) 70 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:20.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:20 smithi160 bash[25034]: cluster 2024-09-21T18:57:19.272611+0000 mgr.smithi107.uonppz (mgr.14203) 70 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:21.818 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T18:57:22.466 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-21T18:57:22.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:22 smithi107 bash[20033]: audit 2024-09-21T18:57:21.256901+0000 mon.smithi107 (mon.0) 322 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:22.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:22 smithi107 bash[20033]: audit 2024-09-21T18:57:21.256901+0000 mon.smithi107 (mon.0) 322 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:22.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:22 smithi107 bash[20033]: audit 2024-09-21T18:57:21.265930+0000 mon.smithi107 (mon.0) 323 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:22.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:22 smithi107 bash[20033]: audit 2024-09-21T18:57:21.265930+0000 mon.smithi107 (mon.0) 323 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:22.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:22 smithi107 bash[20033]: cephadm 2024-09-21T18:57:21.267972+0000 mgr.smithi107.uonppz (mgr.14203) 71 : cephadm [INF] Reconfiguring mgr.smithi160.rphsud (monmap changed)... 2024-09-21T18:57:22.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:22 smithi107 bash[20033]: cephadm 2024-09-21T18:57:21.267972+0000 mgr.smithi107.uonppz (mgr.14203) 71 : cephadm [INF] Reconfiguring mgr.smithi160.rphsud (monmap changed)... 2024-09-21T18:57:22.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:22 smithi107 bash[20033]: audit 2024-09-21T18:57:21.268647+0000 mon.smithi107 (mon.0) 324 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi160.rphsud", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T18:57:22.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:22 smithi107 bash[20033]: audit 2024-09-21T18:57:21.268647+0000 mon.smithi107 (mon.0) 324 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi160.rphsud", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T18:57:22.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:22 smithi107 bash[20033]: audit 2024-09-21T18:57:21.270483+0000 mon.smithi107 (mon.0) 325 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T18:57:22.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:22 smithi107 bash[20033]: audit 2024-09-21T18:57:21.270483+0000 mon.smithi107 (mon.0) 325 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T18:57:22.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:22 smithi107 bash[20033]: audit 2024-09-21T18:57:21.272038+0000 mon.smithi107 (mon.0) 326 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:22.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:22 smithi107 bash[20033]: audit 2024-09-21T18:57:21.272038+0000 mon.smithi107 (mon.0) 326 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:22.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:22 smithi107 bash[20033]: cluster 2024-09-21T18:57:21.272974+0000 mgr.smithi107.uonppz (mgr.14203) 72 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:22.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:22 smithi107 bash[20033]: cluster 2024-09-21T18:57:21.272974+0000 mgr.smithi107.uonppz (mgr.14203) 72 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:22.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:22 smithi107 bash[20033]: cephadm 2024-09-21T18:57:21.273889+0000 mgr.smithi107.uonppz (mgr.14203) 73 : cephadm [INF] Reconfiguring daemon mgr.smithi160.rphsud on smithi160 2024-09-21T18:57:22.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:22 smithi107 bash[20033]: cephadm 2024-09-21T18:57:21.273889+0000 mgr.smithi107.uonppz (mgr.14203) 73 : cephadm [INF] Reconfiguring daemon mgr.smithi160.rphsud on smithi160 2024-09-21T18:57:22.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:22 smithi107 bash[20033]: audit 2024-09-21T18:57:21.817267+0000 mon.smithi107 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.107:0/2072384189' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:57:22.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:22 smithi107 bash[20033]: audit 2024-09-21T18:57:21.817267+0000 mon.smithi107 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.107:0/2072384189' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:57:22.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:22 smithi160 bash[25034]: audit 2024-09-21T18:57:21.256901+0000 mon.smithi107 (mon.0) 322 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:22.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:22 smithi160 bash[25034]: audit 2024-09-21T18:57:21.256901+0000 mon.smithi107 (mon.0) 322 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:22.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:22 smithi160 bash[25034]: audit 2024-09-21T18:57:21.265930+0000 mon.smithi107 (mon.0) 323 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:22.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:22 smithi160 bash[25034]: audit 2024-09-21T18:57:21.265930+0000 mon.smithi107 (mon.0) 323 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:22.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:22 smithi160 bash[25034]: cephadm 2024-09-21T18:57:21.267972+0000 mgr.smithi107.uonppz (mgr.14203) 71 : cephadm [INF] Reconfiguring mgr.smithi160.rphsud (monmap changed)... 2024-09-21T18:57:22.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:22 smithi160 bash[25034]: cephadm 2024-09-21T18:57:21.267972+0000 mgr.smithi107.uonppz (mgr.14203) 71 : cephadm [INF] Reconfiguring mgr.smithi160.rphsud (monmap changed)... 2024-09-21T18:57:22.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:22 smithi160 bash[25034]: audit 2024-09-21T18:57:21.268647+0000 mon.smithi107 (mon.0) 324 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi160.rphsud", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T18:57:22.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:22 smithi160 bash[25034]: audit 2024-09-21T18:57:21.268647+0000 mon.smithi107 (mon.0) 324 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi160.rphsud", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T18:57:22.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:22 smithi160 bash[25034]: audit 2024-09-21T18:57:21.270483+0000 mon.smithi107 (mon.0) 325 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T18:57:22.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:22 smithi160 bash[25034]: audit 2024-09-21T18:57:21.270483+0000 mon.smithi107 (mon.0) 325 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T18:57:22.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:22 smithi160 bash[25034]: audit 2024-09-21T18:57:21.272038+0000 mon.smithi107 (mon.0) 326 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:22.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:22 smithi160 bash[25034]: audit 2024-09-21T18:57:21.272038+0000 mon.smithi107 (mon.0) 326 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:22.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:22 smithi160 bash[25034]: cluster 2024-09-21T18:57:21.272974+0000 mgr.smithi107.uonppz (mgr.14203) 72 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:22.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:22 smithi160 bash[25034]: cluster 2024-09-21T18:57:21.272974+0000 mgr.smithi107.uonppz (mgr.14203) 72 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:22.662 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:22 smithi160 bash[25034]: cephadm 2024-09-21T18:57:21.273889+0000 mgr.smithi107.uonppz (mgr.14203) 73 : cephadm [INF] Reconfiguring daemon mgr.smithi160.rphsud on smithi160 2024-09-21T18:57:22.662 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:22 smithi160 bash[25034]: cephadm 2024-09-21T18:57:21.273889+0000 mgr.smithi107.uonppz (mgr.14203) 73 : cephadm [INF] Reconfiguring daemon mgr.smithi160.rphsud on smithi160 2024-09-21T18:57:22.662 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:22 smithi160 bash[25034]: audit 2024-09-21T18:57:21.817267+0000 mon.smithi107 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.107:0/2072384189' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:57:22.662 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:22 smithi160 bash[25034]: audit 2024-09-21T18:57:21.817267+0000 mon.smithi107 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.107:0/2072384189' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:57:23.467 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T18:57:24.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:24 smithi107 bash[20033]: cluster 2024-09-21T18:57:23.273406+0000 mgr.smithi107.uonppz (mgr.14203) 74 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:24.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:24 smithi107 bash[20033]: cluster 2024-09-21T18:57:23.273406+0000 mgr.smithi107.uonppz (mgr.14203) 74 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:24.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:24 smithi107 bash[20033]: audit 2024-09-21T18:57:23.462852+0000 mon.smithi107 (mon.0) 328 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:24.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:24 smithi107 bash[20033]: audit 2024-09-21T18:57:23.462852+0000 mon.smithi107 (mon.0) 328 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:24.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:24 smithi107 bash[20033]: audit 2024-09-21T18:57:23.471441+0000 mon.smithi107 (mon.0) 329 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:24.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:24 smithi107 bash[20033]: audit 2024-09-21T18:57:23.471441+0000 mon.smithi107 (mon.0) 329 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:24.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:24 smithi107 bash[20033]: cephadm 2024-09-21T18:57:23.473200+0000 mgr.smithi107.uonppz (mgr.14203) 75 : cephadm [INF] Reconfiguring mon.smithi160 (monmap changed)... 2024-09-21T18:57:24.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:24 smithi107 bash[20033]: cephadm 2024-09-21T18:57:23.473200+0000 mgr.smithi107.uonppz (mgr.14203) 75 : cephadm [INF] Reconfiguring mon.smithi160 (monmap changed)... 2024-09-21T18:57:24.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:24 smithi107 bash[20033]: audit 2024-09-21T18:57:23.473842+0000 mon.smithi107 (mon.0) 330 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:57:24.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:24 smithi107 bash[20033]: audit 2024-09-21T18:57:23.473842+0000 mon.smithi107 (mon.0) 330 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:57:24.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:24 smithi107 bash[20033]: audit 2024-09-21T18:57:23.475835+0000 mon.smithi107 (mon.0) 331 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T18:57:24.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:24 smithi107 bash[20033]: audit 2024-09-21T18:57:23.475835+0000 mon.smithi107 (mon.0) 331 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T18:57:24.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:24 smithi107 bash[20033]: audit 2024-09-21T18:57:23.477677+0000 mon.smithi107 (mon.0) 332 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:24.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:24 smithi107 bash[20033]: audit 2024-09-21T18:57:23.477677+0000 mon.smithi107 (mon.0) 332 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:24.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:24 smithi107 bash[20033]: cephadm 2024-09-21T18:57:23.479733+0000 mgr.smithi107.uonppz (mgr.14203) 76 : cephadm [INF] Reconfiguring daemon mon.smithi160 on smithi160 2024-09-21T18:57:24.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:24 smithi107 bash[20033]: cephadm 2024-09-21T18:57:23.479733+0000 mgr.smithi107.uonppz (mgr.14203) 76 : cephadm [INF] Reconfiguring daemon mon.smithi160 on smithi160 2024-09-21T18:57:24.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:24 smithi160 bash[25034]: cluster 2024-09-21T18:57:23.273406+0000 mgr.smithi107.uonppz (mgr.14203) 74 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:24.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:24 smithi160 bash[25034]: cluster 2024-09-21T18:57:23.273406+0000 mgr.smithi107.uonppz (mgr.14203) 74 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:24.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:24 smithi160 bash[25034]: audit 2024-09-21T18:57:23.462852+0000 mon.smithi107 (mon.0) 328 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:24.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:24 smithi160 bash[25034]: audit 2024-09-21T18:57:23.462852+0000 mon.smithi107 (mon.0) 328 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:24.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:24 smithi160 bash[25034]: audit 2024-09-21T18:57:23.471441+0000 mon.smithi107 (mon.0) 329 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:24.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:24 smithi160 bash[25034]: audit 2024-09-21T18:57:23.471441+0000 mon.smithi107 (mon.0) 329 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:24.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:24 smithi160 bash[25034]: cephadm 2024-09-21T18:57:23.473200+0000 mgr.smithi107.uonppz (mgr.14203) 75 : cephadm [INF] Reconfiguring mon.smithi160 (monmap changed)... 2024-09-21T18:57:24.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:24 smithi160 bash[25034]: cephadm 2024-09-21T18:57:23.473200+0000 mgr.smithi107.uonppz (mgr.14203) 75 : cephadm [INF] Reconfiguring mon.smithi160 (monmap changed)... 2024-09-21T18:57:24.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:24 smithi160 bash[25034]: audit 2024-09-21T18:57:23.473842+0000 mon.smithi107 (mon.0) 330 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:57:24.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:24 smithi160 bash[25034]: audit 2024-09-21T18:57:23.473842+0000 mon.smithi107 (mon.0) 330 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:57:24.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:24 smithi160 bash[25034]: audit 2024-09-21T18:57:23.475835+0000 mon.smithi107 (mon.0) 331 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T18:57:24.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:24 smithi160 bash[25034]: audit 2024-09-21T18:57:23.475835+0000 mon.smithi107 (mon.0) 331 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T18:57:24.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:24 smithi160 bash[25034]: audit 2024-09-21T18:57:23.477677+0000 mon.smithi107 (mon.0) 332 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:24.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:24 smithi160 bash[25034]: audit 2024-09-21T18:57:23.477677+0000 mon.smithi107 (mon.0) 332 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:24.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:24 smithi160 bash[25034]: cephadm 2024-09-21T18:57:23.479733+0000 mgr.smithi107.uonppz (mgr.14203) 76 : cephadm [INF] Reconfiguring daemon mon.smithi160 on smithi160 2024-09-21T18:57:24.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:24 smithi160 bash[25034]: cephadm 2024-09-21T18:57:23.479733+0000 mgr.smithi107.uonppz (mgr.14203) 76 : cephadm [INF] Reconfiguring daemon mon.smithi160 on smithi160 2024-09-21T18:57:26.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: cluster 2024-09-21T18:57:25.273827+0000 mgr.smithi107.uonppz (mgr.14203) 77 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:26.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: cluster 2024-09-21T18:57:25.273827+0000 mgr.smithi107.uonppz (mgr.14203) 77 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:26.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.744221+0000 mon.smithi107 (mon.0) 333 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:26.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.744221+0000 mon.smithi107 (mon.0) 333 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:26.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.752723+0000 mon.smithi107 (mon.0) 334 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:26.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.752723+0000 mon.smithi107 (mon.0) 334 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:26.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.762429+0000 mon.smithi107 (mon.0) 335 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-21T18:57:26.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.762429+0000 mon.smithi107 (mon.0) 335 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-21T18:57:26.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.763304+0000 mgr.smithi107.uonppz (mgr.14203) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T18:57:26.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.763304+0000 mgr.smithi107.uonppz (mgr.14203) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T18:57:26.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.765552+0000 mon.smithi107 (mon.0) 336 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi107.front.sepia.ceph.com:9093"} : dispatch 2024-09-21T18:57:26.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.765552+0000 mon.smithi107 (mon.0) 336 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi107.front.sepia.ceph.com:9093"} : dispatch 2024-09-21T18:57:26.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.766414+0000 mgr.smithi107.uonppz (mgr.14203) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi107.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T18:57:26.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.766414+0000 mgr.smithi107.uonppz (mgr.14203) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi107.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T18:57:26.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.772852+0000 mon.smithi107 (mon.0) 337 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:26.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.772852+0000 mon.smithi107 (mon.0) 337 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:26.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.792796+0000 mon.smithi107 (mon.0) 338 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-21T18:57:26.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.792796+0000 mon.smithi107 (mon.0) 338 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-21T18:57:26.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.793478+0000 mgr.smithi107.uonppz (mgr.14203) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T18:57:26.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.793478+0000 mgr.smithi107.uonppz (mgr.14203) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T18:57:26.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.806195+0000 mon.smithi107 (mon.0) 339 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi107.front.sepia.ceph.com:3000"} : dispatch 2024-09-21T18:57:26.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.806195+0000 mon.smithi107 (mon.0) 339 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi107.front.sepia.ceph.com:3000"} : dispatch 2024-09-21T18:57:26.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.807162+0000 mgr.smithi107.uonppz (mgr.14203) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi107.front.sepia.ceph.com:3000"}]: dispatch 2024-09-21T18:57:26.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.807162+0000 mgr.smithi107.uonppz (mgr.14203) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi107.front.sepia.ceph.com:3000"}]: dispatch 2024-09-21T18:57:26.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.815230+0000 mon.smithi107 (mon.0) 340 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:26.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.815230+0000 mon.smithi107 (mon.0) 340 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:26.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.830855+0000 mon.smithi107 (mon.0) 341 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-21T18:57:26.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.830855+0000 mon.smithi107 (mon.0) 341 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-21T18:57:26.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.832084+0000 mgr.smithi107.uonppz (mgr.14203) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T18:57:26.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.832084+0000 mgr.smithi107.uonppz (mgr.14203) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T18:57:26.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.841747+0000 mon.smithi107 (mon.0) 342 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi107.front.sepia.ceph.com:9095"} : dispatch 2024-09-21T18:57:26.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.841747+0000 mon.smithi107 (mon.0) 342 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi107.front.sepia.ceph.com:9095"} : dispatch 2024-09-21T18:57:26.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.842812+0000 mgr.smithi107.uonppz (mgr.14203) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi107.front.sepia.ceph.com:9095"}]: dispatch 2024-09-21T18:57:26.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.842812+0000 mgr.smithi107.uonppz (mgr.14203) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi107.front.sepia.ceph.com:9095"}]: dispatch 2024-09-21T18:57:26.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.852349+0000 mon.smithi107 (mon.0) 343 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:26.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.852349+0000 mon.smithi107 (mon.0) 343 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:26.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.976853+0000 mon.smithi107 (mon.0) 344 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T18:57:26.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.976853+0000 mon.smithi107 (mon.0) 344 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T18:57:26.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.978517+0000 mgr.smithi107.uonppz (mgr.14203) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T18:57:26.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:25.978517+0000 mgr.smithi107.uonppz (mgr.14203) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T18:57:26.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:26.164107+0000 mon.smithi107 (mon.0) 345 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:57:26.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:26.164107+0000 mon.smithi107 (mon.0) 345 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:57:26.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:26.567182+0000 mon.smithi107 (mon.0) 346 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:57:26.903 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:26.567182+0000 mon.smithi107 (mon.0) 346 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:57:26.903 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:26.588756+0000 mon.smithi107 (mon.0) 347 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T18:57:26.903 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:26 smithi107 bash[20033]: audit 2024-09-21T18:57:26.588756+0000 mon.smithi107 (mon.0) 347 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T18:57:27.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: cluster 2024-09-21T18:57:25.273827+0000 mgr.smithi107.uonppz (mgr.14203) 77 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:27.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: cluster 2024-09-21T18:57:25.273827+0000 mgr.smithi107.uonppz (mgr.14203) 77 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:27.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.744221+0000 mon.smithi107 (mon.0) 333 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:27.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.744221+0000 mon.smithi107 (mon.0) 333 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:27.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.752723+0000 mon.smithi107 (mon.0) 334 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:27.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.752723+0000 mon.smithi107 (mon.0) 334 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:27.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.762429+0000 mon.smithi107 (mon.0) 335 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-21T18:57:27.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.762429+0000 mon.smithi107 (mon.0) 335 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-21T18:57:27.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.763304+0000 mgr.smithi107.uonppz (mgr.14203) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T18:57:27.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.763304+0000 mgr.smithi107.uonppz (mgr.14203) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T18:57:27.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.765552+0000 mon.smithi107 (mon.0) 336 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi107.front.sepia.ceph.com:9093"} : dispatch 2024-09-21T18:57:27.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.765552+0000 mon.smithi107 (mon.0) 336 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi107.front.sepia.ceph.com:9093"} : dispatch 2024-09-21T18:57:27.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.766414+0000 mgr.smithi107.uonppz (mgr.14203) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi107.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T18:57:27.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.766414+0000 mgr.smithi107.uonppz (mgr.14203) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi107.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T18:57:27.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.772852+0000 mon.smithi107 (mon.0) 337 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:27.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.772852+0000 mon.smithi107 (mon.0) 337 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:27.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.792796+0000 mon.smithi107 (mon.0) 338 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-21T18:57:27.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.792796+0000 mon.smithi107 (mon.0) 338 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-21T18:57:27.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.793478+0000 mgr.smithi107.uonppz (mgr.14203) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T18:57:27.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.793478+0000 mgr.smithi107.uonppz (mgr.14203) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T18:57:27.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.806195+0000 mon.smithi107 (mon.0) 339 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi107.front.sepia.ceph.com:3000"} : dispatch 2024-09-21T18:57:27.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.806195+0000 mon.smithi107 (mon.0) 339 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi107.front.sepia.ceph.com:3000"} : dispatch 2024-09-21T18:57:27.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.807162+0000 mgr.smithi107.uonppz (mgr.14203) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi107.front.sepia.ceph.com:3000"}]: dispatch 2024-09-21T18:57:27.163 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.807162+0000 mgr.smithi107.uonppz (mgr.14203) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi107.front.sepia.ceph.com:3000"}]: dispatch 2024-09-21T18:57:27.163 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.815230+0000 mon.smithi107 (mon.0) 340 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:27.163 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.815230+0000 mon.smithi107 (mon.0) 340 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:27.163 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.830855+0000 mon.smithi107 (mon.0) 341 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-21T18:57:27.163 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.830855+0000 mon.smithi107 (mon.0) 341 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-21T18:57:27.163 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.832084+0000 mgr.smithi107.uonppz (mgr.14203) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T18:57:27.163 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.832084+0000 mgr.smithi107.uonppz (mgr.14203) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T18:57:27.163 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.841747+0000 mon.smithi107 (mon.0) 342 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi107.front.sepia.ceph.com:9095"} : dispatch 2024-09-21T18:57:27.163 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.841747+0000 mon.smithi107 (mon.0) 342 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi107.front.sepia.ceph.com:9095"} : dispatch 2024-09-21T18:57:27.163 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.842812+0000 mgr.smithi107.uonppz (mgr.14203) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi107.front.sepia.ceph.com:9095"}]: dispatch 2024-09-21T18:57:27.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.842812+0000 mgr.smithi107.uonppz (mgr.14203) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi107.front.sepia.ceph.com:9095"}]: dispatch 2024-09-21T18:57:27.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.852349+0000 mon.smithi107 (mon.0) 343 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:27.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.852349+0000 mon.smithi107 (mon.0) 343 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:27.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.976853+0000 mon.smithi107 (mon.0) 344 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T18:57:27.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.976853+0000 mon.smithi107 (mon.0) 344 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T18:57:27.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.978517+0000 mgr.smithi107.uonppz (mgr.14203) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T18:57:27.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:25.978517+0000 mgr.smithi107.uonppz (mgr.14203) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T18:57:27.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:26.164107+0000 mon.smithi107 (mon.0) 345 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:57:27.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:26.164107+0000 mon.smithi107 (mon.0) 345 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:57:27.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:26.567182+0000 mon.smithi107 (mon.0) 346 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:57:27.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:26.567182+0000 mon.smithi107 (mon.0) 346 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:57:27.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:26.588756+0000 mon.smithi107 (mon.0) 347 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T18:57:27.164 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:26 smithi160 bash[25034]: audit 2024-09-21T18:57:26.588756+0000 mon.smithi107 (mon.0) 347 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T18:57:28.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:27 smithi107 bash[20033]: audit 2024-09-21T18:57:26.589806+0000 mgr.smithi107.uonppz (mgr.14203) 85 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T18:57:28.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:27 smithi107 bash[20033]: audit 2024-09-21T18:57:26.589806+0000 mgr.smithi107.uonppz (mgr.14203) 85 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T18:57:28.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:27 smithi107 bash[20033]: audit 2024-09-21T18:57:27.201837+0000 mon.smithi107 (mon.0) 348 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T18:57:28.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:27 smithi107 bash[20033]: audit 2024-09-21T18:57:27.201837+0000 mon.smithi107 (mon.0) 348 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T18:57:28.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:27 smithi160 bash[25034]: audit 2024-09-21T18:57:26.589806+0000 mgr.smithi107.uonppz (mgr.14203) 85 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T18:57:28.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:27 smithi160 bash[25034]: audit 2024-09-21T18:57:26.589806+0000 mgr.smithi107.uonppz (mgr.14203) 85 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T18:57:28.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:27 smithi160 bash[25034]: audit 2024-09-21T18:57:27.201837+0000 mon.smithi107 (mon.0) 348 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T18:57:28.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:27 smithi160 bash[25034]: audit 2024-09-21T18:57:27.201837+0000 mon.smithi107 (mon.0) 348 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T18:57:28.242 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T18:57:28.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:28 smithi160 bash[25034]: audit 2024-09-21T18:57:27.202865+0000 mgr.smithi107.uonppz (mgr.14203) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T18:57:28.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:28 smithi160 bash[25034]: audit 2024-09-21T18:57:27.202865+0000 mgr.smithi107.uonppz (mgr.14203) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T18:57:28.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:28 smithi160 bash[25034]: cluster 2024-09-21T18:57:27.274227+0000 mgr.smithi107.uonppz (mgr.14203) 87 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:28.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:28 smithi160 bash[25034]: cluster 2024-09-21T18:57:27.274227+0000 mgr.smithi107.uonppz (mgr.14203) 87 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:29.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:28 smithi107 bash[20033]: audit 2024-09-21T18:57:27.202865+0000 mgr.smithi107.uonppz (mgr.14203) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T18:57:29.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:28 smithi107 bash[20033]: audit 2024-09-21T18:57:27.202865+0000 mgr.smithi107.uonppz (mgr.14203) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T18:57:29.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:28 smithi107 bash[20033]: cluster 2024-09-21T18:57:27.274227+0000 mgr.smithi107.uonppz (mgr.14203) 87 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:29.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:28 smithi107 bash[20033]: cluster 2024-09-21T18:57:27.274227+0000 mgr.smithi107.uonppz (mgr.14203) 87 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:29.883 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T18:57:30.522 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-21T18:57:30.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:30 smithi107 bash[20033]: cluster 2024-09-21T18:57:29.274666+0000 mgr.smithi107.uonppz (mgr.14203) 88 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:30.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:30 smithi107 bash[20033]: cluster 2024-09-21T18:57:29.274666+0000 mgr.smithi107.uonppz (mgr.14203) 88 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:30.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:30 smithi107 bash[20033]: audit 2024-09-21T18:57:29.882845+0000 mon.smithi107 (mon.0) 349 : audit [DBG] from='client.? 172.21.15.107:0/2048923219' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:57:30.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:30 smithi107 bash[20033]: audit 2024-09-21T18:57:29.882845+0000 mon.smithi107 (mon.0) 349 : audit [DBG] from='client.? 172.21.15.107:0/2048923219' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:57:31.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:30 smithi160 bash[25034]: cluster 2024-09-21T18:57:29.274666+0000 mgr.smithi107.uonppz (mgr.14203) 88 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:31.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:30 smithi160 bash[25034]: cluster 2024-09-21T18:57:29.274666+0000 mgr.smithi107.uonppz (mgr.14203) 88 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:31.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:30 smithi160 bash[25034]: audit 2024-09-21T18:57:29.882845+0000 mon.smithi107 (mon.0) 349 : audit [DBG] from='client.? 172.21.15.107:0/2048923219' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:57:31.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:30 smithi160 bash[25034]: audit 2024-09-21T18:57:29.882845+0000 mon.smithi107 (mon.0) 349 : audit [DBG] from='client.? 172.21.15.107:0/2048923219' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:57:31.523 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T18:57:32.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: cluster 2024-09-21T18:57:31.274986+0000 mgr.smithi107.uonppz (mgr.14203) 89 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:32.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: cluster 2024-09-21T18:57:31.274986+0000 mgr.smithi107.uonppz (mgr.14203) 89 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:32.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:31.586231+0000 mon.smithi107 (mon.0) 350 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:31.586231+0000 mon.smithi107 (mon.0) 350 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:31.592785+0000 mon.smithi107 (mon.0) 351 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:31.592785+0000 mon.smithi107 (mon.0) 351 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:31.696512+0000 mon.smithi107 (mon.0) 352 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:31.696512+0000 mon.smithi107 (mon.0) 352 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:31.703027+0000 mon.smithi107 (mon.0) 353 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:31.703027+0000 mon.smithi107 (mon.0) 353 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:32.245968+0000 mon.smithi107 (mon.0) 354 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:32.245968+0000 mon.smithi107 (mon.0) 354 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:32.252796+0000 mon.smithi107 (mon.0) 355 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:32.252796+0000 mon.smithi107 (mon.0) 355 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:32.323349+0000 mon.smithi107 (mon.0) 356 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:32.323349+0000 mon.smithi107 (mon.0) 356 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:32.331419+0000 mon.smithi107 (mon.0) 357 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:32.331419+0000 mon.smithi107 (mon.0) 357 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:32.332977+0000 mon.smithi107 (mon.0) 358 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:32.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:32.332977+0000 mon.smithi107 (mon.0) 358 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:32.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:32.333924+0000 mon.smithi107 (mon.0) 359 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:57:32.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:32.333924+0000 mon.smithi107 (mon.0) 359 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:57:32.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:32.339412+0000 mon.smithi107 (mon.0) 360 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:32.339412+0000 mon.smithi107 (mon.0) 360 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:32.343506+0000 mon.smithi107 (mon.0) 361 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:57:32.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:32.343506+0000 mon.smithi107 (mon.0) 361 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:57:32.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:32.348223+0000 mon.smithi107 (mon.0) 362 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:57:32.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:32.348223+0000 mon.smithi107 (mon.0) 362 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:57:32.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:32.349490+0000 mon.smithi107 (mon.0) 363 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:32.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:32.349490+0000 mon.smithi107 (mon.0) 363 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:32.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:32.353343+0000 mon.smithi107 (mon.0) 364 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:57:32.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:32.353343+0000 mon.smithi107 (mon.0) 364 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:57:32.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:32.354603+0000 mon.smithi107 (mon.0) 365 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:32.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:32 smithi107 bash[20033]: audit 2024-09-21T18:57:32.354603+0000 mon.smithi107 (mon.0) 365 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:32.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: cluster 2024-09-21T18:57:31.274986+0000 mgr.smithi107.uonppz (mgr.14203) 89 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:32.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: cluster 2024-09-21T18:57:31.274986+0000 mgr.smithi107.uonppz (mgr.14203) 89 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:32.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:31.586231+0000 mon.smithi107 (mon.0) 350 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:31.586231+0000 mon.smithi107 (mon.0) 350 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:31.592785+0000 mon.smithi107 (mon.0) 351 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:31.592785+0000 mon.smithi107 (mon.0) 351 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:31.696512+0000 mon.smithi107 (mon.0) 352 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:31.696512+0000 mon.smithi107 (mon.0) 352 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:31.703027+0000 mon.smithi107 (mon.0) 353 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:31.703027+0000 mon.smithi107 (mon.0) 353 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:32.245968+0000 mon.smithi107 (mon.0) 354 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:32.245968+0000 mon.smithi107 (mon.0) 354 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:32.252796+0000 mon.smithi107 (mon.0) 355 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:32.252796+0000 mon.smithi107 (mon.0) 355 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:32.323349+0000 mon.smithi107 (mon.0) 356 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:32.323349+0000 mon.smithi107 (mon.0) 356 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:32.331419+0000 mon.smithi107 (mon.0) 357 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:32.331419+0000 mon.smithi107 (mon.0) 357 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:32.332977+0000 mon.smithi107 (mon.0) 358 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:32.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:32.332977+0000 mon.smithi107 (mon.0) 358 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:32.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:32.333924+0000 mon.smithi107 (mon.0) 359 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:57:32.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:32.333924+0000 mon.smithi107 (mon.0) 359 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:57:32.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:32.339412+0000 mon.smithi107 (mon.0) 360 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:32.339412+0000 mon.smithi107 (mon.0) 360 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:57:32.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:32.343506+0000 mon.smithi107 (mon.0) 361 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:57:32.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:32.343506+0000 mon.smithi107 (mon.0) 361 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:57:32.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:32.348223+0000 mon.smithi107 (mon.0) 362 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:57:32.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:32.348223+0000 mon.smithi107 (mon.0) 362 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:57:32.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:32.349490+0000 mon.smithi107 (mon.0) 363 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:32.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:32.349490+0000 mon.smithi107 (mon.0) 363 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:32.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:32.353343+0000 mon.smithi107 (mon.0) 364 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:57:32.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:32.353343+0000 mon.smithi107 (mon.0) 364 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:57:32.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:32.354603+0000 mon.smithi107 (mon.0) 365 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:32.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:32 smithi160 bash[25034]: audit 2024-09-21T18:57:32.354603+0000 mon.smithi107 (mon.0) 365 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:34.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:34 smithi107 bash[20033]: cluster 2024-09-21T18:57:33.275445+0000 mgr.smithi107.uonppz (mgr.14203) 90 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:34.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:34 smithi107 bash[20033]: cluster 2024-09-21T18:57:33.275445+0000 mgr.smithi107.uonppz (mgr.14203) 90 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:34.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:34 smithi160 bash[25034]: cluster 2024-09-21T18:57:33.275445+0000 mgr.smithi107.uonppz (mgr.14203) 90 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:34.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:34 smithi160 bash[25034]: cluster 2024-09-21T18:57:33.275445+0000 mgr.smithi107.uonppz (mgr.14203) 90 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:36.295 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T18:57:36.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:36 smithi107 bash[20033]: cluster 2024-09-21T18:57:35.275868+0000 mgr.smithi107.uonppz (mgr.14203) 91 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:36.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:36 smithi107 bash[20033]: cluster 2024-09-21T18:57:35.275868+0000 mgr.smithi107.uonppz (mgr.14203) 91 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:36.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:36 smithi160 bash[25034]: cluster 2024-09-21T18:57:35.275868+0000 mgr.smithi107.uonppz (mgr.14203) 91 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:36.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:36 smithi160 bash[25034]: cluster 2024-09-21T18:57:35.275868+0000 mgr.smithi107.uonppz (mgr.14203) 91 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:38.076 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T18:57:38.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:38 smithi160 bash[25034]: cluster 2024-09-21T18:57:37.276259+0000 mgr.smithi107.uonppz (mgr.14203) 92 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:38.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:38 smithi160 bash[25034]: cluster 2024-09-21T18:57:37.276259+0000 mgr.smithi107.uonppz (mgr.14203) 92 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:38.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:38 smithi160 bash[25034]: audit 2024-09-21T18:57:38.075690+0000 mon.smithi107 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.107:0/388214161' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:57:38.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:38 smithi160 bash[25034]: audit 2024-09-21T18:57:38.075690+0000 mon.smithi107 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.107:0/388214161' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:57:38.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:38 smithi107 bash[20033]: cluster 2024-09-21T18:57:37.276259+0000 mgr.smithi107.uonppz (mgr.14203) 92 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:38.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:38 smithi107 bash[20033]: cluster 2024-09-21T18:57:37.276259+0000 mgr.smithi107.uonppz (mgr.14203) 92 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:38.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:38 smithi107 bash[20033]: audit 2024-09-21T18:57:38.075690+0000 mon.smithi107 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.107:0/388214161' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:57:38.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:38 smithi107 bash[20033]: audit 2024-09-21T18:57:38.075690+0000 mon.smithi107 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.107:0/388214161' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:57:39.074 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-21T18:57:40.075 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T18:57:40.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:40 smithi107 bash[20033]: cluster 2024-09-21T18:57:39.276545+0000 mgr.smithi107.uonppz (mgr.14203) 93 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:40.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:40 smithi107 bash[20033]: cluster 2024-09-21T18:57:39.276545+0000 mgr.smithi107.uonppz (mgr.14203) 93 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:40.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:40 smithi160 bash[25034]: cluster 2024-09-21T18:57:39.276545+0000 mgr.smithi107.uonppz (mgr.14203) 93 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:40.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:40 smithi160 bash[25034]: cluster 2024-09-21T18:57:39.276545+0000 mgr.smithi107.uonppz (mgr.14203) 93 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:41.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:41 smithi107 bash[20033]: audit 2024-09-21T18:57:41.554945+0000 mon.smithi160 (mon.1) 2 : audit [INF] from='client.? 172.21.15.160:0/2210450824' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f2e51b26-c301-4d91-a381-f4956255ec59"} : dispatch 2024-09-21T18:57:41.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:41 smithi107 bash[20033]: audit 2024-09-21T18:57:41.554945+0000 mon.smithi160 (mon.1) 2 : audit [INF] from='client.? 172.21.15.160:0/2210450824' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f2e51b26-c301-4d91-a381-f4956255ec59"} : dispatch 2024-09-21T18:57:41.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:41 smithi107 bash[20033]: audit 2024-09-21T18:57:41.556916+0000 mon.smithi107 (mon.0) 367 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f2e51b26-c301-4d91-a381-f4956255ec59"} : dispatch 2024-09-21T18:57:41.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:41 smithi107 bash[20033]: audit 2024-09-21T18:57:41.556916+0000 mon.smithi107 (mon.0) 367 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f2e51b26-c301-4d91-a381-f4956255ec59"} : dispatch 2024-09-21T18:57:41.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:41 smithi107 bash[20033]: audit 2024-09-21T18:57:41.559250+0000 mon.smithi107 (mon.0) 368 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f2e51b26-c301-4d91-a381-f4956255ec59"}]': finished 2024-09-21T18:57:41.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:41 smithi107 bash[20033]: audit 2024-09-21T18:57:41.559250+0000 mon.smithi107 (mon.0) 368 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f2e51b26-c301-4d91-a381-f4956255ec59"}]': finished 2024-09-21T18:57:41.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:41 smithi107 bash[20033]: cluster 2024-09-21T18:57:41.562620+0000 mon.smithi107 (mon.0) 369 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-21T18:57:41.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:41 smithi107 bash[20033]: cluster 2024-09-21T18:57:41.562620+0000 mon.smithi107 (mon.0) 369 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-21T18:57:41.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:41 smithi107 bash[20033]: audit 2024-09-21T18:57:41.562993+0000 mon.smithi107 (mon.0) 370 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:41.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:41 smithi107 bash[20033]: audit 2024-09-21T18:57:41.562993+0000 mon.smithi107 (mon.0) 370 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:41.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:41 smithi107 bash[20033]: audit 2024-09-21T18:57:41.567606+0000 mon.smithi107 (mon.0) 371 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:57:41.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:41 smithi107 bash[20033]: audit 2024-09-21T18:57:41.567606+0000 mon.smithi107 (mon.0) 371 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:57:41.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:41 smithi160 bash[25034]: audit 2024-09-21T18:57:41.554945+0000 mon.smithi160 (mon.1) 2 : audit [INF] from='client.? 172.21.15.160:0/2210450824' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f2e51b26-c301-4d91-a381-f4956255ec59"} : dispatch 2024-09-21T18:57:41.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:41 smithi160 bash[25034]: audit 2024-09-21T18:57:41.554945+0000 mon.smithi160 (mon.1) 2 : audit [INF] from='client.? 172.21.15.160:0/2210450824' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f2e51b26-c301-4d91-a381-f4956255ec59"} : dispatch 2024-09-21T18:57:41.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:41 smithi160 bash[25034]: audit 2024-09-21T18:57:41.556916+0000 mon.smithi107 (mon.0) 367 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f2e51b26-c301-4d91-a381-f4956255ec59"} : dispatch 2024-09-21T18:57:41.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:41 smithi160 bash[25034]: audit 2024-09-21T18:57:41.556916+0000 mon.smithi107 (mon.0) 367 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f2e51b26-c301-4d91-a381-f4956255ec59"} : dispatch 2024-09-21T18:57:41.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:41 smithi160 bash[25034]: audit 2024-09-21T18:57:41.559250+0000 mon.smithi107 (mon.0) 368 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f2e51b26-c301-4d91-a381-f4956255ec59"}]': finished 2024-09-21T18:57:41.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:41 smithi160 bash[25034]: audit 2024-09-21T18:57:41.559250+0000 mon.smithi107 (mon.0) 368 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f2e51b26-c301-4d91-a381-f4956255ec59"}]': finished 2024-09-21T18:57:41.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:41 smithi160 bash[25034]: cluster 2024-09-21T18:57:41.562620+0000 mon.smithi107 (mon.0) 369 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-21T18:57:41.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:41 smithi160 bash[25034]: cluster 2024-09-21T18:57:41.562620+0000 mon.smithi107 (mon.0) 369 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-21T18:57:41.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:41 smithi160 bash[25034]: audit 2024-09-21T18:57:41.562993+0000 mon.smithi107 (mon.0) 370 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:41.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:41 smithi160 bash[25034]: audit 2024-09-21T18:57:41.562993+0000 mon.smithi107 (mon.0) 370 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:41.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:41 smithi160 bash[25034]: audit 2024-09-21T18:57:41.567606+0000 mon.smithi107 (mon.0) 371 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:57:41.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:41 smithi160 bash[25034]: audit 2024-09-21T18:57:41.567606+0000 mon.smithi107 (mon.0) 371 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:57:42.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:42 smithi107 bash[20033]: cluster 2024-09-21T18:57:41.276790+0000 mgr.smithi107.uonppz (mgr.14203) 94 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:42.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:42 smithi107 bash[20033]: cluster 2024-09-21T18:57:41.276790+0000 mgr.smithi107.uonppz (mgr.14203) 94 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:42.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:42 smithi107 bash[20033]: audit 2024-09-21T18:57:42.548094+0000 mon.smithi107 (mon.0) 372 : audit [INF] from='client.? 172.21.15.107:0/1940838828' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "64cf7685-d6ec-4496-8d2d-d395b53970f6"} : dispatch 2024-09-21T18:57:42.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:42 smithi107 bash[20033]: audit 2024-09-21T18:57:42.548094+0000 mon.smithi107 (mon.0) 372 : audit [INF] from='client.? 172.21.15.107:0/1940838828' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "64cf7685-d6ec-4496-8d2d-d395b53970f6"} : dispatch 2024-09-21T18:57:42.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:42 smithi107 bash[20033]: audit 2024-09-21T18:57:42.550119+0000 mon.smithi107 (mon.0) 373 : audit [INF] from='client.? 172.21.15.107:0/1940838828' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "64cf7685-d6ec-4496-8d2d-d395b53970f6"}]': finished 2024-09-21T18:57:42.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:42 smithi107 bash[20033]: audit 2024-09-21T18:57:42.550119+0000 mon.smithi107 (mon.0) 373 : audit [INF] from='client.? 172.21.15.107:0/1940838828' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "64cf7685-d6ec-4496-8d2d-d395b53970f6"}]': finished 2024-09-21T18:57:42.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:42 smithi107 bash[20033]: cluster 2024-09-21T18:57:42.553574+0000 mon.smithi107 (mon.0) 374 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-09-21T18:57:42.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:42 smithi107 bash[20033]: cluster 2024-09-21T18:57:42.553574+0000 mon.smithi107 (mon.0) 374 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-09-21T18:57:42.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:42 smithi107 bash[20033]: audit 2024-09-21T18:57:42.554132+0000 mon.smithi107 (mon.0) 375 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:42.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:42 smithi107 bash[20033]: audit 2024-09-21T18:57:42.554132+0000 mon.smithi107 (mon.0) 375 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:42.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:42 smithi107 bash[20033]: audit 2024-09-21T18:57:42.554500+0000 mon.smithi107 (mon.0) 376 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:57:42.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:42 smithi107 bash[20033]: audit 2024-09-21T18:57:42.554500+0000 mon.smithi107 (mon.0) 376 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:57:42.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:42 smithi160 bash[25034]: cluster 2024-09-21T18:57:41.276790+0000 mgr.smithi107.uonppz (mgr.14203) 94 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:42.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:42 smithi160 bash[25034]: cluster 2024-09-21T18:57:41.276790+0000 mgr.smithi107.uonppz (mgr.14203) 94 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:42.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:42 smithi160 bash[25034]: audit 2024-09-21T18:57:42.548094+0000 mon.smithi107 (mon.0) 372 : audit [INF] from='client.? 172.21.15.107:0/1940838828' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "64cf7685-d6ec-4496-8d2d-d395b53970f6"} : dispatch 2024-09-21T18:57:42.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:42 smithi160 bash[25034]: audit 2024-09-21T18:57:42.548094+0000 mon.smithi107 (mon.0) 372 : audit [INF] from='client.? 172.21.15.107:0/1940838828' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "64cf7685-d6ec-4496-8d2d-d395b53970f6"} : dispatch 2024-09-21T18:57:42.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:42 smithi160 bash[25034]: audit 2024-09-21T18:57:42.550119+0000 mon.smithi107 (mon.0) 373 : audit [INF] from='client.? 172.21.15.107:0/1940838828' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "64cf7685-d6ec-4496-8d2d-d395b53970f6"}]': finished 2024-09-21T18:57:42.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:42 smithi160 bash[25034]: audit 2024-09-21T18:57:42.550119+0000 mon.smithi107 (mon.0) 373 : audit [INF] from='client.? 172.21.15.107:0/1940838828' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "64cf7685-d6ec-4496-8d2d-d395b53970f6"}]': finished 2024-09-21T18:57:42.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:42 smithi160 bash[25034]: cluster 2024-09-21T18:57:42.553574+0000 mon.smithi107 (mon.0) 374 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-09-21T18:57:42.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:42 smithi160 bash[25034]: cluster 2024-09-21T18:57:42.553574+0000 mon.smithi107 (mon.0) 374 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-09-21T18:57:42.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:42 smithi160 bash[25034]: audit 2024-09-21T18:57:42.554132+0000 mon.smithi107 (mon.0) 375 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:42.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:42 smithi160 bash[25034]: audit 2024-09-21T18:57:42.554132+0000 mon.smithi107 (mon.0) 375 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:42.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:42 smithi160 bash[25034]: audit 2024-09-21T18:57:42.554500+0000 mon.smithi107 (mon.0) 376 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:57:42.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:42 smithi160 bash[25034]: audit 2024-09-21T18:57:42.554500+0000 mon.smithi107 (mon.0) 376 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:57:43.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:43 smithi107 bash[20033]: audit 2024-09-21T18:57:43.112723+0000 mon.smithi160 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.160:0/3241171918' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:43.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:43 smithi107 bash[20033]: audit 2024-09-21T18:57:43.112723+0000 mon.smithi160 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.160:0/3241171918' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:43.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:43 smithi160 bash[25034]: audit 2024-09-21T18:57:43.112723+0000 mon.smithi160 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.160:0/3241171918' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:43.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:43 smithi160 bash[25034]: audit 2024-09-21T18:57:43.112723+0000 mon.smithi160 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.160:0/3241171918' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:44.846 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T18:57:44.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:44 smithi107 bash[20033]: cluster 2024-09-21T18:57:43.277166+0000 mgr.smithi107.uonppz (mgr.14203) 95 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:44.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:44 smithi107 bash[20033]: cluster 2024-09-21T18:57:43.277166+0000 mgr.smithi107.uonppz (mgr.14203) 95 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:44.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:44 smithi107 bash[20033]: audit 2024-09-21T18:57:44.101944+0000 mon.smithi107 (mon.0) 377 : audit [DBG] from='client.? 172.21.15.107:0/2064755931' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:44.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:44 smithi107 bash[20033]: audit 2024-09-21T18:57:44.101944+0000 mon.smithi107 (mon.0) 377 : audit [DBG] from='client.? 172.21.15.107:0/2064755931' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:44.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:44 smithi160 bash[25034]: cluster 2024-09-21T18:57:43.277166+0000 mgr.smithi107.uonppz (mgr.14203) 95 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:44.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:44 smithi160 bash[25034]: cluster 2024-09-21T18:57:43.277166+0000 mgr.smithi107.uonppz (mgr.14203) 95 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:44.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:44 smithi160 bash[25034]: audit 2024-09-21T18:57:44.101944+0000 mon.smithi107 (mon.0) 377 : audit [DBG] from='client.? 172.21.15.107:0/2064755931' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:44.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:44 smithi160 bash[25034]: audit 2024-09-21T18:57:44.101944+0000 mon.smithi107 (mon.0) 377 : audit [DBG] from='client.? 172.21.15.107:0/2064755931' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:46.425 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T18:57:46.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:46 smithi107 bash[20033]: cluster 2024-09-21T18:57:45.277611+0000 mgr.smithi107.uonppz (mgr.14203) 96 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:46.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:46 smithi107 bash[20033]: cluster 2024-09-21T18:57:45.277611+0000 mgr.smithi107.uonppz (mgr.14203) 96 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:46.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:46 smithi107 bash[20033]: audit 2024-09-21T18:57:46.424790+0000 mon.smithi107 (mon.0) 378 : audit [DBG] from='client.? 172.21.15.107:0/797773071' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:57:46.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:46 smithi107 bash[20033]: audit 2024-09-21T18:57:46.424790+0000 mon.smithi107 (mon.0) 378 : audit [DBG] from='client.? 172.21.15.107:0/797773071' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:57:46.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:46 smithi160 bash[25034]: cluster 2024-09-21T18:57:45.277611+0000 mgr.smithi107.uonppz (mgr.14203) 96 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:46.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:46 smithi160 bash[25034]: cluster 2024-09-21T18:57:45.277611+0000 mgr.smithi107.uonppz (mgr.14203) 96 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:46.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:46 smithi160 bash[25034]: audit 2024-09-21T18:57:46.424790+0000 mon.smithi107 (mon.0) 378 : audit [DBG] from='client.? 172.21.15.107:0/797773071' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:57:46.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:46 smithi160 bash[25034]: audit 2024-09-21T18:57:46.424790+0000 mon.smithi107 (mon.0) 378 : audit [DBG] from='client.? 172.21.15.107:0/797773071' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:57:47.054 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1726945062,"num_remapped_pgs":0} 2024-09-21T18:57:47.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:47 smithi107 bash[20033]: audit 2024-09-21T18:57:46.827377+0000 mon.smithi160 (mon.1) 4 : audit [INF] from='client.? 172.21.15.160:0/2009508132' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "670dfac5-788b-4d3e-8c3d-70ebe09117b8"} : dispatch 2024-09-21T18:57:47.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:47 smithi107 bash[20033]: audit 2024-09-21T18:57:46.827377+0000 mon.smithi160 (mon.1) 4 : audit [INF] from='client.? 172.21.15.160:0/2009508132' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "670dfac5-788b-4d3e-8c3d-70ebe09117b8"} : dispatch 2024-09-21T18:57:47.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:47 smithi107 bash[20033]: audit 2024-09-21T18:57:46.829416+0000 mon.smithi107 (mon.0) 379 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "670dfac5-788b-4d3e-8c3d-70ebe09117b8"} : dispatch 2024-09-21T18:57:47.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:47 smithi107 bash[20033]: audit 2024-09-21T18:57:46.829416+0000 mon.smithi107 (mon.0) 379 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "670dfac5-788b-4d3e-8c3d-70ebe09117b8"} : dispatch 2024-09-21T18:57:47.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:47 smithi107 bash[20033]: audit 2024-09-21T18:57:46.832715+0000 mon.smithi107 (mon.0) 380 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "670dfac5-788b-4d3e-8c3d-70ebe09117b8"}]': finished 2024-09-21T18:57:47.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:47 smithi107 bash[20033]: audit 2024-09-21T18:57:46.832715+0000 mon.smithi107 (mon.0) 380 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "670dfac5-788b-4d3e-8c3d-70ebe09117b8"}]': finished 2024-09-21T18:57:47.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:47 smithi107 bash[20033]: cluster 2024-09-21T18:57:46.837836+0000 mon.smithi107 (mon.0) 381 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-09-21T18:57:47.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:47 smithi107 bash[20033]: cluster 2024-09-21T18:57:46.837836+0000 mon.smithi107 (mon.0) 381 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-09-21T18:57:47.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:47 smithi107 bash[20033]: audit 2024-09-21T18:57:46.838256+0000 mon.smithi107 (mon.0) 382 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:47.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:47 smithi107 bash[20033]: audit 2024-09-21T18:57:46.838256+0000 mon.smithi107 (mon.0) 382 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:47.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:47 smithi107 bash[20033]: audit 2024-09-21T18:57:46.838673+0000 mon.smithi107 (mon.0) 383 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:57:47.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:47 smithi107 bash[20033]: audit 2024-09-21T18:57:46.838673+0000 mon.smithi107 (mon.0) 383 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:57:47.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:47 smithi107 bash[20033]: audit 2024-09-21T18:57:46.839070+0000 mon.smithi107 (mon.0) 384 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:57:47.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:47 smithi107 bash[20033]: audit 2024-09-21T18:57:46.839070+0000 mon.smithi107 (mon.0) 384 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:57:47.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:47 smithi160 bash[25034]: audit 2024-09-21T18:57:46.827377+0000 mon.smithi160 (mon.1) 4 : audit [INF] from='client.? 172.21.15.160:0/2009508132' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "670dfac5-788b-4d3e-8c3d-70ebe09117b8"} : dispatch 2024-09-21T18:57:47.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:47 smithi160 bash[25034]: audit 2024-09-21T18:57:46.827377+0000 mon.smithi160 (mon.1) 4 : audit [INF] from='client.? 172.21.15.160:0/2009508132' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "670dfac5-788b-4d3e-8c3d-70ebe09117b8"} : dispatch 2024-09-21T18:57:47.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:47 smithi160 bash[25034]: audit 2024-09-21T18:57:46.829416+0000 mon.smithi107 (mon.0) 379 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "670dfac5-788b-4d3e-8c3d-70ebe09117b8"} : dispatch 2024-09-21T18:57:47.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:47 smithi160 bash[25034]: audit 2024-09-21T18:57:46.829416+0000 mon.smithi107 (mon.0) 379 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "670dfac5-788b-4d3e-8c3d-70ebe09117b8"} : dispatch 2024-09-21T18:57:47.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:47 smithi160 bash[25034]: audit 2024-09-21T18:57:46.832715+0000 mon.smithi107 (mon.0) 380 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "670dfac5-788b-4d3e-8c3d-70ebe09117b8"}]': finished 2024-09-21T18:57:47.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:47 smithi160 bash[25034]: audit 2024-09-21T18:57:46.832715+0000 mon.smithi107 (mon.0) 380 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "670dfac5-788b-4d3e-8c3d-70ebe09117b8"}]': finished 2024-09-21T18:57:47.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:47 smithi160 bash[25034]: cluster 2024-09-21T18:57:46.837836+0000 mon.smithi107 (mon.0) 381 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-09-21T18:57:47.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:47 smithi160 bash[25034]: cluster 2024-09-21T18:57:46.837836+0000 mon.smithi107 (mon.0) 381 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-09-21T18:57:47.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:47 smithi160 bash[25034]: audit 2024-09-21T18:57:46.838256+0000 mon.smithi107 (mon.0) 382 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:47.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:47 smithi160 bash[25034]: audit 2024-09-21T18:57:46.838256+0000 mon.smithi107 (mon.0) 382 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:47.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:47 smithi160 bash[25034]: audit 2024-09-21T18:57:46.838673+0000 mon.smithi107 (mon.0) 383 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:57:47.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:47 smithi160 bash[25034]: audit 2024-09-21T18:57:46.838673+0000 mon.smithi107 (mon.0) 383 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:57:47.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:47 smithi160 bash[25034]: audit 2024-09-21T18:57:46.839070+0000 mon.smithi107 (mon.0) 384 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:57:47.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:47 smithi160 bash[25034]: audit 2024-09-21T18:57:46.839070+0000 mon.smithi107 (mon.0) 384 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:57:48.055 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T18:57:49.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:48 smithi107 bash[20033]: cluster 2024-09-21T18:57:47.278106+0000 mgr.smithi107.uonppz (mgr.14203) 97 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:49.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:48 smithi107 bash[20033]: cluster 2024-09-21T18:57:47.278106+0000 mgr.smithi107.uonppz (mgr.14203) 97 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:49.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:48 smithi107 bash[20033]: audit 2024-09-21T18:57:48.102913+0000 mon.smithi107 (mon.0) 385 : audit [INF] from='client.? 172.21.15.107:0/3836029542' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5d75ea87-8a74-45da-98ab-86d114859fa3"} : dispatch 2024-09-21T18:57:49.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:48 smithi107 bash[20033]: audit 2024-09-21T18:57:48.102913+0000 mon.smithi107 (mon.0) 385 : audit [INF] from='client.? 172.21.15.107:0/3836029542' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5d75ea87-8a74-45da-98ab-86d114859fa3"} : dispatch 2024-09-21T18:57:49.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:48 smithi107 bash[20033]: audit 2024-09-21T18:57:48.104790+0000 mon.smithi107 (mon.0) 386 : audit [INF] from='client.? 172.21.15.107:0/3836029542' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5d75ea87-8a74-45da-98ab-86d114859fa3"}]': finished 2024-09-21T18:57:49.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:48 smithi107 bash[20033]: audit 2024-09-21T18:57:48.104790+0000 mon.smithi107 (mon.0) 386 : audit [INF] from='client.? 172.21.15.107:0/3836029542' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5d75ea87-8a74-45da-98ab-86d114859fa3"}]': finished 2024-09-21T18:57:49.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:48 smithi107 bash[20033]: cluster 2024-09-21T18:57:48.108381+0000 mon.smithi107 (mon.0) 387 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-09-21T18:57:49.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:48 smithi107 bash[20033]: cluster 2024-09-21T18:57:48.108381+0000 mon.smithi107 (mon.0) 387 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-09-21T18:57:49.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:48 smithi107 bash[20033]: audit 2024-09-21T18:57:48.123669+0000 mon.smithi107 (mon.0) 388 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:49.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:48 smithi107 bash[20033]: audit 2024-09-21T18:57:48.123669+0000 mon.smithi107 (mon.0) 388 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:49.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:48 smithi107 bash[20033]: audit 2024-09-21T18:57:48.123827+0000 mon.smithi107 (mon.0) 389 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:57:49.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:48 smithi107 bash[20033]: audit 2024-09-21T18:57:48.123827+0000 mon.smithi107 (mon.0) 389 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:57:49.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:48 smithi107 bash[20033]: audit 2024-09-21T18:57:48.123969+0000 mon.smithi107 (mon.0) 390 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:57:49.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:48 smithi107 bash[20033]: audit 2024-09-21T18:57:48.123969+0000 mon.smithi107 (mon.0) 390 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:57:49.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:48 smithi107 bash[20033]: audit 2024-09-21T18:57:48.124106+0000 mon.smithi107 (mon.0) 391 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:57:49.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:48 smithi107 bash[20033]: audit 2024-09-21T18:57:48.124106+0000 mon.smithi107 (mon.0) 391 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:57:49.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:48 smithi107 bash[20033]: audit 2024-09-21T18:57:48.362190+0000 mon.smithi160 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.160:0/2537574328' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:49.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:48 smithi107 bash[20033]: audit 2024-09-21T18:57:48.362190+0000 mon.smithi160 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.160:0/2537574328' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:49.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:48 smithi160 bash[25034]: cluster 2024-09-21T18:57:47.278106+0000 mgr.smithi107.uonppz (mgr.14203) 97 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:49.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:48 smithi160 bash[25034]: cluster 2024-09-21T18:57:47.278106+0000 mgr.smithi107.uonppz (mgr.14203) 97 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:49.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:48 smithi160 bash[25034]: audit 2024-09-21T18:57:48.102913+0000 mon.smithi107 (mon.0) 385 : audit [INF] from='client.? 172.21.15.107:0/3836029542' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5d75ea87-8a74-45da-98ab-86d114859fa3"} : dispatch 2024-09-21T18:57:49.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:48 smithi160 bash[25034]: audit 2024-09-21T18:57:48.102913+0000 mon.smithi107 (mon.0) 385 : audit [INF] from='client.? 172.21.15.107:0/3836029542' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5d75ea87-8a74-45da-98ab-86d114859fa3"} : dispatch 2024-09-21T18:57:49.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:48 smithi160 bash[25034]: audit 2024-09-21T18:57:48.104790+0000 mon.smithi107 (mon.0) 386 : audit [INF] from='client.? 172.21.15.107:0/3836029542' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5d75ea87-8a74-45da-98ab-86d114859fa3"}]': finished 2024-09-21T18:57:49.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:48 smithi160 bash[25034]: audit 2024-09-21T18:57:48.104790+0000 mon.smithi107 (mon.0) 386 : audit [INF] from='client.? 172.21.15.107:0/3836029542' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5d75ea87-8a74-45da-98ab-86d114859fa3"}]': finished 2024-09-21T18:57:49.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:48 smithi160 bash[25034]: cluster 2024-09-21T18:57:48.108381+0000 mon.smithi107 (mon.0) 387 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-09-21T18:57:49.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:48 smithi160 bash[25034]: cluster 2024-09-21T18:57:48.108381+0000 mon.smithi107 (mon.0) 387 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-09-21T18:57:49.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:48 smithi160 bash[25034]: audit 2024-09-21T18:57:48.123669+0000 mon.smithi107 (mon.0) 388 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:49.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:48 smithi160 bash[25034]: audit 2024-09-21T18:57:48.123669+0000 mon.smithi107 (mon.0) 388 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:49.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:48 smithi160 bash[25034]: audit 2024-09-21T18:57:48.123827+0000 mon.smithi107 (mon.0) 389 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:57:49.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:48 smithi160 bash[25034]: audit 2024-09-21T18:57:48.123827+0000 mon.smithi107 (mon.0) 389 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:57:49.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:48 smithi160 bash[25034]: audit 2024-09-21T18:57:48.123969+0000 mon.smithi107 (mon.0) 390 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:57:49.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:48 smithi160 bash[25034]: audit 2024-09-21T18:57:48.123969+0000 mon.smithi107 (mon.0) 390 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:57:49.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:48 smithi160 bash[25034]: audit 2024-09-21T18:57:48.124106+0000 mon.smithi107 (mon.0) 391 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:57:49.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:48 smithi160 bash[25034]: audit 2024-09-21T18:57:48.124106+0000 mon.smithi107 (mon.0) 391 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:57:49.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:48 smithi160 bash[25034]: audit 2024-09-21T18:57:48.362190+0000 mon.smithi160 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.160:0/2537574328' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:49.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:48 smithi160 bash[25034]: audit 2024-09-21T18:57:48.362190+0000 mon.smithi160 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.160:0/2537574328' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:50.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:49 smithi107 bash[20033]: audit 2024-09-21T18:57:49.655007+0000 mon.smithi107 (mon.0) 392 : audit [DBG] from='client.? 172.21.15.107:0/4062211576' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:50.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:49 smithi107 bash[20033]: audit 2024-09-21T18:57:49.655007+0000 mon.smithi107 (mon.0) 392 : audit [DBG] from='client.? 172.21.15.107:0/4062211576' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:50.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:49 smithi160 bash[25034]: audit 2024-09-21T18:57:49.655007+0000 mon.smithi107 (mon.0) 392 : audit [DBG] from='client.? 172.21.15.107:0/4062211576' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:50.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:49 smithi160 bash[25034]: audit 2024-09-21T18:57:49.655007+0000 mon.smithi107 (mon.0) 392 : audit [DBG] from='client.? 172.21.15.107:0/4062211576' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:51.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:50 smithi107 bash[20033]: cluster 2024-09-21T18:57:49.278521+0000 mgr.smithi107.uonppz (mgr.14203) 98 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:51.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:50 smithi107 bash[20033]: cluster 2024-09-21T18:57:49.278521+0000 mgr.smithi107.uonppz (mgr.14203) 98 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:51.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:50 smithi160 bash[25034]: cluster 2024-09-21T18:57:49.278521+0000 mgr.smithi107.uonppz (mgr.14203) 98 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:51.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:50 smithi160 bash[25034]: cluster 2024-09-21T18:57:49.278521+0000 mgr.smithi107.uonppz (mgr.14203) 98 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:52.834 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T18:57:53.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:52 smithi107 bash[20033]: cluster 2024-09-21T18:57:51.278907+0000 mgr.smithi107.uonppz (mgr.14203) 99 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:53.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:52 smithi107 bash[20033]: cluster 2024-09-21T18:57:51.278907+0000 mgr.smithi107.uonppz (mgr.14203) 99 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:53.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:52 smithi107 bash[20033]: audit 2024-09-21T18:57:51.878178+0000 mon.smithi160 (mon.1) 6 : audit [INF] from='client.? 172.21.15.160:0/3822894303' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "32da8397-5729-4bb2-9ee3-9042739938c5"} : dispatch 2024-09-21T18:57:53.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:52 smithi107 bash[20033]: audit 2024-09-21T18:57:51.878178+0000 mon.smithi160 (mon.1) 6 : audit [INF] from='client.? 172.21.15.160:0/3822894303' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "32da8397-5729-4bb2-9ee3-9042739938c5"} : dispatch 2024-09-21T18:57:53.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:52 smithi107 bash[20033]: audit 2024-09-21T18:57:51.879938+0000 mon.smithi107 (mon.0) 393 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "32da8397-5729-4bb2-9ee3-9042739938c5"} : dispatch 2024-09-21T18:57:53.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:52 smithi107 bash[20033]: audit 2024-09-21T18:57:51.879938+0000 mon.smithi107 (mon.0) 393 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "32da8397-5729-4bb2-9ee3-9042739938c5"} : dispatch 2024-09-21T18:57:53.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:52 smithi107 bash[20033]: audit 2024-09-21T18:57:51.883295+0000 mon.smithi107 (mon.0) 394 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "32da8397-5729-4bb2-9ee3-9042739938c5"}]': finished 2024-09-21T18:57:53.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:52 smithi107 bash[20033]: audit 2024-09-21T18:57:51.883295+0000 mon.smithi107 (mon.0) 394 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "32da8397-5729-4bb2-9ee3-9042739938c5"}]': finished 2024-09-21T18:57:53.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:52 smithi107 bash[20033]: cluster 2024-09-21T18:57:51.887784+0000 mon.smithi107 (mon.0) 395 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-09-21T18:57:53.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:52 smithi107 bash[20033]: cluster 2024-09-21T18:57:51.887784+0000 mon.smithi107 (mon.0) 395 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-09-21T18:57:53.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:52 smithi107 bash[20033]: audit 2024-09-21T18:57:51.888216+0000 mon.smithi107 (mon.0) 396 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:53.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:52 smithi107 bash[20033]: audit 2024-09-21T18:57:51.888216+0000 mon.smithi107 (mon.0) 396 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:53.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:52 smithi107 bash[20033]: audit 2024-09-21T18:57:51.888569+0000 mon.smithi107 (mon.0) 397 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:57:53.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:52 smithi107 bash[20033]: audit 2024-09-21T18:57:51.888569+0000 mon.smithi107 (mon.0) 397 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:57:53.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:52 smithi107 bash[20033]: audit 2024-09-21T18:57:51.888882+0000 mon.smithi107 (mon.0) 398 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:57:53.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:52 smithi107 bash[20033]: audit 2024-09-21T18:57:51.888882+0000 mon.smithi107 (mon.0) 398 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:57:53.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:52 smithi107 bash[20033]: audit 2024-09-21T18:57:51.889193+0000 mon.smithi107 (mon.0) 399 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:57:53.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:52 smithi107 bash[20033]: audit 2024-09-21T18:57:51.889193+0000 mon.smithi107 (mon.0) 399 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:57:53.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:52 smithi107 bash[20033]: audit 2024-09-21T18:57:51.889494+0000 mon.smithi107 (mon.0) 400 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:57:53.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:52 smithi107 bash[20033]: audit 2024-09-21T18:57:51.889494+0000 mon.smithi107 (mon.0) 400 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:57:53.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:52 smithi160 bash[25034]: cluster 2024-09-21T18:57:51.278907+0000 mgr.smithi107.uonppz (mgr.14203) 99 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:53.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:52 smithi160 bash[25034]: cluster 2024-09-21T18:57:51.278907+0000 mgr.smithi107.uonppz (mgr.14203) 99 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:53.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:52 smithi160 bash[25034]: audit 2024-09-21T18:57:51.878178+0000 mon.smithi160 (mon.1) 6 : audit [INF] from='client.? 172.21.15.160:0/3822894303' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "32da8397-5729-4bb2-9ee3-9042739938c5"} : dispatch 2024-09-21T18:57:53.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:52 smithi160 bash[25034]: audit 2024-09-21T18:57:51.878178+0000 mon.smithi160 (mon.1) 6 : audit [INF] from='client.? 172.21.15.160:0/3822894303' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "32da8397-5729-4bb2-9ee3-9042739938c5"} : dispatch 2024-09-21T18:57:53.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:52 smithi160 bash[25034]: audit 2024-09-21T18:57:51.879938+0000 mon.smithi107 (mon.0) 393 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "32da8397-5729-4bb2-9ee3-9042739938c5"} : dispatch 2024-09-21T18:57:53.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:52 smithi160 bash[25034]: audit 2024-09-21T18:57:51.879938+0000 mon.smithi107 (mon.0) 393 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "32da8397-5729-4bb2-9ee3-9042739938c5"} : dispatch 2024-09-21T18:57:53.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:52 smithi160 bash[25034]: audit 2024-09-21T18:57:51.883295+0000 mon.smithi107 (mon.0) 394 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "32da8397-5729-4bb2-9ee3-9042739938c5"}]': finished 2024-09-21T18:57:53.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:52 smithi160 bash[25034]: audit 2024-09-21T18:57:51.883295+0000 mon.smithi107 (mon.0) 394 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "32da8397-5729-4bb2-9ee3-9042739938c5"}]': finished 2024-09-21T18:57:53.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:52 smithi160 bash[25034]: cluster 2024-09-21T18:57:51.887784+0000 mon.smithi107 (mon.0) 395 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-09-21T18:57:53.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:52 smithi160 bash[25034]: cluster 2024-09-21T18:57:51.887784+0000 mon.smithi107 (mon.0) 395 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-09-21T18:57:53.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:52 smithi160 bash[25034]: audit 2024-09-21T18:57:51.888216+0000 mon.smithi107 (mon.0) 396 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:53.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:52 smithi160 bash[25034]: audit 2024-09-21T18:57:51.888216+0000 mon.smithi107 (mon.0) 396 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:53.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:52 smithi160 bash[25034]: audit 2024-09-21T18:57:51.888569+0000 mon.smithi107 (mon.0) 397 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:57:53.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:52 smithi160 bash[25034]: audit 2024-09-21T18:57:51.888569+0000 mon.smithi107 (mon.0) 397 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:57:53.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:52 smithi160 bash[25034]: audit 2024-09-21T18:57:51.888882+0000 mon.smithi107 (mon.0) 398 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:57:53.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:52 smithi160 bash[25034]: audit 2024-09-21T18:57:51.888882+0000 mon.smithi107 (mon.0) 398 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:57:53.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:52 smithi160 bash[25034]: audit 2024-09-21T18:57:51.889193+0000 mon.smithi107 (mon.0) 399 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:57:53.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:52 smithi160 bash[25034]: audit 2024-09-21T18:57:51.889193+0000 mon.smithi107 (mon.0) 399 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:57:53.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:52 smithi160 bash[25034]: audit 2024-09-21T18:57:51.889494+0000 mon.smithi107 (mon.0) 400 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:57:53.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:52 smithi160 bash[25034]: audit 2024-09-21T18:57:51.889494+0000 mon.smithi107 (mon.0) 400 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:57:53.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:53 smithi107 bash[20033]: audit 2024-09-21T18:57:53.391434+0000 mon.smithi107 (mon.0) 401 : audit [INF] from='client.? 172.21.15.107:0/514176666' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8c999ac9-d216-4bc5-b213-9eed010e5d00"} : dispatch 2024-09-21T18:57:53.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:53 smithi107 bash[20033]: audit 2024-09-21T18:57:53.391434+0000 mon.smithi107 (mon.0) 401 : audit [INF] from='client.? 172.21.15.107:0/514176666' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8c999ac9-d216-4bc5-b213-9eed010e5d00"} : dispatch 2024-09-21T18:57:53.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:53 smithi107 bash[20033]: audit 2024-09-21T18:57:53.393927+0000 mon.smithi107 (mon.0) 402 : audit [INF] from='client.? 172.21.15.107:0/514176666' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8c999ac9-d216-4bc5-b213-9eed010e5d00"}]': finished 2024-09-21T18:57:53.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:53 smithi107 bash[20033]: audit 2024-09-21T18:57:53.393927+0000 mon.smithi107 (mon.0) 402 : audit [INF] from='client.? 172.21.15.107:0/514176666' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8c999ac9-d216-4bc5-b213-9eed010e5d00"}]': finished 2024-09-21T18:57:53.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:53 smithi107 bash[20033]: cluster 2024-09-21T18:57:53.399342+0000 mon.smithi107 (mon.0) 403 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-09-21T18:57:53.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:53 smithi107 bash[20033]: cluster 2024-09-21T18:57:53.399342+0000 mon.smithi107 (mon.0) 403 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-09-21T18:57:53.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:53 smithi107 bash[20033]: audit 2024-09-21T18:57:53.399591+0000 mon.smithi107 (mon.0) 404 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:53.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:53 smithi107 bash[20033]: audit 2024-09-21T18:57:53.399591+0000 mon.smithi107 (mon.0) 404 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:53.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:53 smithi107 bash[20033]: audit 2024-09-21T18:57:53.399754+0000 mon.smithi107 (mon.0) 405 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:57:53.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:53 smithi107 bash[20033]: audit 2024-09-21T18:57:53.399754+0000 mon.smithi107 (mon.0) 405 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:57:53.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:53 smithi107 bash[20033]: audit 2024-09-21T18:57:53.399878+0000 mon.smithi107 (mon.0) 406 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:57:53.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:53 smithi107 bash[20033]: audit 2024-09-21T18:57:53.399878+0000 mon.smithi107 (mon.0) 406 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:57:53.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:53 smithi107 bash[20033]: audit 2024-09-21T18:57:53.399994+0000 mon.smithi107 (mon.0) 407 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:57:53.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:53 smithi107 bash[20033]: audit 2024-09-21T18:57:53.399994+0000 mon.smithi107 (mon.0) 407 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:57:53.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:53 smithi107 bash[20033]: audit 2024-09-21T18:57:53.400155+0000 mon.smithi107 (mon.0) 408 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:57:53.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:53 smithi107 bash[20033]: audit 2024-09-21T18:57:53.400155+0000 mon.smithi107 (mon.0) 408 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:57:53.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:53 smithi107 bash[20033]: audit 2024-09-21T18:57:53.400319+0000 mon.smithi107 (mon.0) 409 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:53.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:53 smithi107 bash[20033]: audit 2024-09-21T18:57:53.400319+0000 mon.smithi107 (mon.0) 409 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:53.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:53 smithi107 bash[20033]: audit 2024-09-21T18:57:53.477974+0000 mon.smithi160 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.160:0/3847018141' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:53.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:53 smithi107 bash[20033]: audit 2024-09-21T18:57:53.477974+0000 mon.smithi160 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.160:0/3847018141' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:54.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:53 smithi160 bash[25034]: audit 2024-09-21T18:57:53.391434+0000 mon.smithi107 (mon.0) 401 : audit [INF] from='client.? 172.21.15.107:0/514176666' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8c999ac9-d216-4bc5-b213-9eed010e5d00"} : dispatch 2024-09-21T18:57:54.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:53 smithi160 bash[25034]: audit 2024-09-21T18:57:53.391434+0000 mon.smithi107 (mon.0) 401 : audit [INF] from='client.? 172.21.15.107:0/514176666' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8c999ac9-d216-4bc5-b213-9eed010e5d00"} : dispatch 2024-09-21T18:57:54.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:53 smithi160 bash[25034]: audit 2024-09-21T18:57:53.393927+0000 mon.smithi107 (mon.0) 402 : audit [INF] from='client.? 172.21.15.107:0/514176666' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8c999ac9-d216-4bc5-b213-9eed010e5d00"}]': finished 2024-09-21T18:57:54.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:53 smithi160 bash[25034]: audit 2024-09-21T18:57:53.393927+0000 mon.smithi107 (mon.0) 402 : audit [INF] from='client.? 172.21.15.107:0/514176666' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8c999ac9-d216-4bc5-b213-9eed010e5d00"}]': finished 2024-09-21T18:57:54.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:53 smithi160 bash[25034]: cluster 2024-09-21T18:57:53.399342+0000 mon.smithi107 (mon.0) 403 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-09-21T18:57:54.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:53 smithi160 bash[25034]: cluster 2024-09-21T18:57:53.399342+0000 mon.smithi107 (mon.0) 403 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-09-21T18:57:54.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:53 smithi160 bash[25034]: audit 2024-09-21T18:57:53.399591+0000 mon.smithi107 (mon.0) 404 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:54.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:53 smithi160 bash[25034]: audit 2024-09-21T18:57:53.399591+0000 mon.smithi107 (mon.0) 404 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:54.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:53 smithi160 bash[25034]: audit 2024-09-21T18:57:53.399754+0000 mon.smithi107 (mon.0) 405 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:57:54.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:53 smithi160 bash[25034]: audit 2024-09-21T18:57:53.399754+0000 mon.smithi107 (mon.0) 405 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:57:54.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:53 smithi160 bash[25034]: audit 2024-09-21T18:57:53.399878+0000 mon.smithi107 (mon.0) 406 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:57:54.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:53 smithi160 bash[25034]: audit 2024-09-21T18:57:53.399878+0000 mon.smithi107 (mon.0) 406 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:57:54.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:53 smithi160 bash[25034]: audit 2024-09-21T18:57:53.399994+0000 mon.smithi107 (mon.0) 407 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:57:54.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:53 smithi160 bash[25034]: audit 2024-09-21T18:57:53.399994+0000 mon.smithi107 (mon.0) 407 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:57:54.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:53 smithi160 bash[25034]: audit 2024-09-21T18:57:53.400155+0000 mon.smithi107 (mon.0) 408 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:57:54.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:53 smithi160 bash[25034]: audit 2024-09-21T18:57:53.400155+0000 mon.smithi107 (mon.0) 408 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:57:54.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:53 smithi160 bash[25034]: audit 2024-09-21T18:57:53.400319+0000 mon.smithi107 (mon.0) 409 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:54.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:53 smithi160 bash[25034]: audit 2024-09-21T18:57:53.400319+0000 mon.smithi107 (mon.0) 409 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:54.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:53 smithi160 bash[25034]: audit 2024-09-21T18:57:53.477974+0000 mon.smithi160 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.160:0/3847018141' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:54.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:53 smithi160 bash[25034]: audit 2024-09-21T18:57:53.477974+0000 mon.smithi160 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.160:0/3847018141' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:54.543 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T18:57:55.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:54 smithi107 bash[20033]: cluster 2024-09-21T18:57:53.279220+0000 mgr.smithi107.uonppz (mgr.14203) 100 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:55.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:54 smithi107 bash[20033]: cluster 2024-09-21T18:57:53.279220+0000 mgr.smithi107.uonppz (mgr.14203) 100 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:55.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:54 smithi107 bash[20033]: audit 2024-09-21T18:57:54.542654+0000 mon.smithi107 (mon.0) 410 : audit [DBG] from='client.? 172.21.15.107:0/556177378' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:57:55.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:54 smithi107 bash[20033]: audit 2024-09-21T18:57:54.542654+0000 mon.smithi107 (mon.0) 410 : audit [DBG] from='client.? 172.21.15.107:0/556177378' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:57:55.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:54 smithi160 bash[25034]: cluster 2024-09-21T18:57:53.279220+0000 mgr.smithi107.uonppz (mgr.14203) 100 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:55.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:54 smithi160 bash[25034]: cluster 2024-09-21T18:57:53.279220+0000 mgr.smithi107.uonppz (mgr.14203) 100 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:55.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:54 smithi160 bash[25034]: audit 2024-09-21T18:57:54.542654+0000 mon.smithi107 (mon.0) 410 : audit [DBG] from='client.? 172.21.15.107:0/556177378' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:57:55.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:54 smithi160 bash[25034]: audit 2024-09-21T18:57:54.542654+0000 mon.smithi107 (mon.0) 410 : audit [DBG] from='client.? 172.21.15.107:0/556177378' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:57:55.473 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1726945073,"num_remapped_pgs":0} 2024-09-21T18:57:56.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:55 smithi107 bash[20033]: audit 2024-09-21T18:57:55.194242+0000 mon.smithi107 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.107:0/998877310' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:56.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:55 smithi107 bash[20033]: audit 2024-09-21T18:57:55.194242+0000 mon.smithi107 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.107:0/998877310' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:56.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:55 smithi160 bash[25034]: audit 2024-09-21T18:57:55.194242+0000 mon.smithi107 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.107:0/998877310' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:56.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:55 smithi160 bash[25034]: audit 2024-09-21T18:57:55.194242+0000 mon.smithi107 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.107:0/998877310' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:56.475 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T18:57:57.133 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:56 smithi160 bash[25034]: cluster 2024-09-21T18:57:55.279450+0000 mgr.smithi107.uonppz (mgr.14203) 101 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:57.133 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:56 smithi160 bash[25034]: cluster 2024-09-21T18:57:55.279450+0000 mgr.smithi107.uonppz (mgr.14203) 101 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:57.133 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:56 smithi160 bash[25034]: audit 2024-09-21T18:57:56.567796+0000 mon.smithi107 (mon.0) 412 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:57:57.133 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:56 smithi160 bash[25034]: audit 2024-09-21T18:57:56.567796+0000 mon.smithi107 (mon.0) 412 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:57:57.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:56 smithi107 bash[20033]: cluster 2024-09-21T18:57:55.279450+0000 mgr.smithi107.uonppz (mgr.14203) 101 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:57.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:56 smithi107 bash[20033]: cluster 2024-09-21T18:57:55.279450+0000 mgr.smithi107.uonppz (mgr.14203) 101 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:57.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:56 smithi107 bash[20033]: audit 2024-09-21T18:57:56.567796+0000 mon.smithi107 (mon.0) 412 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:57:57.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:56 smithi107 bash[20033]: audit 2024-09-21T18:57:56.567796+0000 mon.smithi107 (mon.0) 412 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:57:58.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:57 smithi107 bash[20033]: audit 2024-09-21T18:57:56.961556+0000 mon.smithi160 (mon.1) 8 : audit [INF] from='client.? 172.21.15.160:0/1779075617' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "eaa842fc-4b42-4556-b78e-f439415c2435"} : dispatch 2024-09-21T18:57:58.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:57 smithi107 bash[20033]: audit 2024-09-21T18:57:56.961556+0000 mon.smithi160 (mon.1) 8 : audit [INF] from='client.? 172.21.15.160:0/1779075617' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "eaa842fc-4b42-4556-b78e-f439415c2435"} : dispatch 2024-09-21T18:57:58.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:57 smithi107 bash[20033]: audit 2024-09-21T18:57:56.963706+0000 mon.smithi107 (mon.0) 413 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "eaa842fc-4b42-4556-b78e-f439415c2435"} : dispatch 2024-09-21T18:57:58.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:57 smithi107 bash[20033]: audit 2024-09-21T18:57:56.963706+0000 mon.smithi107 (mon.0) 413 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "eaa842fc-4b42-4556-b78e-f439415c2435"} : dispatch 2024-09-21T18:57:58.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:57 smithi107 bash[20033]: audit 2024-09-21T18:57:56.966732+0000 mon.smithi107 (mon.0) 414 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eaa842fc-4b42-4556-b78e-f439415c2435"}]': finished 2024-09-21T18:57:58.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:57 smithi107 bash[20033]: audit 2024-09-21T18:57:56.966732+0000 mon.smithi107 (mon.0) 414 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eaa842fc-4b42-4556-b78e-f439415c2435"}]': finished 2024-09-21T18:57:58.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:57 smithi107 bash[20033]: cluster 2024-09-21T18:57:56.969877+0000 mon.smithi107 (mon.0) 415 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-09-21T18:57:58.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:57 smithi107 bash[20033]: cluster 2024-09-21T18:57:56.969877+0000 mon.smithi107 (mon.0) 415 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-09-21T18:57:58.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:57 smithi107 bash[20033]: audit 2024-09-21T18:57:56.970091+0000 mon.smithi107 (mon.0) 416 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:58.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:57 smithi107 bash[20033]: audit 2024-09-21T18:57:56.970091+0000 mon.smithi107 (mon.0) 416 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:58.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:57 smithi107 bash[20033]: audit 2024-09-21T18:57:56.970303+0000 mon.smithi107 (mon.0) 417 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:57:58.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:57 smithi107 bash[20033]: audit 2024-09-21T18:57:56.970303+0000 mon.smithi107 (mon.0) 417 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:57:58.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:57 smithi107 bash[20033]: audit 2024-09-21T18:57:56.970501+0000 mon.smithi107 (mon.0) 418 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:57:58.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:57 smithi107 bash[20033]: audit 2024-09-21T18:57:56.970501+0000 mon.smithi107 (mon.0) 418 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:57:58.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:57 smithi107 bash[20033]: audit 2024-09-21T18:57:56.970723+0000 mon.smithi107 (mon.0) 419 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:57:58.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:57 smithi107 bash[20033]: audit 2024-09-21T18:57:56.970723+0000 mon.smithi107 (mon.0) 419 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:57:58.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:57 smithi107 bash[20033]: audit 2024-09-21T18:57:56.970901+0000 mon.smithi107 (mon.0) 420 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:57:58.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:57 smithi107 bash[20033]: audit 2024-09-21T18:57:56.970901+0000 mon.smithi107 (mon.0) 420 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:57:58.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:57 smithi107 bash[20033]: audit 2024-09-21T18:57:56.971109+0000 mon.smithi107 (mon.0) 421 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:58.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:57 smithi107 bash[20033]: audit 2024-09-21T18:57:56.971109+0000 mon.smithi107 (mon.0) 421 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:58.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:57 smithi107 bash[20033]: audit 2024-09-21T18:57:56.971289+0000 mon.smithi107 (mon.0) 422 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:57:58.151 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:57 smithi107 bash[20033]: audit 2024-09-21T18:57:56.971289+0000 mon.smithi107 (mon.0) 422 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:57:58.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:57 smithi160 bash[25034]: audit 2024-09-21T18:57:56.961556+0000 mon.smithi160 (mon.1) 8 : audit [INF] from='client.? 172.21.15.160:0/1779075617' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "eaa842fc-4b42-4556-b78e-f439415c2435"} : dispatch 2024-09-21T18:57:58.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:57 smithi160 bash[25034]: audit 2024-09-21T18:57:56.961556+0000 mon.smithi160 (mon.1) 8 : audit [INF] from='client.? 172.21.15.160:0/1779075617' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "eaa842fc-4b42-4556-b78e-f439415c2435"} : dispatch 2024-09-21T18:57:58.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:57 smithi160 bash[25034]: audit 2024-09-21T18:57:56.963706+0000 mon.smithi107 (mon.0) 413 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "eaa842fc-4b42-4556-b78e-f439415c2435"} : dispatch 2024-09-21T18:57:58.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:57 smithi160 bash[25034]: audit 2024-09-21T18:57:56.963706+0000 mon.smithi107 (mon.0) 413 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "eaa842fc-4b42-4556-b78e-f439415c2435"} : dispatch 2024-09-21T18:57:58.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:57 smithi160 bash[25034]: audit 2024-09-21T18:57:56.966732+0000 mon.smithi107 (mon.0) 414 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eaa842fc-4b42-4556-b78e-f439415c2435"}]': finished 2024-09-21T18:57:58.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:57 smithi160 bash[25034]: audit 2024-09-21T18:57:56.966732+0000 mon.smithi107 (mon.0) 414 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eaa842fc-4b42-4556-b78e-f439415c2435"}]': finished 2024-09-21T18:57:58.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:57 smithi160 bash[25034]: cluster 2024-09-21T18:57:56.969877+0000 mon.smithi107 (mon.0) 415 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-09-21T18:57:58.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:57 smithi160 bash[25034]: cluster 2024-09-21T18:57:56.969877+0000 mon.smithi107 (mon.0) 415 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-09-21T18:57:58.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:57 smithi160 bash[25034]: audit 2024-09-21T18:57:56.970091+0000 mon.smithi107 (mon.0) 416 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:58.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:57 smithi160 bash[25034]: audit 2024-09-21T18:57:56.970091+0000 mon.smithi107 (mon.0) 416 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:58.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:57 smithi160 bash[25034]: audit 2024-09-21T18:57:56.970303+0000 mon.smithi107 (mon.0) 417 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:57:58.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:57 smithi160 bash[25034]: audit 2024-09-21T18:57:56.970303+0000 mon.smithi107 (mon.0) 417 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:57:58.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:57 smithi160 bash[25034]: audit 2024-09-21T18:57:56.970501+0000 mon.smithi107 (mon.0) 418 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:57:58.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:57 smithi160 bash[25034]: audit 2024-09-21T18:57:56.970501+0000 mon.smithi107 (mon.0) 418 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:57:58.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:57 smithi160 bash[25034]: audit 2024-09-21T18:57:56.970723+0000 mon.smithi107 (mon.0) 419 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:57:58.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:57 smithi160 bash[25034]: audit 2024-09-21T18:57:56.970723+0000 mon.smithi107 (mon.0) 419 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:57:58.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:57 smithi160 bash[25034]: audit 2024-09-21T18:57:56.970901+0000 mon.smithi107 (mon.0) 420 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:57:58.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:57 smithi160 bash[25034]: audit 2024-09-21T18:57:56.970901+0000 mon.smithi107 (mon.0) 420 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:57:58.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:57 smithi160 bash[25034]: audit 2024-09-21T18:57:56.971109+0000 mon.smithi107 (mon.0) 421 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:58.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:57 smithi160 bash[25034]: audit 2024-09-21T18:57:56.971109+0000 mon.smithi107 (mon.0) 421 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:58.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:57 smithi160 bash[25034]: audit 2024-09-21T18:57:56.971289+0000 mon.smithi107 (mon.0) 422 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:57:58.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:57 smithi160 bash[25034]: audit 2024-09-21T18:57:56.971289+0000 mon.smithi107 (mon.0) 422 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:57:59.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:58 smithi107 bash[20033]: cluster 2024-09-21T18:57:57.279812+0000 mgr.smithi107.uonppz (mgr.14203) 102 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:59.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:58 smithi107 bash[20033]: cluster 2024-09-21T18:57:57.279812+0000 mgr.smithi107.uonppz (mgr.14203) 102 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:59.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:58 smithi107 bash[20033]: audit 2024-09-21T18:57:58.473836+0000 mon.smithi160 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.160:0/849575564' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:59.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:58 smithi107 bash[20033]: audit 2024-09-21T18:57:58.473836+0000 mon.smithi160 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.160:0/849575564' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:59.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:58 smithi107 bash[20033]: audit 2024-09-21T18:57:58.740021+0000 mon.smithi107 (mon.0) 423 : audit [INF] from='client.? 172.21.15.107:0/2974805587' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "23de8e65-9218-4ce6-83bc-b50bbef57e6d"} : dispatch 2024-09-21T18:57:59.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:58 smithi107 bash[20033]: audit 2024-09-21T18:57:58.740021+0000 mon.smithi107 (mon.0) 423 : audit [INF] from='client.? 172.21.15.107:0/2974805587' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "23de8e65-9218-4ce6-83bc-b50bbef57e6d"} : dispatch 2024-09-21T18:57:59.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:58 smithi107 bash[20033]: audit 2024-09-21T18:57:58.742895+0000 mon.smithi107 (mon.0) 424 : audit [INF] from='client.? 172.21.15.107:0/2974805587' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "23de8e65-9218-4ce6-83bc-b50bbef57e6d"}]': finished 2024-09-21T18:57:59.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:58 smithi107 bash[20033]: audit 2024-09-21T18:57:58.742895+0000 mon.smithi107 (mon.0) 424 : audit [INF] from='client.? 172.21.15.107:0/2974805587' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "23de8e65-9218-4ce6-83bc-b50bbef57e6d"}]': finished 2024-09-21T18:57:59.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:58 smithi107 bash[20033]: cluster 2024-09-21T18:57:58.745953+0000 mon.smithi107 (mon.0) 425 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-09-21T18:57:59.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:58 smithi107 bash[20033]: cluster 2024-09-21T18:57:58.745953+0000 mon.smithi107 (mon.0) 425 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-09-21T18:57:59.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:58 smithi107 bash[20033]: audit 2024-09-21T18:57:58.746218+0000 mon.smithi107 (mon.0) 426 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:59.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:58 smithi107 bash[20033]: audit 2024-09-21T18:57:58.746218+0000 mon.smithi107 (mon.0) 426 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:59.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:58 smithi107 bash[20033]: audit 2024-09-21T18:57:58.746422+0000 mon.smithi107 (mon.0) 427 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:57:59.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:58 smithi107 bash[20033]: audit 2024-09-21T18:57:58.746422+0000 mon.smithi107 (mon.0) 427 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:57:59.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:58 smithi107 bash[20033]: audit 2024-09-21T18:57:58.746626+0000 mon.smithi107 (mon.0) 428 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:57:59.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:58 smithi107 bash[20033]: audit 2024-09-21T18:57:58.746626+0000 mon.smithi107 (mon.0) 428 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:57:59.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:58 smithi107 bash[20033]: audit 2024-09-21T18:57:58.746789+0000 mon.smithi107 (mon.0) 429 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:57:59.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:58 smithi107 bash[20033]: audit 2024-09-21T18:57:58.746789+0000 mon.smithi107 (mon.0) 429 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:57:59.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:58 smithi107 bash[20033]: audit 2024-09-21T18:57:58.747031+0000 mon.smithi107 (mon.0) 430 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:57:59.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:58 smithi107 bash[20033]: audit 2024-09-21T18:57:58.747031+0000 mon.smithi107 (mon.0) 430 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:57:59.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:58 smithi107 bash[20033]: audit 2024-09-21T18:57:58.747292+0000 mon.smithi107 (mon.0) 431 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:59.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:58 smithi107 bash[20033]: audit 2024-09-21T18:57:58.747292+0000 mon.smithi107 (mon.0) 431 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:59.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:58 smithi107 bash[20033]: audit 2024-09-21T18:57:58.747544+0000 mon.smithi107 (mon.0) 432 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:57:59.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:58 smithi107 bash[20033]: audit 2024-09-21T18:57:58.747544+0000 mon.smithi107 (mon.0) 432 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:57:59.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:58 smithi107 bash[20033]: audit 2024-09-21T18:57:58.747738+0000 mon.smithi107 (mon.0) 433 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:57:59.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:57:58 smithi107 bash[20033]: audit 2024-09-21T18:57:58.747738+0000 mon.smithi107 (mon.0) 433 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:57:59.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:58 smithi160 bash[25034]: cluster 2024-09-21T18:57:57.279812+0000 mgr.smithi107.uonppz (mgr.14203) 102 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:59.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:58 smithi160 bash[25034]: cluster 2024-09-21T18:57:57.279812+0000 mgr.smithi107.uonppz (mgr.14203) 102 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:57:59.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:58 smithi160 bash[25034]: audit 2024-09-21T18:57:58.473836+0000 mon.smithi160 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.160:0/849575564' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:59.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:58 smithi160 bash[25034]: audit 2024-09-21T18:57:58.473836+0000 mon.smithi160 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.160:0/849575564' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:59.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:58 smithi160 bash[25034]: audit 2024-09-21T18:57:58.740021+0000 mon.smithi107 (mon.0) 423 : audit [INF] from='client.? 172.21.15.107:0/2974805587' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "23de8e65-9218-4ce6-83bc-b50bbef57e6d"} : dispatch 2024-09-21T18:57:59.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:58 smithi160 bash[25034]: audit 2024-09-21T18:57:58.740021+0000 mon.smithi107 (mon.0) 423 : audit [INF] from='client.? 172.21.15.107:0/2974805587' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "23de8e65-9218-4ce6-83bc-b50bbef57e6d"} : dispatch 2024-09-21T18:57:59.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:58 smithi160 bash[25034]: audit 2024-09-21T18:57:58.742895+0000 mon.smithi107 (mon.0) 424 : audit [INF] from='client.? 172.21.15.107:0/2974805587' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "23de8e65-9218-4ce6-83bc-b50bbef57e6d"}]': finished 2024-09-21T18:57:59.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:58 smithi160 bash[25034]: audit 2024-09-21T18:57:58.742895+0000 mon.smithi107 (mon.0) 424 : audit [INF] from='client.? 172.21.15.107:0/2974805587' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "23de8e65-9218-4ce6-83bc-b50bbef57e6d"}]': finished 2024-09-21T18:57:59.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:58 smithi160 bash[25034]: cluster 2024-09-21T18:57:58.745953+0000 mon.smithi107 (mon.0) 425 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-09-21T18:57:59.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:58 smithi160 bash[25034]: cluster 2024-09-21T18:57:58.745953+0000 mon.smithi107 (mon.0) 425 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-09-21T18:57:59.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:58 smithi160 bash[25034]: audit 2024-09-21T18:57:58.746218+0000 mon.smithi107 (mon.0) 426 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:59.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:58 smithi160 bash[25034]: audit 2024-09-21T18:57:58.746218+0000 mon.smithi107 (mon.0) 426 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:57:59.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:58 smithi160 bash[25034]: audit 2024-09-21T18:57:58.746422+0000 mon.smithi107 (mon.0) 427 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:57:59.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:58 smithi160 bash[25034]: audit 2024-09-21T18:57:58.746422+0000 mon.smithi107 (mon.0) 427 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:57:59.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:58 smithi160 bash[25034]: audit 2024-09-21T18:57:58.746626+0000 mon.smithi107 (mon.0) 428 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:57:59.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:58 smithi160 bash[25034]: audit 2024-09-21T18:57:58.746626+0000 mon.smithi107 (mon.0) 428 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:57:59.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:58 smithi160 bash[25034]: audit 2024-09-21T18:57:58.746789+0000 mon.smithi107 (mon.0) 429 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:57:59.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:58 smithi160 bash[25034]: audit 2024-09-21T18:57:58.746789+0000 mon.smithi107 (mon.0) 429 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:57:59.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:58 smithi160 bash[25034]: audit 2024-09-21T18:57:58.747031+0000 mon.smithi107 (mon.0) 430 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:57:59.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:58 smithi160 bash[25034]: audit 2024-09-21T18:57:58.747031+0000 mon.smithi107 (mon.0) 430 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:57:59.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:58 smithi160 bash[25034]: audit 2024-09-21T18:57:58.747292+0000 mon.smithi107 (mon.0) 431 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:59.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:58 smithi160 bash[25034]: audit 2024-09-21T18:57:58.747292+0000 mon.smithi107 (mon.0) 431 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:59.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:58 smithi160 bash[25034]: audit 2024-09-21T18:57:58.747544+0000 mon.smithi107 (mon.0) 432 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:57:59.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:58 smithi160 bash[25034]: audit 2024-09-21T18:57:58.747544+0000 mon.smithi107 (mon.0) 432 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:57:59.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:58 smithi160 bash[25034]: audit 2024-09-21T18:57:58.747738+0000 mon.smithi107 (mon.0) 433 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:57:59.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:57:58 smithi160 bash[25034]: audit 2024-09-21T18:57:58.747738+0000 mon.smithi107 (mon.0) 433 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:01.261 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T18:58:01.351 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:00 smithi107 bash[20033]: cluster 2024-09-21T18:57:59.280140+0000 mgr.smithi107.uonppz (mgr.14203) 103 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:01.352 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:00 smithi107 bash[20033]: cluster 2024-09-21T18:57:59.280140+0000 mgr.smithi107.uonppz (mgr.14203) 103 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:01.352 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:00 smithi107 bash[20033]: audit 2024-09-21T18:58:00.333626+0000 mon.smithi107 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.107:0/275396771' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:58:01.352 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:00 smithi107 bash[20033]: audit 2024-09-21T18:58:00.333626+0000 mon.smithi107 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.107:0/275396771' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:58:01.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:00 smithi160 bash[25034]: cluster 2024-09-21T18:57:59.280140+0000 mgr.smithi107.uonppz (mgr.14203) 103 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:01.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:00 smithi160 bash[25034]: cluster 2024-09-21T18:57:59.280140+0000 mgr.smithi107.uonppz (mgr.14203) 103 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:01.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:00 smithi160 bash[25034]: audit 2024-09-21T18:58:00.333626+0000 mon.smithi107 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.107:0/275396771' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:58:01.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:00 smithi160 bash[25034]: audit 2024-09-21T18:58:00.333626+0000 mon.smithi107 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.107:0/275396771' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:58:02.845 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T18:58:03.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:02 smithi107 bash[20033]: cluster 2024-09-21T18:58:01.280380+0000 mgr.smithi107.uonppz (mgr.14203) 104 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:03.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:02 smithi107 bash[20033]: cluster 2024-09-21T18:58:01.280380+0000 mgr.smithi107.uonppz (mgr.14203) 104 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:03.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:02 smithi107 bash[20033]: audit 2024-09-21T18:58:02.844762+0000 mon.smithi107 (mon.0) 435 : audit [DBG] from='client.? 172.21.15.107:0/2656843817' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:58:03.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:02 smithi107 bash[20033]: audit 2024-09-21T18:58:02.844762+0000 mon.smithi107 (mon.0) 435 : audit [DBG] from='client.? 172.21.15.107:0/2656843817' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:58:03.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:02 smithi160 bash[25034]: cluster 2024-09-21T18:58:01.280380+0000 mgr.smithi107.uonppz (mgr.14203) 104 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:03.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:02 smithi160 bash[25034]: cluster 2024-09-21T18:58:01.280380+0000 mgr.smithi107.uonppz (mgr.14203) 104 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:03.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:02 smithi160 bash[25034]: audit 2024-09-21T18:58:02.844762+0000 mon.smithi107 (mon.0) 435 : audit [DBG] from='client.? 172.21.15.107:0/2656843817' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:58:03.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:02 smithi160 bash[25034]: audit 2024-09-21T18:58:02.844762+0000 mon.smithi107 (mon.0) 435 : audit [DBG] from='client.? 172.21.15.107:0/2656843817' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:58:03.522 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726945078,"num_remapped_pgs":0} 2024-09-21T18:58:04.523 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T18:58:05.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:04 smithi107 bash[20033]: cluster 2024-09-21T18:58:03.280754+0000 mgr.smithi107.uonppz (mgr.14203) 105 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:05.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:04 smithi107 bash[20033]: cluster 2024-09-21T18:58:03.280754+0000 mgr.smithi107.uonppz (mgr.14203) 105 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:05.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:04 smithi160 bash[25034]: cluster 2024-09-21T18:58:03.280754+0000 mgr.smithi107.uonppz (mgr.14203) 105 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:05.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:04 smithi160 bash[25034]: cluster 2024-09-21T18:58:03.280754+0000 mgr.smithi107.uonppz (mgr.14203) 105 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:07.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:06 smithi107 bash[20033]: cluster 2024-09-21T18:58:05.281193+0000 mgr.smithi107.uonppz (mgr.14203) 106 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:07.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:06 smithi107 bash[20033]: cluster 2024-09-21T18:58:05.281193+0000 mgr.smithi107.uonppz (mgr.14203) 106 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:07.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:06 smithi160 bash[25034]: cluster 2024-09-21T18:58:05.281193+0000 mgr.smithi107.uonppz (mgr.14203) 106 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:07.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:06 smithi160 bash[25034]: cluster 2024-09-21T18:58:05.281193+0000 mgr.smithi107.uonppz (mgr.14203) 106 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:09.247 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:08 smithi160 bash[25034]: cluster 2024-09-21T18:58:07.281533+0000 mgr.smithi107.uonppz (mgr.14203) 107 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:09.247 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:08 smithi160 bash[25034]: cluster 2024-09-21T18:58:07.281533+0000 mgr.smithi107.uonppz (mgr.14203) 107 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:09.307 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T18:58:09.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:08 smithi107 bash[20033]: cluster 2024-09-21T18:58:07.281533+0000 mgr.smithi107.uonppz (mgr.14203) 107 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:09.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:08 smithi107 bash[20033]: cluster 2024-09-21T18:58:07.281533+0000 mgr.smithi107.uonppz (mgr.14203) 107 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:11.348 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T18:58:11.360 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:10 smithi107 bash[20033]: cluster 2024-09-21T18:58:09.281920+0000 mgr.smithi107.uonppz (mgr.14203) 108 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:11.360 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:10 smithi107 bash[20033]: cluster 2024-09-21T18:58:09.281920+0000 mgr.smithi107.uonppz (mgr.14203) 108 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:11.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:10 smithi160 bash[25034]: cluster 2024-09-21T18:58:09.281920+0000 mgr.smithi107.uonppz (mgr.14203) 108 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:11.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:10 smithi160 bash[25034]: cluster 2024-09-21T18:58:09.281920+0000 mgr.smithi107.uonppz (mgr.14203) 108 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:12.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:12 smithi107 bash[20033]: audit 2024-09-21T18:58:11.234084+0000 mon.smithi107 (mon.0) 436 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T18:58:12.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:12 smithi107 bash[20033]: audit 2024-09-21T18:58:11.234084+0000 mon.smithi107 (mon.0) 436 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T18:58:12.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:12 smithi107 bash[20033]: audit 2024-09-21T18:58:11.234836+0000 mon.smithi107 (mon.0) 437 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:12.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:12 smithi107 bash[20033]: audit 2024-09-21T18:58:11.234836+0000 mon.smithi107 (mon.0) 437 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:12.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:12 smithi107 bash[20033]: audit 2024-09-21T18:58:11.347676+0000 mon.smithi107 (mon.0) 438 : audit [DBG] from='client.? 172.21.15.107:0/59596777' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:58:12.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:12 smithi107 bash[20033]: audit 2024-09-21T18:58:11.347676+0000 mon.smithi107 (mon.0) 438 : audit [DBG] from='client.? 172.21.15.107:0/59596777' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:58:12.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:12 smithi107 bash[20033]: audit 2024-09-21T18:58:11.568373+0000 mon.smithi107 (mon.0) 439 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:58:12.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:12 smithi107 bash[20033]: audit 2024-09-21T18:58:11.568373+0000 mon.smithi107 (mon.0) 439 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:58:12.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:12 smithi160 bash[25034]: audit 2024-09-21T18:58:11.234084+0000 mon.smithi107 (mon.0) 436 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T18:58:12.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:12 smithi160 bash[25034]: audit 2024-09-21T18:58:11.234084+0000 mon.smithi107 (mon.0) 436 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T18:58:12.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:12 smithi160 bash[25034]: audit 2024-09-21T18:58:11.234836+0000 mon.smithi107 (mon.0) 437 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:12.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:12 smithi160 bash[25034]: audit 2024-09-21T18:58:11.234836+0000 mon.smithi107 (mon.0) 437 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:12.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:12 smithi160 bash[25034]: audit 2024-09-21T18:58:11.347676+0000 mon.smithi107 (mon.0) 438 : audit [DBG] from='client.? 172.21.15.107:0/59596777' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:58:12.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:12 smithi160 bash[25034]: audit 2024-09-21T18:58:11.347676+0000 mon.smithi107 (mon.0) 438 : audit [DBG] from='client.? 172.21.15.107:0/59596777' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:58:12.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:12 smithi160 bash[25034]: audit 2024-09-21T18:58:11.568373+0000 mon.smithi107 (mon.0) 439 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:58:12.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:12 smithi160 bash[25034]: audit 2024-09-21T18:58:11.568373+0000 mon.smithi107 (mon.0) 439 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:58:12.776 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726945078,"num_remapped_pgs":0} 2024-09-21T18:58:13.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:13 smithi107 bash[20033]: cephadm 2024-09-21T18:58:11.235449+0000 mgr.smithi107.uonppz (mgr.14203) 109 : cephadm [INF] Deploying daemon osd.0 on smithi160 2024-09-21T18:58:13.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:13 smithi107 bash[20033]: cephadm 2024-09-21T18:58:11.235449+0000 mgr.smithi107.uonppz (mgr.14203) 109 : cephadm [INF] Deploying daemon osd.0 on smithi160 2024-09-21T18:58:13.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:13 smithi107 bash[20033]: cluster 2024-09-21T18:58:11.282174+0000 mgr.smithi107.uonppz (mgr.14203) 110 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:13.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:13 smithi107 bash[20033]: cluster 2024-09-21T18:58:11.282174+0000 mgr.smithi107.uonppz (mgr.14203) 110 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:13.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:13 smithi160 bash[25034]: cephadm 2024-09-21T18:58:11.235449+0000 mgr.smithi107.uonppz (mgr.14203) 109 : cephadm [INF] Deploying daemon osd.0 on smithi160 2024-09-21T18:58:13.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:13 smithi160 bash[25034]: cephadm 2024-09-21T18:58:11.235449+0000 mgr.smithi107.uonppz (mgr.14203) 109 : cephadm [INF] Deploying daemon osd.0 on smithi160 2024-09-21T18:58:13.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:13 smithi160 bash[25034]: cluster 2024-09-21T18:58:11.282174+0000 mgr.smithi107.uonppz (mgr.14203) 110 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:13.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:13 smithi160 bash[25034]: cluster 2024-09-21T18:58:11.282174+0000 mgr.smithi107.uonppz (mgr.14203) 110 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:13.777 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T18:58:15.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:15 smithi107 bash[20033]: cluster 2024-09-21T18:58:13.282640+0000 mgr.smithi107.uonppz (mgr.14203) 111 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:15.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:15 smithi107 bash[20033]: cluster 2024-09-21T18:58:13.282640+0000 mgr.smithi107.uonppz (mgr.14203) 111 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:15.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:15 smithi107 bash[20033]: audit 2024-09-21T18:58:14.621779+0000 mon.smithi107 (mon.0) 440 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T18:58:15.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:15 smithi107 bash[20033]: audit 2024-09-21T18:58:14.621779+0000 mon.smithi107 (mon.0) 440 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T18:58:15.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:15 smithi107 bash[20033]: audit 2024-09-21T18:58:14.623360+0000 mon.smithi107 (mon.0) 441 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:15.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:15 smithi107 bash[20033]: audit 2024-09-21T18:58:14.623360+0000 mon.smithi107 (mon.0) 441 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:15.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:15 smithi160 bash[25034]: cluster 2024-09-21T18:58:13.282640+0000 mgr.smithi107.uonppz (mgr.14203) 111 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:15.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:15 smithi160 bash[25034]: cluster 2024-09-21T18:58:13.282640+0000 mgr.smithi107.uonppz (mgr.14203) 111 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:15.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:15 smithi160 bash[25034]: audit 2024-09-21T18:58:14.621779+0000 mon.smithi107 (mon.0) 440 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T18:58:15.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:15 smithi160 bash[25034]: audit 2024-09-21T18:58:14.621779+0000 mon.smithi107 (mon.0) 440 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T18:58:15.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:15 smithi160 bash[25034]: audit 2024-09-21T18:58:14.623360+0000 mon.smithi107 (mon.0) 441 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:15.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:15 smithi160 bash[25034]: audit 2024-09-21T18:58:14.623360+0000 mon.smithi107 (mon.0) 441 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:16.020 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:15 smithi160 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:58:16.276 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:16 smithi160 bash[25034]: cephadm 2024-09-21T18:58:14.624761+0000 mgr.smithi107.uonppz (mgr.14203) 112 : cephadm [INF] Deploying daemon osd.1 on smithi107 2024-09-21T18:58:16.277 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:16 smithi160 bash[25034]: cephadm 2024-09-21T18:58:14.624761+0000 mgr.smithi107.uonppz (mgr.14203) 112 : cephadm [INF] Deploying daemon osd.1 on smithi107 2024-09-21T18:58:16.277 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:16 smithi160 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:58:16.302 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:16 smithi107 bash[20033]: cephadm 2024-09-21T18:58:14.624761+0000 mgr.smithi107.uonppz (mgr.14203) 112 : cephadm [INF] Deploying daemon osd.1 on smithi107 2024-09-21T18:58:16.303 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:16 smithi107 bash[20033]: cephadm 2024-09-21T18:58:14.624761+0000 mgr.smithi107.uonppz (mgr.14203) 112 : cephadm [INF] Deploying daemon osd.1 on smithi107 2024-09-21T18:58:17.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:17 smithi160 bash[25034]: cluster 2024-09-21T18:58:15.283101+0000 mgr.smithi107.uonppz (mgr.14203) 113 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:17.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:17 smithi160 bash[25034]: cluster 2024-09-21T18:58:15.283101+0000 mgr.smithi107.uonppz (mgr.14203) 113 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:17.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:17 smithi160 bash[25034]: audit 2024-09-21T18:58:16.321470+0000 mon.smithi107 (mon.0) 442 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:17.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:17 smithi160 bash[25034]: audit 2024-09-21T18:58:16.321470+0000 mon.smithi107 (mon.0) 442 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:17.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:17 smithi160 bash[25034]: audit 2024-09-21T18:58:16.327499+0000 mon.smithi107 (mon.0) 443 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:17.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:17 smithi160 bash[25034]: audit 2024-09-21T18:58:16.327499+0000 mon.smithi107 (mon.0) 443 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:17.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:17 smithi160 bash[25034]: audit 2024-09-21T18:58:16.328333+0000 mon.smithi107 (mon.0) 444 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T18:58:17.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:17 smithi160 bash[25034]: audit 2024-09-21T18:58:16.328333+0000 mon.smithi107 (mon.0) 444 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T18:58:17.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:17 smithi160 bash[25034]: audit 2024-09-21T18:58:16.329203+0000 mon.smithi107 (mon.0) 445 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:17.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:17 smithi160 bash[25034]: audit 2024-09-21T18:58:16.329203+0000 mon.smithi107 (mon.0) 445 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:17.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:17 smithi107 bash[20033]: cluster 2024-09-21T18:58:15.283101+0000 mgr.smithi107.uonppz (mgr.14203) 113 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:17.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:17 smithi107 bash[20033]: cluster 2024-09-21T18:58:15.283101+0000 mgr.smithi107.uonppz (mgr.14203) 113 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:17.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:17 smithi107 bash[20033]: audit 2024-09-21T18:58:16.321470+0000 mon.smithi107 (mon.0) 442 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:17.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:17 smithi107 bash[20033]: audit 2024-09-21T18:58:16.321470+0000 mon.smithi107 (mon.0) 442 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:17.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:17 smithi107 bash[20033]: audit 2024-09-21T18:58:16.327499+0000 mon.smithi107 (mon.0) 443 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:17.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:17 smithi107 bash[20033]: audit 2024-09-21T18:58:16.327499+0000 mon.smithi107 (mon.0) 443 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:17.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:17 smithi107 bash[20033]: audit 2024-09-21T18:58:16.328333+0000 mon.smithi107 (mon.0) 444 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T18:58:17.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:17 smithi107 bash[20033]: audit 2024-09-21T18:58:16.328333+0000 mon.smithi107 (mon.0) 444 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T18:58:17.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:17 smithi107 bash[20033]: audit 2024-09-21T18:58:16.329203+0000 mon.smithi107 (mon.0) 445 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:17.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:17 smithi107 bash[20033]: audit 2024-09-21T18:58:16.329203+0000 mon.smithi107 (mon.0) 445 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:18.291 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:18 smithi107 bash[20033]: cephadm 2024-09-21T18:58:16.329831+0000 mgr.smithi107.uonppz (mgr.14203) 114 : cephadm [INF] Deploying daemon osd.2 on smithi160 2024-09-21T18:58:18.292 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:18 smithi107 bash[20033]: cephadm 2024-09-21T18:58:16.329831+0000 mgr.smithi107.uonppz (mgr.14203) 114 : cephadm [INF] Deploying daemon osd.2 on smithi160 2024-09-21T18:58:18.378 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:18 smithi160 bash[25034]: cephadm 2024-09-21T18:58:16.329831+0000 mgr.smithi107.uonppz (mgr.14203) 114 : cephadm [INF] Deploying daemon osd.2 on smithi160 2024-09-21T18:58:18.378 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:18 smithi160 bash[25034]: cephadm 2024-09-21T18:58:16.329831+0000 mgr.smithi107.uonppz (mgr.14203) 114 : cephadm [INF] Deploying daemon osd.2 on smithi160 2024-09-21T18:58:18.565 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T18:58:19.365 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:19 smithi160 bash[25034]: cluster 2024-09-21T18:58:17.283478+0000 mgr.smithi107.uonppz (mgr.14203) 115 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:19.365 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:19 smithi160 bash[25034]: cluster 2024-09-21T18:58:17.283478+0000 mgr.smithi107.uonppz (mgr.14203) 115 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:19.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:19 smithi107 bash[20033]: cluster 2024-09-21T18:58:17.283478+0000 mgr.smithi107.uonppz (mgr.14203) 115 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:19.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:19 smithi107 bash[20033]: cluster 2024-09-21T18:58:17.283478+0000 mgr.smithi107.uonppz (mgr.14203) 115 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:20.046 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:19 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:58:20.350 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:20 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:58:20.662 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T18:58:21.334 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:21 smithi160 bash[25034]: cluster 2024-09-21T18:58:19.283832+0000 mgr.smithi107.uonppz (mgr.14203) 116 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:21.334 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:21 smithi160 bash[25034]: cluster 2024-09-21T18:58:19.283832+0000 mgr.smithi107.uonppz (mgr.14203) 116 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:21.334 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:21 smithi160 bash[25034]: audit 2024-09-21T18:58:20.399337+0000 mon.smithi107 (mon.0) 446 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:21.334 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:21 smithi160 bash[25034]: audit 2024-09-21T18:58:20.399337+0000 mon.smithi107 (mon.0) 446 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:21.334 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:21 smithi160 bash[25034]: audit 2024-09-21T18:58:20.403731+0000 mon.smithi107 (mon.0) 447 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:21.335 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:21 smithi160 bash[25034]: audit 2024-09-21T18:58:20.403731+0000 mon.smithi107 (mon.0) 447 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:21.335 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:21 smithi160 bash[25034]: audit 2024-09-21T18:58:20.404524+0000 mon.smithi107 (mon.0) 448 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-21T18:58:21.335 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:21 smithi160 bash[25034]: audit 2024-09-21T18:58:20.404524+0000 mon.smithi107 (mon.0) 448 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-21T18:58:21.335 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:21 smithi160 bash[25034]: audit 2024-09-21T18:58:20.405180+0000 mon.smithi107 (mon.0) 449 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:21.335 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:21 smithi160 bash[25034]: audit 2024-09-21T18:58:20.405180+0000 mon.smithi107 (mon.0) 449 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:21.335 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:21 smithi160 bash[25034]: audit 2024-09-21T18:58:20.661844+0000 mon.smithi107 (mon.0) 450 : audit [DBG] from='client.? 172.21.15.107:0/163953367' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:58:21.335 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:21 smithi160 bash[25034]: audit 2024-09-21T18:58:20.661844+0000 mon.smithi107 (mon.0) 450 : audit [DBG] from='client.? 172.21.15.107:0/163953367' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:58:21.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:21 smithi107 bash[20033]: cluster 2024-09-21T18:58:19.283832+0000 mgr.smithi107.uonppz (mgr.14203) 116 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:21.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:21 smithi107 bash[20033]: cluster 2024-09-21T18:58:19.283832+0000 mgr.smithi107.uonppz (mgr.14203) 116 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:21.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:21 smithi107 bash[20033]: audit 2024-09-21T18:58:20.399337+0000 mon.smithi107 (mon.0) 446 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:21.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:21 smithi107 bash[20033]: audit 2024-09-21T18:58:20.399337+0000 mon.smithi107 (mon.0) 446 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:21.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:21 smithi107 bash[20033]: audit 2024-09-21T18:58:20.403731+0000 mon.smithi107 (mon.0) 447 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:21.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:21 smithi107 bash[20033]: audit 2024-09-21T18:58:20.403731+0000 mon.smithi107 (mon.0) 447 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:21.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:21 smithi107 bash[20033]: audit 2024-09-21T18:58:20.404524+0000 mon.smithi107 (mon.0) 448 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-21T18:58:21.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:21 smithi107 bash[20033]: audit 2024-09-21T18:58:20.404524+0000 mon.smithi107 (mon.0) 448 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-21T18:58:21.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:21 smithi107 bash[20033]: audit 2024-09-21T18:58:20.405180+0000 mon.smithi107 (mon.0) 449 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:21.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:21 smithi107 bash[20033]: audit 2024-09-21T18:58:20.405180+0000 mon.smithi107 (mon.0) 449 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:21.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:21 smithi107 bash[20033]: audit 2024-09-21T18:58:20.661844+0000 mon.smithi107 (mon.0) 450 : audit [DBG] from='client.? 172.21.15.107:0/163953367' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:58:21.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:21 smithi107 bash[20033]: audit 2024-09-21T18:58:20.661844+0000 mon.smithi107 (mon.0) 450 : audit [DBG] from='client.? 172.21.15.107:0/163953367' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:58:21.584 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:21 smithi160 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:58:21.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:21 smithi160 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:58:22.188 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726945078,"num_remapped_pgs":0} 2024-09-21T18:58:22.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:22 smithi107 bash[20033]: cephadm 2024-09-21T18:58:20.405736+0000 mgr.smithi107.uonppz (mgr.14203) 117 : cephadm [INF] Deploying daemon osd.3 on smithi107 2024-09-21T18:58:22.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:22 smithi107 bash[20033]: cephadm 2024-09-21T18:58:20.405736+0000 mgr.smithi107.uonppz (mgr.14203) 117 : cephadm [INF] Deploying daemon osd.3 on smithi107 2024-09-21T18:58:22.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:22 smithi107 bash[20033]: audit 2024-09-21T18:58:21.860432+0000 mon.smithi107 (mon.0) 451 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:22.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:22 smithi107 bash[20033]: audit 2024-09-21T18:58:21.860432+0000 mon.smithi107 (mon.0) 451 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:22.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:22 smithi107 bash[20033]: audit 2024-09-21T18:58:21.868739+0000 mon.smithi107 (mon.0) 452 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:22.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:22 smithi107 bash[20033]: audit 2024-09-21T18:58:21.868739+0000 mon.smithi107 (mon.0) 452 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:22.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:22 smithi107 bash[20033]: audit 2024-09-21T18:58:21.870476+0000 mon.smithi107 (mon.0) 453 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-21T18:58:22.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:22 smithi107 bash[20033]: audit 2024-09-21T18:58:21.870476+0000 mon.smithi107 (mon.0) 453 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-21T18:58:22.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:22 smithi107 bash[20033]: audit 2024-09-21T18:58:21.872353+0000 mon.smithi107 (mon.0) 454 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:22.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:22 smithi107 bash[20033]: audit 2024-09-21T18:58:21.872353+0000 mon.smithi107 (mon.0) 454 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:22.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:22 smithi160 bash[25034]: cephadm 2024-09-21T18:58:20.405736+0000 mgr.smithi107.uonppz (mgr.14203) 117 : cephadm [INF] Deploying daemon osd.3 on smithi107 2024-09-21T18:58:22.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:22 smithi160 bash[25034]: cephadm 2024-09-21T18:58:20.405736+0000 mgr.smithi107.uonppz (mgr.14203) 117 : cephadm [INF] Deploying daemon osd.3 on smithi107 2024-09-21T18:58:22.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:22 smithi160 bash[25034]: audit 2024-09-21T18:58:21.860432+0000 mon.smithi107 (mon.0) 451 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:22.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:22 smithi160 bash[25034]: audit 2024-09-21T18:58:21.860432+0000 mon.smithi107 (mon.0) 451 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:22.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:22 smithi160 bash[25034]: audit 2024-09-21T18:58:21.868739+0000 mon.smithi107 (mon.0) 452 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:22.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:22 smithi160 bash[25034]: audit 2024-09-21T18:58:21.868739+0000 mon.smithi107 (mon.0) 452 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:22.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:22 smithi160 bash[25034]: audit 2024-09-21T18:58:21.870476+0000 mon.smithi107 (mon.0) 453 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-21T18:58:22.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:22 smithi160 bash[25034]: audit 2024-09-21T18:58:21.870476+0000 mon.smithi107 (mon.0) 453 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-21T18:58:22.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:22 smithi160 bash[25034]: audit 2024-09-21T18:58:21.872353+0000 mon.smithi107 (mon.0) 454 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:22.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:22 smithi160 bash[25034]: audit 2024-09-21T18:58:21.872353+0000 mon.smithi107 (mon.0) 454 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:23.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:23 smithi107 bash[20033]: cluster 2024-09-21T18:58:21.284263+0000 mgr.smithi107.uonppz (mgr.14203) 118 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:23.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:23 smithi107 bash[20033]: cluster 2024-09-21T18:58:21.284263+0000 mgr.smithi107.uonppz (mgr.14203) 118 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:23.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:23 smithi107 bash[20033]: cephadm 2024-09-21T18:58:21.873998+0000 mgr.smithi107.uonppz (mgr.14203) 119 : cephadm [INF] Deploying daemon osd.4 on smithi160 2024-09-21T18:58:23.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:23 smithi107 bash[20033]: cephadm 2024-09-21T18:58:21.873998+0000 mgr.smithi107.uonppz (mgr.14203) 119 : cephadm [INF] Deploying daemon osd.4 on smithi160 2024-09-21T18:58:23.190 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T18:58:23.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:23 smithi160 bash[25034]: cluster 2024-09-21T18:58:21.284263+0000 mgr.smithi107.uonppz (mgr.14203) 118 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:23.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:23 smithi160 bash[25034]: cluster 2024-09-21T18:58:21.284263+0000 mgr.smithi107.uonppz (mgr.14203) 118 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:23.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:23 smithi160 bash[25034]: cephadm 2024-09-21T18:58:21.873998+0000 mgr.smithi107.uonppz (mgr.14203) 119 : cephadm [INF] Deploying daemon osd.4 on smithi160 2024-09-21T18:58:23.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:23 smithi160 bash[25034]: cephadm 2024-09-21T18:58:21.873998+0000 mgr.smithi107.uonppz (mgr.14203) 119 : cephadm [INF] Deploying daemon osd.4 on smithi160 2024-09-21T18:58:25.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:25 smithi107 bash[20033]: cluster 2024-09-21T18:58:23.284585+0000 mgr.smithi107.uonppz (mgr.14203) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:25.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:25 smithi107 bash[20033]: cluster 2024-09-21T18:58:23.284585+0000 mgr.smithi107.uonppz (mgr.14203) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:25.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:25 smithi160 bash[25034]: cluster 2024-09-21T18:58:23.284585+0000 mgr.smithi107.uonppz (mgr.14203) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:25.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:25 smithi160 bash[25034]: cluster 2024-09-21T18:58:23.284585+0000 mgr.smithi107.uonppz (mgr.14203) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:26.201 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:25 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:58:26.521 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:26 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:58:27.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:27 smithi160 bash[25034]: cluster 2024-09-21T18:58:25.284903+0000 mgr.smithi107.uonppz (mgr.14203) 121 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:27.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:27 smithi160 bash[25034]: cluster 2024-09-21T18:58:25.284903+0000 mgr.smithi107.uonppz (mgr.14203) 121 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:27.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:27 smithi160 bash[25034]: audit 2024-09-21T18:58:26.375509+0000 mon.smithi107 (mon.0) 455 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:27.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:27 smithi160 bash[25034]: audit 2024-09-21T18:58:26.375509+0000 mon.smithi107 (mon.0) 455 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:27.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:27 smithi160 bash[25034]: audit 2024-09-21T18:58:26.380964+0000 mon.smithi107 (mon.0) 456 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:27.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:27 smithi160 bash[25034]: audit 2024-09-21T18:58:26.380964+0000 mon.smithi107 (mon.0) 456 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:27.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:27 smithi160 bash[25034]: audit 2024-09-21T18:58:26.381691+0000 mon.smithi107 (mon.0) 457 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-21T18:58:27.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:27 smithi160 bash[25034]: audit 2024-09-21T18:58:26.381691+0000 mon.smithi107 (mon.0) 457 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-21T18:58:27.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:27 smithi160 bash[25034]: audit 2024-09-21T18:58:26.382317+0000 mon.smithi107 (mon.0) 458 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:27.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:27 smithi160 bash[25034]: audit 2024-09-21T18:58:26.382317+0000 mon.smithi107 (mon.0) 458 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:27.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:27 smithi160 bash[25034]: audit 2024-09-21T18:58:26.568755+0000 mon.smithi107 (mon.0) 459 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:58:27.161 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:27 smithi160 bash[25034]: audit 2024-09-21T18:58:26.568755+0000 mon.smithi107 (mon.0) 459 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:58:27.319 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:27 smithi107 bash[20033]: cluster 2024-09-21T18:58:25.284903+0000 mgr.smithi107.uonppz (mgr.14203) 121 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:27.319 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:27 smithi107 bash[20033]: cluster 2024-09-21T18:58:25.284903+0000 mgr.smithi107.uonppz (mgr.14203) 121 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:27.319 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:27 smithi107 bash[20033]: audit 2024-09-21T18:58:26.375509+0000 mon.smithi107 (mon.0) 455 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:27.319 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:27 smithi107 bash[20033]: audit 2024-09-21T18:58:26.375509+0000 mon.smithi107 (mon.0) 455 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:27.319 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:27 smithi107 bash[20033]: audit 2024-09-21T18:58:26.380964+0000 mon.smithi107 (mon.0) 456 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:27.319 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:27 smithi107 bash[20033]: audit 2024-09-21T18:58:26.380964+0000 mon.smithi107 (mon.0) 456 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:27.319 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:27 smithi107 bash[20033]: audit 2024-09-21T18:58:26.381691+0000 mon.smithi107 (mon.0) 457 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-21T18:58:27.319 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:27 smithi107 bash[20033]: audit 2024-09-21T18:58:26.381691+0000 mon.smithi107 (mon.0) 457 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-21T18:58:27.320 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:27 smithi107 bash[20033]: audit 2024-09-21T18:58:26.382317+0000 mon.smithi107 (mon.0) 458 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:27.320 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:27 smithi107 bash[20033]: audit 2024-09-21T18:58:26.382317+0000 mon.smithi107 (mon.0) 458 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:27.320 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:27 smithi107 bash[20033]: audit 2024-09-21T18:58:26.568755+0000 mon.smithi107 (mon.0) 459 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:58:27.320 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:27 smithi107 bash[20033]: audit 2024-09-21T18:58:26.568755+0000 mon.smithi107 (mon.0) 459 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:58:27.774 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:27 smithi160 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:58:28.060 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:27 smithi160 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:58:28.256 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T18:58:28.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:28 smithi107 bash[20033]: cephadm 2024-09-21T18:58:26.382874+0000 mgr.smithi107.uonppz (mgr.14203) 122 : cephadm [INF] Deploying daemon osd.5 on smithi107 2024-09-21T18:58:28.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:28 smithi107 bash[20033]: cephadm 2024-09-21T18:58:26.382874+0000 mgr.smithi107.uonppz (mgr.14203) 122 : cephadm [INF] Deploying daemon osd.5 on smithi107 2024-09-21T18:58:28.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:28 smithi160 bash[25034]: cephadm 2024-09-21T18:58:26.382874+0000 mgr.smithi107.uonppz (mgr.14203) 122 : cephadm [INF] Deploying daemon osd.5 on smithi107 2024-09-21T18:58:28.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:28 smithi160 bash[25034]: cephadm 2024-09-21T18:58:26.382874+0000 mgr.smithi107.uonppz (mgr.14203) 122 : cephadm [INF] Deploying daemon osd.5 on smithi107 2024-09-21T18:58:29.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:29 smithi107 bash[20033]: cluster 2024-09-21T18:58:27.285286+0000 mgr.smithi107.uonppz (mgr.14203) 123 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:29.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:29 smithi107 bash[20033]: cluster 2024-09-21T18:58:27.285286+0000 mgr.smithi107.uonppz (mgr.14203) 123 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:29.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:29 smithi107 bash[20033]: audit 2024-09-21T18:58:28.127760+0000 mon.smithi107 (mon.0) 460 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:29.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:29 smithi107 bash[20033]: audit 2024-09-21T18:58:28.127760+0000 mon.smithi107 (mon.0) 460 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:29.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:29 smithi107 bash[20033]: audit 2024-09-21T18:58:28.134489+0000 mon.smithi107 (mon.0) 461 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:29.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:29 smithi107 bash[20033]: audit 2024-09-21T18:58:28.134489+0000 mon.smithi107 (mon.0) 461 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:29.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:29 smithi107 bash[20033]: audit 2024-09-21T18:58:28.135916+0000 mon.smithi107 (mon.0) 462 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-21T18:58:29.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:29 smithi107 bash[20033]: audit 2024-09-21T18:58:28.135916+0000 mon.smithi107 (mon.0) 462 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-21T18:58:29.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:29 smithi107 bash[20033]: audit 2024-09-21T18:58:28.137130+0000 mon.smithi107 (mon.0) 463 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:29.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:29 smithi107 bash[20033]: audit 2024-09-21T18:58:28.137130+0000 mon.smithi107 (mon.0) 463 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:29.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:29 smithi160 bash[25034]: cluster 2024-09-21T18:58:27.285286+0000 mgr.smithi107.uonppz (mgr.14203) 123 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:29.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:29 smithi160 bash[25034]: cluster 2024-09-21T18:58:27.285286+0000 mgr.smithi107.uonppz (mgr.14203) 123 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:29.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:29 smithi160 bash[25034]: audit 2024-09-21T18:58:28.127760+0000 mon.smithi107 (mon.0) 460 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:29.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:29 smithi160 bash[25034]: audit 2024-09-21T18:58:28.127760+0000 mon.smithi107 (mon.0) 460 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:29.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:29 smithi160 bash[25034]: audit 2024-09-21T18:58:28.134489+0000 mon.smithi107 (mon.0) 461 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:29.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:29 smithi160 bash[25034]: audit 2024-09-21T18:58:28.134489+0000 mon.smithi107 (mon.0) 461 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:29.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:29 smithi160 bash[25034]: audit 2024-09-21T18:58:28.135916+0000 mon.smithi107 (mon.0) 462 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-21T18:58:29.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:29 smithi160 bash[25034]: audit 2024-09-21T18:58:28.135916+0000 mon.smithi107 (mon.0) 462 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-21T18:58:29.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:29 smithi160 bash[25034]: audit 2024-09-21T18:58:28.137130+0000 mon.smithi107 (mon.0) 463 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:29.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:29 smithi160 bash[25034]: audit 2024-09-21T18:58:28.137130+0000 mon.smithi107 (mon.0) 463 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:30.233 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:30 smithi107 bash[20033]: cephadm 2024-09-21T18:58:28.138067+0000 mgr.smithi107.uonppz (mgr.14203) 124 : cephadm [INF] Deploying daemon osd.6 on smithi160 2024-09-21T18:58:30.233 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:30 smithi107 bash[20033]: cephadm 2024-09-21T18:58:28.138067+0000 mgr.smithi107.uonppz (mgr.14203) 124 : cephadm [INF] Deploying daemon osd.6 on smithi160 2024-09-21T18:58:30.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:30 smithi160 bash[25034]: cephadm 2024-09-21T18:58:28.138067+0000 mgr.smithi107.uonppz (mgr.14203) 124 : cephadm [INF] Deploying daemon osd.6 on smithi160 2024-09-21T18:58:30.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:30 smithi160 bash[25034]: cephadm 2024-09-21T18:58:28.138067+0000 mgr.smithi107.uonppz (mgr.14203) 124 : cephadm [INF] Deploying daemon osd.6 on smithi160 2024-09-21T18:58:31.329 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:31 smithi160 bash[25034]: cluster 2024-09-21T18:58:29.285678+0000 mgr.smithi107.uonppz (mgr.14203) 125 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:31.329 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:31 smithi160 bash[25034]: cluster 2024-09-21T18:58:29.285678+0000 mgr.smithi107.uonppz (mgr.14203) 125 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:31.330 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:31 smithi160 bash[25034]: audit 2024-09-21T18:58:30.443696+0000 mon.smithi160 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.160:6800/2319248862,v1:172.21.15.160:6801/2319248862]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T18:58:31.330 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:31 smithi160 bash[25034]: audit 2024-09-21T18:58:30.443696+0000 mon.smithi160 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.160:6800/2319248862,v1:172.21.15.160:6801/2319248862]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T18:58:31.330 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:31 smithi160 bash[25034]: audit 2024-09-21T18:58:30.445194+0000 mon.smithi107 (mon.0) 464 : audit [INF] from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T18:58:31.330 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:31 smithi160 bash[25034]: audit 2024-09-21T18:58:30.445194+0000 mon.smithi107 (mon.0) 464 : audit [INF] from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T18:58:31.431 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:31 smithi107 bash[20033]: cluster 2024-09-21T18:58:29.285678+0000 mgr.smithi107.uonppz (mgr.14203) 125 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:31.431 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:31 smithi107 bash[20033]: cluster 2024-09-21T18:58:29.285678+0000 mgr.smithi107.uonppz (mgr.14203) 125 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:31.431 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:31 smithi107 bash[20033]: audit 2024-09-21T18:58:30.443696+0000 mon.smithi160 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.160:6800/2319248862,v1:172.21.15.160:6801/2319248862]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T18:58:31.431 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:31 smithi107 bash[20033]: audit 2024-09-21T18:58:30.443696+0000 mon.smithi160 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.160:6800/2319248862,v1:172.21.15.160:6801/2319248862]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T18:58:31.431 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:31 smithi107 bash[20033]: audit 2024-09-21T18:58:30.445194+0000 mon.smithi107 (mon.0) 464 : audit [INF] from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T18:58:31.431 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:31 smithi107 bash[20033]: audit 2024-09-21T18:58:30.445194+0000 mon.smithi107 (mon.0) 464 : audit [INF] from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T18:58:31.820 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T18:58:32.368 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:32 smithi160 bash[25034]: audit 2024-09-21T18:58:31.070464+0000 mon.smithi107 (mon.0) 465 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T18:58:32.368 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:32 smithi160 bash[25034]: audit 2024-09-21T18:58:31.070464+0000 mon.smithi107 (mon.0) 465 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T18:58:32.368 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:32 smithi160 bash[25034]: audit 2024-09-21T18:58:31.073184+0000 mon.smithi160 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.160:6800/2319248862,v1:172.21.15.160:6801/2319248862]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]} : dispatch 2024-09-21T18:58:32.368 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:32 smithi160 bash[25034]: audit 2024-09-21T18:58:31.073184+0000 mon.smithi160 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.160:6800/2319248862,v1:172.21.15.160:6801/2319248862]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]} : dispatch 2024-09-21T18:58:32.368 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:32 smithi160 bash[25034]: cluster 2024-09-21T18:58:31.075407+0000 mon.smithi107 (mon.0) 466 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-09-21T18:58:32.369 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:32 smithi160 bash[25034]: cluster 2024-09-21T18:58:31.075407+0000 mon.smithi107 (mon.0) 466 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-09-21T18:58:32.369 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:32 smithi160 bash[25034]: audit 2024-09-21T18:58:31.075969+0000 mon.smithi107 (mon.0) 467 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:58:32.369 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:32 smithi160 bash[25034]: audit 2024-09-21T18:58:31.075969+0000 mon.smithi107 (mon.0) 467 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:58:32.369 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:32 smithi160 bash[25034]: audit 2024-09-21T18:58:31.076454+0000 mon.smithi107 (mon.0) 468 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:32.369 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:32 smithi160 bash[25034]: audit 2024-09-21T18:58:31.076454+0000 mon.smithi107 (mon.0) 468 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:32.369 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:32 smithi160 bash[25034]: audit 2024-09-21T18:58:31.080007+0000 mon.smithi107 (mon.0) 469 : audit [INF] from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]} : dispatch 2024-09-21T18:58:32.369 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:32 smithi160 bash[25034]: audit 2024-09-21T18:58:31.080007+0000 mon.smithi107 (mon.0) 469 : audit [INF] from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]} : dispatch 2024-09-21T18:58:32.369 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:32 smithi160 bash[25034]: audit 2024-09-21T18:58:31.080320+0000 mon.smithi107 (mon.0) 470 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:32.369 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:32 smithi160 bash[25034]: audit 2024-09-21T18:58:31.080320+0000 mon.smithi107 (mon.0) 470 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:32.369 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:32 smithi160 bash[25034]: audit 2024-09-21T18:58:31.080526+0000 mon.smithi107 (mon.0) 471 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:32.369 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:32 smithi160 bash[25034]: audit 2024-09-21T18:58:31.080526+0000 mon.smithi107 (mon.0) 471 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:32.369 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:32 smithi160 bash[25034]: audit 2024-09-21T18:58:31.080752+0000 mon.smithi107 (mon.0) 472 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:32.369 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:32 smithi160 bash[25034]: audit 2024-09-21T18:58:31.080752+0000 mon.smithi107 (mon.0) 472 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:32.369 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:32 smithi160 bash[25034]: audit 2024-09-21T18:58:31.080980+0000 mon.smithi107 (mon.0) 473 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:32.369 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:32 smithi160 bash[25034]: audit 2024-09-21T18:58:31.080980+0000 mon.smithi107 (mon.0) 473 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:32.370 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:32 smithi160 bash[25034]: audit 2024-09-21T18:58:31.081192+0000 mon.smithi107 (mon.0) 474 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:32.370 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:32 smithi160 bash[25034]: audit 2024-09-21T18:58:31.081192+0000 mon.smithi107 (mon.0) 474 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:32.370 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:32 smithi160 bash[25034]: audit 2024-09-21T18:58:31.081431+0000 mon.smithi107 (mon.0) 475 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:32.370 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:32 smithi160 bash[25034]: audit 2024-09-21T18:58:31.081431+0000 mon.smithi107 (mon.0) 475 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:32.370 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:32 smithi160 bash[25034]: audit 2024-09-21T18:58:31.819773+0000 mon.smithi107 (mon.0) 476 : audit [DBG] from='client.? 172.21.15.107:0/2175844999' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:58:32.370 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:32 smithi160 bash[25034]: audit 2024-09-21T18:58:31.819773+0000 mon.smithi107 (mon.0) 476 : audit [DBG] from='client.? 172.21.15.107:0/2175844999' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:58:32.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:32 smithi107 bash[20033]: audit 2024-09-21T18:58:31.070464+0000 mon.smithi107 (mon.0) 465 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T18:58:32.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:32 smithi107 bash[20033]: audit 2024-09-21T18:58:31.070464+0000 mon.smithi107 (mon.0) 465 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T18:58:32.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:32 smithi107 bash[20033]: audit 2024-09-21T18:58:31.073184+0000 mon.smithi160 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.160:6800/2319248862,v1:172.21.15.160:6801/2319248862]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]} : dispatch 2024-09-21T18:58:32.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:32 smithi107 bash[20033]: audit 2024-09-21T18:58:31.073184+0000 mon.smithi160 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.160:6800/2319248862,v1:172.21.15.160:6801/2319248862]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]} : dispatch 2024-09-21T18:58:32.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:32 smithi107 bash[20033]: cluster 2024-09-21T18:58:31.075407+0000 mon.smithi107 (mon.0) 466 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-09-21T18:58:32.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:32 smithi107 bash[20033]: cluster 2024-09-21T18:58:31.075407+0000 mon.smithi107 (mon.0) 466 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-09-21T18:58:32.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:32 smithi107 bash[20033]: audit 2024-09-21T18:58:31.075969+0000 mon.smithi107 (mon.0) 467 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:58:32.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:32 smithi107 bash[20033]: audit 2024-09-21T18:58:31.075969+0000 mon.smithi107 (mon.0) 467 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:58:32.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:32 smithi107 bash[20033]: audit 2024-09-21T18:58:31.076454+0000 mon.smithi107 (mon.0) 468 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:32.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:32 smithi107 bash[20033]: audit 2024-09-21T18:58:31.076454+0000 mon.smithi107 (mon.0) 468 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:32.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:32 smithi107 bash[20033]: audit 2024-09-21T18:58:31.080007+0000 mon.smithi107 (mon.0) 469 : audit [INF] from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]} : dispatch 2024-09-21T18:58:32.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:32 smithi107 bash[20033]: audit 2024-09-21T18:58:31.080007+0000 mon.smithi107 (mon.0) 469 : audit [INF] from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]} : dispatch 2024-09-21T18:58:32.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:32 smithi107 bash[20033]: audit 2024-09-21T18:58:31.080320+0000 mon.smithi107 (mon.0) 470 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:32.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:32 smithi107 bash[20033]: audit 2024-09-21T18:58:31.080320+0000 mon.smithi107 (mon.0) 470 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:32.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:32 smithi107 bash[20033]: audit 2024-09-21T18:58:31.080526+0000 mon.smithi107 (mon.0) 471 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:32.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:32 smithi107 bash[20033]: audit 2024-09-21T18:58:31.080526+0000 mon.smithi107 (mon.0) 471 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:32.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:32 smithi107 bash[20033]: audit 2024-09-21T18:58:31.080752+0000 mon.smithi107 (mon.0) 472 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:32.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:32 smithi107 bash[20033]: audit 2024-09-21T18:58:31.080752+0000 mon.smithi107 (mon.0) 472 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:32.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:32 smithi107 bash[20033]: audit 2024-09-21T18:58:31.080980+0000 mon.smithi107 (mon.0) 473 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:32.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:32 smithi107 bash[20033]: audit 2024-09-21T18:58:31.080980+0000 mon.smithi107 (mon.0) 473 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:32.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:32 smithi107 bash[20033]: audit 2024-09-21T18:58:31.081192+0000 mon.smithi107 (mon.0) 474 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:32.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:32 smithi107 bash[20033]: audit 2024-09-21T18:58:31.081192+0000 mon.smithi107 (mon.0) 474 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:32.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:32 smithi107 bash[20033]: audit 2024-09-21T18:58:31.081431+0000 mon.smithi107 (mon.0) 475 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:32.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:32 smithi107 bash[20033]: audit 2024-09-21T18:58:31.081431+0000 mon.smithi107 (mon.0) 475 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:32.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:32 smithi107 bash[20033]: audit 2024-09-21T18:58:31.819773+0000 mon.smithi107 (mon.0) 476 : audit [DBG] from='client.? 172.21.15.107:0/2175844999' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:58:32.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:32 smithi107 bash[20033]: audit 2024-09-21T18:58:31.819773+0000 mon.smithi107 (mon.0) 476 : audit [DBG] from='client.? 172.21.15.107:0/2175844999' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:58:33.139 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726945078,"num_remapped_pgs":0} 2024-09-21T18:58:33.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:33 smithi107 bash[20033]: cluster 2024-09-21T18:58:31.286074+0000 mgr.smithi107.uonppz (mgr.14203) 126 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:33.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:33 smithi107 bash[20033]: cluster 2024-09-21T18:58:31.286074+0000 mgr.smithi107.uonppz (mgr.14203) 126 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:33.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:33 smithi107 bash[20033]: audit 2024-09-21T18:58:32.078345+0000 mon.smithi107 (mon.0) 477 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-09-21T18:58:33.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:33 smithi107 bash[20033]: audit 2024-09-21T18:58:32.078345+0000 mon.smithi107 (mon.0) 477 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-09-21T18:58:33.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:33 smithi107 bash[20033]: cluster 2024-09-21T18:58:32.081013+0000 mon.smithi107 (mon.0) 478 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-09-21T18:58:33.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:33 smithi107 bash[20033]: cluster 2024-09-21T18:58:32.081013+0000 mon.smithi107 (mon.0) 478 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-09-21T18:58:33.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:33 smithi107 bash[20033]: audit 2024-09-21T18:58:32.081402+0000 mon.smithi107 (mon.0) 479 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:58:33.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:33 smithi107 bash[20033]: audit 2024-09-21T18:58:32.081402+0000 mon.smithi107 (mon.0) 479 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:58:33.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:33 smithi107 bash[20033]: audit 2024-09-21T18:58:32.081545+0000 mon.smithi107 (mon.0) 480 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:33.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:33 smithi107 bash[20033]: audit 2024-09-21T18:58:32.081545+0000 mon.smithi107 (mon.0) 480 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:33.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:33 smithi107 bash[20033]: audit 2024-09-21T18:58:32.081697+0000 mon.smithi107 (mon.0) 481 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:33.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:33 smithi107 bash[20033]: audit 2024-09-21T18:58:32.081697+0000 mon.smithi107 (mon.0) 481 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:33.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:33 smithi107 bash[20033]: audit 2024-09-21T18:58:32.081801+0000 mon.smithi107 (mon.0) 482 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:33.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:33 smithi107 bash[20033]: audit 2024-09-21T18:58:32.081801+0000 mon.smithi107 (mon.0) 482 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:33.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:33 smithi107 bash[20033]: audit 2024-09-21T18:58:32.081913+0000 mon.smithi107 (mon.0) 483 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:33.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:33 smithi107 bash[20033]: audit 2024-09-21T18:58:32.081913+0000 mon.smithi107 (mon.0) 483 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:33.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:33 smithi107 bash[20033]: audit 2024-09-21T18:58:32.082105+0000 mon.smithi107 (mon.0) 484 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:33.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:33 smithi107 bash[20033]: audit 2024-09-21T18:58:32.082105+0000 mon.smithi107 (mon.0) 484 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:33.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:33 smithi107 bash[20033]: audit 2024-09-21T18:58:32.086225+0000 mon.smithi107 (mon.0) 485 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:33.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:33 smithi107 bash[20033]: audit 2024-09-21T18:58:32.086225+0000 mon.smithi107 (mon.0) 485 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:33.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:33 smithi107 bash[20033]: audit 2024-09-21T18:58:32.086571+0000 mon.smithi107 (mon.0) 486 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:33.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:33 smithi107 bash[20033]: audit 2024-09-21T18:58:32.086571+0000 mon.smithi107 (mon.0) 486 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:33.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:33 smithi107 bash[20033]: audit 2024-09-21T18:58:32.087816+0000 mon.smithi107 (mon.0) 487 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:58:33.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:33 smithi107 bash[20033]: audit 2024-09-21T18:58:32.087816+0000 mon.smithi107 (mon.0) 487 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:58:33.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:33 smithi160 bash[25034]: cluster 2024-09-21T18:58:31.286074+0000 mgr.smithi107.uonppz (mgr.14203) 126 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:33.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:33 smithi160 bash[25034]: cluster 2024-09-21T18:58:31.286074+0000 mgr.smithi107.uonppz (mgr.14203) 126 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:33.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:33 smithi160 bash[25034]: audit 2024-09-21T18:58:32.078345+0000 mon.smithi107 (mon.0) 477 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-09-21T18:58:33.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:33 smithi160 bash[25034]: audit 2024-09-21T18:58:32.078345+0000 mon.smithi107 (mon.0) 477 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-09-21T18:58:33.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:33 smithi160 bash[25034]: cluster 2024-09-21T18:58:32.081013+0000 mon.smithi107 (mon.0) 478 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-09-21T18:58:33.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:33 smithi160 bash[25034]: cluster 2024-09-21T18:58:32.081013+0000 mon.smithi107 (mon.0) 478 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-09-21T18:58:33.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:33 smithi160 bash[25034]: audit 2024-09-21T18:58:32.081402+0000 mon.smithi107 (mon.0) 479 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:58:33.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:33 smithi160 bash[25034]: audit 2024-09-21T18:58:32.081402+0000 mon.smithi107 (mon.0) 479 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:58:33.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:33 smithi160 bash[25034]: audit 2024-09-21T18:58:32.081545+0000 mon.smithi107 (mon.0) 480 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:33.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:33 smithi160 bash[25034]: audit 2024-09-21T18:58:32.081545+0000 mon.smithi107 (mon.0) 480 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:33.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:33 smithi160 bash[25034]: audit 2024-09-21T18:58:32.081697+0000 mon.smithi107 (mon.0) 481 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:33.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:33 smithi160 bash[25034]: audit 2024-09-21T18:58:32.081697+0000 mon.smithi107 (mon.0) 481 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:33.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:33 smithi160 bash[25034]: audit 2024-09-21T18:58:32.081801+0000 mon.smithi107 (mon.0) 482 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:33.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:33 smithi160 bash[25034]: audit 2024-09-21T18:58:32.081801+0000 mon.smithi107 (mon.0) 482 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:33.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:33 smithi160 bash[25034]: audit 2024-09-21T18:58:32.081913+0000 mon.smithi107 (mon.0) 483 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:33.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:33 smithi160 bash[25034]: audit 2024-09-21T18:58:32.081913+0000 mon.smithi107 (mon.0) 483 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:33.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:33 smithi160 bash[25034]: audit 2024-09-21T18:58:32.082105+0000 mon.smithi107 (mon.0) 484 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:33.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:33 smithi160 bash[25034]: audit 2024-09-21T18:58:32.082105+0000 mon.smithi107 (mon.0) 484 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:33.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:33 smithi160 bash[25034]: audit 2024-09-21T18:58:32.086225+0000 mon.smithi107 (mon.0) 485 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:33.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:33 smithi160 bash[25034]: audit 2024-09-21T18:58:32.086225+0000 mon.smithi107 (mon.0) 485 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:33.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:33 smithi160 bash[25034]: audit 2024-09-21T18:58:32.086571+0000 mon.smithi107 (mon.0) 486 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:33.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:33 smithi160 bash[25034]: audit 2024-09-21T18:58:32.086571+0000 mon.smithi107 (mon.0) 486 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:33.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:33 smithi160 bash[25034]: audit 2024-09-21T18:58:32.087816+0000 mon.smithi107 (mon.0) 487 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:58:33.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:33 smithi160 bash[25034]: audit 2024-09-21T18:58:32.087816+0000 mon.smithi107 (mon.0) 487 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:58:34.141 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T18:58:34.325 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:34 smithi107 bash[20033]: cluster 2024-09-21T18:58:31.438178+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:34.325 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:34 smithi107 bash[20033]: cluster 2024-09-21T18:58:31.438178+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:34.325 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:34 smithi107 bash[20033]: cluster 2024-09-21T18:58:31.438236+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:34.325 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:34 smithi107 bash[20033]: cluster 2024-09-21T18:58:31.438236+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:34.325 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:34 smithi107 bash[20033]: audit 2024-09-21T18:58:33.093415+0000 mon.smithi107 (mon.0) 488 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:58:34.326 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:34 smithi107 bash[20033]: audit 2024-09-21T18:58:33.093415+0000 mon.smithi107 (mon.0) 488 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:58:34.326 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:34 smithi107 bash[20033]: cluster 2024-09-21T18:58:33.099630+0000 mon.smithi107 (mon.0) 489 : cluster [INF] osd.0 [v2:172.21.15.160:6800/2319248862,v1:172.21.15.160:6801/2319248862] boot 2024-09-21T18:58:34.326 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:34 smithi107 bash[20033]: cluster 2024-09-21T18:58:33.099630+0000 mon.smithi107 (mon.0) 489 : cluster [INF] osd.0 [v2:172.21.15.160:6800/2319248862,v1:172.21.15.160:6801/2319248862] boot 2024-09-21T18:58:34.326 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:34 smithi107 bash[20033]: cluster 2024-09-21T18:58:33.099732+0000 mon.smithi107 (mon.0) 490 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-09-21T18:58:34.326 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:34 smithi107 bash[20033]: cluster 2024-09-21T18:58:33.099732+0000 mon.smithi107 (mon.0) 490 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-09-21T18:58:34.326 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:34 smithi107 bash[20033]: audit 2024-09-21T18:58:33.099992+0000 mon.smithi107 (mon.0) 491 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:58:34.326 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:34 smithi107 bash[20033]: audit 2024-09-21T18:58:33.099992+0000 mon.smithi107 (mon.0) 491 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:58:34.326 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:34 smithi107 bash[20033]: audit 2024-09-21T18:58:33.100695+0000 mon.smithi107 (mon.0) 492 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:34.326 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:34 smithi107 bash[20033]: audit 2024-09-21T18:58:33.100695+0000 mon.smithi107 (mon.0) 492 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:34.326 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:34 smithi107 bash[20033]: audit 2024-09-21T18:58:33.100994+0000 mon.smithi107 (mon.0) 493 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:34.326 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:34 smithi107 bash[20033]: audit 2024-09-21T18:58:33.100994+0000 mon.smithi107 (mon.0) 493 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:34.326 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:34 smithi107 bash[20033]: audit 2024-09-21T18:58:33.101262+0000 mon.smithi107 (mon.0) 494 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:34.326 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:34 smithi107 bash[20033]: audit 2024-09-21T18:58:33.101262+0000 mon.smithi107 (mon.0) 494 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:34.327 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:34 smithi107 bash[20033]: audit 2024-09-21T18:58:33.101530+0000 mon.smithi107 (mon.0) 495 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:34.327 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:34 smithi107 bash[20033]: audit 2024-09-21T18:58:33.101530+0000 mon.smithi107 (mon.0) 495 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:34.327 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:34 smithi107 bash[20033]: audit 2024-09-21T18:58:33.101795+0000 mon.smithi107 (mon.0) 496 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:34.327 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:34 smithi107 bash[20033]: audit 2024-09-21T18:58:33.101795+0000 mon.smithi107 (mon.0) 496 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:34.327 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:34 smithi107 bash[20033]: audit 2024-09-21T18:58:33.102059+0000 mon.smithi107 (mon.0) 497 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:34.327 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:34 smithi107 bash[20033]: audit 2024-09-21T18:58:33.102059+0000 mon.smithi107 (mon.0) 497 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:34.327 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:34 smithi107 bash[20033]: audit 2024-09-21T18:58:33.102315+0000 mon.smithi107 (mon.0) 498 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:34.327 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:34 smithi107 bash[20033]: audit 2024-09-21T18:58:33.102315+0000 mon.smithi107 (mon.0) 498 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:34.327 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:34 smithi107 bash[20033]: cluster 2024-09-21T18:58:33.286534+0000 mgr.smithi107.uonppz (mgr.14203) 127 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:34.327 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:34 smithi107 bash[20033]: cluster 2024-09-21T18:58:33.286534+0000 mgr.smithi107.uonppz (mgr.14203) 127 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:34.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:34 smithi160 bash[25034]: cluster 2024-09-21T18:58:31.438178+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:34.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:34 smithi160 bash[25034]: cluster 2024-09-21T18:58:31.438178+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:34.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:34 smithi160 bash[25034]: cluster 2024-09-21T18:58:31.438236+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:34.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:34 smithi160 bash[25034]: cluster 2024-09-21T18:58:31.438236+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:34.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:34 smithi160 bash[25034]: audit 2024-09-21T18:58:33.093415+0000 mon.smithi107 (mon.0) 488 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:58:34.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:34 smithi160 bash[25034]: audit 2024-09-21T18:58:33.093415+0000 mon.smithi107 (mon.0) 488 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:58:34.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:34 smithi160 bash[25034]: cluster 2024-09-21T18:58:33.099630+0000 mon.smithi107 (mon.0) 489 : cluster [INF] osd.0 [v2:172.21.15.160:6800/2319248862,v1:172.21.15.160:6801/2319248862] boot 2024-09-21T18:58:34.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:34 smithi160 bash[25034]: cluster 2024-09-21T18:58:33.099630+0000 mon.smithi107 (mon.0) 489 : cluster [INF] osd.0 [v2:172.21.15.160:6800/2319248862,v1:172.21.15.160:6801/2319248862] boot 2024-09-21T18:58:34.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:34 smithi160 bash[25034]: cluster 2024-09-21T18:58:33.099732+0000 mon.smithi107 (mon.0) 490 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-09-21T18:58:34.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:34 smithi160 bash[25034]: cluster 2024-09-21T18:58:33.099732+0000 mon.smithi107 (mon.0) 490 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-09-21T18:58:34.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:34 smithi160 bash[25034]: audit 2024-09-21T18:58:33.099992+0000 mon.smithi107 (mon.0) 491 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:58:34.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:34 smithi160 bash[25034]: audit 2024-09-21T18:58:33.099992+0000 mon.smithi107 (mon.0) 491 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:58:34.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:34 smithi160 bash[25034]: audit 2024-09-21T18:58:33.100695+0000 mon.smithi107 (mon.0) 492 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:34.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:34 smithi160 bash[25034]: audit 2024-09-21T18:58:33.100695+0000 mon.smithi107 (mon.0) 492 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:34.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:34 smithi160 bash[25034]: audit 2024-09-21T18:58:33.100994+0000 mon.smithi107 (mon.0) 493 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:34.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:34 smithi160 bash[25034]: audit 2024-09-21T18:58:33.100994+0000 mon.smithi107 (mon.0) 493 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:34.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:34 smithi160 bash[25034]: audit 2024-09-21T18:58:33.101262+0000 mon.smithi107 (mon.0) 494 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:34.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:34 smithi160 bash[25034]: audit 2024-09-21T18:58:33.101262+0000 mon.smithi107 (mon.0) 494 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:34.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:34 smithi160 bash[25034]: audit 2024-09-21T18:58:33.101530+0000 mon.smithi107 (mon.0) 495 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:34.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:34 smithi160 bash[25034]: audit 2024-09-21T18:58:33.101530+0000 mon.smithi107 (mon.0) 495 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:34.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:34 smithi160 bash[25034]: audit 2024-09-21T18:58:33.101795+0000 mon.smithi107 (mon.0) 496 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:34.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:34 smithi160 bash[25034]: audit 2024-09-21T18:58:33.101795+0000 mon.smithi107 (mon.0) 496 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:34.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:34 smithi160 bash[25034]: audit 2024-09-21T18:58:33.102059+0000 mon.smithi107 (mon.0) 497 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:34.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:34 smithi160 bash[25034]: audit 2024-09-21T18:58:33.102059+0000 mon.smithi107 (mon.0) 497 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:34.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:34 smithi160 bash[25034]: audit 2024-09-21T18:58:33.102315+0000 mon.smithi107 (mon.0) 498 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:34.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:34 smithi160 bash[25034]: audit 2024-09-21T18:58:33.102315+0000 mon.smithi107 (mon.0) 498 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:34.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:34 smithi160 bash[25034]: cluster 2024-09-21T18:58:33.286534+0000 mgr.smithi107.uonppz (mgr.14203) 127 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:34.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:34 smithi160 bash[25034]: cluster 2024-09-21T18:58:33.286534+0000 mgr.smithi107.uonppz (mgr.14203) 127 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:58:35.105 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:35 smithi160 bash[25034]: cluster 2024-09-21T18:58:34.104840+0000 mon.smithi107 (mon.0) 499 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-09-21T18:58:35.105 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:35 smithi160 bash[25034]: cluster 2024-09-21T18:58:34.104840+0000 mon.smithi107 (mon.0) 499 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-09-21T18:58:35.106 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:35 smithi160 bash[25034]: audit 2024-09-21T18:58:34.105017+0000 mon.smithi107 (mon.0) 500 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:35.106 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:35 smithi160 bash[25034]: audit 2024-09-21T18:58:34.105017+0000 mon.smithi107 (mon.0) 500 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:35.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:35 smithi107 bash[20033]: cluster 2024-09-21T18:58:34.104840+0000 mon.smithi107 (mon.0) 499 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-09-21T18:58:35.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:35 smithi107 bash[20033]: cluster 2024-09-21T18:58:34.104840+0000 mon.smithi107 (mon.0) 499 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-09-21T18:58:35.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:35 smithi107 bash[20033]: audit 2024-09-21T18:58:34.105017+0000 mon.smithi107 (mon.0) 500 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:35.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:35 smithi107 bash[20033]: audit 2024-09-21T18:58:34.105017+0000 mon.smithi107 (mon.0) 500 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:35.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:35 smithi107 bash[20033]: audit 2024-09-21T18:58:34.105317+0000 mon.smithi107 (mon.0) 501 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:35.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:35 smithi107 bash[20033]: audit 2024-09-21T18:58:34.105317+0000 mon.smithi107 (mon.0) 501 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:35.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:35 smithi107 bash[20033]: audit 2024-09-21T18:58:34.105535+0000 mon.smithi107 (mon.0) 502 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:35.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:35 smithi107 bash[20033]: audit 2024-09-21T18:58:34.105535+0000 mon.smithi107 (mon.0) 502 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:35.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:35 smithi107 bash[20033]: audit 2024-09-21T18:58:34.105750+0000 mon.smithi107 (mon.0) 503 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:35.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:35 smithi107 bash[20033]: audit 2024-09-21T18:58:34.105750+0000 mon.smithi107 (mon.0) 503 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:35.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:35 smithi107 bash[20033]: audit 2024-09-21T18:58:34.105968+0000 mon.smithi107 (mon.0) 504 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:35.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:35 smithi107 bash[20033]: audit 2024-09-21T18:58:34.105968+0000 mon.smithi107 (mon.0) 504 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:35.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:35 smithi107 bash[20033]: audit 2024-09-21T18:58:34.106194+0000 mon.smithi107 (mon.0) 505 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:35.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:35 smithi107 bash[20033]: audit 2024-09-21T18:58:34.106194+0000 mon.smithi107 (mon.0) 505 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:35.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:35 smithi107 bash[20033]: audit 2024-09-21T18:58:34.106438+0000 mon.smithi107 (mon.0) 506 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:35.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:35 smithi107 bash[20033]: audit 2024-09-21T18:58:34.106438+0000 mon.smithi107 (mon.0) 506 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:35.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:35 smithi160 bash[25034]: audit 2024-09-21T18:58:34.105317+0000 mon.smithi107 (mon.0) 501 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:35.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:35 smithi160 bash[25034]: audit 2024-09-21T18:58:34.105317+0000 mon.smithi107 (mon.0) 501 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:35.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:35 smithi160 bash[25034]: audit 2024-09-21T18:58:34.105535+0000 mon.smithi107 (mon.0) 502 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:35.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:35 smithi160 bash[25034]: audit 2024-09-21T18:58:34.105535+0000 mon.smithi107 (mon.0) 502 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:35.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:35 smithi160 bash[25034]: audit 2024-09-21T18:58:34.105750+0000 mon.smithi107 (mon.0) 503 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:35.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:35 smithi160 bash[25034]: audit 2024-09-21T18:58:34.105750+0000 mon.smithi107 (mon.0) 503 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:35.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:35 smithi160 bash[25034]: audit 2024-09-21T18:58:34.105968+0000 mon.smithi107 (mon.0) 504 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:35.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:35 smithi160 bash[25034]: audit 2024-09-21T18:58:34.105968+0000 mon.smithi107 (mon.0) 504 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:35.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:35 smithi160 bash[25034]: audit 2024-09-21T18:58:34.106194+0000 mon.smithi107 (mon.0) 505 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:35.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:35 smithi160 bash[25034]: audit 2024-09-21T18:58:34.106194+0000 mon.smithi107 (mon.0) 505 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:35.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:35 smithi160 bash[25034]: audit 2024-09-21T18:58:34.106438+0000 mon.smithi107 (mon.0) 506 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:35.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:35 smithi160 bash[25034]: audit 2024-09-21T18:58:34.106438+0000 mon.smithi107 (mon.0) 506 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:35.817 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:35 smithi160 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:58:35.962 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:35 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:58:36.091 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:35 smithi160 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:58:36.221 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:36 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:58:36.221 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:36 smithi107 bash[20033]: cluster 2024-09-21T18:58:35.286951+0000 mgr.smithi107.uonppz (mgr.14203) 128 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:58:36.221 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:36 smithi107 bash[20033]: cluster 2024-09-21T18:58:35.286951+0000 mgr.smithi107.uonppz (mgr.14203) 128 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:58:36.221 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:36 smithi107 bash[20033]: audit 2024-09-21T18:58:36.087105+0000 mon.smithi107 (mon.0) 507 : audit [INF] from='osd.1 [v2:172.21.15.107:6802/1217442595,v1:172.21.15.107:6803/1217442595]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T18:58:36.221 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:36 smithi107 bash[20033]: audit 2024-09-21T18:58:36.087105+0000 mon.smithi107 (mon.0) 507 : audit [INF] from='osd.1 [v2:172.21.15.107:6802/1217442595,v1:172.21.15.107:6803/1217442595]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T18:58:36.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:36 smithi160 bash[25034]: cluster 2024-09-21T18:58:35.286951+0000 mgr.smithi107.uonppz (mgr.14203) 128 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:58:36.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:36 smithi160 bash[25034]: cluster 2024-09-21T18:58:35.286951+0000 mgr.smithi107.uonppz (mgr.14203) 128 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:58:36.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:36 smithi160 bash[25034]: audit 2024-09-21T18:58:36.087105+0000 mon.smithi107 (mon.0) 507 : audit [INF] from='osd.1 [v2:172.21.15.107:6802/1217442595,v1:172.21.15.107:6803/1217442595]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T18:58:36.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:36 smithi160 bash[25034]: audit 2024-09-21T18:58:36.087105+0000 mon.smithi107 (mon.0) 507 : audit [INF] from='osd.1 [v2:172.21.15.107:6802/1217442595,v1:172.21.15.107:6803/1217442595]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T18:58:37.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.104916+0000 mon.smithi107 (mon.0) 508 : audit [INF] from='osd.1 [v2:172.21.15.107:6802/1217442595,v1:172.21.15.107:6803/1217442595]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T18:58:37.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.104916+0000 mon.smithi107 (mon.0) 508 : audit [INF] from='osd.1 [v2:172.21.15.107:6802/1217442595,v1:172.21.15.107:6803/1217442595]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T18:58:37.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: cluster 2024-09-21T18:58:36.107204+0000 mon.smithi107 (mon.0) 509 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-09-21T18:58:37.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: cluster 2024-09-21T18:58:36.107204+0000 mon.smithi107 (mon.0) 509 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-09-21T18:58:37.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.107542+0000 mon.smithi107 (mon.0) 510 : audit [INF] from='osd.1 [v2:172.21.15.107:6802/1217442595,v1:172.21.15.107:6803/1217442595]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi107", "root=default"]} : dispatch 2024-09-21T18:58:37.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.107542+0000 mon.smithi107 (mon.0) 510 : audit [INF] from='osd.1 [v2:172.21.15.107:6802/1217442595,v1:172.21.15.107:6803/1217442595]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi107", "root=default"]} : dispatch 2024-09-21T18:58:37.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.107790+0000 mon.smithi107 (mon.0) 511 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:37.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.107790+0000 mon.smithi107 (mon.0) 511 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:37.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.107970+0000 mon.smithi107 (mon.0) 512 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:37.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.107970+0000 mon.smithi107 (mon.0) 512 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:37.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.108144+0000 mon.smithi107 (mon.0) 513 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:37.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.108144+0000 mon.smithi107 (mon.0) 513 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:37.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.108309+0000 mon.smithi107 (mon.0) 514 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:37.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.108309+0000 mon.smithi107 (mon.0) 514 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:37.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.108476+0000 mon.smithi107 (mon.0) 515 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:37.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.108476+0000 mon.smithi107 (mon.0) 515 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:37.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.108645+0000 mon.smithi107 (mon.0) 516 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:37.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.108645+0000 mon.smithi107 (mon.0) 516 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:37.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.108812+0000 mon.smithi107 (mon.0) 517 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:37.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.108812+0000 mon.smithi107 (mon.0) 517 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:37.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.137517+0000 mon.smithi107 (mon.0) 518 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:37.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.137517+0000 mon.smithi107 (mon.0) 518 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:37.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.140949+0000 mon.smithi107 (mon.0) 519 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:37.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.140949+0000 mon.smithi107 (mon.0) 519 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:37.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.260510+0000 mon.smithi107 (mon.0) 520 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:37.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.260510+0000 mon.smithi107 (mon.0) 520 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:37.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.267479+0000 mon.smithi107 (mon.0) 521 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:37.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.267479+0000 mon.smithi107 (mon.0) 521 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:37.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.268304+0000 mon.smithi107 (mon.0) 522 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-21T18:58:37.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.268304+0000 mon.smithi107 (mon.0) 522 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-21T18:58:37.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.268934+0000 mon.smithi107 (mon.0) 523 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:37.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.268934+0000 mon.smithi107 (mon.0) 523 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:37.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: cephadm 2024-09-21T18:58:36.269446+0000 mgr.smithi107.uonppz (mgr.14203) 129 : cephadm [INF] Deploying daemon osd.7 on smithi107 2024-09-21T18:58:37.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: cephadm 2024-09-21T18:58:36.269446+0000 mgr.smithi107.uonppz (mgr.14203) 129 : cephadm [INF] Deploying daemon osd.7 on smithi107 2024-09-21T18:58:37.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.494503+0000 mon.smithi160 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.160:6808/3174629730,v1:172.21.15.160:6809/3174629730]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T18:58:37.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.494503+0000 mon.smithi160 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.160:6808/3174629730,v1:172.21.15.160:6809/3174629730]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T18:58:37.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.495874+0000 mon.smithi107 (mon.0) 524 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T18:58:37.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:36.495874+0000 mon.smithi107 (mon.0) 524 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T18:58:37.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:37.108655+0000 mon.smithi107 (mon.0) 525 : audit [INF] from='osd.1 [v2:172.21.15.107:6802/1217442595,v1:172.21.15.107:6803/1217442595]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-09-21T18:58:37.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:37 smithi107 bash[20033]: audit 2024-09-21T18:58:37.108655+0000 mon.smithi107 (mon.0) 525 : audit [INF] from='osd.1 [v2:172.21.15.107:6802/1217442595,v1:172.21.15.107:6803/1217442595]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-09-21T18:58:37.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.104916+0000 mon.smithi107 (mon.0) 508 : audit [INF] from='osd.1 [v2:172.21.15.107:6802/1217442595,v1:172.21.15.107:6803/1217442595]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T18:58:37.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.104916+0000 mon.smithi107 (mon.0) 508 : audit [INF] from='osd.1 [v2:172.21.15.107:6802/1217442595,v1:172.21.15.107:6803/1217442595]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T18:58:37.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: cluster 2024-09-21T18:58:36.107204+0000 mon.smithi107 (mon.0) 509 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-09-21T18:58:37.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: cluster 2024-09-21T18:58:36.107204+0000 mon.smithi107 (mon.0) 509 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-09-21T18:58:37.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.107542+0000 mon.smithi107 (mon.0) 510 : audit [INF] from='osd.1 [v2:172.21.15.107:6802/1217442595,v1:172.21.15.107:6803/1217442595]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi107", "root=default"]} : dispatch 2024-09-21T18:58:37.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.107542+0000 mon.smithi107 (mon.0) 510 : audit [INF] from='osd.1 [v2:172.21.15.107:6802/1217442595,v1:172.21.15.107:6803/1217442595]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi107", "root=default"]} : dispatch 2024-09-21T18:58:37.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.107790+0000 mon.smithi107 (mon.0) 511 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:37.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.107790+0000 mon.smithi107 (mon.0) 511 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:37.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.107970+0000 mon.smithi107 (mon.0) 512 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:37.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.107970+0000 mon.smithi107 (mon.0) 512 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:37.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.108144+0000 mon.smithi107 (mon.0) 513 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:37.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.108144+0000 mon.smithi107 (mon.0) 513 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:37.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.108309+0000 mon.smithi107 (mon.0) 514 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:37.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.108309+0000 mon.smithi107 (mon.0) 514 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:37.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.108476+0000 mon.smithi107 (mon.0) 515 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:37.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.108476+0000 mon.smithi107 (mon.0) 515 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:37.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.108645+0000 mon.smithi107 (mon.0) 516 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:37.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.108645+0000 mon.smithi107 (mon.0) 516 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:37.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.108812+0000 mon.smithi107 (mon.0) 517 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:37.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.108812+0000 mon.smithi107 (mon.0) 517 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:37.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.137517+0000 mon.smithi107 (mon.0) 518 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:37.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.137517+0000 mon.smithi107 (mon.0) 518 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:37.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.140949+0000 mon.smithi107 (mon.0) 519 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:37.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.140949+0000 mon.smithi107 (mon.0) 519 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:37.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.260510+0000 mon.smithi107 (mon.0) 520 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:37.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.260510+0000 mon.smithi107 (mon.0) 520 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:37.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.267479+0000 mon.smithi107 (mon.0) 521 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:37.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.267479+0000 mon.smithi107 (mon.0) 521 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:37.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.268304+0000 mon.smithi107 (mon.0) 522 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-21T18:58:37.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.268304+0000 mon.smithi107 (mon.0) 522 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-21T18:58:37.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.268934+0000 mon.smithi107 (mon.0) 523 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:37.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.268934+0000 mon.smithi107 (mon.0) 523 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:37.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: cephadm 2024-09-21T18:58:36.269446+0000 mgr.smithi107.uonppz (mgr.14203) 129 : cephadm [INF] Deploying daemon osd.7 on smithi107 2024-09-21T18:58:37.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: cephadm 2024-09-21T18:58:36.269446+0000 mgr.smithi107.uonppz (mgr.14203) 129 : cephadm [INF] Deploying daemon osd.7 on smithi107 2024-09-21T18:58:37.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.494503+0000 mon.smithi160 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.160:6808/3174629730,v1:172.21.15.160:6809/3174629730]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T18:58:37.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.494503+0000 mon.smithi160 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.160:6808/3174629730,v1:172.21.15.160:6809/3174629730]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T18:58:37.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.495874+0000 mon.smithi107 (mon.0) 524 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T18:58:37.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:36.495874+0000 mon.smithi107 (mon.0) 524 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T18:58:37.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:37.108655+0000 mon.smithi107 (mon.0) 525 : audit [INF] from='osd.1 [v2:172.21.15.107:6802/1217442595,v1:172.21.15.107:6803/1217442595]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-09-21T18:58:37.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:37 smithi160 bash[25034]: audit 2024-09-21T18:58:37.108655+0000 mon.smithi107 (mon.0) 525 : audit [INF] from='osd.1 [v2:172.21.15.107:6802/1217442595,v1:172.21.15.107:6803/1217442595]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-09-21T18:58:38.377 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:38 smithi107 bash[20033]: audit 2024-09-21T18:58:37.108739+0000 mon.smithi107 (mon.0) 526 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T18:58:38.377 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:38 smithi107 bash[20033]: audit 2024-09-21T18:58:37.108739+0000 mon.smithi107 (mon.0) 526 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T18:58:38.378 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:38 smithi107 bash[20033]: audit 2024-09-21T18:58:37.112481+0000 mon.smithi160 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.160:6808/3174629730,v1:172.21.15.160:6809/3174629730]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]} : dispatch 2024-09-21T18:58:38.378 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:38 smithi107 bash[20033]: audit 2024-09-21T18:58:37.112481+0000 mon.smithi160 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.160:6808/3174629730,v1:172.21.15.160:6809/3174629730]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]} : dispatch 2024-09-21T18:58:38.378 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:38 smithi107 bash[20033]: cluster 2024-09-21T18:58:37.114201+0000 mon.smithi107 (mon.0) 527 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-09-21T18:58:38.378 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:38 smithi107 bash[20033]: cluster 2024-09-21T18:58:37.114201+0000 mon.smithi107 (mon.0) 527 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-09-21T18:58:38.378 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:38 smithi107 bash[20033]: audit 2024-09-21T18:58:37.115372+0000 mon.smithi107 (mon.0) 528 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:38.378 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:38 smithi107 bash[20033]: audit 2024-09-21T18:58:37.115372+0000 mon.smithi107 (mon.0) 528 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:38.378 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:38 smithi107 bash[20033]: audit 2024-09-21T18:58:37.115695+0000 mon.smithi107 (mon.0) 529 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]} : dispatch 2024-09-21T18:58:38.378 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:38 smithi107 bash[20033]: audit 2024-09-21T18:58:37.115695+0000 mon.smithi107 (mon.0) 529 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]} : dispatch 2024-09-21T18:58:38.378 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:38 smithi107 bash[20033]: audit 2024-09-21T18:58:37.115954+0000 mon.smithi107 (mon.0) 530 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:38.378 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:38 smithi107 bash[20033]: audit 2024-09-21T18:58:37.115954+0000 mon.smithi107 (mon.0) 530 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:38.378 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:38 smithi107 bash[20033]: audit 2024-09-21T18:58:37.116104+0000 mon.smithi107 (mon.0) 531 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:38.378 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:38 smithi107 bash[20033]: audit 2024-09-21T18:58:37.116104+0000 mon.smithi107 (mon.0) 531 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:38.378 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:38 smithi107 bash[20033]: audit 2024-09-21T18:58:37.116288+0000 mon.smithi107 (mon.0) 532 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:38.379 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:38 smithi107 bash[20033]: audit 2024-09-21T18:58:37.116288+0000 mon.smithi107 (mon.0) 532 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:38.379 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:38 smithi107 bash[20033]: audit 2024-09-21T18:58:37.116467+0000 mon.smithi107 (mon.0) 533 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:38.379 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:38 smithi107 bash[20033]: audit 2024-09-21T18:58:37.116467+0000 mon.smithi107 (mon.0) 533 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:38.379 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:38 smithi107 bash[20033]: audit 2024-09-21T18:58:37.116641+0000 mon.smithi107 (mon.0) 534 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:38.379 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:38 smithi107 bash[20033]: audit 2024-09-21T18:58:37.116641+0000 mon.smithi107 (mon.0) 534 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:38.379 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:38 smithi107 bash[20033]: audit 2024-09-21T18:58:37.116816+0000 mon.smithi107 (mon.0) 535 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:38.379 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:38 smithi107 bash[20033]: audit 2024-09-21T18:58:37.116816+0000 mon.smithi107 (mon.0) 535 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:38.379 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:38 smithi107 bash[20033]: audit 2024-09-21T18:58:37.123668+0000 mon.smithi107 (mon.0) 536 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:38.379 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:38 smithi107 bash[20033]: audit 2024-09-21T18:58:37.123668+0000 mon.smithi107 (mon.0) 536 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:38.379 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:38 smithi107 bash[20033]: cluster 2024-09-21T18:58:37.287381+0000 mgr.smithi107.uonppz (mgr.14203) 130 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:58:38.379 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:38 smithi107 bash[20033]: cluster 2024-09-21T18:58:37.287381+0000 mgr.smithi107.uonppz (mgr.14203) 130 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:58:38.379 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:38 smithi107 bash[20033]: audit 2024-09-21T18:58:38.111912+0000 mon.smithi107 (mon.0) 537 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-09-21T18:58:38.379 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:38 smithi107 bash[20033]: audit 2024-09-21T18:58:38.111912+0000 mon.smithi107 (mon.0) 537 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-09-21T18:58:38.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:38 smithi160 bash[25034]: audit 2024-09-21T18:58:37.108739+0000 mon.smithi107 (mon.0) 526 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T18:58:38.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:38 smithi160 bash[25034]: audit 2024-09-21T18:58:37.108739+0000 mon.smithi107 (mon.0) 526 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T18:58:38.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:38 smithi160 bash[25034]: audit 2024-09-21T18:58:37.112481+0000 mon.smithi160 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.160:6808/3174629730,v1:172.21.15.160:6809/3174629730]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]} : dispatch 2024-09-21T18:58:38.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:38 smithi160 bash[25034]: audit 2024-09-21T18:58:37.112481+0000 mon.smithi160 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.160:6808/3174629730,v1:172.21.15.160:6809/3174629730]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]} : dispatch 2024-09-21T18:58:38.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:38 smithi160 bash[25034]: cluster 2024-09-21T18:58:37.114201+0000 mon.smithi107 (mon.0) 527 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-09-21T18:58:38.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:38 smithi160 bash[25034]: cluster 2024-09-21T18:58:37.114201+0000 mon.smithi107 (mon.0) 527 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-09-21T18:58:38.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:38 smithi160 bash[25034]: audit 2024-09-21T18:58:37.115372+0000 mon.smithi107 (mon.0) 528 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:38.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:38 smithi160 bash[25034]: audit 2024-09-21T18:58:37.115372+0000 mon.smithi107 (mon.0) 528 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:38.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:38 smithi160 bash[25034]: audit 2024-09-21T18:58:37.115695+0000 mon.smithi107 (mon.0) 529 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]} : dispatch 2024-09-21T18:58:38.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:38 smithi160 bash[25034]: audit 2024-09-21T18:58:37.115695+0000 mon.smithi107 (mon.0) 529 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]} : dispatch 2024-09-21T18:58:38.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:38 smithi160 bash[25034]: audit 2024-09-21T18:58:37.115954+0000 mon.smithi107 (mon.0) 530 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:38.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:38 smithi160 bash[25034]: audit 2024-09-21T18:58:37.115954+0000 mon.smithi107 (mon.0) 530 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:38.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:38 smithi160 bash[25034]: audit 2024-09-21T18:58:37.116104+0000 mon.smithi107 (mon.0) 531 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:38.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:38 smithi160 bash[25034]: audit 2024-09-21T18:58:37.116104+0000 mon.smithi107 (mon.0) 531 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:38.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:38 smithi160 bash[25034]: audit 2024-09-21T18:58:37.116288+0000 mon.smithi107 (mon.0) 532 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:38.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:38 smithi160 bash[25034]: audit 2024-09-21T18:58:37.116288+0000 mon.smithi107 (mon.0) 532 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:38.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:38 smithi160 bash[25034]: audit 2024-09-21T18:58:37.116467+0000 mon.smithi107 (mon.0) 533 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:38.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:38 smithi160 bash[25034]: audit 2024-09-21T18:58:37.116467+0000 mon.smithi107 (mon.0) 533 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:38.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:38 smithi160 bash[25034]: audit 2024-09-21T18:58:37.116641+0000 mon.smithi107 (mon.0) 534 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:38.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:38 smithi160 bash[25034]: audit 2024-09-21T18:58:37.116641+0000 mon.smithi107 (mon.0) 534 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:38.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:38 smithi160 bash[25034]: audit 2024-09-21T18:58:37.116816+0000 mon.smithi107 (mon.0) 535 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:38.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:38 smithi160 bash[25034]: audit 2024-09-21T18:58:37.116816+0000 mon.smithi107 (mon.0) 535 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:38.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:38 smithi160 bash[25034]: audit 2024-09-21T18:58:37.123668+0000 mon.smithi107 (mon.0) 536 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:38.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:38 smithi160 bash[25034]: audit 2024-09-21T18:58:37.123668+0000 mon.smithi107 (mon.0) 536 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:38.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:38 smithi160 bash[25034]: cluster 2024-09-21T18:58:37.287381+0000 mgr.smithi107.uonppz (mgr.14203) 130 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:58:38.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:38 smithi160 bash[25034]: cluster 2024-09-21T18:58:37.287381+0000 mgr.smithi107.uonppz (mgr.14203) 130 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:58:38.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:38 smithi160 bash[25034]: audit 2024-09-21T18:58:38.111912+0000 mon.smithi107 (mon.0) 537 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-09-21T18:58:38.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:38 smithi160 bash[25034]: audit 2024-09-21T18:58:38.111912+0000 mon.smithi107 (mon.0) 537 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-09-21T18:58:39.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:39 smithi107 bash[20033]: cluster 2024-09-21T18:58:37.142717+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:39.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:39 smithi107 bash[20033]: cluster 2024-09-21T18:58:37.142717+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:39.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:39 smithi107 bash[20033]: cluster 2024-09-21T18:58:37.142840+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:39.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:39 smithi107 bash[20033]: cluster 2024-09-21T18:58:37.142840+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:39.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:39 smithi107 bash[20033]: cluster 2024-09-21T18:58:38.117539+0000 mon.smithi107 (mon.0) 538 : cluster [INF] osd.1 [v2:172.21.15.107:6802/1217442595,v1:172.21.15.107:6803/1217442595] boot 2024-09-21T18:58:39.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:39 smithi107 bash[20033]: cluster 2024-09-21T18:58:38.117539+0000 mon.smithi107 (mon.0) 538 : cluster [INF] osd.1 [v2:172.21.15.107:6802/1217442595,v1:172.21.15.107:6803/1217442595] boot 2024-09-21T18:58:39.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:39 smithi107 bash[20033]: cluster 2024-09-21T18:58:38.117622+0000 mon.smithi107 (mon.0) 539 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-09-21T18:58:39.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:39 smithi107 bash[20033]: cluster 2024-09-21T18:58:38.117622+0000 mon.smithi107 (mon.0) 539 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-09-21T18:58:39.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:39 smithi107 bash[20033]: audit 2024-09-21T18:58:38.119162+0000 mon.smithi107 (mon.0) 540 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:39.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:39 smithi107 bash[20033]: audit 2024-09-21T18:58:38.119162+0000 mon.smithi107 (mon.0) 540 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:39.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:39 smithi107 bash[20033]: audit 2024-09-21T18:58:38.119969+0000 mon.smithi107 (mon.0) 541 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:39.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:39 smithi107 bash[20033]: audit 2024-09-21T18:58:38.119969+0000 mon.smithi107 (mon.0) 541 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:39.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:39 smithi107 bash[20033]: audit 2024-09-21T18:58:38.131195+0000 mon.smithi107 (mon.0) 542 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:39.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:39 smithi107 bash[20033]: audit 2024-09-21T18:58:38.131195+0000 mon.smithi107 (mon.0) 542 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:39.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:39 smithi107 bash[20033]: audit 2024-09-21T18:58:38.131715+0000 mon.smithi107 (mon.0) 543 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:39.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:39 smithi107 bash[20033]: audit 2024-09-21T18:58:38.131715+0000 mon.smithi107 (mon.0) 543 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:39.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:39 smithi107 bash[20033]: audit 2024-09-21T18:58:38.136376+0000 mon.smithi107 (mon.0) 544 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:39.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:39 smithi107 bash[20033]: audit 2024-09-21T18:58:38.136376+0000 mon.smithi107 (mon.0) 544 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:39.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:39 smithi107 bash[20033]: audit 2024-09-21T18:58:38.136842+0000 mon.smithi107 (mon.0) 545 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:39.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:39 smithi107 bash[20033]: audit 2024-09-21T18:58:38.136842+0000 mon.smithi107 (mon.0) 545 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:39.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:39 smithi107 bash[20033]: audit 2024-09-21T18:58:38.137175+0000 mon.smithi107 (mon.0) 546 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:39.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:39 smithi107 bash[20033]: audit 2024-09-21T18:58:38.137175+0000 mon.smithi107 (mon.0) 546 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:39.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:39 smithi107 bash[20033]: audit 2024-09-21T18:58:38.137543+0000 mon.smithi107 (mon.0) 547 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:39.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:39 smithi107 bash[20033]: audit 2024-09-21T18:58:38.137543+0000 mon.smithi107 (mon.0) 547 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:39.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:39 smithi107 bash[20033]: audit 2024-09-21T18:58:38.137965+0000 mon.smithi107 (mon.0) 548 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:39.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:39 smithi107 bash[20033]: audit 2024-09-21T18:58:38.137965+0000 mon.smithi107 (mon.0) 548 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:39.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:39 smithi160 bash[25034]: cluster 2024-09-21T18:58:37.142717+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:39.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:39 smithi160 bash[25034]: cluster 2024-09-21T18:58:37.142717+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:39.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:39 smithi160 bash[25034]: cluster 2024-09-21T18:58:37.142840+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:39.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:39 smithi160 bash[25034]: cluster 2024-09-21T18:58:37.142840+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:39.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:39 smithi160 bash[25034]: cluster 2024-09-21T18:58:38.117539+0000 mon.smithi107 (mon.0) 538 : cluster [INF] osd.1 [v2:172.21.15.107:6802/1217442595,v1:172.21.15.107:6803/1217442595] boot 2024-09-21T18:58:39.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:39 smithi160 bash[25034]: cluster 2024-09-21T18:58:38.117539+0000 mon.smithi107 (mon.0) 538 : cluster [INF] osd.1 [v2:172.21.15.107:6802/1217442595,v1:172.21.15.107:6803/1217442595] boot 2024-09-21T18:58:39.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:39 smithi160 bash[25034]: cluster 2024-09-21T18:58:38.117622+0000 mon.smithi107 (mon.0) 539 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-09-21T18:58:39.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:39 smithi160 bash[25034]: cluster 2024-09-21T18:58:38.117622+0000 mon.smithi107 (mon.0) 539 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-09-21T18:58:39.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:39 smithi160 bash[25034]: audit 2024-09-21T18:58:38.119162+0000 mon.smithi107 (mon.0) 540 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:39.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:39 smithi160 bash[25034]: audit 2024-09-21T18:58:38.119162+0000 mon.smithi107 (mon.0) 540 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:39.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:39 smithi160 bash[25034]: audit 2024-09-21T18:58:38.119969+0000 mon.smithi107 (mon.0) 541 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:39.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:39 smithi160 bash[25034]: audit 2024-09-21T18:58:38.119969+0000 mon.smithi107 (mon.0) 541 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:39.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:39 smithi160 bash[25034]: audit 2024-09-21T18:58:38.131195+0000 mon.smithi107 (mon.0) 542 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:39.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:39 smithi160 bash[25034]: audit 2024-09-21T18:58:38.131195+0000 mon.smithi107 (mon.0) 542 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:39.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:39 smithi160 bash[25034]: audit 2024-09-21T18:58:38.131715+0000 mon.smithi107 (mon.0) 543 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:39.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:39 smithi160 bash[25034]: audit 2024-09-21T18:58:38.131715+0000 mon.smithi107 (mon.0) 543 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:39.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:39 smithi160 bash[25034]: audit 2024-09-21T18:58:38.136376+0000 mon.smithi107 (mon.0) 544 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:39.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:39 smithi160 bash[25034]: audit 2024-09-21T18:58:38.136376+0000 mon.smithi107 (mon.0) 544 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:39.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:39 smithi160 bash[25034]: audit 2024-09-21T18:58:38.136842+0000 mon.smithi107 (mon.0) 545 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:39.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:39 smithi160 bash[25034]: audit 2024-09-21T18:58:38.136842+0000 mon.smithi107 (mon.0) 545 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:39.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:39 smithi160 bash[25034]: audit 2024-09-21T18:58:38.137175+0000 mon.smithi107 (mon.0) 546 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:39.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:39 smithi160 bash[25034]: audit 2024-09-21T18:58:38.137175+0000 mon.smithi107 (mon.0) 546 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:39.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:39 smithi160 bash[25034]: audit 2024-09-21T18:58:38.137543+0000 mon.smithi107 (mon.0) 547 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:39.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:39 smithi160 bash[25034]: audit 2024-09-21T18:58:38.137543+0000 mon.smithi107 (mon.0) 547 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:58:39.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:39 smithi160 bash[25034]: audit 2024-09-21T18:58:38.137965+0000 mon.smithi107 (mon.0) 548 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:39.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:39 smithi160 bash[25034]: audit 2024-09-21T18:58:38.137965+0000 mon.smithi107 (mon.0) 548 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:39.912 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T18:58:40.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:40 smithi107 bash[20033]: cluster 2024-09-21T18:58:37.521142+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:40.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:40 smithi107 bash[20033]: cluster 2024-09-21T18:58:37.521142+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:40.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:40 smithi107 bash[20033]: cluster 2024-09-21T18:58:37.521207+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:40.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:40 smithi107 bash[20033]: cluster 2024-09-21T18:58:37.521207+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:40.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:40 smithi107 bash[20033]: cluster 2024-09-21T18:58:39.125800+0000 mon.smithi107 (mon.0) 549 : cluster [INF] osd.2 [v2:172.21.15.160:6808/3174629730,v1:172.21.15.160:6809/3174629730] boot 2024-09-21T18:58:40.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:40 smithi107 bash[20033]: cluster 2024-09-21T18:58:39.125800+0000 mon.smithi107 (mon.0) 549 : cluster [INF] osd.2 [v2:172.21.15.160:6808/3174629730,v1:172.21.15.160:6809/3174629730] boot 2024-09-21T18:58:40.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:40 smithi107 bash[20033]: cluster 2024-09-21T18:58:39.125853+0000 mon.smithi107 (mon.0) 550 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-09-21T18:58:40.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:40 smithi107 bash[20033]: cluster 2024-09-21T18:58:39.125853+0000 mon.smithi107 (mon.0) 550 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-09-21T18:58:40.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:40 smithi107 bash[20033]: audit 2024-09-21T18:58:39.126347+0000 mon.smithi107 (mon.0) 551 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:40.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:40 smithi107 bash[20033]: audit 2024-09-21T18:58:39.126347+0000 mon.smithi107 (mon.0) 551 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:40.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:40 smithi107 bash[20033]: audit 2024-09-21T18:58:39.126835+0000 mon.smithi107 (mon.0) 552 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:40.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:40 smithi107 bash[20033]: audit 2024-09-21T18:58:39.126835+0000 mon.smithi107 (mon.0) 552 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:40.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:40 smithi107 bash[20033]: audit 2024-09-21T18:58:39.127103+0000 mon.smithi107 (mon.0) 553 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:40.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:40 smithi107 bash[20033]: audit 2024-09-21T18:58:39.127103+0000 mon.smithi107 (mon.0) 553 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:40.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:40 smithi107 bash[20033]: audit 2024-09-21T18:58:39.127428+0000 mon.smithi107 (mon.0) 554 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:40.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:40 smithi107 bash[20033]: audit 2024-09-21T18:58:39.127428+0000 mon.smithi107 (mon.0) 554 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:40.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:40 smithi107 bash[20033]: audit 2024-09-21T18:58:39.127687+0000 mon.smithi107 (mon.0) 555 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:40.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:40 smithi107 bash[20033]: audit 2024-09-21T18:58:39.127687+0000 mon.smithi107 (mon.0) 555 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:40.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:40 smithi107 bash[20033]: audit 2024-09-21T18:58:39.133840+0000 mon.smithi107 (mon.0) 556 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:40.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:40 smithi107 bash[20033]: audit 2024-09-21T18:58:39.133840+0000 mon.smithi107 (mon.0) 556 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:40.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:40 smithi107 bash[20033]: cluster 2024-09-21T18:58:39.287721+0000 mgr.smithi107.uonppz (mgr.14203) 131 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:58:40.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:40 smithi107 bash[20033]: cluster 2024-09-21T18:58:39.287721+0000 mgr.smithi107.uonppz (mgr.14203) 131 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:58:40.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:40 smithi107 bash[20033]: audit 2024-09-21T18:58:39.633153+0000 mon.smithi107 (mon.0) 557 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-21T18:58:40.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:40 smithi107 bash[20033]: audit 2024-09-21T18:58:39.633153+0000 mon.smithi107 (mon.0) 557 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-21T18:58:40.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:40 smithi160 bash[25034]: cluster 2024-09-21T18:58:37.521142+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:40.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:40 smithi160 bash[25034]: cluster 2024-09-21T18:58:37.521142+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:40.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:40 smithi160 bash[25034]: cluster 2024-09-21T18:58:37.521207+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:40.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:40 smithi160 bash[25034]: cluster 2024-09-21T18:58:37.521207+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:40.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:40 smithi160 bash[25034]: cluster 2024-09-21T18:58:39.125800+0000 mon.smithi107 (mon.0) 549 : cluster [INF] osd.2 [v2:172.21.15.160:6808/3174629730,v1:172.21.15.160:6809/3174629730] boot 2024-09-21T18:58:40.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:40 smithi160 bash[25034]: cluster 2024-09-21T18:58:39.125800+0000 mon.smithi107 (mon.0) 549 : cluster [INF] osd.2 [v2:172.21.15.160:6808/3174629730,v1:172.21.15.160:6809/3174629730] boot 2024-09-21T18:58:40.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:40 smithi160 bash[25034]: cluster 2024-09-21T18:58:39.125853+0000 mon.smithi107 (mon.0) 550 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-09-21T18:58:40.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:40 smithi160 bash[25034]: cluster 2024-09-21T18:58:39.125853+0000 mon.smithi107 (mon.0) 550 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-09-21T18:58:40.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:40 smithi160 bash[25034]: audit 2024-09-21T18:58:39.126347+0000 mon.smithi107 (mon.0) 551 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:40.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:40 smithi160 bash[25034]: audit 2024-09-21T18:58:39.126347+0000 mon.smithi107 (mon.0) 551 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:58:40.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:40 smithi160 bash[25034]: audit 2024-09-21T18:58:39.126835+0000 mon.smithi107 (mon.0) 552 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:40.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:40 smithi160 bash[25034]: audit 2024-09-21T18:58:39.126835+0000 mon.smithi107 (mon.0) 552 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:40.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:40 smithi160 bash[25034]: audit 2024-09-21T18:58:39.127103+0000 mon.smithi107 (mon.0) 553 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:40.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:40 smithi160 bash[25034]: audit 2024-09-21T18:58:39.127103+0000 mon.smithi107 (mon.0) 553 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:40.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:40 smithi160 bash[25034]: audit 2024-09-21T18:58:39.127428+0000 mon.smithi107 (mon.0) 554 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:40.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:40 smithi160 bash[25034]: audit 2024-09-21T18:58:39.127428+0000 mon.smithi107 (mon.0) 554 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:40.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:40 smithi160 bash[25034]: audit 2024-09-21T18:58:39.127687+0000 mon.smithi107 (mon.0) 555 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:40.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:40 smithi160 bash[25034]: audit 2024-09-21T18:58:39.127687+0000 mon.smithi107 (mon.0) 555 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:40.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:40 smithi160 bash[25034]: audit 2024-09-21T18:58:39.133840+0000 mon.smithi107 (mon.0) 556 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:40.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:40 smithi160 bash[25034]: audit 2024-09-21T18:58:39.133840+0000 mon.smithi107 (mon.0) 556 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:40.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:40 smithi160 bash[25034]: cluster 2024-09-21T18:58:39.287721+0000 mgr.smithi107.uonppz (mgr.14203) 131 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:58:40.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:40 smithi160 bash[25034]: cluster 2024-09-21T18:58:39.287721+0000 mgr.smithi107.uonppz (mgr.14203) 131 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:58:40.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:40 smithi160 bash[25034]: audit 2024-09-21T18:58:39.633153+0000 mon.smithi107 (mon.0) 557 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-21T18:58:40.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:40 smithi160 bash[25034]: audit 2024-09-21T18:58:39.633153+0000 mon.smithi107 (mon.0) 557 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-21T18:58:41.353 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:41 smithi107 bash[20033]: audit 2024-09-21T18:58:40.139324+0000 mon.smithi107 (mon.0) 558 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-21T18:58:41.353 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:41 smithi107 bash[20033]: audit 2024-09-21T18:58:40.139324+0000 mon.smithi107 (mon.0) 558 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-21T18:58:41.353 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:41 smithi107 bash[20033]: cluster 2024-09-21T18:58:40.150645+0000 mon.smithi107 (mon.0) 559 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-09-21T18:58:41.353 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:41 smithi107 bash[20033]: cluster 2024-09-21T18:58:40.150645+0000 mon.smithi107 (mon.0) 559 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-09-21T18:58:41.353 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:41 smithi107 bash[20033]: audit 2024-09-21T18:58:40.151601+0000 mon.smithi107 (mon.0) 560 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:41.353 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:41 smithi107 bash[20033]: audit 2024-09-21T18:58:40.151601+0000 mon.smithi107 (mon.0) 560 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:41.353 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:41 smithi107 bash[20033]: audit 2024-09-21T18:58:40.152025+0000 mon.smithi107 (mon.0) 561 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:41.353 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:41 smithi107 bash[20033]: audit 2024-09-21T18:58:40.152025+0000 mon.smithi107 (mon.0) 561 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:41.353 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:41 smithi107 bash[20033]: audit 2024-09-21T18:58:40.152689+0000 mon.smithi107 (mon.0) 562 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:41.353 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:41 smithi107 bash[20033]: audit 2024-09-21T18:58:40.152689+0000 mon.smithi107 (mon.0) 562 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:41.353 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:41 smithi107 bash[20033]: audit 2024-09-21T18:58:40.153085+0000 mon.smithi107 (mon.0) 563 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:41.353 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:41 smithi107 bash[20033]: audit 2024-09-21T18:58:40.153085+0000 mon.smithi107 (mon.0) 563 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:41.354 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:41 smithi107 bash[20033]: audit 2024-09-21T18:58:40.153484+0000 mon.smithi107 (mon.0) 564 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:41.354 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:41 smithi107 bash[20033]: audit 2024-09-21T18:58:40.153484+0000 mon.smithi107 (mon.0) 564 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:41.354 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:41 smithi107 bash[20033]: audit 2024-09-21T18:58:40.153991+0000 mon.smithi107 (mon.0) 565 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T18:58:41.354 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:41 smithi107 bash[20033]: audit 2024-09-21T18:58:40.153991+0000 mon.smithi107 (mon.0) 565 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T18:58:41.406 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:41 smithi160 bash[25034]: audit 2024-09-21T18:58:40.139324+0000 mon.smithi107 (mon.0) 558 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-21T18:58:41.407 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:41 smithi160 bash[25034]: audit 2024-09-21T18:58:40.139324+0000 mon.smithi107 (mon.0) 558 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-21T18:58:41.407 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:41 smithi160 bash[25034]: cluster 2024-09-21T18:58:40.150645+0000 mon.smithi107 (mon.0) 559 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-09-21T18:58:41.407 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:41 smithi160 bash[25034]: cluster 2024-09-21T18:58:40.150645+0000 mon.smithi107 (mon.0) 559 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-09-21T18:58:41.407 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:41 smithi160 bash[25034]: audit 2024-09-21T18:58:40.151601+0000 mon.smithi107 (mon.0) 560 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:41.407 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:41 smithi160 bash[25034]: audit 2024-09-21T18:58:40.151601+0000 mon.smithi107 (mon.0) 560 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:41.407 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:41 smithi160 bash[25034]: audit 2024-09-21T18:58:40.152025+0000 mon.smithi107 (mon.0) 561 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:41.407 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:41 smithi160 bash[25034]: audit 2024-09-21T18:58:40.152025+0000 mon.smithi107 (mon.0) 561 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:41.407 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:41 smithi160 bash[25034]: audit 2024-09-21T18:58:40.152689+0000 mon.smithi107 (mon.0) 562 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:41.407 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:41 smithi160 bash[25034]: audit 2024-09-21T18:58:40.152689+0000 mon.smithi107 (mon.0) 562 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:41.407 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:41 smithi160 bash[25034]: audit 2024-09-21T18:58:40.153085+0000 mon.smithi107 (mon.0) 563 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:41.407 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:41 smithi160 bash[25034]: audit 2024-09-21T18:58:40.153085+0000 mon.smithi107 (mon.0) 563 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:41.407 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:41 smithi160 bash[25034]: audit 2024-09-21T18:58:40.153484+0000 mon.smithi107 (mon.0) 564 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:41.407 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:41 smithi160 bash[25034]: audit 2024-09-21T18:58:40.153484+0000 mon.smithi107 (mon.0) 564 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:41.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:41 smithi160 bash[25034]: audit 2024-09-21T18:58:40.153991+0000 mon.smithi107 (mon.0) 565 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T18:58:41.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:41 smithi160 bash[25034]: audit 2024-09-21T18:58:40.153991+0000 mon.smithi107 (mon.0) 565 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T18:58:42.184 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.141213+0000 mon.smithi107 (mon.0) 566 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T18:58:42.467 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.141213+0000 mon.smithi107 (mon.0) 566 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T18:58:42.467 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: cluster 2024-09-21T18:58:41.147161+0000 mon.smithi107 (mon.0) 567 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-09-21T18:58:42.467 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: cluster 2024-09-21T18:58:41.147161+0000 mon.smithi107 (mon.0) 567 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-09-21T18:58:42.467 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.147782+0000 mon.smithi107 (mon.0) 568 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:42.467 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.147782+0000 mon.smithi107 (mon.0) 568 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:42.467 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.148109+0000 mon.smithi107 (mon.0) 569 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:42.467 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.148109+0000 mon.smithi107 (mon.0) 569 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:42.467 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.148360+0000 mon.smithi107 (mon.0) 570 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:42.467 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.148360+0000 mon.smithi107 (mon.0) 570 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:42.467 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.148646+0000 mon.smithi107 (mon.0) 571 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:42.467 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.148646+0000 mon.smithi107 (mon.0) 571 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:42.467 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.154434+0000 mon.smithi107 (mon.0) 572 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:42.468 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.154434+0000 mon.smithi107 (mon.0) 572 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:42.468 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.241908+0000 mon.smithi107 (mon.0) 573 : audit [INF] from='osd.3 [v2:172.21.15.107:6810/3624012315,v1:172.21.15.107:6811/3624012315]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-21T18:58:42.468 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.241908+0000 mon.smithi107 (mon.0) 573 : audit [INF] from='osd.3 [v2:172.21.15.107:6810/3624012315,v1:172.21.15.107:6811/3624012315]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-21T18:58:42.468 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: cluster 2024-09-21T18:58:41.287995+0000 mgr.smithi107.uonppz (mgr.14203) 132 : cluster [DBG] pgmap v86: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:58:42.468 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: cluster 2024-09-21T18:58:41.287995+0000 mgr.smithi107.uonppz (mgr.14203) 132 : cluster [DBG] pgmap v86: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:58:42.468 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.569522+0000 mon.smithi107 (mon.0) 574 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:58:42.468 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.569522+0000 mon.smithi107 (mon.0) 574 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:58:42.468 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.610491+0000 mon.smithi107 (mon.0) 575 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:42.468 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.610491+0000 mon.smithi107 (mon.0) 575 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:42.468 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.701476+0000 mon.smithi107 (mon.0) 576 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:42.468 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.701476+0000 mon.smithi107 (mon.0) 576 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:42.468 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.812693+0000 mon.smithi107 (mon.0) 577 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:42.468 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.812693+0000 mon.smithi107 (mon.0) 577 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:42.468 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.818283+0000 mon.smithi107 (mon.0) 578 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T18:58:42.468 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.818283+0000 mon.smithi107 (mon.0) 578 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T18:58:42.469 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.864965+0000 mon.smithi107 (mon.0) 579 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T18:58:42.469 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.864965+0000 mon.smithi107 (mon.0) 579 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T18:58:42.469 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.865297+0000 mon.smithi107 (mon.0) 580 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi107"} : dispatch 2024-09-21T18:58:42.469 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.865297+0000 mon.smithi107 (mon.0) 580 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi107"} : dispatch 2024-09-21T18:58:42.469 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.865548+0000 mon.smithi107 (mon.0) 581 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:58:42.469 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.865548+0000 mon.smithi107 (mon.0) 581 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:58:42.469 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.893056+0000 mon.smithi107 (mon.0) 582 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:42.469 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.893056+0000 mon.smithi107 (mon.0) 582 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:42.469 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.894384+0000 mon.smithi160 (mon.1) 14 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T18:58:42.469 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.894384+0000 mon.smithi160 (mon.1) 14 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T18:58:42.469 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.895336+0000 mon.smithi107 (mon.0) 583 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi107"} : dispatch 2024-09-21T18:58:42.469 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.895336+0000 mon.smithi107 (mon.0) 583 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi107"} : dispatch 2024-09-21T18:58:42.469 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.895531+0000 mon.smithi107 (mon.0) 584 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:58:42.469 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.895531+0000 mon.smithi107 (mon.0) 584 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:58:42.469 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.923701+0000 mon.smithi107 (mon.0) 585 : audit [INF] from='osd.4 [v2:172.21.15.160:6816/1715763008,v1:172.21.15.160:6817/1715763008]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-21T18:58:42.470 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.923701+0000 mon.smithi107 (mon.0) 585 : audit [INF] from='osd.4 [v2:172.21.15.160:6816/1715763008,v1:172.21.15.160:6817/1715763008]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-21T18:58:42.470 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.938693+0000 mon.smithi160 (mon.1) 15 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T18:58:42.470 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.938693+0000 mon.smithi160 (mon.1) 15 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T18:58:42.470 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.983814+0000 mon.smithi107 (mon.0) 586 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:42.470 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:42 smithi160 bash[25034]: audit 2024-09-21T18:58:41.983814+0000 mon.smithi107 (mon.0) 586 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:42.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.141213+0000 mon.smithi107 (mon.0) 566 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T18:58:42.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.141213+0000 mon.smithi107 (mon.0) 566 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T18:58:42.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: cluster 2024-09-21T18:58:41.147161+0000 mon.smithi107 (mon.0) 567 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-09-21T18:58:42.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: cluster 2024-09-21T18:58:41.147161+0000 mon.smithi107 (mon.0) 567 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-09-21T18:58:42.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.147782+0000 mon.smithi107 (mon.0) 568 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:42.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.147782+0000 mon.smithi107 (mon.0) 568 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:42.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.148109+0000 mon.smithi107 (mon.0) 569 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:42.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.148109+0000 mon.smithi107 (mon.0) 569 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:42.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.148360+0000 mon.smithi107 (mon.0) 570 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:42.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.148360+0000 mon.smithi107 (mon.0) 570 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:42.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.148646+0000 mon.smithi107 (mon.0) 571 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:42.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.148646+0000 mon.smithi107 (mon.0) 571 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:42.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.154434+0000 mon.smithi107 (mon.0) 572 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:42.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.154434+0000 mon.smithi107 (mon.0) 572 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:42.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.241908+0000 mon.smithi107 (mon.0) 573 : audit [INF] from='osd.3 [v2:172.21.15.107:6810/3624012315,v1:172.21.15.107:6811/3624012315]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-21T18:58:42.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.241908+0000 mon.smithi107 (mon.0) 573 : audit [INF] from='osd.3 [v2:172.21.15.107:6810/3624012315,v1:172.21.15.107:6811/3624012315]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-21T18:58:42.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: cluster 2024-09-21T18:58:41.287995+0000 mgr.smithi107.uonppz (mgr.14203) 132 : cluster [DBG] pgmap v86: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:58:42.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: cluster 2024-09-21T18:58:41.287995+0000 mgr.smithi107.uonppz (mgr.14203) 132 : cluster [DBG] pgmap v86: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:58:42.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.569522+0000 mon.smithi107 (mon.0) 574 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:58:42.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.569522+0000 mon.smithi107 (mon.0) 574 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:58:42.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.610491+0000 mon.smithi107 (mon.0) 575 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:42.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.610491+0000 mon.smithi107 (mon.0) 575 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:42.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.701476+0000 mon.smithi107 (mon.0) 576 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:42.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.701476+0000 mon.smithi107 (mon.0) 576 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:42.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.812693+0000 mon.smithi107 (mon.0) 577 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:42.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.812693+0000 mon.smithi107 (mon.0) 577 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:42.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.818283+0000 mon.smithi107 (mon.0) 578 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T18:58:42.651 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.818283+0000 mon.smithi107 (mon.0) 578 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T18:58:42.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.864965+0000 mon.smithi107 (mon.0) 579 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T18:58:42.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.864965+0000 mon.smithi107 (mon.0) 579 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T18:58:42.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.865297+0000 mon.smithi107 (mon.0) 580 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi107"} : dispatch 2024-09-21T18:58:42.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.865297+0000 mon.smithi107 (mon.0) 580 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi107"} : dispatch 2024-09-21T18:58:42.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.865548+0000 mon.smithi107 (mon.0) 581 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:58:42.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.865548+0000 mon.smithi107 (mon.0) 581 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:58:42.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.893056+0000 mon.smithi107 (mon.0) 582 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:42.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.893056+0000 mon.smithi107 (mon.0) 582 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:42.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.894384+0000 mon.smithi160 (mon.1) 14 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T18:58:42.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.894384+0000 mon.smithi160 (mon.1) 14 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T18:58:42.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.895336+0000 mon.smithi107 (mon.0) 583 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi107"} : dispatch 2024-09-21T18:58:42.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.895336+0000 mon.smithi107 (mon.0) 583 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi107"} : dispatch 2024-09-21T18:58:42.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.895531+0000 mon.smithi107 (mon.0) 584 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:58:42.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.895531+0000 mon.smithi107 (mon.0) 584 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mon metadata", "id": "smithi160"} : dispatch 2024-09-21T18:58:42.652 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.923701+0000 mon.smithi107 (mon.0) 585 : audit [INF] from='osd.4 [v2:172.21.15.160:6816/1715763008,v1:172.21.15.160:6817/1715763008]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-21T18:58:42.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.923701+0000 mon.smithi107 (mon.0) 585 : audit [INF] from='osd.4 [v2:172.21.15.160:6816/1715763008,v1:172.21.15.160:6817/1715763008]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-21T18:58:42.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.938693+0000 mon.smithi160 (mon.1) 15 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T18:58:42.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.938693+0000 mon.smithi160 (mon.1) 15 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T18:58:42.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.983814+0000 mon.smithi107 (mon.0) 586 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:42.653 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:42 smithi107 bash[20033]: audit 2024-09-21T18:58:41.983814+0000 mon.smithi107 (mon.0) 586 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:43.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:43 smithi107 bash[20033]: audit 2024-09-21T18:58:42.157653+0000 mon.smithi107 (mon.0) 587 : audit [INF] from='osd.3 [v2:172.21.15.107:6810/3624012315,v1:172.21.15.107:6811/3624012315]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-21T18:58:43.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:43 smithi107 bash[20033]: audit 2024-09-21T18:58:42.157653+0000 mon.smithi107 (mon.0) 587 : audit [INF] from='osd.3 [v2:172.21.15.107:6810/3624012315,v1:172.21.15.107:6811/3624012315]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-21T18:58:43.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:43 smithi107 bash[20033]: audit 2024-09-21T18:58:42.157797+0000 mon.smithi107 (mon.0) 588 : audit [INF] from='osd.4 [v2:172.21.15.160:6816/1715763008,v1:172.21.15.160:6817/1715763008]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-21T18:58:43.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:43 smithi107 bash[20033]: audit 2024-09-21T18:58:42.157797+0000 mon.smithi107 (mon.0) 588 : audit [INF] from='osd.4 [v2:172.21.15.160:6816/1715763008,v1:172.21.15.160:6817/1715763008]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-21T18:58:43.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:43 smithi107 bash[20033]: cluster 2024-09-21T18:58:42.168669+0000 mon.smithi107 (mon.0) 589 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-09-21T18:58:43.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:43 smithi107 bash[20033]: cluster 2024-09-21T18:58:42.168669+0000 mon.smithi107 (mon.0) 589 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-09-21T18:58:43.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:43 smithi107 bash[20033]: audit 2024-09-21T18:58:42.169674+0000 mon.smithi107 (mon.0) 590 : audit [INF] from='osd.3 [v2:172.21.15.107:6810/3624012315,v1:172.21.15.107:6811/3624012315]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi107", "root=default"]} : dispatch 2024-09-21T18:58:43.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:43 smithi107 bash[20033]: audit 2024-09-21T18:58:42.169674+0000 mon.smithi107 (mon.0) 590 : audit [INF] from='osd.3 [v2:172.21.15.107:6810/3624012315,v1:172.21.15.107:6811/3624012315]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi107", "root=default"]} : dispatch 2024-09-21T18:58:43.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:43 smithi107 bash[20033]: audit 2024-09-21T18:58:42.170198+0000 mon.smithi107 (mon.0) 591 : audit [INF] from='osd.4 [v2:172.21.15.160:6816/1715763008,v1:172.21.15.160:6817/1715763008]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]} : dispatch 2024-09-21T18:58:43.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:43 smithi107 bash[20033]: audit 2024-09-21T18:58:42.170198+0000 mon.smithi107 (mon.0) 591 : audit [INF] from='osd.4 [v2:172.21.15.160:6816/1715763008,v1:172.21.15.160:6817/1715763008]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]} : dispatch 2024-09-21T18:58:43.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:43 smithi107 bash[20033]: audit 2024-09-21T18:58:42.170735+0000 mon.smithi107 (mon.0) 592 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:43.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:43 smithi107 bash[20033]: audit 2024-09-21T18:58:42.170735+0000 mon.smithi107 (mon.0) 592 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:43.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:43 smithi107 bash[20033]: audit 2024-09-21T18:58:42.171092+0000 mon.smithi107 (mon.0) 593 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:43.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:43 smithi107 bash[20033]: audit 2024-09-21T18:58:42.171092+0000 mon.smithi107 (mon.0) 593 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:43.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:43 smithi107 bash[20033]: audit 2024-09-21T18:58:42.171406+0000 mon.smithi107 (mon.0) 594 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:43.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:43 smithi107 bash[20033]: audit 2024-09-21T18:58:42.171406+0000 mon.smithi107 (mon.0) 594 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:43.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:43 smithi107 bash[20033]: audit 2024-09-21T18:58:42.171718+0000 mon.smithi107 (mon.0) 595 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:43.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:43 smithi107 bash[20033]: audit 2024-09-21T18:58:42.171718+0000 mon.smithi107 (mon.0) 595 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:43.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:43 smithi107 bash[20033]: audit 2024-09-21T18:58:42.172034+0000 mon.smithi107 (mon.0) 596 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:43.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:43 smithi107 bash[20033]: audit 2024-09-21T18:58:42.172034+0000 mon.smithi107 (mon.0) 596 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:43.425 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:43 smithi160 bash[25034]: audit 2024-09-21T18:58:42.157653+0000 mon.smithi107 (mon.0) 587 : audit [INF] from='osd.3 [v2:172.21.15.107:6810/3624012315,v1:172.21.15.107:6811/3624012315]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-21T18:58:43.425 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:43 smithi160 bash[25034]: audit 2024-09-21T18:58:42.157653+0000 mon.smithi107 (mon.0) 587 : audit [INF] from='osd.3 [v2:172.21.15.107:6810/3624012315,v1:172.21.15.107:6811/3624012315]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-21T18:58:43.425 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:43 smithi160 bash[25034]: audit 2024-09-21T18:58:42.157797+0000 mon.smithi107 (mon.0) 588 : audit [INF] from='osd.4 [v2:172.21.15.160:6816/1715763008,v1:172.21.15.160:6817/1715763008]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-21T18:58:43.425 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:43 smithi160 bash[25034]: audit 2024-09-21T18:58:42.157797+0000 mon.smithi107 (mon.0) 588 : audit [INF] from='osd.4 [v2:172.21.15.160:6816/1715763008,v1:172.21.15.160:6817/1715763008]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-21T18:58:43.425 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:43 smithi160 bash[25034]: cluster 2024-09-21T18:58:42.168669+0000 mon.smithi107 (mon.0) 589 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-09-21T18:58:43.425 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:43 smithi160 bash[25034]: cluster 2024-09-21T18:58:42.168669+0000 mon.smithi107 (mon.0) 589 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-09-21T18:58:43.425 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:43 smithi160 bash[25034]: audit 2024-09-21T18:58:42.169674+0000 mon.smithi107 (mon.0) 590 : audit [INF] from='osd.3 [v2:172.21.15.107:6810/3624012315,v1:172.21.15.107:6811/3624012315]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi107", "root=default"]} : dispatch 2024-09-21T18:58:43.425 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:43 smithi160 bash[25034]: audit 2024-09-21T18:58:42.169674+0000 mon.smithi107 (mon.0) 590 : audit [INF] from='osd.3 [v2:172.21.15.107:6810/3624012315,v1:172.21.15.107:6811/3624012315]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi107", "root=default"]} : dispatch 2024-09-21T18:58:43.426 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:43 smithi160 bash[25034]: audit 2024-09-21T18:58:42.170198+0000 mon.smithi107 (mon.0) 591 : audit [INF] from='osd.4 [v2:172.21.15.160:6816/1715763008,v1:172.21.15.160:6817/1715763008]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]} : dispatch 2024-09-21T18:58:43.426 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:43 smithi160 bash[25034]: audit 2024-09-21T18:58:42.170198+0000 mon.smithi107 (mon.0) 591 : audit [INF] from='osd.4 [v2:172.21.15.160:6816/1715763008,v1:172.21.15.160:6817/1715763008]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]} : dispatch 2024-09-21T18:58:43.426 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:43 smithi160 bash[25034]: audit 2024-09-21T18:58:42.170735+0000 mon.smithi107 (mon.0) 592 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:43.426 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:43 smithi160 bash[25034]: audit 2024-09-21T18:58:42.170735+0000 mon.smithi107 (mon.0) 592 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:43.426 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:43 smithi160 bash[25034]: audit 2024-09-21T18:58:42.171092+0000 mon.smithi107 (mon.0) 593 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:43.426 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:43 smithi160 bash[25034]: audit 2024-09-21T18:58:42.171092+0000 mon.smithi107 (mon.0) 593 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:43.426 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:43 smithi160 bash[25034]: audit 2024-09-21T18:58:42.171406+0000 mon.smithi107 (mon.0) 594 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:43.426 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:43 smithi160 bash[25034]: audit 2024-09-21T18:58:42.171406+0000 mon.smithi107 (mon.0) 594 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:43.426 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:43 smithi160 bash[25034]: audit 2024-09-21T18:58:42.171718+0000 mon.smithi107 (mon.0) 595 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:43.426 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:43 smithi160 bash[25034]: audit 2024-09-21T18:58:42.171718+0000 mon.smithi107 (mon.0) 595 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:43.426 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:43 smithi160 bash[25034]: audit 2024-09-21T18:58:42.172034+0000 mon.smithi107 (mon.0) 596 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:43.426 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:43 smithi160 bash[25034]: audit 2024-09-21T18:58:42.172034+0000 mon.smithi107 (mon.0) 596 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:43.429 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T18:58:43.963 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:43 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:58:44.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:43 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:58:44.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:43.159531+0000 mon.smithi107 (mon.0) 597 : audit [INF] from='osd.3 [v2:172.21.15.107:6810/3624012315,v1:172.21.15.107:6811/3624012315]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-09-21T18:58:44.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:43.159531+0000 mon.smithi107 (mon.0) 597 : audit [INF] from='osd.3 [v2:172.21.15.107:6810/3624012315,v1:172.21.15.107:6811/3624012315]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-09-21T18:58:44.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:43.159589+0000 mon.smithi107 (mon.0) 598 : audit [INF] from='osd.4 [v2:172.21.15.160:6816/1715763008,v1:172.21.15.160:6817/1715763008]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-09-21T18:58:44.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:43.159589+0000 mon.smithi107 (mon.0) 598 : audit [INF] from='osd.4 [v2:172.21.15.160:6816/1715763008,v1:172.21.15.160:6817/1715763008]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-09-21T18:58:44.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: cluster 2024-09-21T18:58:43.162834+0000 mon.smithi107 (mon.0) 599 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-09-21T18:58:44.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: cluster 2024-09-21T18:58:43.162834+0000 mon.smithi107 (mon.0) 599 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-09-21T18:58:44.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:43.165167+0000 mon.smithi107 (mon.0) 600 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:44.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:43.165167+0000 mon.smithi107 (mon.0) 600 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:44.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:43.165645+0000 mon.smithi107 (mon.0) 601 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:44.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:43.165645+0000 mon.smithi107 (mon.0) 601 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:44.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:43.165866+0000 mon.smithi107 (mon.0) 602 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:44.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:43.165866+0000 mon.smithi107 (mon.0) 602 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:44.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:43.166067+0000 mon.smithi107 (mon.0) 603 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:44.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:43.166067+0000 mon.smithi107 (mon.0) 603 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:44.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:43.166290+0000 mon.smithi107 (mon.0) 604 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:44.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:43.166290+0000 mon.smithi107 (mon.0) 604 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:44.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: cluster 2024-09-21T18:58:43.178867+0000 mon.smithi107 (mon.0) 605 : cluster [DBG] mgrmap e20: smithi107.uonppz(active, since 2m), standbys: smithi160.rphsud 2024-09-21T18:58:44.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: cluster 2024-09-21T18:58:43.178867+0000 mon.smithi107 (mon.0) 605 : cluster [DBG] mgrmap e20: smithi107.uonppz(active, since 2m), standbys: smithi160.rphsud 2024-09-21T18:58:44.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:43.179409+0000 mon.smithi107 (mon.0) 606 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:44.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:43.179409+0000 mon.smithi107 (mon.0) 606 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:44.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:43.179660+0000 mon.smithi107 (mon.0) 607 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:44.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:43.179660+0000 mon.smithi107 (mon.0) 607 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:44.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: cluster 2024-09-21T18:58:43.288365+0000 mgr.smithi107.uonppz (mgr.14203) 133 : cluster [DBG] pgmap v89: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:58:44.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: cluster 2024-09-21T18:58:43.288365+0000 mgr.smithi107.uonppz (mgr.14203) 133 : cluster [DBG] pgmap v89: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:58:44.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:43.429055+0000 mon.smithi107 (mon.0) 608 : audit [DBG] from='client.? 172.21.15.107:0/1958811556' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:58:44.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:43.429055+0000 mon.smithi107 (mon.0) 608 : audit [DBG] from='client.? 172.21.15.107:0/1958811556' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:58:44.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:43.713768+0000 mon.smithi107 (mon.0) 609 : audit [INF] from='osd.4 [v2:172.21.15.160:6816/1715763008,v1:172.21.15.160:6817/1715763008]' entity='osd.4' 2024-09-21T18:58:44.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:43.713768+0000 mon.smithi107 (mon.0) 609 : audit [INF] from='osd.4 [v2:172.21.15.160:6816/1715763008,v1:172.21.15.160:6817/1715763008]' entity='osd.4' 2024-09-21T18:58:44.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:44.143253+0000 mon.smithi107 (mon.0) 610 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:44.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:44.143253+0000 mon.smithi107 (mon.0) 610 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:44.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:44.148092+0000 mon.smithi107 (mon.0) 611 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:44.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:44.148092+0000 mon.smithi107 (mon.0) 611 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:44.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: cluster 2024-09-21T18:58:44.164091+0000 mon.smithi107 (mon.0) 612 : cluster [INF] osd.3 [v2:172.21.15.107:6810/3624012315,v1:172.21.15.107:6811/3624012315] boot 2024-09-21T18:58:44.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: cluster 2024-09-21T18:58:44.164091+0000 mon.smithi107 (mon.0) 612 : cluster [INF] osd.3 [v2:172.21.15.107:6810/3624012315,v1:172.21.15.107:6811/3624012315] boot 2024-09-21T18:58:44.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: cluster 2024-09-21T18:58:44.164117+0000 mon.smithi107 (mon.0) 613 : cluster [INF] osd.4 [v2:172.21.15.160:6816/1715763008,v1:172.21.15.160:6817/1715763008] boot 2024-09-21T18:58:44.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: cluster 2024-09-21T18:58:44.164117+0000 mon.smithi107 (mon.0) 613 : cluster [INF] osd.4 [v2:172.21.15.160:6816/1715763008,v1:172.21.15.160:6817/1715763008] boot 2024-09-21T18:58:44.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: cluster 2024-09-21T18:58:44.164136+0000 mon.smithi107 (mon.0) 614 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-09-21T18:58:44.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: cluster 2024-09-21T18:58:44.164136+0000 mon.smithi107 (mon.0) 614 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-09-21T18:58:44.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:44.164465+0000 mon.smithi107 (mon.0) 615 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:44.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:44.164465+0000 mon.smithi107 (mon.0) 615 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:44.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:44.164732+0000 mon.smithi107 (mon.0) 616 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:44.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:44.164732+0000 mon.smithi107 (mon.0) 616 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:44.403 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:44.165032+0000 mon.smithi107 (mon.0) 617 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:44.403 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:44.165032+0000 mon.smithi107 (mon.0) 617 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:44.403 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:44.165223+0000 mon.smithi107 (mon.0) 618 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:44.403 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:44.165223+0000 mon.smithi107 (mon.0) 618 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:44.403 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:44.165445+0000 mon.smithi107 (mon.0) 619 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:44.403 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:44 smithi107 bash[20033]: audit 2024-09-21T18:58:44.165445+0000 mon.smithi107 (mon.0) 619 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:44.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:43.159531+0000 mon.smithi107 (mon.0) 597 : audit [INF] from='osd.3 [v2:172.21.15.107:6810/3624012315,v1:172.21.15.107:6811/3624012315]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-09-21T18:58:44.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:43.159531+0000 mon.smithi107 (mon.0) 597 : audit [INF] from='osd.3 [v2:172.21.15.107:6810/3624012315,v1:172.21.15.107:6811/3624012315]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-09-21T18:58:44.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:43.159589+0000 mon.smithi107 (mon.0) 598 : audit [INF] from='osd.4 [v2:172.21.15.160:6816/1715763008,v1:172.21.15.160:6817/1715763008]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-09-21T18:58:44.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:43.159589+0000 mon.smithi107 (mon.0) 598 : audit [INF] from='osd.4 [v2:172.21.15.160:6816/1715763008,v1:172.21.15.160:6817/1715763008]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-09-21T18:58:44.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: cluster 2024-09-21T18:58:43.162834+0000 mon.smithi107 (mon.0) 599 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-09-21T18:58:44.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: cluster 2024-09-21T18:58:43.162834+0000 mon.smithi107 (mon.0) 599 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-09-21T18:58:44.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:43.165167+0000 mon.smithi107 (mon.0) 600 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:44.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:43.165167+0000 mon.smithi107 (mon.0) 600 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:44.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:43.165645+0000 mon.smithi107 (mon.0) 601 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:44.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:43.165645+0000 mon.smithi107 (mon.0) 601 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:44.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:43.165866+0000 mon.smithi107 (mon.0) 602 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:44.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:43.165866+0000 mon.smithi107 (mon.0) 602 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:44.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:43.166067+0000 mon.smithi107 (mon.0) 603 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:44.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:43.166067+0000 mon.smithi107 (mon.0) 603 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:44.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:43.166290+0000 mon.smithi107 (mon.0) 604 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:44.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:43.166290+0000 mon.smithi107 (mon.0) 604 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:44.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: cluster 2024-09-21T18:58:43.178867+0000 mon.smithi107 (mon.0) 605 : cluster [DBG] mgrmap e20: smithi107.uonppz(active, since 2m), standbys: smithi160.rphsud 2024-09-21T18:58:44.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: cluster 2024-09-21T18:58:43.178867+0000 mon.smithi107 (mon.0) 605 : cluster [DBG] mgrmap e20: smithi107.uonppz(active, since 2m), standbys: smithi160.rphsud 2024-09-21T18:58:44.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:43.179409+0000 mon.smithi107 (mon.0) 606 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:44.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:43.179409+0000 mon.smithi107 (mon.0) 606 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:44.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:43.179660+0000 mon.smithi107 (mon.0) 607 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:44.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:43.179660+0000 mon.smithi107 (mon.0) 607 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:44.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: cluster 2024-09-21T18:58:43.288365+0000 mgr.smithi107.uonppz (mgr.14203) 133 : cluster [DBG] pgmap v89: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:58:44.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: cluster 2024-09-21T18:58:43.288365+0000 mgr.smithi107.uonppz (mgr.14203) 133 : cluster [DBG] pgmap v89: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:58:44.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:43.429055+0000 mon.smithi107 (mon.0) 608 : audit [DBG] from='client.? 172.21.15.107:0/1958811556' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:58:44.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:43.429055+0000 mon.smithi107 (mon.0) 608 : audit [DBG] from='client.? 172.21.15.107:0/1958811556' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:58:44.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:43.713768+0000 mon.smithi107 (mon.0) 609 : audit [INF] from='osd.4 [v2:172.21.15.160:6816/1715763008,v1:172.21.15.160:6817/1715763008]' entity='osd.4' 2024-09-21T18:58:44.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:43.713768+0000 mon.smithi107 (mon.0) 609 : audit [INF] from='osd.4 [v2:172.21.15.160:6816/1715763008,v1:172.21.15.160:6817/1715763008]' entity='osd.4' 2024-09-21T18:58:44.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:44.143253+0000 mon.smithi107 (mon.0) 610 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:44.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:44.143253+0000 mon.smithi107 (mon.0) 610 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:44.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:44.148092+0000 mon.smithi107 (mon.0) 611 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:44.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:44.148092+0000 mon.smithi107 (mon.0) 611 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:44.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: cluster 2024-09-21T18:58:44.164091+0000 mon.smithi107 (mon.0) 612 : cluster [INF] osd.3 [v2:172.21.15.107:6810/3624012315,v1:172.21.15.107:6811/3624012315] boot 2024-09-21T18:58:44.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: cluster 2024-09-21T18:58:44.164091+0000 mon.smithi107 (mon.0) 612 : cluster [INF] osd.3 [v2:172.21.15.107:6810/3624012315,v1:172.21.15.107:6811/3624012315] boot 2024-09-21T18:58:44.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: cluster 2024-09-21T18:58:44.164117+0000 mon.smithi107 (mon.0) 613 : cluster [INF] osd.4 [v2:172.21.15.160:6816/1715763008,v1:172.21.15.160:6817/1715763008] boot 2024-09-21T18:58:44.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: cluster 2024-09-21T18:58:44.164117+0000 mon.smithi107 (mon.0) 613 : cluster [INF] osd.4 [v2:172.21.15.160:6816/1715763008,v1:172.21.15.160:6817/1715763008] boot 2024-09-21T18:58:44.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: cluster 2024-09-21T18:58:44.164136+0000 mon.smithi107 (mon.0) 614 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-09-21T18:58:44.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: cluster 2024-09-21T18:58:44.164136+0000 mon.smithi107 (mon.0) 614 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-09-21T18:58:44.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:44.164465+0000 mon.smithi107 (mon.0) 615 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:44.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:44.164465+0000 mon.smithi107 (mon.0) 615 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:58:44.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:44.164732+0000 mon.smithi107 (mon.0) 616 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:44.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:44.164732+0000 mon.smithi107 (mon.0) 616 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:58:44.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:44.165032+0000 mon.smithi107 (mon.0) 617 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:44.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:44.165032+0000 mon.smithi107 (mon.0) 617 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:44.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:44.165223+0000 mon.smithi107 (mon.0) 618 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:44.414 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:44.165223+0000 mon.smithi107 (mon.0) 618 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:44.414 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:44.165445+0000 mon.smithi107 (mon.0) 619 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:44.414 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:44 smithi160 bash[25034]: audit 2024-09-21T18:58:44.165445+0000 mon.smithi107 (mon.0) 619 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:45.242 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":25,"num_osds":8,"num_up_osds":3,"osd_up_since":1726945119,"num_in_osds":8,"osd_in_since":1726945078,"num_remapped_pgs":0} 2024-09-21T18:58:45.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:45 smithi160 bash[25034]: cluster 2024-09-21T18:58:42.286471+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:45.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:45 smithi160 bash[25034]: cluster 2024-09-21T18:58:42.286471+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:45.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:45 smithi160 bash[25034]: cluster 2024-09-21T18:58:42.286546+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:45.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:45 smithi160 bash[25034]: cluster 2024-09-21T18:58:42.286546+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:45.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:45 smithi160 bash[25034]: cluster 2024-09-21T18:58:42.896482+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:45.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:45 smithi160 bash[25034]: cluster 2024-09-21T18:58:42.896482+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:45.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:45 smithi160 bash[25034]: cluster 2024-09-21T18:58:42.896561+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:45.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:45 smithi160 bash[25034]: cluster 2024-09-21T18:58:42.896561+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:45.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:45 smithi160 bash[25034]: cluster 2024-09-21T18:58:45.167506+0000 mon.smithi107 (mon.0) 620 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-09-21T18:58:45.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:45 smithi160 bash[25034]: cluster 2024-09-21T18:58:45.167506+0000 mon.smithi107 (mon.0) 620 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-09-21T18:58:45.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:45 smithi160 bash[25034]: audit 2024-09-21T18:58:45.167686+0000 mon.smithi107 (mon.0) 621 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:45.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:45 smithi160 bash[25034]: audit 2024-09-21T18:58:45.167686+0000 mon.smithi107 (mon.0) 621 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:45.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:45 smithi160 bash[25034]: audit 2024-09-21T18:58:45.168017+0000 mon.smithi107 (mon.0) 622 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:45.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:45 smithi160 bash[25034]: audit 2024-09-21T18:58:45.168017+0000 mon.smithi107 (mon.0) 622 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:45.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:45 smithi160 bash[25034]: audit 2024-09-21T18:58:45.168270+0000 mon.smithi107 (mon.0) 623 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:45.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:45 smithi160 bash[25034]: audit 2024-09-21T18:58:45.168270+0000 mon.smithi107 (mon.0) 623 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:45.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:45 smithi107 bash[20033]: cluster 2024-09-21T18:58:42.286471+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:45.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:45 smithi107 bash[20033]: cluster 2024-09-21T18:58:42.286471+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:45.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:45 smithi107 bash[20033]: cluster 2024-09-21T18:58:42.286546+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:45.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:45 smithi107 bash[20033]: cluster 2024-09-21T18:58:42.286546+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:45.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:45 smithi107 bash[20033]: cluster 2024-09-21T18:58:42.896482+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:45.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:45 smithi107 bash[20033]: cluster 2024-09-21T18:58:42.896482+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:45.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:45 smithi107 bash[20033]: cluster 2024-09-21T18:58:42.896561+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:45.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:45 smithi107 bash[20033]: cluster 2024-09-21T18:58:42.896561+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:45.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:45 smithi107 bash[20033]: cluster 2024-09-21T18:58:45.167506+0000 mon.smithi107 (mon.0) 620 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-09-21T18:58:45.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:45 smithi107 bash[20033]: cluster 2024-09-21T18:58:45.167506+0000 mon.smithi107 (mon.0) 620 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-09-21T18:58:45.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:45 smithi107 bash[20033]: audit 2024-09-21T18:58:45.167686+0000 mon.smithi107 (mon.0) 621 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:45.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:45 smithi107 bash[20033]: audit 2024-09-21T18:58:45.167686+0000 mon.smithi107 (mon.0) 621 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:45.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:45 smithi107 bash[20033]: audit 2024-09-21T18:58:45.168017+0000 mon.smithi107 (mon.0) 622 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:45.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:45 smithi107 bash[20033]: audit 2024-09-21T18:58:45.168017+0000 mon.smithi107 (mon.0) 622 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:45.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:45 smithi107 bash[20033]: audit 2024-09-21T18:58:45.168270+0000 mon.smithi107 (mon.0) 623 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:45.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:45 smithi107 bash[20033]: audit 2024-09-21T18:58:45.168270+0000 mon.smithi107 (mon.0) 623 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:46.243 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T18:58:46.312 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:46 smithi107 bash[20033]: cluster 2024-09-21T18:58:45.288754+0000 mgr.smithi107.uonppz (mgr.14203) 134 : cluster [DBG] pgmap v92: 1 pgs: 1 unknown; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:58:46.312 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:46 smithi107 bash[20033]: cluster 2024-09-21T18:58:45.288754+0000 mgr.smithi107.uonppz (mgr.14203) 134 : cluster [DBG] pgmap v92: 1 pgs: 1 unknown; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:58:46.312 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:46 smithi107 bash[20033]: cluster 2024-09-21T18:58:46.170629+0000 mon.smithi107 (mon.0) 624 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-09-21T18:58:46.312 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:46 smithi107 bash[20033]: cluster 2024-09-21T18:58:46.170629+0000 mon.smithi107 (mon.0) 624 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-09-21T18:58:46.312 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:46 smithi107 bash[20033]: audit 2024-09-21T18:58:46.170923+0000 mon.smithi107 (mon.0) 625 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:46.312 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:46 smithi107 bash[20033]: audit 2024-09-21T18:58:46.170923+0000 mon.smithi107 (mon.0) 625 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:46.312 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:46 smithi107 bash[20033]: audit 2024-09-21T18:58:46.171635+0000 mon.smithi107 (mon.0) 626 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:46.313 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:46 smithi107 bash[20033]: audit 2024-09-21T18:58:46.171635+0000 mon.smithi107 (mon.0) 626 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:46.313 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:46 smithi107 bash[20033]: audit 2024-09-21T18:58:46.172135+0000 mon.smithi107 (mon.0) 627 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:46.313 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:46 smithi107 bash[20033]: audit 2024-09-21T18:58:46.172135+0000 mon.smithi107 (mon.0) 627 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:46.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:46 smithi160 bash[25034]: cluster 2024-09-21T18:58:45.288754+0000 mgr.smithi107.uonppz (mgr.14203) 134 : cluster [DBG] pgmap v92: 1 pgs: 1 unknown; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:58:46.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:46 smithi160 bash[25034]: cluster 2024-09-21T18:58:45.288754+0000 mgr.smithi107.uonppz (mgr.14203) 134 : cluster [DBG] pgmap v92: 1 pgs: 1 unknown; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:58:46.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:46 smithi160 bash[25034]: cluster 2024-09-21T18:58:46.170629+0000 mon.smithi107 (mon.0) 624 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-09-21T18:58:46.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:46 smithi160 bash[25034]: cluster 2024-09-21T18:58:46.170629+0000 mon.smithi107 (mon.0) 624 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-09-21T18:58:46.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:46 smithi160 bash[25034]: audit 2024-09-21T18:58:46.170923+0000 mon.smithi107 (mon.0) 625 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:46.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:46 smithi160 bash[25034]: audit 2024-09-21T18:58:46.170923+0000 mon.smithi107 (mon.0) 625 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:46.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:46 smithi160 bash[25034]: audit 2024-09-21T18:58:46.171635+0000 mon.smithi107 (mon.0) 626 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:46.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:46 smithi160 bash[25034]: audit 2024-09-21T18:58:46.171635+0000 mon.smithi107 (mon.0) 626 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:46.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:46 smithi160 bash[25034]: audit 2024-09-21T18:58:46.172135+0000 mon.smithi107 (mon.0) 627 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:46.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:46 smithi160 bash[25034]: audit 2024-09-21T18:58:46.172135+0000 mon.smithi107 (mon.0) 627 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:48.492 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:48 smithi107 bash[20033]: cluster 2024-09-21T18:58:47.188461+0000 mon.smithi107 (mon.0) 628 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-09-21T18:58:48.492 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:48 smithi107 bash[20033]: cluster 2024-09-21T18:58:47.188461+0000 mon.smithi107 (mon.0) 628 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-09-21T18:58:48.492 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:48 smithi107 bash[20033]: audit 2024-09-21T18:58:47.188752+0000 mon.smithi107 (mon.0) 629 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:48.492 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:48 smithi107 bash[20033]: audit 2024-09-21T18:58:47.188752+0000 mon.smithi107 (mon.0) 629 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:48.492 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:48 smithi107 bash[20033]: audit 2024-09-21T18:58:47.189063+0000 mon.smithi107 (mon.0) 630 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:48.492 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:48 smithi107 bash[20033]: audit 2024-09-21T18:58:47.189063+0000 mon.smithi107 (mon.0) 630 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:48.492 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:48 smithi107 bash[20033]: audit 2024-09-21T18:58:47.189279+0000 mon.smithi107 (mon.0) 631 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:48.492 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:48 smithi107 bash[20033]: audit 2024-09-21T18:58:47.189279+0000 mon.smithi107 (mon.0) 631 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:48.492 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:48 smithi107 bash[20033]: cluster 2024-09-21T18:58:47.289236+0000 mgr.smithi107.uonppz (mgr.14203) 135 : cluster [DBG] pgmap v95: 1 pgs: 1 unknown; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:58:48.492 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:48 smithi107 bash[20033]: cluster 2024-09-21T18:58:47.289236+0000 mgr.smithi107.uonppz (mgr.14203) 135 : cluster [DBG] pgmap v95: 1 pgs: 1 unknown; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:58:48.492 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:48 smithi107 bash[20033]: audit 2024-09-21T18:58:47.433477+0000 mon.smithi107 (mon.0) 632 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:48.493 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:48 smithi107 bash[20033]: audit 2024-09-21T18:58:47.433477+0000 mon.smithi107 (mon.0) 632 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:48.493 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:48 smithi107 bash[20033]: audit 2024-09-21T18:58:47.442541+0000 mon.smithi107 (mon.0) 633 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:48.493 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:48 smithi107 bash[20033]: audit 2024-09-21T18:58:47.442541+0000 mon.smithi107 (mon.0) 633 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:48.493 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:48 smithi107 bash[20033]: audit 2024-09-21T18:58:47.649110+0000 mon.smithi160 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.160:6824/878320786,v1:172.21.15.160:6825/878320786]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-21T18:58:48.493 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:48 smithi107 bash[20033]: audit 2024-09-21T18:58:47.649110+0000 mon.smithi160 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.160:6824/878320786,v1:172.21.15.160:6825/878320786]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-21T18:58:48.493 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:48 smithi107 bash[20033]: audit 2024-09-21T18:58:47.650513+0000 mon.smithi107 (mon.0) 634 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-21T18:58:48.493 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:48 smithi107 bash[20033]: audit 2024-09-21T18:58:47.650513+0000 mon.smithi107 (mon.0) 634 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-21T18:58:48.569 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:48 smithi160 bash[25034]: cluster 2024-09-21T18:58:47.188461+0000 mon.smithi107 (mon.0) 628 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-09-21T18:58:48.569 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:48 smithi160 bash[25034]: cluster 2024-09-21T18:58:47.188461+0000 mon.smithi107 (mon.0) 628 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-09-21T18:58:48.569 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:48 smithi160 bash[25034]: audit 2024-09-21T18:58:47.188752+0000 mon.smithi107 (mon.0) 629 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:48.569 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:48 smithi160 bash[25034]: audit 2024-09-21T18:58:47.188752+0000 mon.smithi107 (mon.0) 629 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:48.569 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:48 smithi160 bash[25034]: audit 2024-09-21T18:58:47.189063+0000 mon.smithi107 (mon.0) 630 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:48.569 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:48 smithi160 bash[25034]: audit 2024-09-21T18:58:47.189063+0000 mon.smithi107 (mon.0) 630 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:48.570 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:48 smithi160 bash[25034]: audit 2024-09-21T18:58:47.189279+0000 mon.smithi107 (mon.0) 631 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:48.570 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:48 smithi160 bash[25034]: audit 2024-09-21T18:58:47.189279+0000 mon.smithi107 (mon.0) 631 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:48.570 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:48 smithi160 bash[25034]: cluster 2024-09-21T18:58:47.289236+0000 mgr.smithi107.uonppz (mgr.14203) 135 : cluster [DBG] pgmap v95: 1 pgs: 1 unknown; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:58:48.570 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:48 smithi160 bash[25034]: cluster 2024-09-21T18:58:47.289236+0000 mgr.smithi107.uonppz (mgr.14203) 135 : cluster [DBG] pgmap v95: 1 pgs: 1 unknown; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:58:48.570 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:48 smithi160 bash[25034]: audit 2024-09-21T18:58:47.433477+0000 mon.smithi107 (mon.0) 632 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:48.570 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:48 smithi160 bash[25034]: audit 2024-09-21T18:58:47.433477+0000 mon.smithi107 (mon.0) 632 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:48.570 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:48 smithi160 bash[25034]: audit 2024-09-21T18:58:47.442541+0000 mon.smithi107 (mon.0) 633 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:48.570 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:48 smithi160 bash[25034]: audit 2024-09-21T18:58:47.442541+0000 mon.smithi107 (mon.0) 633 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:48.570 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:48 smithi160 bash[25034]: audit 2024-09-21T18:58:47.649110+0000 mon.smithi160 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.160:6824/878320786,v1:172.21.15.160:6825/878320786]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-21T18:58:48.570 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:48 smithi160 bash[25034]: audit 2024-09-21T18:58:47.649110+0000 mon.smithi160 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.160:6824/878320786,v1:172.21.15.160:6825/878320786]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-21T18:58:48.570 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:48 smithi160 bash[25034]: audit 2024-09-21T18:58:47.650513+0000 mon.smithi107 (mon.0) 634 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-21T18:58:48.570 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:48 smithi160 bash[25034]: audit 2024-09-21T18:58:47.650513+0000 mon.smithi107 (mon.0) 634 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-21T18:58:49.460 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:49 smithi107 bash[20033]: audit 2024-09-21T18:58:48.194839+0000 mon.smithi107 (mon.0) 635 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-21T18:58:49.460 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:49 smithi107 bash[20033]: audit 2024-09-21T18:58:48.194839+0000 mon.smithi107 (mon.0) 635 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-21T18:58:49.461 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:49 smithi107 bash[20033]: cluster 2024-09-21T18:58:48.198568+0000 mon.smithi107 (mon.0) 636 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-09-21T18:58:49.461 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:49 smithi107 bash[20033]: cluster 2024-09-21T18:58:48.198568+0000 mon.smithi107 (mon.0) 636 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-09-21T18:58:49.461 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:49 smithi107 bash[20033]: audit 2024-09-21T18:58:48.198906+0000 mon.smithi107 (mon.0) 637 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:49.461 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:49 smithi107 bash[20033]: audit 2024-09-21T18:58:48.198906+0000 mon.smithi107 (mon.0) 637 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:49.461 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:49 smithi107 bash[20033]: audit 2024-09-21T18:58:48.199125+0000 mon.smithi107 (mon.0) 638 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:49.461 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:49 smithi107 bash[20033]: audit 2024-09-21T18:58:48.199125+0000 mon.smithi107 (mon.0) 638 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:49.461 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:49 smithi107 bash[20033]: audit 2024-09-21T18:58:48.199536+0000 mon.smithi107 (mon.0) 639 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:49.461 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:49 smithi107 bash[20033]: audit 2024-09-21T18:58:48.199536+0000 mon.smithi107 (mon.0) 639 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:49.461 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:49 smithi107 bash[20033]: audit 2024-09-21T18:58:48.200064+0000 mon.smithi160 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.160:6824/878320786,v1:172.21.15.160:6825/878320786]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]} : dispatch 2024-09-21T18:58:49.461 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:49 smithi107 bash[20033]: audit 2024-09-21T18:58:48.200064+0000 mon.smithi160 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.160:6824/878320786,v1:172.21.15.160:6825/878320786]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]} : dispatch 2024-09-21T18:58:49.461 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:49 smithi107 bash[20033]: audit 2024-09-21T18:58:48.201284+0000 mon.smithi107 (mon.0) 640 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]} : dispatch 2024-09-21T18:58:49.461 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:49 smithi107 bash[20033]: audit 2024-09-21T18:58:48.201284+0000 mon.smithi107 (mon.0) 640 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]} : dispatch 2024-09-21T18:58:49.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:49 smithi160 bash[25034]: audit 2024-09-21T18:58:48.194839+0000 mon.smithi107 (mon.0) 635 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-21T18:58:49.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:49 smithi160 bash[25034]: audit 2024-09-21T18:58:48.194839+0000 mon.smithi107 (mon.0) 635 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-21T18:58:49.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:49 smithi160 bash[25034]: cluster 2024-09-21T18:58:48.198568+0000 mon.smithi107 (mon.0) 636 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-09-21T18:58:49.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:49 smithi160 bash[25034]: cluster 2024-09-21T18:58:48.198568+0000 mon.smithi107 (mon.0) 636 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-09-21T18:58:49.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:49 smithi160 bash[25034]: audit 2024-09-21T18:58:48.198906+0000 mon.smithi107 (mon.0) 637 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:49.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:49 smithi160 bash[25034]: audit 2024-09-21T18:58:48.198906+0000 mon.smithi107 (mon.0) 637 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:49.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:49 smithi160 bash[25034]: audit 2024-09-21T18:58:48.199125+0000 mon.smithi107 (mon.0) 638 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:49.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:49 smithi160 bash[25034]: audit 2024-09-21T18:58:48.199125+0000 mon.smithi107 (mon.0) 638 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:49.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:49 smithi160 bash[25034]: audit 2024-09-21T18:58:48.199536+0000 mon.smithi107 (mon.0) 639 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:49.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:49 smithi160 bash[25034]: audit 2024-09-21T18:58:48.199536+0000 mon.smithi107 (mon.0) 639 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:49.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:49 smithi160 bash[25034]: audit 2024-09-21T18:58:48.200064+0000 mon.smithi160 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.160:6824/878320786,v1:172.21.15.160:6825/878320786]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]} : dispatch 2024-09-21T18:58:49.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:49 smithi160 bash[25034]: audit 2024-09-21T18:58:48.200064+0000 mon.smithi160 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.160:6824/878320786,v1:172.21.15.160:6825/878320786]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]} : dispatch 2024-09-21T18:58:49.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:49 smithi160 bash[25034]: audit 2024-09-21T18:58:48.201284+0000 mon.smithi107 (mon.0) 640 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]} : dispatch 2024-09-21T18:58:49.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:49 smithi160 bash[25034]: audit 2024-09-21T18:58:48.201284+0000 mon.smithi107 (mon.0) 640 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]} : dispatch 2024-09-21T18:58:50.550 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:50 smithi107 bash[20033]: audit 2024-09-21T18:58:49.196681+0000 mon.smithi107 (mon.0) 641 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-09-21T18:58:50.550 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:50 smithi107 bash[20033]: audit 2024-09-21T18:58:49.196681+0000 mon.smithi107 (mon.0) 641 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-09-21T18:58:50.550 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:50 smithi107 bash[20033]: cluster 2024-09-21T18:58:49.199447+0000 mon.smithi107 (mon.0) 642 : cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2024-09-21T18:58:50.550 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:50 smithi107 bash[20033]: cluster 2024-09-21T18:58:49.199447+0000 mon.smithi107 (mon.0) 642 : cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2024-09-21T18:58:50.550 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:50 smithi107 bash[20033]: audit 2024-09-21T18:58:49.199872+0000 mon.smithi107 (mon.0) 643 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:50.550 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:50 smithi107 bash[20033]: audit 2024-09-21T18:58:49.199872+0000 mon.smithi107 (mon.0) 643 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:50.550 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:50 smithi107 bash[20033]: audit 2024-09-21T18:58:49.200098+0000 mon.smithi107 (mon.0) 644 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:50.550 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:50 smithi107 bash[20033]: audit 2024-09-21T18:58:49.200098+0000 mon.smithi107 (mon.0) 644 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:50.550 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:50 smithi107 bash[20033]: audit 2024-09-21T18:58:49.200309+0000 mon.smithi107 (mon.0) 645 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:50.550 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:50 smithi107 bash[20033]: audit 2024-09-21T18:58:49.200309+0000 mon.smithi107 (mon.0) 645 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:50.550 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:50 smithi107 bash[20033]: audit 2024-09-21T18:58:49.212510+0000 mon.smithi107 (mon.0) 646 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:50.550 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:50 smithi107 bash[20033]: audit 2024-09-21T18:58:49.212510+0000 mon.smithi107 (mon.0) 646 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:50.551 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:50 smithi107 bash[20033]: cluster 2024-09-21T18:58:49.289640+0000 mgr.smithi107.uonppz (mgr.14203) 136 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-21T18:58:50.551 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:50 smithi107 bash[20033]: cluster 2024-09-21T18:58:49.289640+0000 mgr.smithi107.uonppz (mgr.14203) 136 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-21T18:58:50.551 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:50 smithi107 bash[20033]: audit 2024-09-21T18:58:49.503805+0000 mon.smithi107 (mon.0) 647 : audit [INF] from='osd.5 [v2:172.21.15.107:6818/2573948633,v1:172.21.15.107:6819/2573948633]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-21T18:58:50.551 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:50 smithi107 bash[20033]: audit 2024-09-21T18:58:49.503805+0000 mon.smithi107 (mon.0) 647 : audit [INF] from='osd.5 [v2:172.21.15.107:6818/2573948633,v1:172.21.15.107:6819/2573948633]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-21T18:58:50.551 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:50 smithi107 bash[20033]: audit 2024-09-21T18:58:49.720624+0000 mon.smithi107 (mon.0) 648 : audit [INF] from='osd.6 ' entity='osd.6' 2024-09-21T18:58:50.551 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:50 smithi107 bash[20033]: audit 2024-09-21T18:58:49.720624+0000 mon.smithi107 (mon.0) 648 : audit [INF] from='osd.6 ' entity='osd.6' 2024-09-21T18:58:50.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:50 smithi160 bash[25034]: audit 2024-09-21T18:58:49.196681+0000 mon.smithi107 (mon.0) 641 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-09-21T18:58:50.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:50 smithi160 bash[25034]: audit 2024-09-21T18:58:49.196681+0000 mon.smithi107 (mon.0) 641 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-09-21T18:58:50.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:50 smithi160 bash[25034]: cluster 2024-09-21T18:58:49.199447+0000 mon.smithi107 (mon.0) 642 : cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2024-09-21T18:58:50.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:50 smithi160 bash[25034]: cluster 2024-09-21T18:58:49.199447+0000 mon.smithi107 (mon.0) 642 : cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2024-09-21T18:58:50.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:50 smithi160 bash[25034]: audit 2024-09-21T18:58:49.199872+0000 mon.smithi107 (mon.0) 643 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:50.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:50 smithi160 bash[25034]: audit 2024-09-21T18:58:49.199872+0000 mon.smithi107 (mon.0) 643 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:50.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:50 smithi160 bash[25034]: audit 2024-09-21T18:58:49.200098+0000 mon.smithi107 (mon.0) 644 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:50.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:50 smithi160 bash[25034]: audit 2024-09-21T18:58:49.200098+0000 mon.smithi107 (mon.0) 644 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:50.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:50 smithi160 bash[25034]: audit 2024-09-21T18:58:49.200309+0000 mon.smithi107 (mon.0) 645 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:50.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:50 smithi160 bash[25034]: audit 2024-09-21T18:58:49.200309+0000 mon.smithi107 (mon.0) 645 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:50.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:50 smithi160 bash[25034]: audit 2024-09-21T18:58:49.212510+0000 mon.smithi107 (mon.0) 646 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:50.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:50 smithi160 bash[25034]: audit 2024-09-21T18:58:49.212510+0000 mon.smithi107 (mon.0) 646 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:50.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:50 smithi160 bash[25034]: cluster 2024-09-21T18:58:49.289640+0000 mgr.smithi107.uonppz (mgr.14203) 136 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-21T18:58:50.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:50 smithi160 bash[25034]: cluster 2024-09-21T18:58:49.289640+0000 mgr.smithi107.uonppz (mgr.14203) 136 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-21T18:58:50.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:50 smithi160 bash[25034]: audit 2024-09-21T18:58:49.503805+0000 mon.smithi107 (mon.0) 647 : audit [INF] from='osd.5 [v2:172.21.15.107:6818/2573948633,v1:172.21.15.107:6819/2573948633]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-21T18:58:50.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:50 smithi160 bash[25034]: audit 2024-09-21T18:58:49.503805+0000 mon.smithi107 (mon.0) 647 : audit [INF] from='osd.5 [v2:172.21.15.107:6818/2573948633,v1:172.21.15.107:6819/2573948633]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-21T18:58:50.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:50 smithi160 bash[25034]: audit 2024-09-21T18:58:49.720624+0000 mon.smithi107 (mon.0) 648 : audit [INF] from='osd.6 ' entity='osd.6' 2024-09-21T18:58:50.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:50 smithi160 bash[25034]: audit 2024-09-21T18:58:49.720624+0000 mon.smithi107 (mon.0) 648 : audit [INF] from='osd.6 ' entity='osd.6' 2024-09-21T18:58:50.880 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T18:58:51.302 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:51 smithi107 bash[20033]: cluster 2024-09-21T18:58:48.682977+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:51.568 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:51 smithi107 bash[20033]: cluster 2024-09-21T18:58:48.682977+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:51.568 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:51 smithi107 bash[20033]: cluster 2024-09-21T18:58:48.683115+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:51.568 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:51 smithi107 bash[20033]: cluster 2024-09-21T18:58:48.683115+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:51.569 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:51 smithi107 bash[20033]: audit 2024-09-21T18:58:50.212660+0000 mon.smithi107 (mon.0) 649 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:51.569 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:51 smithi107 bash[20033]: audit 2024-09-21T18:58:50.212660+0000 mon.smithi107 (mon.0) 649 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:51.569 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:51 smithi107 bash[20033]: audit 2024-09-21T18:58:50.215294+0000 mon.smithi107 (mon.0) 650 : audit [INF] from='osd.5 [v2:172.21.15.107:6818/2573948633,v1:172.21.15.107:6819/2573948633]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-21T18:58:51.569 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:51 smithi107 bash[20033]: audit 2024-09-21T18:58:50.215294+0000 mon.smithi107 (mon.0) 650 : audit [INF] from='osd.5 [v2:172.21.15.107:6818/2573948633,v1:172.21.15.107:6819/2573948633]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-21T18:58:51.569 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:51 smithi107 bash[20033]: cluster 2024-09-21T18:58:50.221494+0000 mon.smithi107 (mon.0) 651 : cluster [INF] osd.6 [v2:172.21.15.160:6824/878320786,v1:172.21.15.160:6825/878320786] boot 2024-09-21T18:58:51.569 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:51 smithi107 bash[20033]: cluster 2024-09-21T18:58:50.221494+0000 mon.smithi107 (mon.0) 651 : cluster [INF] osd.6 [v2:172.21.15.160:6824/878320786,v1:172.21.15.160:6825/878320786] boot 2024-09-21T18:58:51.569 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:51 smithi107 bash[20033]: cluster 2024-09-21T18:58:50.221548+0000 mon.smithi107 (mon.0) 652 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-09-21T18:58:51.569 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:51 smithi107 bash[20033]: cluster 2024-09-21T18:58:50.221548+0000 mon.smithi107 (mon.0) 652 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-09-21T18:58:51.569 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:51 smithi107 bash[20033]: audit 2024-09-21T18:58:50.221931+0000 mon.smithi107 (mon.0) 653 : audit [INF] from='osd.5 [v2:172.21.15.107:6818/2573948633,v1:172.21.15.107:6819/2573948633]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi107", "root=default"]} : dispatch 2024-09-21T18:58:51.569 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:51 smithi107 bash[20033]: audit 2024-09-21T18:58:50.221931+0000 mon.smithi107 (mon.0) 653 : audit [INF] from='osd.5 [v2:172.21.15.107:6818/2573948633,v1:172.21.15.107:6819/2573948633]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi107", "root=default"]} : dispatch 2024-09-21T18:58:51.569 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:51 smithi107 bash[20033]: audit 2024-09-21T18:58:50.222347+0000 mon.smithi107 (mon.0) 654 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:51.569 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:51 smithi107 bash[20033]: audit 2024-09-21T18:58:50.222347+0000 mon.smithi107 (mon.0) 654 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:51.569 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:51 smithi107 bash[20033]: audit 2024-09-21T18:58:50.222588+0000 mon.smithi107 (mon.0) 655 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:51.569 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:51 smithi107 bash[20033]: audit 2024-09-21T18:58:50.222588+0000 mon.smithi107 (mon.0) 655 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:51.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:51 smithi160 bash[25034]: cluster 2024-09-21T18:58:48.682977+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:51.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:51 smithi160 bash[25034]: cluster 2024-09-21T18:58:48.682977+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:51.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:51 smithi160 bash[25034]: cluster 2024-09-21T18:58:48.683115+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:51.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:51 smithi160 bash[25034]: cluster 2024-09-21T18:58:48.683115+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:51.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:51 smithi160 bash[25034]: audit 2024-09-21T18:58:50.212660+0000 mon.smithi107 (mon.0) 649 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:51.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:51 smithi160 bash[25034]: audit 2024-09-21T18:58:50.212660+0000 mon.smithi107 (mon.0) 649 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:51.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:51 smithi160 bash[25034]: audit 2024-09-21T18:58:50.215294+0000 mon.smithi107 (mon.0) 650 : audit [INF] from='osd.5 [v2:172.21.15.107:6818/2573948633,v1:172.21.15.107:6819/2573948633]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-21T18:58:51.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:51 smithi160 bash[25034]: audit 2024-09-21T18:58:50.215294+0000 mon.smithi107 (mon.0) 650 : audit [INF] from='osd.5 [v2:172.21.15.107:6818/2573948633,v1:172.21.15.107:6819/2573948633]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-21T18:58:51.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:51 smithi160 bash[25034]: cluster 2024-09-21T18:58:50.221494+0000 mon.smithi107 (mon.0) 651 : cluster [INF] osd.6 [v2:172.21.15.160:6824/878320786,v1:172.21.15.160:6825/878320786] boot 2024-09-21T18:58:51.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:51 smithi160 bash[25034]: cluster 2024-09-21T18:58:50.221494+0000 mon.smithi107 (mon.0) 651 : cluster [INF] osd.6 [v2:172.21.15.160:6824/878320786,v1:172.21.15.160:6825/878320786] boot 2024-09-21T18:58:51.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:51 smithi160 bash[25034]: cluster 2024-09-21T18:58:50.221548+0000 mon.smithi107 (mon.0) 652 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-09-21T18:58:51.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:51 smithi160 bash[25034]: cluster 2024-09-21T18:58:50.221548+0000 mon.smithi107 (mon.0) 652 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-09-21T18:58:51.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:51 smithi160 bash[25034]: audit 2024-09-21T18:58:50.221931+0000 mon.smithi107 (mon.0) 653 : audit [INF] from='osd.5 [v2:172.21.15.107:6818/2573948633,v1:172.21.15.107:6819/2573948633]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi107", "root=default"]} : dispatch 2024-09-21T18:58:51.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:51 smithi160 bash[25034]: audit 2024-09-21T18:58:50.221931+0000 mon.smithi107 (mon.0) 653 : audit [INF] from='osd.5 [v2:172.21.15.107:6818/2573948633,v1:172.21.15.107:6819/2573948633]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi107", "root=default"]} : dispatch 2024-09-21T18:58:51.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:51 smithi160 bash[25034]: audit 2024-09-21T18:58:50.222347+0000 mon.smithi107 (mon.0) 654 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:51.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:51 smithi160 bash[25034]: audit 2024-09-21T18:58:50.222347+0000 mon.smithi107 (mon.0) 654 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:51.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:51 smithi160 bash[25034]: audit 2024-09-21T18:58:50.222588+0000 mon.smithi107 (mon.0) 655 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:51.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:51 smithi160 bash[25034]: audit 2024-09-21T18:58:50.222588+0000 mon.smithi107 (mon.0) 655 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T18:58:51.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:51 smithi160 bash[25034]: audit 2024-09-21T18:58:50.222887+0000 mon.smithi107 (mon.0) 656 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:51.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:51 smithi160 bash[25034]: audit 2024-09-21T18:58:50.222887+0000 mon.smithi107 (mon.0) 656 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:51.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:51 smithi107 bash[20033]: audit 2024-09-21T18:58:50.222887+0000 mon.smithi107 (mon.0) 656 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:51.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:51 smithi107 bash[20033]: audit 2024-09-21T18:58:50.222887+0000 mon.smithi107 (mon.0) 656 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:52.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:52 smithi107 bash[20033]: cluster 2024-09-21T18:58:51.290105+0000 mgr.smithi107.uonppz (mgr.14203) 137 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 140 KiB/s, 0 objects/s recovering 2024-09-21T18:58:52.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:52 smithi107 bash[20033]: cluster 2024-09-21T18:58:51.290105+0000 mgr.smithi107.uonppz (mgr.14203) 137 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 140 KiB/s, 0 objects/s recovering 2024-09-21T18:58:52.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:52 smithi107 bash[20033]: audit 2024-09-21T18:58:51.309010+0000 mon.smithi107 (mon.0) 657 : audit [INF] from='osd.5 [v2:172.21.15.107:6818/2573948633,v1:172.21.15.107:6819/2573948633]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-09-21T18:58:52.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:52 smithi107 bash[20033]: audit 2024-09-21T18:58:51.309010+0000 mon.smithi107 (mon.0) 657 : audit [INF] from='osd.5 [v2:172.21.15.107:6818/2573948633,v1:172.21.15.107:6819/2573948633]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-09-21T18:58:52.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:52 smithi107 bash[20033]: cluster 2024-09-21T18:58:51.311732+0000 mon.smithi107 (mon.0) 658 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-09-21T18:58:52.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:52 smithi107 bash[20033]: cluster 2024-09-21T18:58:51.311732+0000 mon.smithi107 (mon.0) 658 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-09-21T18:58:52.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:52 smithi107 bash[20033]: audit 2024-09-21T18:58:51.312354+0000 mon.smithi107 (mon.0) 659 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:52.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:52 smithi107 bash[20033]: audit 2024-09-21T18:58:51.312354+0000 mon.smithi107 (mon.0) 659 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:52.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:52 smithi107 bash[20033]: audit 2024-09-21T18:58:51.312526+0000 mon.smithi107 (mon.0) 660 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:52.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:52 smithi107 bash[20033]: audit 2024-09-21T18:58:51.312526+0000 mon.smithi107 (mon.0) 660 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:52.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:52 smithi107 bash[20033]: audit 2024-09-21T18:58:51.316995+0000 mon.smithi107 (mon.0) 661 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:52.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:52 smithi107 bash[20033]: audit 2024-09-21T18:58:51.316995+0000 mon.smithi107 (mon.0) 661 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:52.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:52 smithi160 bash[25034]: cluster 2024-09-21T18:58:51.290105+0000 mgr.smithi107.uonppz (mgr.14203) 137 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 140 KiB/s, 0 objects/s recovering 2024-09-21T18:58:52.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:52 smithi160 bash[25034]: cluster 2024-09-21T18:58:51.290105+0000 mgr.smithi107.uonppz (mgr.14203) 137 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 140 KiB/s, 0 objects/s recovering 2024-09-21T18:58:52.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:52 smithi160 bash[25034]: audit 2024-09-21T18:58:51.309010+0000 mon.smithi107 (mon.0) 657 : audit [INF] from='osd.5 [v2:172.21.15.107:6818/2573948633,v1:172.21.15.107:6819/2573948633]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-09-21T18:58:52.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:52 smithi160 bash[25034]: audit 2024-09-21T18:58:51.309010+0000 mon.smithi107 (mon.0) 657 : audit [INF] from='osd.5 [v2:172.21.15.107:6818/2573948633,v1:172.21.15.107:6819/2573948633]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-09-21T18:58:52.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:52 smithi160 bash[25034]: cluster 2024-09-21T18:58:51.311732+0000 mon.smithi107 (mon.0) 658 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-09-21T18:58:52.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:52 smithi160 bash[25034]: cluster 2024-09-21T18:58:51.311732+0000 mon.smithi107 (mon.0) 658 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-09-21T18:58:52.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:52 smithi160 bash[25034]: audit 2024-09-21T18:58:51.312354+0000 mon.smithi107 (mon.0) 659 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:52.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:52 smithi160 bash[25034]: audit 2024-09-21T18:58:51.312354+0000 mon.smithi107 (mon.0) 659 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:52.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:52 smithi160 bash[25034]: audit 2024-09-21T18:58:51.312526+0000 mon.smithi107 (mon.0) 660 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:52.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:52 smithi160 bash[25034]: audit 2024-09-21T18:58:51.312526+0000 mon.smithi107 (mon.0) 660 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:52.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:52 smithi160 bash[25034]: audit 2024-09-21T18:58:51.316995+0000 mon.smithi107 (mon.0) 661 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:52.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:52 smithi160 bash[25034]: audit 2024-09-21T18:58:51.316995+0000 mon.smithi107 (mon.0) 661 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:53.250 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T18:58:53.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:53 smithi107 bash[20033]: cluster 2024-09-21T18:58:50.492097+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:53.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:53 smithi107 bash[20033]: cluster 2024-09-21T18:58:50.492097+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:53.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:53 smithi107 bash[20033]: cluster 2024-09-21T18:58:50.492179+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:53.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:53 smithi107 bash[20033]: cluster 2024-09-21T18:58:50.492179+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:53.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:53 smithi107 bash[20033]: cluster 2024-09-21T18:58:52.321843+0000 mon.smithi107 (mon.0) 662 : cluster [INF] osd.5 [v2:172.21.15.107:6818/2573948633,v1:172.21.15.107:6819/2573948633] boot 2024-09-21T18:58:53.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:53 smithi107 bash[20033]: cluster 2024-09-21T18:58:52.321843+0000 mon.smithi107 (mon.0) 662 : cluster [INF] osd.5 [v2:172.21.15.107:6818/2573948633,v1:172.21.15.107:6819/2573948633] boot 2024-09-21T18:58:53.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:53 smithi107 bash[20033]: cluster 2024-09-21T18:58:52.321935+0000 mon.smithi107 (mon.0) 663 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-09-21T18:58:53.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:53 smithi107 bash[20033]: cluster 2024-09-21T18:58:52.321935+0000 mon.smithi107 (mon.0) 663 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-09-21T18:58:53.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:53 smithi107 bash[20033]: audit 2024-09-21T18:58:52.322707+0000 mon.smithi107 (mon.0) 664 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:53.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:53 smithi107 bash[20033]: audit 2024-09-21T18:58:52.322707+0000 mon.smithi107 (mon.0) 664 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:53.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:53 smithi107 bash[20033]: audit 2024-09-21T18:58:52.323021+0000 mon.smithi107 (mon.0) 665 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:53.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:53 smithi107 bash[20033]: audit 2024-09-21T18:58:52.323021+0000 mon.smithi107 (mon.0) 665 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:53.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:53 smithi107 bash[20033]: audit 2024-09-21T18:58:53.250046+0000 mon.smithi107 (mon.0) 666 : audit [DBG] from='client.? 172.21.15.107:0/1055417476' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:58:53.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:53 smithi107 bash[20033]: audit 2024-09-21T18:58:53.250046+0000 mon.smithi107 (mon.0) 666 : audit [DBG] from='client.? 172.21.15.107:0/1055417476' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:58:53.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:53 smithi160 bash[25034]: cluster 2024-09-21T18:58:50.492097+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:53.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:53 smithi160 bash[25034]: cluster 2024-09-21T18:58:50.492097+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:53.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:53 smithi160 bash[25034]: cluster 2024-09-21T18:58:50.492179+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:53.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:53 smithi160 bash[25034]: cluster 2024-09-21T18:58:50.492179+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:53.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:53 smithi160 bash[25034]: cluster 2024-09-21T18:58:52.321843+0000 mon.smithi107 (mon.0) 662 : cluster [INF] osd.5 [v2:172.21.15.107:6818/2573948633,v1:172.21.15.107:6819/2573948633] boot 2024-09-21T18:58:53.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:53 smithi160 bash[25034]: cluster 2024-09-21T18:58:52.321843+0000 mon.smithi107 (mon.0) 662 : cluster [INF] osd.5 [v2:172.21.15.107:6818/2573948633,v1:172.21.15.107:6819/2573948633] boot 2024-09-21T18:58:53.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:53 smithi160 bash[25034]: cluster 2024-09-21T18:58:52.321935+0000 mon.smithi107 (mon.0) 663 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-09-21T18:58:53.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:53 smithi160 bash[25034]: cluster 2024-09-21T18:58:52.321935+0000 mon.smithi107 (mon.0) 663 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-09-21T18:58:53.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:53 smithi160 bash[25034]: audit 2024-09-21T18:58:52.322707+0000 mon.smithi107 (mon.0) 664 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:53.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:53 smithi160 bash[25034]: audit 2024-09-21T18:58:52.322707+0000 mon.smithi107 (mon.0) 664 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:58:53.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:53 smithi160 bash[25034]: audit 2024-09-21T18:58:52.323021+0000 mon.smithi107 (mon.0) 665 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:53.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:53 smithi160 bash[25034]: audit 2024-09-21T18:58:52.323021+0000 mon.smithi107 (mon.0) 665 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:53.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:53 smithi160 bash[25034]: audit 2024-09-21T18:58:53.250046+0000 mon.smithi107 (mon.0) 666 : audit [DBG] from='client.? 172.21.15.107:0/1055417476' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:58:53.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:53 smithi160 bash[25034]: audit 2024-09-21T18:58:53.250046+0000 mon.smithi107 (mon.0) 666 : audit [DBG] from='client.? 172.21.15.107:0/1055417476' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:58:54.483 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":34,"num_osds":8,"num_up_osds":7,"osd_up_since":1726945132,"num_in_osds":8,"osd_in_since":1726945078,"num_remapped_pgs":0} 2024-09-21T18:58:54.486 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:54 smithi107 bash[20033]: cluster 2024-09-21T18:58:53.290462+0000 mgr.smithi107.uonppz (mgr.14203) 138 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:54.487 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:54 smithi107 bash[20033]: cluster 2024-09-21T18:58:53.290462+0000 mgr.smithi107.uonppz (mgr.14203) 138 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:54.487 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:54 smithi107 bash[20033]: cluster 2024-09-21T18:58:53.336944+0000 mon.smithi107 (mon.0) 667 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-09-21T18:58:54.487 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:54 smithi107 bash[20033]: cluster 2024-09-21T18:58:53.336944+0000 mon.smithi107 (mon.0) 667 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-09-21T18:58:54.487 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:54 smithi107 bash[20033]: audit 2024-09-21T18:58:53.337137+0000 mon.smithi107 (mon.0) 668 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:54.487 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:54 smithi107 bash[20033]: audit 2024-09-21T18:58:53.337137+0000 mon.smithi107 (mon.0) 668 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:54.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:54 smithi160 bash[25034]: cluster 2024-09-21T18:58:53.290462+0000 mgr.smithi107.uonppz (mgr.14203) 138 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:54.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:54 smithi160 bash[25034]: cluster 2024-09-21T18:58:53.290462+0000 mgr.smithi107.uonppz (mgr.14203) 138 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:54.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:54 smithi160 bash[25034]: cluster 2024-09-21T18:58:53.336944+0000 mon.smithi107 (mon.0) 667 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-09-21T18:58:54.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:54 smithi160 bash[25034]: cluster 2024-09-21T18:58:53.336944+0000 mon.smithi107 (mon.0) 667 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-09-21T18:58:54.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:54 smithi160 bash[25034]: audit 2024-09-21T18:58:53.337137+0000 mon.smithi107 (mon.0) 668 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:54.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:54 smithi160 bash[25034]: audit 2024-09-21T18:58:53.337137+0000 mon.smithi107 (mon.0) 668 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:55.484 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T18:58:56.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:56 smithi107 bash[20033]: cluster 2024-09-21T18:58:55.290774+0000 mgr.smithi107.uonppz (mgr.14203) 139 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-21T18:58:56.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:56 smithi107 bash[20033]: cluster 2024-09-21T18:58:55.290774+0000 mgr.smithi107.uonppz (mgr.14203) 139 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-21T18:58:56.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:56 smithi107 bash[20033]: audit 2024-09-21T18:58:55.737031+0000 mon.smithi107 (mon.0) 669 : audit [INF] from='osd.7 [v2:172.21.15.107:6826/3596778906,v1:172.21.15.107:6827/3596778906]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-21T18:58:56.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:56 smithi107 bash[20033]: audit 2024-09-21T18:58:55.737031+0000 mon.smithi107 (mon.0) 669 : audit [INF] from='osd.7 [v2:172.21.15.107:6826/3596778906,v1:172.21.15.107:6827/3596778906]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-21T18:58:56.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:56 smithi160 bash[25034]: cluster 2024-09-21T18:58:55.290774+0000 mgr.smithi107.uonppz (mgr.14203) 139 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-21T18:58:56.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:56 smithi160 bash[25034]: cluster 2024-09-21T18:58:55.290774+0000 mgr.smithi107.uonppz (mgr.14203) 139 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-21T18:58:56.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:56 smithi160 bash[25034]: audit 2024-09-21T18:58:55.737031+0000 mon.smithi107 (mon.0) 669 : audit [INF] from='osd.7 [v2:172.21.15.107:6826/3596778906,v1:172.21.15.107:6827/3596778906]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-21T18:58:56.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:56 smithi160 bash[25034]: audit 2024-09-21T18:58:55.737031+0000 mon.smithi107 (mon.0) 669 : audit [INF] from='osd.7 [v2:172.21.15.107:6826/3596778906,v1:172.21.15.107:6827/3596778906]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-21T18:58:57.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:57 smithi107 bash[20033]: audit 2024-09-21T18:58:56.345303+0000 mon.smithi107 (mon.0) 670 : audit [INF] from='osd.7 [v2:172.21.15.107:6826/3596778906,v1:172.21.15.107:6827/3596778906]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-21T18:58:57.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:57 smithi107 bash[20033]: audit 2024-09-21T18:58:56.345303+0000 mon.smithi107 (mon.0) 670 : audit [INF] from='osd.7 [v2:172.21.15.107:6826/3596778906,v1:172.21.15.107:6827/3596778906]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-21T18:58:57.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:57 smithi107 bash[20033]: cluster 2024-09-21T18:58:56.349834+0000 mon.smithi107 (mon.0) 671 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-09-21T18:58:57.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:57 smithi107 bash[20033]: cluster 2024-09-21T18:58:56.349834+0000 mon.smithi107 (mon.0) 671 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-09-21T18:58:57.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:57 smithi107 bash[20033]: audit 2024-09-21T18:58:56.350295+0000 mon.smithi107 (mon.0) 672 : audit [INF] from='osd.7 [v2:172.21.15.107:6826/3596778906,v1:172.21.15.107:6827/3596778906]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi107", "root=default"]} : dispatch 2024-09-21T18:58:57.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:57 smithi107 bash[20033]: audit 2024-09-21T18:58:56.350295+0000 mon.smithi107 (mon.0) 672 : audit [INF] from='osd.7 [v2:172.21.15.107:6826/3596778906,v1:172.21.15.107:6827/3596778906]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi107", "root=default"]} : dispatch 2024-09-21T18:58:57.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:57 smithi107 bash[20033]: audit 2024-09-21T18:58:56.350839+0000 mon.smithi107 (mon.0) 673 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:57.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:57 smithi107 bash[20033]: audit 2024-09-21T18:58:56.350839+0000 mon.smithi107 (mon.0) 673 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:57.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:57 smithi107 bash[20033]: audit 2024-09-21T18:58:56.570045+0000 mon.smithi107 (mon.0) 674 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:58:57.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:57 smithi107 bash[20033]: audit 2024-09-21T18:58:56.570045+0000 mon.smithi107 (mon.0) 674 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:58:57.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:57 smithi160 bash[25034]: audit 2024-09-21T18:58:56.345303+0000 mon.smithi107 (mon.0) 670 : audit [INF] from='osd.7 [v2:172.21.15.107:6826/3596778906,v1:172.21.15.107:6827/3596778906]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-21T18:58:57.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:57 smithi160 bash[25034]: audit 2024-09-21T18:58:56.345303+0000 mon.smithi107 (mon.0) 670 : audit [INF] from='osd.7 [v2:172.21.15.107:6826/3596778906,v1:172.21.15.107:6827/3596778906]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-21T18:58:57.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:57 smithi160 bash[25034]: cluster 2024-09-21T18:58:56.349834+0000 mon.smithi107 (mon.0) 671 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-09-21T18:58:57.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:57 smithi160 bash[25034]: cluster 2024-09-21T18:58:56.349834+0000 mon.smithi107 (mon.0) 671 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-09-21T18:58:57.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:57 smithi160 bash[25034]: audit 2024-09-21T18:58:56.350295+0000 mon.smithi107 (mon.0) 672 : audit [INF] from='osd.7 [v2:172.21.15.107:6826/3596778906,v1:172.21.15.107:6827/3596778906]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi107", "root=default"]} : dispatch 2024-09-21T18:58:57.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:57 smithi160 bash[25034]: audit 2024-09-21T18:58:56.350295+0000 mon.smithi107 (mon.0) 672 : audit [INF] from='osd.7 [v2:172.21.15.107:6826/3596778906,v1:172.21.15.107:6827/3596778906]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi107", "root=default"]} : dispatch 2024-09-21T18:58:57.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:57 smithi160 bash[25034]: audit 2024-09-21T18:58:56.350839+0000 mon.smithi107 (mon.0) 673 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:57.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:57 smithi160 bash[25034]: audit 2024-09-21T18:58:56.350839+0000 mon.smithi107 (mon.0) 673 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:57.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:57 smithi160 bash[25034]: audit 2024-09-21T18:58:56.570045+0000 mon.smithi107 (mon.0) 674 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:58:57.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:57 smithi160 bash[25034]: audit 2024-09-21T18:58:56.570045+0000 mon.smithi107 (mon.0) 674 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:58:58.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:58 smithi107 bash[20033]: cluster 2024-09-21T18:58:57.291260+0000 mgr.smithi107.uonppz (mgr.14203) 140 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-21T18:58:58.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:58 smithi107 bash[20033]: cluster 2024-09-21T18:58:57.291260+0000 mgr.smithi107.uonppz (mgr.14203) 140 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-21T18:58:58.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:58 smithi107 bash[20033]: audit 2024-09-21T18:58:57.347964+0000 mon.smithi107 (mon.0) 675 : audit [INF] from='osd.7 [v2:172.21.15.107:6826/3596778906,v1:172.21.15.107:6827/3596778906]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-09-21T18:58:58.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:58 smithi107 bash[20033]: audit 2024-09-21T18:58:57.347964+0000 mon.smithi107 (mon.0) 675 : audit [INF] from='osd.7 [v2:172.21.15.107:6826/3596778906,v1:172.21.15.107:6827/3596778906]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-09-21T18:58:58.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:58 smithi107 bash[20033]: cluster 2024-09-21T18:58:57.352997+0000 mon.smithi107 (mon.0) 676 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-09-21T18:58:58.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:58 smithi107 bash[20033]: cluster 2024-09-21T18:58:57.352997+0000 mon.smithi107 (mon.0) 676 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-09-21T18:58:58.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:58 smithi107 bash[20033]: audit 2024-09-21T18:58:57.354236+0000 mon.smithi107 (mon.0) 677 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:58.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:58 smithi107 bash[20033]: audit 2024-09-21T18:58:57.354236+0000 mon.smithi107 (mon.0) 677 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:58.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:58 smithi107 bash[20033]: audit 2024-09-21T18:58:57.361888+0000 mon.smithi107 (mon.0) 678 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:58.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:58 smithi107 bash[20033]: audit 2024-09-21T18:58:57.361888+0000 mon.smithi107 (mon.0) 678 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:58.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:58 smithi107 bash[20033]: cluster 2024-09-21T18:58:57.742726+0000 mon.smithi107 (mon.0) 679 : cluster [INF] osd.7 [v2:172.21.15.107:6826/3596778906,v1:172.21.15.107:6827/3596778906] boot 2024-09-21T18:58:58.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:58 smithi107 bash[20033]: cluster 2024-09-21T18:58:57.742726+0000 mon.smithi107 (mon.0) 679 : cluster [INF] osd.7 [v2:172.21.15.107:6826/3596778906,v1:172.21.15.107:6827/3596778906] boot 2024-09-21T18:58:58.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:58 smithi107 bash[20033]: cluster 2024-09-21T18:58:57.742779+0000 mon.smithi107 (mon.0) 680 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-09-21T18:58:58.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:58 smithi107 bash[20033]: cluster 2024-09-21T18:58:57.742779+0000 mon.smithi107 (mon.0) 680 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-09-21T18:58:58.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:58 smithi107 bash[20033]: audit 2024-09-21T18:58:57.743208+0000 mon.smithi107 (mon.0) 681 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:58.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:58 smithi107 bash[20033]: audit 2024-09-21T18:58:57.743208+0000 mon.smithi107 (mon.0) 681 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:58.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:58 smithi107 bash[20033]: audit 2024-09-21T18:58:57.821540+0000 mon.smithi107 (mon.0) 682 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:58.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:58 smithi107 bash[20033]: audit 2024-09-21T18:58:57.821540+0000 mon.smithi107 (mon.0) 682 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:58.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:58 smithi107 bash[20033]: audit 2024-09-21T18:58:57.830984+0000 mon.smithi107 (mon.0) 683 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:58.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:58 smithi107 bash[20033]: audit 2024-09-21T18:58:57.830984+0000 mon.smithi107 (mon.0) 683 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:58.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:58 smithi107 bash[20033]: audit 2024-09-21T18:58:58.135658+0000 mon.smithi107 (mon.0) 684 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:58:58.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:58 smithi107 bash[20033]: audit 2024-09-21T18:58:58.135658+0000 mon.smithi107 (mon.0) 684 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:58:58.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:58 smithi160 bash[25034]: cluster 2024-09-21T18:58:57.291260+0000 mgr.smithi107.uonppz (mgr.14203) 140 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-21T18:58:58.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:58 smithi160 bash[25034]: cluster 2024-09-21T18:58:57.291260+0000 mgr.smithi107.uonppz (mgr.14203) 140 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-21T18:58:58.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:58 smithi160 bash[25034]: audit 2024-09-21T18:58:57.347964+0000 mon.smithi107 (mon.0) 675 : audit [INF] from='osd.7 [v2:172.21.15.107:6826/3596778906,v1:172.21.15.107:6827/3596778906]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-09-21T18:58:58.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:58 smithi160 bash[25034]: audit 2024-09-21T18:58:57.347964+0000 mon.smithi107 (mon.0) 675 : audit [INF] from='osd.7 [v2:172.21.15.107:6826/3596778906,v1:172.21.15.107:6827/3596778906]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-09-21T18:58:58.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:58 smithi160 bash[25034]: cluster 2024-09-21T18:58:57.352997+0000 mon.smithi107 (mon.0) 676 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-09-21T18:58:58.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:58 smithi160 bash[25034]: cluster 2024-09-21T18:58:57.352997+0000 mon.smithi107 (mon.0) 676 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-09-21T18:58:58.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:58 smithi160 bash[25034]: audit 2024-09-21T18:58:57.354236+0000 mon.smithi107 (mon.0) 677 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:58.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:58 smithi160 bash[25034]: audit 2024-09-21T18:58:57.354236+0000 mon.smithi107 (mon.0) 677 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:58.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:58 smithi160 bash[25034]: audit 2024-09-21T18:58:57.361888+0000 mon.smithi107 (mon.0) 678 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:58.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:58 smithi160 bash[25034]: audit 2024-09-21T18:58:57.361888+0000 mon.smithi107 (mon.0) 678 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:58.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:58 smithi160 bash[25034]: cluster 2024-09-21T18:58:57.742726+0000 mon.smithi107 (mon.0) 679 : cluster [INF] osd.7 [v2:172.21.15.107:6826/3596778906,v1:172.21.15.107:6827/3596778906] boot 2024-09-21T18:58:58.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:58 smithi160 bash[25034]: cluster 2024-09-21T18:58:57.742726+0000 mon.smithi107 (mon.0) 679 : cluster [INF] osd.7 [v2:172.21.15.107:6826/3596778906,v1:172.21.15.107:6827/3596778906] boot 2024-09-21T18:58:58.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:58 smithi160 bash[25034]: cluster 2024-09-21T18:58:57.742779+0000 mon.smithi107 (mon.0) 680 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-09-21T18:58:58.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:58 smithi160 bash[25034]: cluster 2024-09-21T18:58:57.742779+0000 mon.smithi107 (mon.0) 680 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-09-21T18:58:58.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:58 smithi160 bash[25034]: audit 2024-09-21T18:58:57.743208+0000 mon.smithi107 (mon.0) 681 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:58.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:58 smithi160 bash[25034]: audit 2024-09-21T18:58:57.743208+0000 mon.smithi107 (mon.0) 681 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T18:58:58.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:58 smithi160 bash[25034]: audit 2024-09-21T18:58:57.821540+0000 mon.smithi107 (mon.0) 682 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:58.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:58 smithi160 bash[25034]: audit 2024-09-21T18:58:57.821540+0000 mon.smithi107 (mon.0) 682 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:58.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:58 smithi160 bash[25034]: audit 2024-09-21T18:58:57.830984+0000 mon.smithi107 (mon.0) 683 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:58.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:58 smithi160 bash[25034]: audit 2024-09-21T18:58:57.830984+0000 mon.smithi107 (mon.0) 683 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:58:58.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:58 smithi160 bash[25034]: audit 2024-09-21T18:58:58.135658+0000 mon.smithi107 (mon.0) 684 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:58:58.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:58 smithi160 bash[25034]: audit 2024-09-21T18:58:58.135658+0000 mon.smithi107 (mon.0) 684 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:58:59.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:59 smithi107 bash[20033]: cluster 2024-09-21T18:58:56.699674+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:59.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:59 smithi107 bash[20033]: cluster 2024-09-21T18:58:56.699674+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:59.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:59 smithi107 bash[20033]: cluster 2024-09-21T18:58:56.699746+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:59.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:59 smithi107 bash[20033]: cluster 2024-09-21T18:58:56.699746+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:59.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:59 smithi107 bash[20033]: cluster 2024-09-21T18:58:58.745019+0000 mon.smithi107 (mon.0) 685 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-09-21T18:58:59.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:58:59 smithi107 bash[20033]: cluster 2024-09-21T18:58:58.745019+0000 mon.smithi107 (mon.0) 685 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-09-21T18:58:59.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:59 smithi160 bash[25034]: cluster 2024-09-21T18:58:56.699674+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:59.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:59 smithi160 bash[25034]: cluster 2024-09-21T18:58:56.699674+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:58:59.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:59 smithi160 bash[25034]: cluster 2024-09-21T18:58:56.699746+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:59.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:59 smithi160 bash[25034]: cluster 2024-09-21T18:58:56.699746+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:58:59.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:59 smithi160 bash[25034]: cluster 2024-09-21T18:58:58.745019+0000 mon.smithi107 (mon.0) 685 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-09-21T18:58:59.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:58:59 smithi160 bash[25034]: cluster 2024-09-21T18:58:58.745019+0000 mon.smithi107 (mon.0) 685 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-09-21T18:59:00.281 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T18:59:00.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:00 smithi107 bash[20033]: cluster 2024-09-21T18:58:59.291861+0000 mgr.smithi107.uonppz (mgr.14203) 141 : cluster [DBG] pgmap v111: 1 pgs: 1 remapped+peering; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:00.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:00 smithi107 bash[20033]: cluster 2024-09-21T18:58:59.291861+0000 mgr.smithi107.uonppz (mgr.14203) 141 : cluster [DBG] pgmap v111: 1 pgs: 1 remapped+peering; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:00.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:00 smithi107 bash[20033]: cluster 2024-09-21T18:58:59.752755+0000 mon.smithi107 (mon.0) 686 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-09-21T18:59:00.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:00 smithi107 bash[20033]: cluster 2024-09-21T18:58:59.752755+0000 mon.smithi107 (mon.0) 686 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-09-21T18:59:01.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:00 smithi160 bash[25034]: cluster 2024-09-21T18:58:59.291861+0000 mgr.smithi107.uonppz (mgr.14203) 141 : cluster [DBG] pgmap v111: 1 pgs: 1 remapped+peering; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:01.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:00 smithi160 bash[25034]: cluster 2024-09-21T18:58:59.291861+0000 mgr.smithi107.uonppz (mgr.14203) 141 : cluster [DBG] pgmap v111: 1 pgs: 1 remapped+peering; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:01.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:00 smithi160 bash[25034]: cluster 2024-09-21T18:58:59.752755+0000 mon.smithi107 (mon.0) 686 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-09-21T18:59:01.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:00 smithi160 bash[25034]: cluster 2024-09-21T18:58:59.752755+0000 mon.smithi107 (mon.0) 686 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-09-21T18:59:01.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:01 smithi107 bash[20033]: cluster 2024-09-21T18:59:00.756152+0000 mon.smithi107 (mon.0) 687 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-09-21T18:59:01.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:01 smithi107 bash[20033]: cluster 2024-09-21T18:59:00.756152+0000 mon.smithi107 (mon.0) 687 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-09-21T18:59:01.925 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T18:59:02.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:01 smithi160 bash[25034]: cluster 2024-09-21T18:59:00.756152+0000 mon.smithi107 (mon.0) 687 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-09-21T18:59:02.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:01 smithi160 bash[25034]: cluster 2024-09-21T18:59:00.756152+0000 mon.smithi107 (mon.0) 687 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-09-21T18:59:02.669 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":42,"num_osds":8,"num_up_osds":8,"osd_up_since":1726945137,"num_in_osds":8,"osd_in_since":1726945078,"num_remapped_pgs":0} 2024-09-21T18:59:02.670 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph osd dump --format=json 2024-09-21T18:59:03.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:02 smithi107 bash[20033]: cluster 2024-09-21T18:59:01.292412+0000 mgr.smithi107.uonppz (mgr.14203) 142 : cluster [DBG] pgmap v114: 1 pgs: 1 remapped+peering; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:03.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:02 smithi107 bash[20033]: cluster 2024-09-21T18:59:01.292412+0000 mgr.smithi107.uonppz (mgr.14203) 142 : cluster [DBG] pgmap v114: 1 pgs: 1 remapped+peering; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:03.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:02 smithi107 bash[20033]: cluster 2024-09-21T18:59:01.771708+0000 mon.smithi107 (mon.0) 688 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-09-21T18:59:03.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:02 smithi107 bash[20033]: cluster 2024-09-21T18:59:01.771708+0000 mon.smithi107 (mon.0) 688 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-09-21T18:59:03.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:02 smithi107 bash[20033]: audit 2024-09-21T18:59:01.924834+0000 mon.smithi107 (mon.0) 689 : audit [DBG] from='client.? 172.21.15.107:0/1824587874' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:59:03.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:02 smithi107 bash[20033]: audit 2024-09-21T18:59:01.924834+0000 mon.smithi107 (mon.0) 689 : audit [DBG] from='client.? 172.21.15.107:0/1824587874' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:59:03.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:02 smithi160 bash[25034]: cluster 2024-09-21T18:59:01.292412+0000 mgr.smithi107.uonppz (mgr.14203) 142 : cluster [DBG] pgmap v114: 1 pgs: 1 remapped+peering; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:03.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:02 smithi160 bash[25034]: cluster 2024-09-21T18:59:01.292412+0000 mgr.smithi107.uonppz (mgr.14203) 142 : cluster [DBG] pgmap v114: 1 pgs: 1 remapped+peering; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:03.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:02 smithi160 bash[25034]: cluster 2024-09-21T18:59:01.771708+0000 mon.smithi107 (mon.0) 688 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-09-21T18:59:03.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:02 smithi160 bash[25034]: cluster 2024-09-21T18:59:01.771708+0000 mon.smithi107 (mon.0) 688 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-09-21T18:59:03.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:02 smithi160 bash[25034]: audit 2024-09-21T18:59:01.924834+0000 mon.smithi107 (mon.0) 689 : audit [DBG] from='client.? 172.21.15.107:0/1824587874' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:59:03.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:02 smithi160 bash[25034]: audit 2024-09-21T18:59:01.924834+0000 mon.smithi107 (mon.0) 689 : audit [DBG] from='client.? 172.21.15.107:0/1824587874' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:59:05.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:04 smithi107 bash[20033]: cluster 2024-09-21T18:59:03.292764+0000 mgr.smithi107.uonppz (mgr.14203) 143 : cluster [DBG] pgmap v116: 1 pgs: 1 remapped+peering; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:05.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:04 smithi107 bash[20033]: cluster 2024-09-21T18:59:03.292764+0000 mgr.smithi107.uonppz (mgr.14203) 143 : cluster [DBG] pgmap v116: 1 pgs: 1 remapped+peering; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:05.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:04 smithi107 bash[20033]: audit 2024-09-21T18:59:03.686301+0000 mon.smithi107 (mon.0) 690 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:05.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:04 smithi107 bash[20033]: audit 2024-09-21T18:59:03.686301+0000 mon.smithi107 (mon.0) 690 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:05.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:04 smithi107 bash[20033]: audit 2024-09-21T18:59:03.693843+0000 mon.smithi107 (mon.0) 691 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:05.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:04 smithi107 bash[20033]: audit 2024-09-21T18:59:03.693843+0000 mon.smithi107 (mon.0) 691 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:05.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:04 smithi107 bash[20033]: audit 2024-09-21T18:59:03.935720+0000 mon.smithi107 (mon.0) 692 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:05.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:04 smithi107 bash[20033]: audit 2024-09-21T18:59:03.935720+0000 mon.smithi107 (mon.0) 692 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:05.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:04 smithi107 bash[20033]: audit 2024-09-21T18:59:03.940676+0000 mon.smithi107 (mon.0) 693 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:05.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:04 smithi107 bash[20033]: audit 2024-09-21T18:59:03.940676+0000 mon.smithi107 (mon.0) 693 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:05.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:04 smithi160 bash[25034]: cluster 2024-09-21T18:59:03.292764+0000 mgr.smithi107.uonppz (mgr.14203) 143 : cluster [DBG] pgmap v116: 1 pgs: 1 remapped+peering; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:05.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:04 smithi160 bash[25034]: cluster 2024-09-21T18:59:03.292764+0000 mgr.smithi107.uonppz (mgr.14203) 143 : cluster [DBG] pgmap v116: 1 pgs: 1 remapped+peering; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:05.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:04 smithi160 bash[25034]: audit 2024-09-21T18:59:03.686301+0000 mon.smithi107 (mon.0) 690 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:05.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:04 smithi160 bash[25034]: audit 2024-09-21T18:59:03.686301+0000 mon.smithi107 (mon.0) 690 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:05.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:04 smithi160 bash[25034]: audit 2024-09-21T18:59:03.693843+0000 mon.smithi107 (mon.0) 691 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:05.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:04 smithi160 bash[25034]: audit 2024-09-21T18:59:03.693843+0000 mon.smithi107 (mon.0) 691 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:05.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:04 smithi160 bash[25034]: audit 2024-09-21T18:59:03.935720+0000 mon.smithi107 (mon.0) 692 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:05.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:04 smithi160 bash[25034]: audit 2024-09-21T18:59:03.935720+0000 mon.smithi107 (mon.0) 692 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:05.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:04 smithi160 bash[25034]: audit 2024-09-21T18:59:03.940676+0000 mon.smithi107 (mon.0) 693 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:05.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:04 smithi160 bash[25034]: audit 2024-09-21T18:59:03.940676+0000 mon.smithi107 (mon.0) 693 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:07.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:06 smithi107 bash[20033]: cluster 2024-09-21T18:59:05.293265+0000 mgr.smithi107.uonppz (mgr.14203) 144 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-21T18:59:07.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:06 smithi107 bash[20033]: cluster 2024-09-21T18:59:05.293265+0000 mgr.smithi107.uonppz (mgr.14203) 144 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-21T18:59:07.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:06 smithi160 bash[25034]: cluster 2024-09-21T18:59:05.293265+0000 mgr.smithi107.uonppz (mgr.14203) 144 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-21T18:59:07.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:06 smithi160 bash[25034]: cluster 2024-09-21T18:59:05.293265+0000 mgr.smithi107.uonppz (mgr.14203) 144 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-21T18:59:07.468 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T18:59:08.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:08 smithi107 bash[20033]: cluster 2024-09-21T18:59:07.293830+0000 mgr.smithi107.uonppz (mgr.14203) 145 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-09-21T18:59:08.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:08 smithi107 bash[20033]: cluster 2024-09-21T18:59:07.293830+0000 mgr.smithi107.uonppz (mgr.14203) 145 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-09-21T18:59:08.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:08 smithi160 bash[25034]: cluster 2024-09-21T18:59:07.293830+0000 mgr.smithi107.uonppz (mgr.14203) 145 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-09-21T18:59:08.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:08 smithi160 bash[25034]: cluster 2024-09-21T18:59:07.293830+0000 mgr.smithi107.uonppz (mgr.14203) 145 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-09-21T18:59:08.948 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T18:59:08.948 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":42,"fsid":"96af9b06-784a-11ef-baf6-efdc52797490","created":"2024-09-21T18:53:20.743812+0000","modified":"2024-09-21T18:59:01.758086+0000","last_up_change":"2024-09-21T18:58:57.734759+0000","last_in_change":"2024-09-21T18:57:58.740962+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-21T18:58:39.640147+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,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"f2e51b26-c301-4d91-a381-f4956255ec59","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6800","nonce":2319248862},{"type":"v1","addr":"172.21.15.160:6801","nonce":2319248862}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":2319248862},{"type":"v1","addr":"172.21.15.160:6803","nonce":2319248862}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":2319248862},{"type":"v1","addr":"172.21.15.160:6807","nonce":2319248862}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":2319248862},{"type":"v1","addr":"172.21.15.160:6805","nonce":2319248862}]},"public_addr":"172.21.15.160:6801/2319248862","cluster_addr":"172.21.15.160:6803/2319248862","heartbeat_back_addr":"172.21.15.160:6807/2319248862","heartbeat_front_addr":"172.21.15.160:6805/2319248862","state":["exists","up"]},{"osd":1,"uuid":"64cf7685-d6ec-4496-8d2d-d395b53970f6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6802","nonce":1217442595},{"type":"v1","addr":"172.21.15.107:6803","nonce":1217442595}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6804","nonce":1217442595},{"type":"v1","addr":"172.21.15.107:6805","nonce":1217442595}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6808","nonce":1217442595},{"type":"v1","addr":"172.21.15.107:6809","nonce":1217442595}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6806","nonce":1217442595},{"type":"v1","addr":"172.21.15.107:6807","nonce":1217442595}]},"public_addr":"172.21.15.107:6803/1217442595","cluster_addr":"172.21.15.107:6805/1217442595","heartbeat_back_addr":"172.21.15.107:6809/1217442595","heartbeat_front_addr":"172.21.15.107:6807/1217442595","state":["exists","up"]},{"osd":2,"uuid":"670dfac5-788b-4d3e-8c3d-70ebe09117b8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6808","nonce":3174629730},{"type":"v1","addr":"172.21.15.160:6809","nonce":3174629730}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6810","nonce":3174629730},{"type":"v1","addr":"172.21.15.160:6811","nonce":3174629730}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6814","nonce":3174629730},{"type":"v1","addr":"172.21.15.160:6815","nonce":3174629730}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6812","nonce":3174629730},{"type":"v1","addr":"172.21.15.160:6813","nonce":3174629730}]},"public_addr":"172.21.15.160:6809/3174629730","cluster_addr":"172.21.15.160:6811/3174629730","heartbeat_back_addr":"172.21.15.160:6815/3174629730","heartbeat_front_addr":"172.21.15.160:6813/3174629730","state":["exists","up"]},{"osd":3,"uuid":"5d75ea87-8a74-45da-98ab-86d114859fa3","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.107:6810","nonce":3624012315},{"type":"v1","addr":"172.21.15.107:6811","nonce":3624012315}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6812","nonce":3624012315},{"type":"v1","addr":"172.21.15.107:6813","nonce":3624012315}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6816","nonce":3624012315},{"type":"v1","addr":"172.21.15.107:6817","nonce":3624012315}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6814","nonce":3624012315},{"type":"v1","addr":"172.21.15.107:6815","nonce":3624012315}]},"public_addr":"172.21.15.107:6811/3624012315","cluster_addr":"172.21.15.107:6813/3624012315","heartbeat_back_addr":"172.21.15.107:6817/3624012315","heartbeat_front_addr":"172.21.15.107:6815/3624012315","state":["exists","up"]},{"osd":4,"uuid":"32da8397-5729-4bb2-9ee3-9042739938c5","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.160:6816","nonce":1715763008},{"type":"v1","addr":"172.21.15.160:6817","nonce":1715763008}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6818","nonce":1715763008},{"type":"v1","addr":"172.21.15.160:6819","nonce":1715763008}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6822","nonce":1715763008},{"type":"v1","addr":"172.21.15.160:6823","nonce":1715763008}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6820","nonce":1715763008},{"type":"v1","addr":"172.21.15.160:6821","nonce":1715763008}]},"public_addr":"172.21.15.160:6817/1715763008","cluster_addr":"172.21.15.160:6819/1715763008","heartbeat_back_addr":"172.21.15.160:6823/1715763008","heartbeat_front_addr":"172.21.15.160:6821/1715763008","state":["exists","up"]},{"osd":5,"uuid":"8c999ac9-d216-4bc5-b213-9eed010e5d00","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6818","nonce":2573948633},{"type":"v1","addr":"172.21.15.107:6819","nonce":2573948633}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6820","nonce":2573948633},{"type":"v1","addr":"172.21.15.107:6821","nonce":2573948633}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6824","nonce":2573948633},{"type":"v1","addr":"172.21.15.107:6825","nonce":2573948633}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6822","nonce":2573948633},{"type":"v1","addr":"172.21.15.107:6823","nonce":2573948633}]},"public_addr":"172.21.15.107:6819/2573948633","cluster_addr":"172.21.15.107:6821/2573948633","heartbeat_back_addr":"172.21.15.107:6825/2573948633","heartbeat_front_addr":"172.21.15.107:6823/2573948633","state":["exists","up"]},{"osd":6,"uuid":"eaa842fc-4b42-4556-b78e-f439415c2435","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6824","nonce":878320786},{"type":"v1","addr":"172.21.15.160:6825","nonce":878320786}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6826","nonce":878320786},{"type":"v1","addr":"172.21.15.160:6827","nonce":878320786}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6830","nonce":878320786},{"type":"v1","addr":"172.21.15.160:6831","nonce":878320786}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6828","nonce":878320786},{"type":"v1","addr":"172.21.15.160:6829","nonce":878320786}]},"public_addr":"172.21.15.160:6825/878320786","cluster_addr":"172.21.15.160:6827/878320786","heartbeat_back_addr":"172.21.15.160:6831/878320786","heartbeat_front_addr":"172.21.15.160:6829/878320786","state":["exists","up"]},{"osd":7,"uuid":"23de8e65-9218-4ce6-83bc-b50bbef57e6d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6826","nonce":3596778906},{"type":"v1","addr":"172.21.15.107:6827","nonce":3596778906}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6828","nonce":3596778906},{"type":"v1","addr":"172.21.15.107:6829","nonce":3596778906}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6832","nonce":3596778906},{"type":"v1","addr":"172.21.15.107:6833","nonce":3596778906}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6830","nonce":3596778906},{"type":"v1","addr":"172.21.15.107:6831","nonce":3596778906}]},"public_addr":"172.21.15.107:6827/3596778906","cluster_addr":"172.21.15.107:6829/3596778906","heartbeat_back_addr":"172.21.15.107:6833/3596778906","heartbeat_front_addr":"172.21.15.107:6831/3596778906","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T18:58:31.438238+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T18:58:37.142849+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T18:58:37.521210+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T18:58:42.286549+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T18:58:42.896564+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T18:58:50.492183+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T18:58:48.683122+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T18:58:56.699749+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.107:6801/4129158564":"2024-09-22T18:53:49.532017+0000","172.21.15.107:6800/4129158564":"2024-09-22T18:53:49.532017+0000","172.21.15.107:0/3641150929":"2024-09-22T18:53:49.532017+0000","172.21.15.107:6800/3952884473":"2024-09-22T18:56:11.251457+0000","172.21.15.107:0/3043442223":"2024-09-22T18:53:49.532017+0000","172.21.15.107:6800/2807342173":"2024-09-22T18:54:41.248991+0000","172.21.15.107:0/4058226542":"2024-09-22T18:53:49.532017+0000","172.21.15.107:0/884545822":"2024-09-22T18:54:41.248991+0000","172.21.15.107:0/1837481538":"2024-09-22T18:54:41.248991+0000","172.21.15.107:0/1548792760":"2024-09-22T18:56:11.251457+0000","172.21.15.107:6801/2807342173":"2024-09-22T18:54:41.248991+0000","172.21.15.107:6801/3952884473":"2024-09-22T18:56:11.251457+0000","172.21.15.107:0/3546257905":"2024-09-22T18:54:41.248991+0000","172.21.15.107:0/2857968851":"2024-09-22T18:56:11.251457+0000","172.21.15.107:0/1159050662":"2024-09-22T18:56:11.251457+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-21T18:59:09.751 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-21T18:58:39.640147+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, 'is_stretch_pool': False, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '24', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 7.889999866485596, 'score_stable': 7.889999866485596, 'optimal_score': 0.3799999952316284, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-09-21T18:59:09.751 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph osd pool get .mgr pg_num 2024-09-21T18:59:09.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:09 smithi160 bash[25034]: audit 2024-09-21T18:59:08.947489+0000 mon.smithi107 (mon.0) 694 : audit [DBG] from='client.? 172.21.15.107:0/1067773167' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T18:59:09.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:09 smithi160 bash[25034]: audit 2024-09-21T18:59:08.947489+0000 mon.smithi107 (mon.0) 694 : audit [DBG] from='client.? 172.21.15.107:0/1067773167' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T18:59:10.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:09 smithi107 bash[20033]: audit 2024-09-21T18:59:08.947489+0000 mon.smithi107 (mon.0) 694 : audit [DBG] from='client.? 172.21.15.107:0/1067773167' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T18:59:10.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:09 smithi107 bash[20033]: audit 2024-09-21T18:59:08.947489+0000 mon.smithi107 (mon.0) 694 : audit [DBG] from='client.? 172.21.15.107:0/1067773167' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T18:59:10.837 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:10 smithi160 bash[25034]: cluster 2024-09-21T18:59:09.294458+0000 mgr.smithi107.uonppz (mgr.14203) 146 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-09-21T18:59:10.837 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:10 smithi160 bash[25034]: cluster 2024-09-21T18:59:09.294458+0000 mgr.smithi107.uonppz (mgr.14203) 146 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-09-21T18:59:10.961 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:10 smithi107 bash[20033]: cluster 2024-09-21T18:59:09.294458+0000 mgr.smithi107.uonppz (mgr.14203) 146 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-09-21T18:59:10.961 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:10 smithi107 bash[20033]: cluster 2024-09-21T18:59:09.294458+0000 mgr.smithi107.uonppz (mgr.14203) 146 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-09-21T18:59:11.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:11 smithi107 bash[20033]: audit 2024-09-21T18:59:11.570628+0000 mon.smithi107 (mon.0) 695 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:59:11.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:11 smithi107 bash[20033]: audit 2024-09-21T18:59:11.570628+0000 mon.smithi107 (mon.0) 695 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:59:12.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:11 smithi160 bash[25034]: audit 2024-09-21T18:59:11.570628+0000 mon.smithi107 (mon.0) 695 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:59:12.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:11 smithi160 bash[25034]: audit 2024-09-21T18:59:11.570628+0000 mon.smithi107 (mon.0) 695 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:59:13.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:12 smithi107 bash[20033]: cluster 2024-09-21T18:59:11.294956+0000 mgr.smithi107.uonppz (mgr.14203) 147 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-21T18:59:13.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:12 smithi107 bash[20033]: cluster 2024-09-21T18:59:11.294956+0000 mgr.smithi107.uonppz (mgr.14203) 147 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-21T18:59:13.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:12 smithi160 bash[25034]: cluster 2024-09-21T18:59:11.294956+0000 mgr.smithi107.uonppz (mgr.14203) 147 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-21T18:59:13.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:12 smithi160 bash[25034]: cluster 2024-09-21T18:59:11.294956+0000 mgr.smithi107.uonppz (mgr.14203) 147 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-21T18:59:14.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:14 smithi160 bash[25034]: cluster 2024-09-21T18:59:13.295309+0000 mgr.smithi107.uonppz (mgr.14203) 148 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-09-21T18:59:14.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:14 smithi160 bash[25034]: cluster 2024-09-21T18:59:13.295309+0000 mgr.smithi107.uonppz (mgr.14203) 148 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-09-21T18:59:15.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:14 smithi107 bash[20033]: cluster 2024-09-21T18:59:13.295309+0000 mgr.smithi107.uonppz (mgr.14203) 148 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-09-21T18:59:15.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:14 smithi107 bash[20033]: cluster 2024-09-21T18:59:13.295309+0000 mgr.smithi107.uonppz (mgr.14203) 148 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-09-21T18:59:15.316 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T18:59:16.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:16 smithi107 bash[20033]: cephadm 2024-09-21T18:59:15.221854+0000 mgr.smithi107.uonppz (mgr.14203) 149 : cephadm [INF] Detected new or changed devices on smithi160 2024-09-21T18:59:16.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:16 smithi107 bash[20033]: cephadm 2024-09-21T18:59:15.221854+0000 mgr.smithi107.uonppz (mgr.14203) 149 : cephadm [INF] Detected new or changed devices on smithi160 2024-09-21T18:59:16.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:16 smithi107 bash[20033]: audit 2024-09-21T18:59:15.229794+0000 mon.smithi107 (mon.0) 696 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:16.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:16 smithi107 bash[20033]: audit 2024-09-21T18:59:15.229794+0000 mon.smithi107 (mon.0) 696 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:16.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:16 smithi107 bash[20033]: audit 2024-09-21T18:59:15.235769+0000 mon.smithi107 (mon.0) 697 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:16.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:16 smithi107 bash[20033]: audit 2024-09-21T18:59:15.235769+0000 mon.smithi107 (mon.0) 697 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:16.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:16 smithi107 bash[20033]: audit 2024-09-21T18:59:15.237645+0000 mon.smithi107 (mon.0) 698 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:16.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:16 smithi107 bash[20033]: audit 2024-09-21T18:59:15.237645+0000 mon.smithi107 (mon.0) 698 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:16.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:16 smithi107 bash[20033]: audit 2024-09-21T18:59:15.238705+0000 mon.smithi107 (mon.0) 699 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:16.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:16 smithi107 bash[20033]: audit 2024-09-21T18:59:15.238705+0000 mon.smithi107 (mon.0) 699 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:16.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:16 smithi107 bash[20033]: audit 2024-09-21T18:59:15.239585+0000 mon.smithi107 (mon.0) 700 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:16.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:16 smithi107 bash[20033]: audit 2024-09-21T18:59:15.239585+0000 mon.smithi107 (mon.0) 700 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:16.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:16 smithi107 bash[20033]: audit 2024-09-21T18:59:15.240428+0000 mon.smithi107 (mon.0) 701 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:16.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:16 smithi107 bash[20033]: audit 2024-09-21T18:59:15.240428+0000 mon.smithi107 (mon.0) 701 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:16.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:16 smithi107 bash[20033]: cephadm 2024-09-21T18:59:15.241099+0000 mgr.smithi107.uonppz (mgr.14203) 150 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 3772M 2024-09-21T18:59:16.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:16 smithi107 bash[20033]: cephadm 2024-09-21T18:59:15.241099+0000 mgr.smithi107.uonppz (mgr.14203) 150 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 3772M 2024-09-21T18:59:16.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:16 smithi107 bash[20033]: audit 2024-09-21T18:59:15.246629+0000 mon.smithi107 (mon.0) 702 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:16.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:16 smithi107 bash[20033]: audit 2024-09-21T18:59:15.246629+0000 mon.smithi107 (mon.0) 702 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:16.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:16 smithi107 bash[20033]: cluster 2024-09-21T18:59:15.295725+0000 mgr.smithi107.uonppz (mgr.14203) 151 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T18:59:16.650 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:16 smithi107 bash[20033]: cluster 2024-09-21T18:59:15.295725+0000 mgr.smithi107.uonppz (mgr.14203) 151 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T18:59:16.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:16 smithi160 bash[25034]: cephadm 2024-09-21T18:59:15.221854+0000 mgr.smithi107.uonppz (mgr.14203) 149 : cephadm [INF] Detected new or changed devices on smithi160 2024-09-21T18:59:16.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:16 smithi160 bash[25034]: cephadm 2024-09-21T18:59:15.221854+0000 mgr.smithi107.uonppz (mgr.14203) 149 : cephadm [INF] Detected new or changed devices on smithi160 2024-09-21T18:59:16.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:16 smithi160 bash[25034]: audit 2024-09-21T18:59:15.229794+0000 mon.smithi107 (mon.0) 696 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:16.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:16 smithi160 bash[25034]: audit 2024-09-21T18:59:15.229794+0000 mon.smithi107 (mon.0) 696 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:16.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:16 smithi160 bash[25034]: audit 2024-09-21T18:59:15.235769+0000 mon.smithi107 (mon.0) 697 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:16.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:16 smithi160 bash[25034]: audit 2024-09-21T18:59:15.235769+0000 mon.smithi107 (mon.0) 697 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:16.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:16 smithi160 bash[25034]: audit 2024-09-21T18:59:15.237645+0000 mon.smithi107 (mon.0) 698 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:16.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:16 smithi160 bash[25034]: audit 2024-09-21T18:59:15.237645+0000 mon.smithi107 (mon.0) 698 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:16.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:16 smithi160 bash[25034]: audit 2024-09-21T18:59:15.238705+0000 mon.smithi107 (mon.0) 699 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:16.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:16 smithi160 bash[25034]: audit 2024-09-21T18:59:15.238705+0000 mon.smithi107 (mon.0) 699 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:16.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:16 smithi160 bash[25034]: audit 2024-09-21T18:59:15.239585+0000 mon.smithi107 (mon.0) 700 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:16.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:16 smithi160 bash[25034]: audit 2024-09-21T18:59:15.239585+0000 mon.smithi107 (mon.0) 700 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:16.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:16 smithi160 bash[25034]: audit 2024-09-21T18:59:15.240428+0000 mon.smithi107 (mon.0) 701 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:16.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:16 smithi160 bash[25034]: audit 2024-09-21T18:59:15.240428+0000 mon.smithi107 (mon.0) 701 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:16.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:16 smithi160 bash[25034]: cephadm 2024-09-21T18:59:15.241099+0000 mgr.smithi107.uonppz (mgr.14203) 150 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 3772M 2024-09-21T18:59:16.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:16 smithi160 bash[25034]: cephadm 2024-09-21T18:59:15.241099+0000 mgr.smithi107.uonppz (mgr.14203) 150 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 3772M 2024-09-21T18:59:16.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:16 smithi160 bash[25034]: audit 2024-09-21T18:59:15.246629+0000 mon.smithi107 (mon.0) 702 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:16.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:16 smithi160 bash[25034]: audit 2024-09-21T18:59:15.246629+0000 mon.smithi107 (mon.0) 702 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:16.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:16 smithi160 bash[25034]: cluster 2024-09-21T18:59:15.295725+0000 mgr.smithi107.uonppz (mgr.14203) 151 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T18:59:16.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:16 smithi160 bash[25034]: cluster 2024-09-21T18:59:15.295725+0000 mgr.smithi107.uonppz (mgr.14203) 151 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T18:59:17.456 INFO:teuthology.orchestra.run.smithi107.stdout:pg_num: 1 2024-09-21T18:59:17.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: cephadm 2024-09-21T18:59:16.555241+0000 mgr.smithi107.uonppz (mgr.14203) 152 : cephadm [INF] Detected new or changed devices on smithi107 2024-09-21T18:59:17.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: cephadm 2024-09-21T18:59:16.555241+0000 mgr.smithi107.uonppz (mgr.14203) 152 : cephadm [INF] Detected new or changed devices on smithi107 2024-09-21T18:59:17.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:16.565628+0000 mon.smithi107 (mon.0) 703 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:17.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:16.565628+0000 mon.smithi107 (mon.0) 703 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:17.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:16.576547+0000 mon.smithi107 (mon.0) 704 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:17.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:16.576547+0000 mon.smithi107 (mon.0) 704 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:17.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:16.581468+0000 mon.smithi107 (mon.0) 705 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:17.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:16.581468+0000 mon.smithi107 (mon.0) 705 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:17.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:16.583207+0000 mon.smithi107 (mon.0) 706 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:17.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:16.583207+0000 mon.smithi107 (mon.0) 706 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:17.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:16.584840+0000 mon.smithi107 (mon.0) 707 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:17.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:16.584840+0000 mon.smithi107 (mon.0) 707 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:17.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:16.586472+0000 mon.smithi107 (mon.0) 708 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:17.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:16.586472+0000 mon.smithi107 (mon.0) 708 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:17.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: cephadm 2024-09-21T18:59:16.587684+0000 mgr.smithi107.uonppz (mgr.14203) 153 : cephadm [INF] Adjusting osd_memory_target on smithi107 to 3004M 2024-09-21T18:59:17.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: cephadm 2024-09-21T18:59:16.587684+0000 mgr.smithi107.uonppz (mgr.14203) 153 : cephadm [INF] Adjusting osd_memory_target on smithi107 to 3004M 2024-09-21T18:59:17.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:16.593836+0000 mon.smithi107 (mon.0) 709 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:17.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:16.593836+0000 mon.smithi107 (mon.0) 709 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:17.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:16.598529+0000 mon.smithi107 (mon.0) 710 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:17.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:16.598529+0000 mon.smithi107 (mon.0) 710 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:17.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:16.599752+0000 mon.smithi107 (mon.0) 711 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:59:17.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:16.599752+0000 mon.smithi107 (mon.0) 711 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:59:17.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:16.608213+0000 mon.smithi107 (mon.0) 712 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:17.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:16.608213+0000 mon.smithi107 (mon.0) 712 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:17.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:16.611475+0000 mon.smithi107 (mon.0) 713 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:59:17.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:16.611475+0000 mon.smithi107 (mon.0) 713 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:59:17.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:16.620284+0000 mon.smithi107 (mon.0) 714 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:59:17.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:16.620284+0000 mon.smithi107 (mon.0) 714 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:59:17.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:16.621593+0000 mon.smithi107 (mon.0) 715 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:17.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:16.621593+0000 mon.smithi107 (mon.0) 715 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:17.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:16.628875+0000 mon.smithi107 (mon.0) 716 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:59:17.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:16.628875+0000 mon.smithi107 (mon.0) 716 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:59:17.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:16.630146+0000 mon.smithi107 (mon.0) 717 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:17.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:16.630146+0000 mon.smithi107 (mon.0) 717 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:17.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:17.456113+0000 mon.smithi107 (mon.0) 718 : audit [DBG] from='client.? 172.21.15.107:0/242065669' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T18:59:17.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:17 smithi107 bash[20033]: audit 2024-09-21T18:59:17.456113+0000 mon.smithi107 (mon.0) 718 : audit [DBG] from='client.? 172.21.15.107:0/242065669' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T18:59:17.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: cephadm 2024-09-21T18:59:16.555241+0000 mgr.smithi107.uonppz (mgr.14203) 152 : cephadm [INF] Detected new or changed devices on smithi107 2024-09-21T18:59:17.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: cephadm 2024-09-21T18:59:16.555241+0000 mgr.smithi107.uonppz (mgr.14203) 152 : cephadm [INF] Detected new or changed devices on smithi107 2024-09-21T18:59:17.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:16.565628+0000 mon.smithi107 (mon.0) 703 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:17.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:16.565628+0000 mon.smithi107 (mon.0) 703 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:17.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:16.576547+0000 mon.smithi107 (mon.0) 704 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:17.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:16.576547+0000 mon.smithi107 (mon.0) 704 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:17.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:16.581468+0000 mon.smithi107 (mon.0) 705 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:17.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:16.581468+0000 mon.smithi107 (mon.0) 705 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:17.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:16.583207+0000 mon.smithi107 (mon.0) 706 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:17.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:16.583207+0000 mon.smithi107 (mon.0) 706 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:17.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:16.584840+0000 mon.smithi107 (mon.0) 707 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:17.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:16.584840+0000 mon.smithi107 (mon.0) 707 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:17.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:16.586472+0000 mon.smithi107 (mon.0) 708 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:17.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:16.586472+0000 mon.smithi107 (mon.0) 708 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"} : dispatch 2024-09-21T18:59:17.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: cephadm 2024-09-21T18:59:16.587684+0000 mgr.smithi107.uonppz (mgr.14203) 153 : cephadm [INF] Adjusting osd_memory_target on smithi107 to 3004M 2024-09-21T18:59:17.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: cephadm 2024-09-21T18:59:16.587684+0000 mgr.smithi107.uonppz (mgr.14203) 153 : cephadm [INF] Adjusting osd_memory_target on smithi107 to 3004M 2024-09-21T18:59:17.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:16.593836+0000 mon.smithi107 (mon.0) 709 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:17.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:16.593836+0000 mon.smithi107 (mon.0) 709 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:17.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:16.598529+0000 mon.smithi107 (mon.0) 710 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:17.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:16.598529+0000 mon.smithi107 (mon.0) 710 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:17.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:16.599752+0000 mon.smithi107 (mon.0) 711 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:59:17.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:16.599752+0000 mon.smithi107 (mon.0) 711 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:59:17.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:16.608213+0000 mon.smithi107 (mon.0) 712 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:17.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:16.608213+0000 mon.smithi107 (mon.0) 712 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:17.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:16.611475+0000 mon.smithi107 (mon.0) 713 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:59:17.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:16.611475+0000 mon.smithi107 (mon.0) 713 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:59:17.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:16.620284+0000 mon.smithi107 (mon.0) 714 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:59:17.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:16.620284+0000 mon.smithi107 (mon.0) 714 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:59:17.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:16.621593+0000 mon.smithi107 (mon.0) 715 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:17.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:16.621593+0000 mon.smithi107 (mon.0) 715 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:17.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:16.628875+0000 mon.smithi107 (mon.0) 716 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:59:17.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:16.628875+0000 mon.smithi107 (mon.0) 716 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:59:17.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:16.630146+0000 mon.smithi107 (mon.0) 717 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:17.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:16.630146+0000 mon.smithi107 (mon.0) 717 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:17.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:17.456113+0000 mon.smithi107 (mon.0) 718 : audit [DBG] from='client.? 172.21.15.107:0/242065669' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T18:59:17.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:17 smithi160 bash[25034]: audit 2024-09-21T18:59:17.456113+0000 mon.smithi107 (mon.0) 718 : audit [DBG] from='client.? 172.21.15.107:0/242065669' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T18:59:18.167 INFO:tasks.cephadm:Setting up client nodes... 2024-09-21T18:59:18.167 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-21T18:59:18.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:18 smithi107 bash[20033]: cluster 2024-09-21T18:59:17.296075+0000 mgr.smithi107.uonppz (mgr.14203) 154 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:18.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:18 smithi107 bash[20033]: cluster 2024-09-21T18:59:17.296075+0000 mgr.smithi107.uonppz (mgr.14203) 154 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:18.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:18 smithi160 bash[25034]: cluster 2024-09-21T18:59:17.296075+0000 mgr.smithi107.uonppz (mgr.14203) 154 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:18.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:18 smithi160 bash[25034]: cluster 2024-09-21T18:59:17.296075+0000 mgr.smithi107.uonppz (mgr.14203) 154 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:20.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:20 smithi107 bash[20033]: cluster 2024-09-21T18:59:19.296639+0000 mgr.smithi107.uonppz (mgr.14203) 155 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:20.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:20 smithi107 bash[20033]: cluster 2024-09-21T18:59:19.296639+0000 mgr.smithi107.uonppz (mgr.14203) 155 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:20.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:20 smithi160 bash[25034]: cluster 2024-09-21T18:59:19.296639+0000 mgr.smithi107.uonppz (mgr.14203) 155 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:20.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:20 smithi160 bash[25034]: cluster 2024-09-21T18:59:19.296639+0000 mgr.smithi107.uonppz (mgr.14203) 155 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:22.777 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T18:59:22.890 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:22 smithi160 bash[25034]: cluster 2024-09-21T18:59:21.297264+0000 mgr.smithi107.uonppz (mgr.14203) 156 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:22.890 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:22 smithi160 bash[25034]: cluster 2024-09-21T18:59:21.297264+0000 mgr.smithi107.uonppz (mgr.14203) 156 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:22.938 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:22 smithi107 bash[20033]: cluster 2024-09-21T18:59:21.297264+0000 mgr.smithi107.uonppz (mgr.14203) 156 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:22.939 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:22 smithi107 bash[20033]: cluster 2024-09-21T18:59:21.297264+0000 mgr.smithi107.uonppz (mgr.14203) 156 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:24.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:24 smithi107 bash[20033]: cluster 2024-09-21T18:59:23.297777+0000 mgr.smithi107.uonppz (mgr.14203) 157 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:24.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:24 smithi107 bash[20033]: cluster 2024-09-21T18:59:23.297777+0000 mgr.smithi107.uonppz (mgr.14203) 157 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:24.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:24 smithi160 bash[25034]: cluster 2024-09-21T18:59:23.297777+0000 mgr.smithi107.uonppz (mgr.14203) 157 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:24.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:24 smithi160 bash[25034]: cluster 2024-09-21T18:59:23.297777+0000 mgr.smithi107.uonppz (mgr.14203) 157 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:25.043 INFO:teuthology.orchestra.run.smithi107.stdout:[client.0] 2024-09-21T18:59:25.043 INFO:teuthology.orchestra.run.smithi107.stdout: key = AQCNF+9moBJHAhAABX7a7pOBS0Z0FiyrOfytAA== 2024-09-21T18:59:25.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:25 smithi107 bash[20033]: audit 2024-09-21T18:59:25.037893+0000 mon.smithi107 (mon.0) 719 : audit [INF] from='client.? 172.21.15.107:0/1933364124' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-21T18:59:25.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:25 smithi107 bash[20033]: audit 2024-09-21T18:59:25.037893+0000 mon.smithi107 (mon.0) 719 : audit [INF] from='client.? 172.21.15.107:0/1933364124' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-21T18:59:25.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:25 smithi107 bash[20033]: audit 2024-09-21T18:59:25.042789+0000 mon.smithi107 (mon.0) 720 : audit [INF] from='client.? 172.21.15.107:0/1933364124' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-21T18:59:25.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:25 smithi107 bash[20033]: audit 2024-09-21T18:59:25.042789+0000 mon.smithi107 (mon.0) 720 : audit [INF] from='client.? 172.21.15.107:0/1933364124' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-21T18:59:25.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:25 smithi160 bash[25034]: audit 2024-09-21T18:59:25.037893+0000 mon.smithi107 (mon.0) 719 : audit [INF] from='client.? 172.21.15.107:0/1933364124' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-21T18:59:25.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:25 smithi160 bash[25034]: audit 2024-09-21T18:59:25.037893+0000 mon.smithi107 (mon.0) 719 : audit [INF] from='client.? 172.21.15.107:0/1933364124' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-21T18:59:25.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:25 smithi160 bash[25034]: audit 2024-09-21T18:59:25.042789+0000 mon.smithi107 (mon.0) 720 : audit [INF] from='client.? 172.21.15.107:0/1933364124' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-21T18:59:25.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:25 smithi160 bash[25034]: audit 2024-09-21T18:59:25.042789+0000 mon.smithi107 (mon.0) 720 : audit [INF] from='client.? 172.21.15.107:0/1933364124' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-21T18:59:26.224 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-21T18:59:26.224 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-21T18:59:26.224 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-21T18:59:26.245 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-21T18:59:27.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:27 smithi107 bash[20033]: cluster 2024-09-21T18:59:25.298302+0000 mgr.smithi107.uonppz (mgr.14203) 158 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:27.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:27 smithi107 bash[20033]: cluster 2024-09-21T18:59:25.298302+0000 mgr.smithi107.uonppz (mgr.14203) 158 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:27.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:27 smithi107 bash[20033]: audit 2024-09-21T18:59:26.570152+0000 mon.smithi107 (mon.0) 721 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:59:27.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:27 smithi107 bash[20033]: audit 2024-09-21T18:59:26.570152+0000 mon.smithi107 (mon.0) 721 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:59:27.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:27 smithi160 bash[25034]: cluster 2024-09-21T18:59:25.298302+0000 mgr.smithi107.uonppz (mgr.14203) 158 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:27.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:27 smithi160 bash[25034]: cluster 2024-09-21T18:59:25.298302+0000 mgr.smithi107.uonppz (mgr.14203) 158 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:27.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:27 smithi160 bash[25034]: audit 2024-09-21T18:59:26.570152+0000 mon.smithi107 (mon.0) 721 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:59:27.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:27 smithi160 bash[25034]: audit 2024-09-21T18:59:26.570152+0000 mon.smithi107 (mon.0) 721 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:59:29.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:29 smithi107 bash[20033]: cluster 2024-09-21T18:59:27.298827+0000 mgr.smithi107.uonppz (mgr.14203) 159 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:29.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:29 smithi107 bash[20033]: cluster 2024-09-21T18:59:27.298827+0000 mgr.smithi107.uonppz (mgr.14203) 159 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:29.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:29 smithi160 bash[25034]: cluster 2024-09-21T18:59:27.298827+0000 mgr.smithi107.uonppz (mgr.14203) 159 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:29.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:29 smithi160 bash[25034]: cluster 2024-09-21T18:59:27.298827+0000 mgr.smithi107.uonppz (mgr.14203) 159 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:31.016 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi160/config 2024-09-21T18:59:31.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:31 smithi107 bash[20033]: cluster 2024-09-21T18:59:29.299434+0000 mgr.smithi107.uonppz (mgr.14203) 160 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:31.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:31 smithi107 bash[20033]: cluster 2024-09-21T18:59:29.299434+0000 mgr.smithi107.uonppz (mgr.14203) 160 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:31.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:31 smithi160 bash[25034]: cluster 2024-09-21T18:59:29.299434+0000 mgr.smithi107.uonppz (mgr.14203) 160 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:31.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:31 smithi160 bash[25034]: cluster 2024-09-21T18:59:29.299434+0000 mgr.smithi107.uonppz (mgr.14203) 160 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:32.452 INFO:teuthology.orchestra.run.smithi160.stdout:[client.1] 2024-09-21T18:59:32.452 INFO:teuthology.orchestra.run.smithi160.stdout: key = AQCUF+9miVSUGhAA53vQTEpmwIpVtDwHActmlg== 2024-09-21T18:59:33.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:33 smithi107 bash[20033]: cluster 2024-09-21T18:59:31.300024+0000 mgr.smithi107.uonppz (mgr.14203) 161 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:33.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:33 smithi107 bash[20033]: cluster 2024-09-21T18:59:31.300024+0000 mgr.smithi107.uonppz (mgr.14203) 161 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:33.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:33 smithi107 bash[20033]: audit 2024-09-21T18:59:32.444170+0000 mon.smithi160 (mon.1) 18 : audit [INF] from='client.? 172.21.15.160:0/247624400' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-21T18:59:33.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:33 smithi107 bash[20033]: audit 2024-09-21T18:59:32.444170+0000 mon.smithi160 (mon.1) 18 : audit [INF] from='client.? 172.21.15.160:0/247624400' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-21T18:59:33.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:33 smithi107 bash[20033]: audit 2024-09-21T18:59:32.445616+0000 mon.smithi107 (mon.0) 722 : audit [INF] from='client.? ' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-21T18:59:33.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:33 smithi107 bash[20033]: audit 2024-09-21T18:59:32.445616+0000 mon.smithi107 (mon.0) 722 : audit [INF] from='client.? ' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-21T18:59:33.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:33 smithi107 bash[20033]: audit 2024-09-21T18:59:32.450375+0000 mon.smithi107 (mon.0) 723 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-21T18:59:33.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:33 smithi107 bash[20033]: audit 2024-09-21T18:59:32.450375+0000 mon.smithi107 (mon.0) 723 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-21T18:59:33.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:33 smithi160 bash[25034]: cluster 2024-09-21T18:59:31.300024+0000 mgr.smithi107.uonppz (mgr.14203) 161 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:33.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:33 smithi160 bash[25034]: cluster 2024-09-21T18:59:31.300024+0000 mgr.smithi107.uonppz (mgr.14203) 161 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:33.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:33 smithi160 bash[25034]: audit 2024-09-21T18:59:32.444170+0000 mon.smithi160 (mon.1) 18 : audit [INF] from='client.? 172.21.15.160:0/247624400' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-21T18:59:33.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:33 smithi160 bash[25034]: audit 2024-09-21T18:59:32.444170+0000 mon.smithi160 (mon.1) 18 : audit [INF] from='client.? 172.21.15.160:0/247624400' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-21T18:59:33.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:33 smithi160 bash[25034]: audit 2024-09-21T18:59:32.445616+0000 mon.smithi107 (mon.0) 722 : audit [INF] from='client.? ' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-21T18:59:33.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:33 smithi160 bash[25034]: audit 2024-09-21T18:59:32.445616+0000 mon.smithi107 (mon.0) 722 : audit [INF] from='client.? ' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-21T18:59:33.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:33 smithi160 bash[25034]: audit 2024-09-21T18:59:32.450375+0000 mon.smithi107 (mon.0) 723 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-21T18:59:33.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:33 smithi160 bash[25034]: audit 2024-09-21T18:59:32.450375+0000 mon.smithi107 (mon.0) 723 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-21T18:59:33.741 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-21T18:59:33.742 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-09-21T18:59:33.742 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-09-21T18:59:33.761 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph config log 1 --format=json 2024-09-21T18:59:35.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:35 smithi160 bash[25034]: cluster 2024-09-21T18:59:33.300582+0000 mgr.smithi107.uonppz (mgr.14203) 162 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:35.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:35 smithi160 bash[25034]: cluster 2024-09-21T18:59:33.300582+0000 mgr.smithi107.uonppz (mgr.14203) 162 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:35.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:35 smithi107 bash[20033]: cluster 2024-09-21T18:59:33.300582+0000 mgr.smithi107.uonppz (mgr.14203) 162 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:35.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:35 smithi107 bash[20033]: cluster 2024-09-21T18:59:33.300582+0000 mgr.smithi107.uonppz (mgr.14203) 162 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:37.137 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:37 smithi107 bash[20033]: cluster 2024-09-21T18:59:35.301257+0000 mgr.smithi107.uonppz (mgr.14203) 163 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:37.137 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:37 smithi107 bash[20033]: cluster 2024-09-21T18:59:35.301257+0000 mgr.smithi107.uonppz (mgr.14203) 163 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:37.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:37 smithi160 bash[25034]: cluster 2024-09-21T18:59:35.301257+0000 mgr.smithi107.uonppz (mgr.14203) 163 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:37.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:37 smithi160 bash[25034]: cluster 2024-09-21T18:59:35.301257+0000 mgr.smithi107.uonppz (mgr.14203) 163 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:38.107 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T18:59:39.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:39 smithi107 bash[20033]: cluster 2024-09-21T18:59:37.301789+0000 mgr.smithi107.uonppz (mgr.14203) 164 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:39.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:39 smithi107 bash[20033]: cluster 2024-09-21T18:59:37.301789+0000 mgr.smithi107.uonppz (mgr.14203) 164 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:39.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:39 smithi160 bash[25034]: cluster 2024-09-21T18:59:37.301789+0000 mgr.smithi107.uonppz (mgr.14203) 164 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:39.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:39 smithi160 bash[25034]: cluster 2024-09-21T18:59:37.301789+0000 mgr.smithi107.uonppz (mgr.14203) 164 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:39.482 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T18:59:40.241 INFO:teuthology.orchestra.run.smithi107.stdout:[{"version":17,"timestamp":"2024-09-21T18:59:16.588446+0000","name":"","changes":[{"name":"osd/host:smithi107/osd_memory_target","new_value":"3150261657"}]}] 2024-09-21T18:59:40.241 INFO:tasks.ceph_manager:config epoch is 17 2024-09-21T18:59:40.241 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-21T18:59:40.241 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-21T18:59:40.241 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph mgr dump --format=json 2024-09-21T18:59:40.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:40 smithi107 bash[20033]: audit 2024-09-21T18:59:39.481986+0000 mon.smithi107 (mon.0) 724 : audit [DBG] from='client.? 172.21.15.107:0/1235825578' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T18:59:40.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:40 smithi107 bash[20033]: audit 2024-09-21T18:59:39.481986+0000 mon.smithi107 (mon.0) 724 : audit [DBG] from='client.? 172.21.15.107:0/1235825578' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T18:59:40.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:40 smithi160 bash[25034]: audit 2024-09-21T18:59:39.481986+0000 mon.smithi107 (mon.0) 724 : audit [DBG] from='client.? 172.21.15.107:0/1235825578' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T18:59:40.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:40 smithi160 bash[25034]: audit 2024-09-21T18:59:39.481986+0000 mon.smithi107 (mon.0) 724 : audit [DBG] from='client.? 172.21.15.107:0/1235825578' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T18:59:41.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:41 smithi107 bash[20033]: cluster 2024-09-21T18:59:39.302175+0000 mgr.smithi107.uonppz (mgr.14203) 165 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:41.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:41 smithi107 bash[20033]: cluster 2024-09-21T18:59:39.302175+0000 mgr.smithi107.uonppz (mgr.14203) 165 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:41.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:41 smithi160 bash[25034]: cluster 2024-09-21T18:59:39.302175+0000 mgr.smithi107.uonppz (mgr.14203) 165 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:41.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:41 smithi160 bash[25034]: cluster 2024-09-21T18:59:39.302175+0000 mgr.smithi107.uonppz (mgr.14203) 165 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:42.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:42 smithi107 bash[20033]: audit 2024-09-21T18:59:41.571139+0000 mon.smithi107 (mon.0) 725 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:59:42.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:42 smithi107 bash[20033]: audit 2024-09-21T18:59:41.571139+0000 mon.smithi107 (mon.0) 725 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:59:42.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:42 smithi160 bash[25034]: audit 2024-09-21T18:59:41.571139+0000 mon.smithi107 (mon.0) 725 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:59:42.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:42 smithi160 bash[25034]: audit 2024-09-21T18:59:41.571139+0000 mon.smithi107 (mon.0) 725 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:59:43.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:43 smithi160 bash[25034]: cluster 2024-09-21T18:59:41.302796+0000 mgr.smithi107.uonppz (mgr.14203) 166 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:43.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:43 smithi160 bash[25034]: cluster 2024-09-21T18:59:41.302796+0000 mgr.smithi107.uonppz (mgr.14203) 166 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:43.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:43 smithi107 bash[20033]: cluster 2024-09-21T18:59:41.302796+0000 mgr.smithi107.uonppz (mgr.14203) 166 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:43.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:43 smithi107 bash[20033]: cluster 2024-09-21T18:59:41.302796+0000 mgr.smithi107.uonppz (mgr.14203) 166 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:44.286 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:44 smithi107 bash[20033]: cluster 2024-09-21T18:59:43.303426+0000 mgr.smithi107.uonppz (mgr.14203) 167 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:44.286 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:44 smithi107 bash[20033]: cluster 2024-09-21T18:59:43.303426+0000 mgr.smithi107.uonppz (mgr.14203) 167 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:44.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:44 smithi160 bash[25034]: cluster 2024-09-21T18:59:43.303426+0000 mgr.smithi107.uonppz (mgr.14203) 167 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:44.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:44 smithi160 bash[25034]: cluster 2024-09-21T18:59:43.303426+0000 mgr.smithi107.uonppz (mgr.14203) 167 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:45.201 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T18:59:46.615 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:46 smithi107 bash[20033]: cluster 2024-09-21T18:59:45.304177+0000 mgr.smithi107.uonppz (mgr.14203) 168 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:46.615 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:46 smithi107 bash[20033]: cluster 2024-09-21T18:59:45.304177+0000 mgr.smithi107.uonppz (mgr.14203) 168 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:46.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:46 smithi160 bash[25034]: cluster 2024-09-21T18:59:45.304177+0000 mgr.smithi107.uonppz (mgr.14203) 168 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:46.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:46 smithi160 bash[25034]: cluster 2024-09-21T18:59:45.304177+0000 mgr.smithi107.uonppz (mgr.14203) 168 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:47.266 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T18:59:48.085 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":20,"flags":0,"active_gid":14203,"active_name":"smithi107.uonppz","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6800","nonce":2784966713},{"type":"v1","addr":"172.21.15.107:6801","nonce":2784966713}]},"active_addr":"172.21.15.107:6801/2784966713","active_change":"2024-09-21T18:56:11.251555+0000","active_mgr_features":4540719139924082687,"available":true,"standbys":[{"gid":14222,"name":"smithi160.rphsud","mgr_features":4540719139924082687,"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, use commas to separate multiple","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.8","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx 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.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy 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.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","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":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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, use commas to separate multiple","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.8","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx 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.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy 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.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","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":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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.107:8443/","prometheus":"http://172.21.15.107:9283/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":5,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.107:0","nonce":3134795226}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.107:0","nonce":1297792762}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.107:0","nonce":3292366140}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.107:0","nonce":3384093406}]}]} 2024-09-21T18:59:48.090 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-21T18:59:48.090 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-21T18:59:48.090 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph osd dump --format=json 2024-09-21T18:59:48.379 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:48 smithi107 bash[20033]: audit 2024-09-21T18:59:47.223032+0000 mon.smithi107 (mon.0) 726 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:48.380 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:48 smithi107 bash[20033]: audit 2024-09-21T18:59:47.223032+0000 mon.smithi107 (mon.0) 726 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:48.380 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:48 smithi107 bash[20033]: audit 2024-09-21T18:59:47.230889+0000 mon.smithi107 (mon.0) 727 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:48.380 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:48 smithi107 bash[20033]: audit 2024-09-21T18:59:47.230889+0000 mon.smithi107 (mon.0) 727 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:48.380 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:48 smithi107 bash[20033]: audit 2024-09-21T18:59:47.260428+0000 mon.smithi107 (mon.0) 728 : audit [DBG] from='client.? 172.21.15.107:0/2284502411' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T18:59:48.380 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:48 smithi107 bash[20033]: audit 2024-09-21T18:59:47.260428+0000 mon.smithi107 (mon.0) 728 : audit [DBG] from='client.? 172.21.15.107:0/2284502411' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T18:59:48.380 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:48 smithi107 bash[20033]: cluster 2024-09-21T18:59:47.304707+0000 mgr.smithi107.uonppz (mgr.14203) 169 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:48.380 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:48 smithi107 bash[20033]: cluster 2024-09-21T18:59:47.304707+0000 mgr.smithi107.uonppz (mgr.14203) 169 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:48.572 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:48 smithi160 bash[25034]: audit 2024-09-21T18:59:47.223032+0000 mon.smithi107 (mon.0) 726 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:48.572 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:48 smithi160 bash[25034]: audit 2024-09-21T18:59:47.223032+0000 mon.smithi107 (mon.0) 726 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:48.572 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:48 smithi160 bash[25034]: audit 2024-09-21T18:59:47.230889+0000 mon.smithi107 (mon.0) 727 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:48.572 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:48 smithi160 bash[25034]: audit 2024-09-21T18:59:47.230889+0000 mon.smithi107 (mon.0) 727 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:48.572 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:48 smithi160 bash[25034]: audit 2024-09-21T18:59:47.260428+0000 mon.smithi107 (mon.0) 728 : audit [DBG] from='client.? 172.21.15.107:0/2284502411' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T18:59:48.572 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:48 smithi160 bash[25034]: audit 2024-09-21T18:59:47.260428+0000 mon.smithi107 (mon.0) 728 : audit [DBG] from='client.? 172.21.15.107:0/2284502411' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T18:59:48.572 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:48 smithi160 bash[25034]: cluster 2024-09-21T18:59:47.304707+0000 mgr.smithi107.uonppz (mgr.14203) 169 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:48.572 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:48 smithi160 bash[25034]: cluster 2024-09-21T18:59:47.304707+0000 mgr.smithi107.uonppz (mgr.14203) 169 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:50.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:50 smithi107 bash[20033]: audit 2024-09-21T18:59:49.180431+0000 mon.smithi107 (mon.0) 729 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:50.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:50 smithi107 bash[20033]: audit 2024-09-21T18:59:49.180431+0000 mon.smithi107 (mon.0) 729 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:50.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:50 smithi107 bash[20033]: audit 2024-09-21T18:59:49.188542+0000 mon.smithi107 (mon.0) 730 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:50.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:50 smithi107 bash[20033]: audit 2024-09-21T18:59:49.188542+0000 mon.smithi107 (mon.0) 730 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:50.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:50 smithi107 bash[20033]: cluster 2024-09-21T18:59:49.305219+0000 mgr.smithi107.uonppz (mgr.14203) 170 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:50.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:50 smithi107 bash[20033]: cluster 2024-09-21T18:59:49.305219+0000 mgr.smithi107.uonppz (mgr.14203) 170 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:50.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:50 smithi160 bash[25034]: audit 2024-09-21T18:59:49.180431+0000 mon.smithi107 (mon.0) 729 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:50.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:50 smithi160 bash[25034]: audit 2024-09-21T18:59:49.180431+0000 mon.smithi107 (mon.0) 729 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:50.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:50 smithi160 bash[25034]: audit 2024-09-21T18:59:49.188542+0000 mon.smithi107 (mon.0) 730 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:50.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:50 smithi160 bash[25034]: audit 2024-09-21T18:59:49.188542+0000 mon.smithi107 (mon.0) 730 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T18:59:50.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:50 smithi160 bash[25034]: cluster 2024-09-21T18:59:49.305219+0000 mgr.smithi107.uonppz (mgr.14203) 170 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:50.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:50 smithi160 bash[25034]: cluster 2024-09-21T18:59:49.305219+0000 mgr.smithi107.uonppz (mgr.14203) 170 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:52.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:52 smithi107 bash[20033]: cluster 2024-09-21T18:59:51.305808+0000 mgr.smithi107.uonppz (mgr.14203) 171 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:52.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:52 smithi107 bash[20033]: cluster 2024-09-21T18:59:51.305808+0000 mgr.smithi107.uonppz (mgr.14203) 171 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:52.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:52 smithi160 bash[25034]: cluster 2024-09-21T18:59:51.305808+0000 mgr.smithi107.uonppz (mgr.14203) 171 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:52.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:52 smithi160 bash[25034]: cluster 2024-09-21T18:59:51.305808+0000 mgr.smithi107.uonppz (mgr.14203) 171 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:52.918 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T18:59:54.473 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T18:59:54.474 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":42,"fsid":"96af9b06-784a-11ef-baf6-efdc52797490","created":"2024-09-21T18:53:20.743812+0000","modified":"2024-09-21T18:59:01.758086+0000","last_up_change":"2024-09-21T18:58:57.734759+0000","last_in_change":"2024-09-21T18:57:58.740962+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-21T18:58:39.640147+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,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"f2e51b26-c301-4d91-a381-f4956255ec59","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6800","nonce":2319248862},{"type":"v1","addr":"172.21.15.160:6801","nonce":2319248862}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":2319248862},{"type":"v1","addr":"172.21.15.160:6803","nonce":2319248862}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":2319248862},{"type":"v1","addr":"172.21.15.160:6807","nonce":2319248862}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":2319248862},{"type":"v1","addr":"172.21.15.160:6805","nonce":2319248862}]},"public_addr":"172.21.15.160:6801/2319248862","cluster_addr":"172.21.15.160:6803/2319248862","heartbeat_back_addr":"172.21.15.160:6807/2319248862","heartbeat_front_addr":"172.21.15.160:6805/2319248862","state":["exists","up"]},{"osd":1,"uuid":"64cf7685-d6ec-4496-8d2d-d395b53970f6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6802","nonce":1217442595},{"type":"v1","addr":"172.21.15.107:6803","nonce":1217442595}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6804","nonce":1217442595},{"type":"v1","addr":"172.21.15.107:6805","nonce":1217442595}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6808","nonce":1217442595},{"type":"v1","addr":"172.21.15.107:6809","nonce":1217442595}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6806","nonce":1217442595},{"type":"v1","addr":"172.21.15.107:6807","nonce":1217442595}]},"public_addr":"172.21.15.107:6803/1217442595","cluster_addr":"172.21.15.107:6805/1217442595","heartbeat_back_addr":"172.21.15.107:6809/1217442595","heartbeat_front_addr":"172.21.15.107:6807/1217442595","state":["exists","up"]},{"osd":2,"uuid":"670dfac5-788b-4d3e-8c3d-70ebe09117b8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6808","nonce":3174629730},{"type":"v1","addr":"172.21.15.160:6809","nonce":3174629730}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6810","nonce":3174629730},{"type":"v1","addr":"172.21.15.160:6811","nonce":3174629730}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6814","nonce":3174629730},{"type":"v1","addr":"172.21.15.160:6815","nonce":3174629730}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6812","nonce":3174629730},{"type":"v1","addr":"172.21.15.160:6813","nonce":3174629730}]},"public_addr":"172.21.15.160:6809/3174629730","cluster_addr":"172.21.15.160:6811/3174629730","heartbeat_back_addr":"172.21.15.160:6815/3174629730","heartbeat_front_addr":"172.21.15.160:6813/3174629730","state":["exists","up"]},{"osd":3,"uuid":"5d75ea87-8a74-45da-98ab-86d114859fa3","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.107:6810","nonce":3624012315},{"type":"v1","addr":"172.21.15.107:6811","nonce":3624012315}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6812","nonce":3624012315},{"type":"v1","addr":"172.21.15.107:6813","nonce":3624012315}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6816","nonce":3624012315},{"type":"v1","addr":"172.21.15.107:6817","nonce":3624012315}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6814","nonce":3624012315},{"type":"v1","addr":"172.21.15.107:6815","nonce":3624012315}]},"public_addr":"172.21.15.107:6811/3624012315","cluster_addr":"172.21.15.107:6813/3624012315","heartbeat_back_addr":"172.21.15.107:6817/3624012315","heartbeat_front_addr":"172.21.15.107:6815/3624012315","state":["exists","up"]},{"osd":4,"uuid":"32da8397-5729-4bb2-9ee3-9042739938c5","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.160:6816","nonce":1715763008},{"type":"v1","addr":"172.21.15.160:6817","nonce":1715763008}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6818","nonce":1715763008},{"type":"v1","addr":"172.21.15.160:6819","nonce":1715763008}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6822","nonce":1715763008},{"type":"v1","addr":"172.21.15.160:6823","nonce":1715763008}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6820","nonce":1715763008},{"type":"v1","addr":"172.21.15.160:6821","nonce":1715763008}]},"public_addr":"172.21.15.160:6817/1715763008","cluster_addr":"172.21.15.160:6819/1715763008","heartbeat_back_addr":"172.21.15.160:6823/1715763008","heartbeat_front_addr":"172.21.15.160:6821/1715763008","state":["exists","up"]},{"osd":5,"uuid":"8c999ac9-d216-4bc5-b213-9eed010e5d00","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6818","nonce":2573948633},{"type":"v1","addr":"172.21.15.107:6819","nonce":2573948633}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6820","nonce":2573948633},{"type":"v1","addr":"172.21.15.107:6821","nonce":2573948633}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6824","nonce":2573948633},{"type":"v1","addr":"172.21.15.107:6825","nonce":2573948633}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6822","nonce":2573948633},{"type":"v1","addr":"172.21.15.107:6823","nonce":2573948633}]},"public_addr":"172.21.15.107:6819/2573948633","cluster_addr":"172.21.15.107:6821/2573948633","heartbeat_back_addr":"172.21.15.107:6825/2573948633","heartbeat_front_addr":"172.21.15.107:6823/2573948633","state":["exists","up"]},{"osd":6,"uuid":"eaa842fc-4b42-4556-b78e-f439415c2435","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6824","nonce":878320786},{"type":"v1","addr":"172.21.15.160:6825","nonce":878320786}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6826","nonce":878320786},{"type":"v1","addr":"172.21.15.160:6827","nonce":878320786}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6830","nonce":878320786},{"type":"v1","addr":"172.21.15.160:6831","nonce":878320786}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6828","nonce":878320786},{"type":"v1","addr":"172.21.15.160:6829","nonce":878320786}]},"public_addr":"172.21.15.160:6825/878320786","cluster_addr":"172.21.15.160:6827/878320786","heartbeat_back_addr":"172.21.15.160:6831/878320786","heartbeat_front_addr":"172.21.15.160:6829/878320786","state":["exists","up"]},{"osd":7,"uuid":"23de8e65-9218-4ce6-83bc-b50bbef57e6d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6826","nonce":3596778906},{"type":"v1","addr":"172.21.15.107:6827","nonce":3596778906}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6828","nonce":3596778906},{"type":"v1","addr":"172.21.15.107:6829","nonce":3596778906}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6832","nonce":3596778906},{"type":"v1","addr":"172.21.15.107:6833","nonce":3596778906}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6830","nonce":3596778906},{"type":"v1","addr":"172.21.15.107:6831","nonce":3596778906}]},"public_addr":"172.21.15.107:6827/3596778906","cluster_addr":"172.21.15.107:6829/3596778906","heartbeat_back_addr":"172.21.15.107:6833/3596778906","heartbeat_front_addr":"172.21.15.107:6831/3596778906","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T18:58:31.438238+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T18:58:37.142849+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T18:58:37.521210+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T18:58:42.286549+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T18:58:42.896564+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T18:58:50.492183+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T18:58:48.683122+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T18:58:56.699749+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.107:6801/4129158564":"2024-09-22T18:53:49.532017+0000","172.21.15.107:6800/4129158564":"2024-09-22T18:53:49.532017+0000","172.21.15.107:0/3641150929":"2024-09-22T18:53:49.532017+0000","172.21.15.107:6800/3952884473":"2024-09-22T18:56:11.251457+0000","172.21.15.107:0/3043442223":"2024-09-22T18:53:49.532017+0000","172.21.15.107:6800/2807342173":"2024-09-22T18:54:41.248991+0000","172.21.15.107:0/4058226542":"2024-09-22T18:53:49.532017+0000","172.21.15.107:0/884545822":"2024-09-22T18:54:41.248991+0000","172.21.15.107:0/1837481538":"2024-09-22T18:54:41.248991+0000","172.21.15.107:0/1548792760":"2024-09-22T18:56:11.251457+0000","172.21.15.107:6801/2807342173":"2024-09-22T18:54:41.248991+0000","172.21.15.107:6801/3952884473":"2024-09-22T18:56:11.251457+0000","172.21.15.107:0/3546257905":"2024-09-22T18:54:41.248991+0000","172.21.15.107:0/2857968851":"2024-09-22T18:56:11.251457+0000","172.21.15.107:0/1159050662":"2024-09-22T18:56:11.251457+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-21T18:59:54.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:54 smithi107 bash[20033]: cluster 2024-09-21T18:59:53.306350+0000 mgr.smithi107.uonppz (mgr.14203) 172 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:54.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:54 smithi107 bash[20033]: cluster 2024-09-21T18:59:53.306350+0000 mgr.smithi107.uonppz (mgr.14203) 172 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:54.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:54 smithi160 bash[25034]: cluster 2024-09-21T18:59:53.306350+0000 mgr.smithi107.uonppz (mgr.14203) 172 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:54.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:54 smithi160 bash[25034]: cluster 2024-09-21T18:59:53.306350+0000 mgr.smithi107.uonppz (mgr.14203) 172 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:55.177 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-21T18:59:55.178 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph osd dump --format=json 2024-09-21T18:59:55.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:55 smithi107 bash[20033]: audit 2024-09-21T18:59:54.472156+0000 mon.smithi107 (mon.0) 731 : audit [DBG] from='client.? 172.21.15.107:0/638577368' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T18:59:55.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:55 smithi107 bash[20033]: audit 2024-09-21T18:59:54.472156+0000 mon.smithi107 (mon.0) 731 : audit [DBG] from='client.? 172.21.15.107:0/638577368' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T18:59:55.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:55 smithi160 bash[25034]: audit 2024-09-21T18:59:54.472156+0000 mon.smithi107 (mon.0) 731 : audit [DBG] from='client.? 172.21.15.107:0/638577368' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T18:59:55.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:55 smithi160 bash[25034]: audit 2024-09-21T18:59:54.472156+0000 mon.smithi107 (mon.0) 731 : audit [DBG] from='client.? 172.21.15.107:0/638577368' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T18:59:56.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:56 smithi107 bash[20033]: cluster 2024-09-21T18:59:55.306965+0000 mgr.smithi107.uonppz (mgr.14203) 173 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:56.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:56 smithi107 bash[20033]: cluster 2024-09-21T18:59:55.306965+0000 mgr.smithi107.uonppz (mgr.14203) 173 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:56.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:56 smithi160 bash[25034]: cluster 2024-09-21T18:59:55.306965+0000 mgr.smithi107.uonppz (mgr.14203) 173 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:56.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:56 smithi160 bash[25034]: cluster 2024-09-21T18:59:55.306965+0000 mgr.smithi107.uonppz (mgr.14203) 173 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:57.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:57 smithi107 bash[20033]: audit 2024-09-21T18:59:56.571624+0000 mon.smithi107 (mon.0) 732 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:59:57.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:57 smithi107 bash[20033]: audit 2024-09-21T18:59:56.571624+0000 mon.smithi107 (mon.0) 732 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:59:57.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:57 smithi160 bash[25034]: audit 2024-09-21T18:59:56.571624+0000 mon.smithi107 (mon.0) 732 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:59:57.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:57 smithi160 bash[25034]: audit 2024-09-21T18:59:56.571624+0000 mon.smithi107 (mon.0) 732 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T18:59:58.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:58 smithi107 bash[20033]: cluster 2024-09-21T18:59:57.307521+0000 mgr.smithi107.uonppz (mgr.14203) 174 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:58.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 18:59:58 smithi107 bash[20033]: cluster 2024-09-21T18:59:57.307521+0000 mgr.smithi107.uonppz (mgr.14203) 174 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:58.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:58 smithi160 bash[25034]: cluster 2024-09-21T18:59:57.307521+0000 mgr.smithi107.uonppz (mgr.14203) 174 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:58.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 18:59:58 smithi160 bash[25034]: cluster 2024-09-21T18:59:57.307521+0000 mgr.smithi107.uonppz (mgr.14203) 174 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T18:59:59.988 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:00:00.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:00 smithi107 bash[20033]: cluster 2024-09-21T18:59:59.308114+0000 mgr.smithi107.uonppz (mgr.14203) 175 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:00.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:00 smithi107 bash[20033]: cluster 2024-09-21T18:59:59.308114+0000 mgr.smithi107.uonppz (mgr.14203) 175 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:00.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:00 smithi107 bash[20033]: cluster 2024-09-21T19:00:00.000093+0000 mon.smithi107 (mon.0) 733 : cluster [INF] overall HEALTH_OK 2024-09-21T19:00:00.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:00 smithi107 bash[20033]: cluster 2024-09-21T19:00:00.000093+0000 mon.smithi107 (mon.0) 733 : cluster [INF] overall HEALTH_OK 2024-09-21T19:00:00.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:00 smithi160 bash[25034]: cluster 2024-09-21T18:59:59.308114+0000 mgr.smithi107.uonppz (mgr.14203) 175 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:00.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:00 smithi160 bash[25034]: cluster 2024-09-21T18:59:59.308114+0000 mgr.smithi107.uonppz (mgr.14203) 175 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:00.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:00 smithi160 bash[25034]: cluster 2024-09-21T19:00:00.000093+0000 mon.smithi107 (mon.0) 733 : cluster [INF] overall HEALTH_OK 2024-09-21T19:00:00.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:00 smithi160 bash[25034]: cluster 2024-09-21T19:00:00.000093+0000 mon.smithi107 (mon.0) 733 : cluster [INF] overall HEALTH_OK 2024-09-21T19:00:01.595 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T19:00:01.595 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":42,"fsid":"96af9b06-784a-11ef-baf6-efdc52797490","created":"2024-09-21T18:53:20.743812+0000","modified":"2024-09-21T18:59:01.758086+0000","last_up_change":"2024-09-21T18:58:57.734759+0000","last_in_change":"2024-09-21T18:57:58.740962+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-21T18:58:39.640147+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,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"f2e51b26-c301-4d91-a381-f4956255ec59","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6800","nonce":2319248862},{"type":"v1","addr":"172.21.15.160:6801","nonce":2319248862}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":2319248862},{"type":"v1","addr":"172.21.15.160:6803","nonce":2319248862}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":2319248862},{"type":"v1","addr":"172.21.15.160:6807","nonce":2319248862}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":2319248862},{"type":"v1","addr":"172.21.15.160:6805","nonce":2319248862}]},"public_addr":"172.21.15.160:6801/2319248862","cluster_addr":"172.21.15.160:6803/2319248862","heartbeat_back_addr":"172.21.15.160:6807/2319248862","heartbeat_front_addr":"172.21.15.160:6805/2319248862","state":["exists","up"]},{"osd":1,"uuid":"64cf7685-d6ec-4496-8d2d-d395b53970f6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6802","nonce":1217442595},{"type":"v1","addr":"172.21.15.107:6803","nonce":1217442595}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6804","nonce":1217442595},{"type":"v1","addr":"172.21.15.107:6805","nonce":1217442595}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6808","nonce":1217442595},{"type":"v1","addr":"172.21.15.107:6809","nonce":1217442595}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6806","nonce":1217442595},{"type":"v1","addr":"172.21.15.107:6807","nonce":1217442595}]},"public_addr":"172.21.15.107:6803/1217442595","cluster_addr":"172.21.15.107:6805/1217442595","heartbeat_back_addr":"172.21.15.107:6809/1217442595","heartbeat_front_addr":"172.21.15.107:6807/1217442595","state":["exists","up"]},{"osd":2,"uuid":"670dfac5-788b-4d3e-8c3d-70ebe09117b8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6808","nonce":3174629730},{"type":"v1","addr":"172.21.15.160:6809","nonce":3174629730}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6810","nonce":3174629730},{"type":"v1","addr":"172.21.15.160:6811","nonce":3174629730}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6814","nonce":3174629730},{"type":"v1","addr":"172.21.15.160:6815","nonce":3174629730}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6812","nonce":3174629730},{"type":"v1","addr":"172.21.15.160:6813","nonce":3174629730}]},"public_addr":"172.21.15.160:6809/3174629730","cluster_addr":"172.21.15.160:6811/3174629730","heartbeat_back_addr":"172.21.15.160:6815/3174629730","heartbeat_front_addr":"172.21.15.160:6813/3174629730","state":["exists","up"]},{"osd":3,"uuid":"5d75ea87-8a74-45da-98ab-86d114859fa3","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.107:6810","nonce":3624012315},{"type":"v1","addr":"172.21.15.107:6811","nonce":3624012315}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6812","nonce":3624012315},{"type":"v1","addr":"172.21.15.107:6813","nonce":3624012315}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6816","nonce":3624012315},{"type":"v1","addr":"172.21.15.107:6817","nonce":3624012315}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6814","nonce":3624012315},{"type":"v1","addr":"172.21.15.107:6815","nonce":3624012315}]},"public_addr":"172.21.15.107:6811/3624012315","cluster_addr":"172.21.15.107:6813/3624012315","heartbeat_back_addr":"172.21.15.107:6817/3624012315","heartbeat_front_addr":"172.21.15.107:6815/3624012315","state":["exists","up"]},{"osd":4,"uuid":"32da8397-5729-4bb2-9ee3-9042739938c5","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.160:6816","nonce":1715763008},{"type":"v1","addr":"172.21.15.160:6817","nonce":1715763008}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6818","nonce":1715763008},{"type":"v1","addr":"172.21.15.160:6819","nonce":1715763008}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6822","nonce":1715763008},{"type":"v1","addr":"172.21.15.160:6823","nonce":1715763008}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6820","nonce":1715763008},{"type":"v1","addr":"172.21.15.160:6821","nonce":1715763008}]},"public_addr":"172.21.15.160:6817/1715763008","cluster_addr":"172.21.15.160:6819/1715763008","heartbeat_back_addr":"172.21.15.160:6823/1715763008","heartbeat_front_addr":"172.21.15.160:6821/1715763008","state":["exists","up"]},{"osd":5,"uuid":"8c999ac9-d216-4bc5-b213-9eed010e5d00","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6818","nonce":2573948633},{"type":"v1","addr":"172.21.15.107:6819","nonce":2573948633}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6820","nonce":2573948633},{"type":"v1","addr":"172.21.15.107:6821","nonce":2573948633}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6824","nonce":2573948633},{"type":"v1","addr":"172.21.15.107:6825","nonce":2573948633}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6822","nonce":2573948633},{"type":"v1","addr":"172.21.15.107:6823","nonce":2573948633}]},"public_addr":"172.21.15.107:6819/2573948633","cluster_addr":"172.21.15.107:6821/2573948633","heartbeat_back_addr":"172.21.15.107:6825/2573948633","heartbeat_front_addr":"172.21.15.107:6823/2573948633","state":["exists","up"]},{"osd":6,"uuid":"eaa842fc-4b42-4556-b78e-f439415c2435","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6824","nonce":878320786},{"type":"v1","addr":"172.21.15.160:6825","nonce":878320786}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6826","nonce":878320786},{"type":"v1","addr":"172.21.15.160:6827","nonce":878320786}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6830","nonce":878320786},{"type":"v1","addr":"172.21.15.160:6831","nonce":878320786}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6828","nonce":878320786},{"type":"v1","addr":"172.21.15.160:6829","nonce":878320786}]},"public_addr":"172.21.15.160:6825/878320786","cluster_addr":"172.21.15.160:6827/878320786","heartbeat_back_addr":"172.21.15.160:6831/878320786","heartbeat_front_addr":"172.21.15.160:6829/878320786","state":["exists","up"]},{"osd":7,"uuid":"23de8e65-9218-4ce6-83bc-b50bbef57e6d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6826","nonce":3596778906},{"type":"v1","addr":"172.21.15.107:6827","nonce":3596778906}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6828","nonce":3596778906},{"type":"v1","addr":"172.21.15.107:6829","nonce":3596778906}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6832","nonce":3596778906},{"type":"v1","addr":"172.21.15.107:6833","nonce":3596778906}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6830","nonce":3596778906},{"type":"v1","addr":"172.21.15.107:6831","nonce":3596778906}]},"public_addr":"172.21.15.107:6827/3596778906","cluster_addr":"172.21.15.107:6829/3596778906","heartbeat_back_addr":"172.21.15.107:6833/3596778906","heartbeat_front_addr":"172.21.15.107:6831/3596778906","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T18:58:31.438238+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T18:58:37.142849+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T18:58:37.521210+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T18:58:42.286549+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T18:58:42.896564+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T18:58:50.492183+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T18:58:48.683122+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T18:58:56.699749+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.107:6801/4129158564":"2024-09-22T18:53:49.532017+0000","172.21.15.107:6800/4129158564":"2024-09-22T18:53:49.532017+0000","172.21.15.107:0/3641150929":"2024-09-22T18:53:49.532017+0000","172.21.15.107:6800/3952884473":"2024-09-22T18:56:11.251457+0000","172.21.15.107:0/3043442223":"2024-09-22T18:53:49.532017+0000","172.21.15.107:6800/2807342173":"2024-09-22T18:54:41.248991+0000","172.21.15.107:0/4058226542":"2024-09-22T18:53:49.532017+0000","172.21.15.107:0/884545822":"2024-09-22T18:54:41.248991+0000","172.21.15.107:0/1837481538":"2024-09-22T18:54:41.248991+0000","172.21.15.107:0/1548792760":"2024-09-22T18:56:11.251457+0000","172.21.15.107:6801/2807342173":"2024-09-22T18:54:41.248991+0000","172.21.15.107:6801/3952884473":"2024-09-22T18:56:11.251457+0000","172.21.15.107:0/3546257905":"2024-09-22T18:54:41.248991+0000","172.21.15.107:0/2857968851":"2024-09-22T18:56:11.251457+0000","172.21.15.107:0/1159050662":"2024-09-22T18:56:11.251457+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-21T19:00:02.326 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph tell osd.0 flush_pg_stats 2024-09-21T19:00:02.327 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph tell osd.1 flush_pg_stats 2024-09-21T19:00:02.327 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph tell osd.2 flush_pg_stats 2024-09-21T19:00:02.327 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph tell osd.3 flush_pg_stats 2024-09-21T19:00:02.328 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph tell osd.4 flush_pg_stats 2024-09-21T19:00:02.328 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph tell osd.5 flush_pg_stats 2024-09-21T19:00:02.329 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph tell osd.6 flush_pg_stats 2024-09-21T19:00:02.329 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph tell osd.7 flush_pg_stats 2024-09-21T19:00:02.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:02 smithi107 bash[20033]: cluster 2024-09-21T19:00:01.308515+0000 mgr.smithi107.uonppz (mgr.14203) 176 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:02.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:02 smithi107 bash[20033]: cluster 2024-09-21T19:00:01.308515+0000 mgr.smithi107.uonppz (mgr.14203) 176 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:02.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:02 smithi107 bash[20033]: audit 2024-09-21T19:00:01.593671+0000 mon.smithi107 (mon.0) 734 : audit [DBG] from='client.? 172.21.15.107:0/1133388392' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T19:00:02.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:02 smithi107 bash[20033]: audit 2024-09-21T19:00:01.593671+0000 mon.smithi107 (mon.0) 734 : audit [DBG] from='client.? 172.21.15.107:0/1133388392' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T19:00:02.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:02 smithi160 bash[25034]: cluster 2024-09-21T19:00:01.308515+0000 mgr.smithi107.uonppz (mgr.14203) 176 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:02.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:02 smithi160 bash[25034]: cluster 2024-09-21T19:00:01.308515+0000 mgr.smithi107.uonppz (mgr.14203) 176 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:02.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:02 smithi160 bash[25034]: audit 2024-09-21T19:00:01.593671+0000 mon.smithi107 (mon.0) 734 : audit [DBG] from='client.? 172.21.15.107:0/1133388392' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T19:00:02.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:02 smithi160 bash[25034]: audit 2024-09-21T19:00:01.593671+0000 mon.smithi107 (mon.0) 734 : audit [DBG] from='client.? 172.21.15.107:0/1133388392' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T19:00:04.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:04 smithi160 bash[25034]: cluster 2024-09-21T19:00:03.309020+0000 mgr.smithi107.uonppz (mgr.14203) 177 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:04.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:04 smithi160 bash[25034]: cluster 2024-09-21T19:00:03.309020+0000 mgr.smithi107.uonppz (mgr.14203) 177 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:04.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:04 smithi107 bash[20033]: cluster 2024-09-21T19:00:03.309020+0000 mgr.smithi107.uonppz (mgr.14203) 177 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:04.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:04 smithi107 bash[20033]: cluster 2024-09-21T19:00:03.309020+0000 mgr.smithi107.uonppz (mgr.14203) 177 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:06.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:06 smithi160 bash[25034]: cluster 2024-09-21T19:00:05.309415+0000 mgr.smithi107.uonppz (mgr.14203) 178 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:06.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:06 smithi160 bash[25034]: cluster 2024-09-21T19:00:05.309415+0000 mgr.smithi107.uonppz (mgr.14203) 178 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:06.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:06 smithi107 bash[20033]: cluster 2024-09-21T19:00:05.309415+0000 mgr.smithi107.uonppz (mgr.14203) 178 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:06.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:06 smithi107 bash[20033]: cluster 2024-09-21T19:00:05.309415+0000 mgr.smithi107.uonppz (mgr.14203) 178 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:07.276 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:00:07.276 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:00:07.276 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:00:07.277 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:00:07.277 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:00:07.278 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:00:07.279 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:00:07.280 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:00:08.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:08 smithi107 bash[20033]: cluster 2024-09-21T19:00:07.309715+0000 mgr.smithi107.uonppz (mgr.14203) 179 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:08.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:08 smithi107 bash[20033]: cluster 2024-09-21T19:00:07.309715+0000 mgr.smithi107.uonppz (mgr.14203) 179 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:08.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:08 smithi160 bash[25034]: cluster 2024-09-21T19:00:07.309715+0000 mgr.smithi107.uonppz (mgr.14203) 179 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:08.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:08 smithi160 bash[25034]: cluster 2024-09-21T19:00:07.309715+0000 mgr.smithi107.uonppz (mgr.14203) 179 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:10.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:10 smithi107 bash[20033]: cluster 2024-09-21T19:00:09.310145+0000 mgr.smithi107.uonppz (mgr.14203) 180 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:10.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:10 smithi107 bash[20033]: cluster 2024-09-21T19:00:09.310145+0000 mgr.smithi107.uonppz (mgr.14203) 180 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:10.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:10 smithi160 bash[25034]: cluster 2024-09-21T19:00:09.310145+0000 mgr.smithi107.uonppz (mgr.14203) 180 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:10.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:10 smithi160 bash[25034]: cluster 2024-09-21T19:00:09.310145+0000 mgr.smithi107.uonppz (mgr.14203) 180 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:11.659 INFO:teuthology.orchestra.run.smithi107.stdout:90194313237 2024-09-21T19:00:11.660 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.2 2024-09-21T19:00:12.525 INFO:teuthology.orchestra.run.smithi107.stdout:85899345942 2024-09-21T19:00:12.525 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.1 2024-09-21T19:00:12.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:12 smithi107 bash[20033]: cluster 2024-09-21T19:00:11.310687+0000 mgr.smithi107.uonppz (mgr.14203) 181 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:12.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:12 smithi107 bash[20033]: cluster 2024-09-21T19:00:11.310687+0000 mgr.smithi107.uonppz (mgr.14203) 181 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:12.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:12 smithi107 bash[20033]: audit 2024-09-21T19:00:11.572306+0000 mon.smithi107 (mon.0) 735 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:00:12.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:12 smithi160 bash[25034]: cluster 2024-09-21T19:00:11.310687+0000 mgr.smithi107.uonppz (mgr.14203) 181 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:12.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:12 smithi160 bash[25034]: cluster 2024-09-21T19:00:11.310687+0000 mgr.smithi107.uonppz (mgr.14203) 181 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:12.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:12 smithi160 bash[25034]: audit 2024-09-21T19:00:11.572306+0000 mon.smithi107 (mon.0) 735 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:00:12.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:12 smithi160 bash[25034]: audit 2024-09-21T19:00:11.572306+0000 mon.smithi107 (mon.0) 735 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:00:12.920 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:12 smithi107 bash[20033]: audit 2024-09-21T19:00:11.572306+0000 mon.smithi107 (mon.0) 735 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:00:13.745 INFO:teuthology.orchestra.run.smithi107.stdout:146028888083 2024-09-21T19:00:13.746 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.5 2024-09-21T19:00:14.334 INFO:teuthology.orchestra.run.smithi107.stdout:68719476759 2024-09-21T19:00:14.335 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.0 2024-09-21T19:00:14.620 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:14 smithi107 bash[20033]: cluster 2024-09-21T19:00:13.311195+0000 mgr.smithi107.uonppz (mgr.14203) 182 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:14.620 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:14 smithi107 bash[20033]: cluster 2024-09-21T19:00:13.311195+0000 mgr.smithi107.uonppz (mgr.14203) 182 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:14.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:14 smithi160 bash[25034]: cluster 2024-09-21T19:00:13.311195+0000 mgr.smithi107.uonppz (mgr.14203) 182 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:14.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:14 smithi160 bash[25034]: cluster 2024-09-21T19:00:13.311195+0000 mgr.smithi107.uonppz (mgr.14203) 182 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:15.851 INFO:teuthology.orchestra.run.smithi107.stdout:111669149716 2024-09-21T19:00:15.851 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.4 2024-09-21T19:00:16.025 INFO:teuthology.orchestra.run.smithi107.stdout:111669149716 2024-09-21T19:00:16.025 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.3 2024-09-21T19:00:16.304 INFO:teuthology.orchestra.run.smithi107.stdout:163208757266 2024-09-21T19:00:16.305 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.7 2024-09-21T19:00:16.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:16 smithi107 bash[20033]: cluster 2024-09-21T19:00:15.311728+0000 mgr.smithi107.uonppz (mgr.14203) 183 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:16.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:16 smithi107 bash[20033]: cluster 2024-09-21T19:00:15.311728+0000 mgr.smithi107.uonppz (mgr.14203) 183 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:16.761 INFO:teuthology.orchestra.run.smithi107.stdout:137438953492 2024-09-21T19:00:16.761 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.6 2024-09-21T19:00:16.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:16 smithi160 bash[25034]: cluster 2024-09-21T19:00:15.311728+0000 mgr.smithi107.uonppz (mgr.14203) 183 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:16.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:16 smithi160 bash[25034]: cluster 2024-09-21T19:00:15.311728+0000 mgr.smithi107.uonppz (mgr.14203) 183 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:18.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:18 smithi107 bash[20033]: cluster 2024-09-21T19:00:17.312145+0000 mgr.smithi107.uonppz (mgr.14203) 184 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:18.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:18 smithi107 bash[20033]: cluster 2024-09-21T19:00:17.312145+0000 mgr.smithi107.uonppz (mgr.14203) 184 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:18.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:18 smithi160 bash[25034]: cluster 2024-09-21T19:00:17.312145+0000 mgr.smithi107.uonppz (mgr.14203) 184 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:18.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:18 smithi160 bash[25034]: cluster 2024-09-21T19:00:17.312145+0000 mgr.smithi107.uonppz (mgr.14203) 184 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:19.528 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:00:19.528 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:00:19.529 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:00:19.531 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:00:20.552 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:00:20.552 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:00:20.553 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:00:20.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:20 smithi107 bash[20033]: cluster 2024-09-21T19:00:19.312694+0000 mgr.smithi107.uonppz (mgr.14203) 185 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:20.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:20 smithi107 bash[20033]: cluster 2024-09-21T19:00:19.312694+0000 mgr.smithi107.uonppz (mgr.14203) 185 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:20.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:20 smithi160 bash[25034]: cluster 2024-09-21T19:00:19.312694+0000 mgr.smithi107.uonppz (mgr.14203) 185 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:20.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:20 smithi160 bash[25034]: cluster 2024-09-21T19:00:19.312694+0000 mgr.smithi107.uonppz (mgr.14203) 185 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:21.572 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:00:22.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:22 smithi107 bash[20033]: cluster 2024-09-21T19:00:21.313168+0000 mgr.smithi107.uonppz (mgr.14203) 186 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:22.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:22 smithi107 bash[20033]: cluster 2024-09-21T19:00:21.313168+0000 mgr.smithi107.uonppz (mgr.14203) 186 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:22.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:22 smithi160 bash[25034]: cluster 2024-09-21T19:00:21.313168+0000 mgr.smithi107.uonppz (mgr.14203) 186 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:22.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:22 smithi160 bash[25034]: cluster 2024-09-21T19:00:21.313168+0000 mgr.smithi107.uonppz (mgr.14203) 186 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:23.523 INFO:teuthology.orchestra.run.smithi107.stdout:146028888085 2024-09-21T19:00:24.105 INFO:teuthology.orchestra.run.smithi107.stdout:90194313240 2024-09-21T19:00:24.146 INFO:teuthology.orchestra.run.smithi107.stdout:85899345944 2024-09-21T19:00:24.672 INFO:teuthology.orchestra.run.smithi107.stdout:68719476761 2024-09-21T19:00:24.692 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:24 smithi107 bash[20033]: cluster 2024-09-21T19:00:23.313778+0000 mgr.smithi107.uonppz (mgr.14203) 187 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:24.692 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:24 smithi107 bash[20033]: cluster 2024-09-21T19:00:23.313778+0000 mgr.smithi107.uonppz (mgr.14203) 187 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:24.692 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:24 smithi107 bash[20033]: audit 2024-09-21T19:00:23.523134+0000 mon.smithi107 (mon.0) 736 : audit [DBG] from='client.? 172.21.15.107:0/1240986137' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-21T19:00:24.692 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:24 smithi107 bash[20033]: audit 2024-09-21T19:00:23.523134+0000 mon.smithi107 (mon.0) 736 : audit [DBG] from='client.? 172.21.15.107:0/1240986137' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-21T19:00:24.692 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:24 smithi107 bash[20033]: audit 2024-09-21T19:00:24.105448+0000 mon.smithi107 (mon.0) 737 : audit [DBG] from='client.? 172.21.15.107:0/1351001925' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T19:00:24.692 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:24 smithi107 bash[20033]: audit 2024-09-21T19:00:24.105448+0000 mon.smithi107 (mon.0) 737 : audit [DBG] from='client.? 172.21.15.107:0/1351001925' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T19:00:24.692 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:24 smithi107 bash[20033]: audit 2024-09-21T19:00:24.147101+0000 mon.smithi107 (mon.0) 738 : audit [DBG] from='client.? 172.21.15.107:0/777577504' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T19:00:24.692 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:24 smithi107 bash[20033]: audit 2024-09-21T19:00:24.147101+0000 mon.smithi107 (mon.0) 738 : audit [DBG] from='client.? 172.21.15.107:0/777577504' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T19:00:24.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:24 smithi160 bash[25034]: cluster 2024-09-21T19:00:23.313778+0000 mgr.smithi107.uonppz (mgr.14203) 187 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:24.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:24 smithi160 bash[25034]: cluster 2024-09-21T19:00:23.313778+0000 mgr.smithi107.uonppz (mgr.14203) 187 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:24.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:24 smithi160 bash[25034]: audit 2024-09-21T19:00:23.523134+0000 mon.smithi107 (mon.0) 736 : audit [DBG] from='client.? 172.21.15.107:0/1240986137' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-21T19:00:24.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:24 smithi160 bash[25034]: audit 2024-09-21T19:00:23.523134+0000 mon.smithi107 (mon.0) 736 : audit [DBG] from='client.? 172.21.15.107:0/1240986137' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-21T19:00:24.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:24 smithi160 bash[25034]: audit 2024-09-21T19:00:24.105448+0000 mon.smithi107 (mon.0) 737 : audit [DBG] from='client.? 172.21.15.107:0/1351001925' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T19:00:24.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:24 smithi160 bash[25034]: audit 2024-09-21T19:00:24.105448+0000 mon.smithi107 (mon.0) 737 : audit [DBG] from='client.? 172.21.15.107:0/1351001925' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T19:00:24.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:24 smithi160 bash[25034]: audit 2024-09-21T19:00:24.147101+0000 mon.smithi107 (mon.0) 738 : audit [DBG] from='client.? 172.21.15.107:0/777577504' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T19:00:24.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:24 smithi160 bash[25034]: audit 2024-09-21T19:00:24.147101+0000 mon.smithi107 (mon.0) 738 : audit [DBG] from='client.? 172.21.15.107:0/777577504' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T19:00:24.988 INFO:teuthology.orchestra.run.smithi107.stdout:163208757267 2024-09-21T19:00:25.779 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:25 smithi107 bash[20033]: audit 2024-09-21T19:00:24.672159+0000 mon.smithi107 (mon.0) 739 : audit [DBG] from='client.? 172.21.15.107:0/3518344043' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T19:00:25.779 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:25 smithi107 bash[20033]: audit 2024-09-21T19:00:24.672159+0000 mon.smithi107 (mon.0) 739 : audit [DBG] from='client.? 172.21.15.107:0/3518344043' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T19:00:25.779 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:25 smithi107 bash[20033]: audit 2024-09-21T19:00:24.988114+0000 mon.smithi107 (mon.0) 740 : audit [DBG] from='client.? 172.21.15.107:0/249409104' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2024-09-21T19:00:25.779 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:25 smithi107 bash[20033]: audit 2024-09-21T19:00:24.988114+0000 mon.smithi107 (mon.0) 740 : audit [DBG] from='client.? 172.21.15.107:0/249409104' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2024-09-21T19:00:25.827 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888083 got 146028888085 for osd.5 2024-09-21T19:00:25.827 DEBUG:teuthology.parallel:result is None 2024-09-21T19:00:25.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:25 smithi160 bash[25034]: audit 2024-09-21T19:00:24.672159+0000 mon.smithi107 (mon.0) 739 : audit [DBG] from='client.? 172.21.15.107:0/3518344043' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T19:00:25.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:25 smithi160 bash[25034]: audit 2024-09-21T19:00:24.672159+0000 mon.smithi107 (mon.0) 739 : audit [DBG] from='client.? 172.21.15.107:0/3518344043' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T19:00:25.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:25 smithi160 bash[25034]: audit 2024-09-21T19:00:24.988114+0000 mon.smithi107 (mon.0) 740 : audit [DBG] from='client.? 172.21.15.107:0/249409104' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2024-09-21T19:00:25.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:25 smithi160 bash[25034]: audit 2024-09-21T19:00:24.988114+0000 mon.smithi107 (mon.0) 740 : audit [DBG] from='client.? 172.21.15.107:0/249409104' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2024-09-21T19:00:26.851 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:26 smithi107 bash[20033]: cluster 2024-09-21T19:00:25.314427+0000 mgr.smithi107.uonppz (mgr.14203) 188 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:26.851 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:26 smithi107 bash[20033]: cluster 2024-09-21T19:00:25.314427+0000 mgr.smithi107.uonppz (mgr.14203) 188 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:26.852 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313237 got 90194313240 for osd.2 2024-09-21T19:00:26.852 DEBUG:teuthology.parallel:result is None 2024-09-21T19:00:26.862 INFO:teuthology.orchestra.run.smithi107.stdout:111669149719 2024-09-21T19:00:26.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:26 smithi160 bash[25034]: cluster 2024-09-21T19:00:25.314427+0000 mgr.smithi107.uonppz (mgr.14203) 188 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:26.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:26 smithi160 bash[25034]: cluster 2024-09-21T19:00:25.314427+0000 mgr.smithi107.uonppz (mgr.14203) 188 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:27.785 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:27 smithi107 bash[20033]: audit 2024-09-21T19:00:26.572109+0000 mon.smithi107 (mon.0) 741 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:00:27.785 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:27 smithi107 bash[20033]: audit 2024-09-21T19:00:26.572109+0000 mon.smithi107 (mon.0) 741 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:00:27.785 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:27 smithi107 bash[20033]: audit 2024-09-21T19:00:26.862811+0000 mon.smithi107 (mon.0) 742 : audit [DBG] from='client.? 172.21.15.107:0/3751125911' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-21T19:00:27.785 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:27 smithi107 bash[20033]: audit 2024-09-21T19:00:26.862811+0000 mon.smithi107 (mon.0) 742 : audit [DBG] from='client.? 172.21.15.107:0/3751125911' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-21T19:00:27.786 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345942 got 85899345944 for osd.1 2024-09-21T19:00:27.786 DEBUG:teuthology.parallel:result is None 2024-09-21T19:00:27.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:27 smithi160 bash[25034]: audit 2024-09-21T19:00:26.572109+0000 mon.smithi107 (mon.0) 741 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:00:27.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:27 smithi160 bash[25034]: audit 2024-09-21T19:00:26.572109+0000 mon.smithi107 (mon.0) 741 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:00:27.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:27 smithi160 bash[25034]: audit 2024-09-21T19:00:26.862811+0000 mon.smithi107 (mon.0) 742 : audit [DBG] from='client.? 172.21.15.107:0/3751125911' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-21T19:00:27.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:27 smithi160 bash[25034]: audit 2024-09-21T19:00:26.862811+0000 mon.smithi107 (mon.0) 742 : audit [DBG] from='client.? 172.21.15.107:0/3751125911' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-21T19:00:28.399 INFO:teuthology.orchestra.run.smithi107.stdout:111669149719 2024-09-21T19:00:28.511 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757266 got 163208757267 for osd.7 2024-09-21T19:00:28.511 DEBUG:teuthology.parallel:result is None 2024-09-21T19:00:28.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:28 smithi107 bash[20033]: cluster 2024-09-21T19:00:27.314937+0000 mgr.smithi107.uonppz (mgr.14203) 189 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:28.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:28 smithi107 bash[20033]: cluster 2024-09-21T19:00:27.314937+0000 mgr.smithi107.uonppz (mgr.14203) 189 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:28.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:28 smithi107 bash[20033]: audit 2024-09-21T19:00:28.400015+0000 mon.smithi107 (mon.0) 743 : audit [DBG] from='client.? 172.21.15.107:0/1524076556' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-21T19:00:28.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:28 smithi107 bash[20033]: audit 2024-09-21T19:00:28.400015+0000 mon.smithi107 (mon.0) 743 : audit [DBG] from='client.? 172.21.15.107:0/1524076556' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-21T19:00:28.705 INFO:teuthology.orchestra.run.smithi107.stdout:137438953495 2024-09-21T19:00:28.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:28 smithi160 bash[25034]: cluster 2024-09-21T19:00:27.314937+0000 mgr.smithi107.uonppz (mgr.14203) 189 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:28.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:28 smithi160 bash[25034]: cluster 2024-09-21T19:00:27.314937+0000 mgr.smithi107.uonppz (mgr.14203) 189 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:28.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:28 smithi160 bash[25034]: audit 2024-09-21T19:00:28.400015+0000 mon.smithi107 (mon.0) 743 : audit [DBG] from='client.? 172.21.15.107:0/1524076556' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-21T19:00:28.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:28 smithi160 bash[25034]: audit 2024-09-21T19:00:28.400015+0000 mon.smithi107 (mon.0) 743 : audit [DBG] from='client.? 172.21.15.107:0/1524076556' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-21T19:00:29.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:29 smithi107 bash[20033]: audit 2024-09-21T19:00:28.705795+0000 mon.smithi107 (mon.0) 744 : audit [DBG] from='client.? 172.21.15.107:0/3211835200' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2024-09-21T19:00:29.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:29 smithi107 bash[20033]: audit 2024-09-21T19:00:28.705795+0000 mon.smithi107 (mon.0) 744 : audit [DBG] from='client.? 172.21.15.107:0/3211835200' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2024-09-21T19:00:29.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:29 smithi160 bash[25034]: audit 2024-09-21T19:00:28.705795+0000 mon.smithi107 (mon.0) 744 : audit [DBG] from='client.? 172.21.15.107:0/3211835200' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2024-09-21T19:00:29.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:29 smithi160 bash[25034]: audit 2024-09-21T19:00:28.705795+0000 mon.smithi107 (mon.0) 744 : audit [DBG] from='client.? 172.21.15.107:0/3211835200' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2024-09-21T19:00:30.183 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149716 got 111669149719 for osd.4 2024-09-21T19:00:30.184 DEBUG:teuthology.parallel:result is None 2024-09-21T19:00:30.317 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476759 got 68719476761 for osd.0 2024-09-21T19:00:30.317 DEBUG:teuthology.parallel:result is None 2024-09-21T19:00:30.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:30 smithi107 bash[20033]: cluster 2024-09-21T19:00:29.315489+0000 mgr.smithi107.uonppz (mgr.14203) 190 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:30.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:30 smithi107 bash[20033]: cluster 2024-09-21T19:00:29.315489+0000 mgr.smithi107.uonppz (mgr.14203) 190 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:30.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:30 smithi160 bash[25034]: cluster 2024-09-21T19:00:29.315489+0000 mgr.smithi107.uonppz (mgr.14203) 190 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:30.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:30 smithi160 bash[25034]: cluster 2024-09-21T19:00:29.315489+0000 mgr.smithi107.uonppz (mgr.14203) 190 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:30.946 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149716 got 111669149719 for osd.3 2024-09-21T19:00:30.946 DEBUG:teuthology.parallel:result is None 2024-09-21T19:00:31.130 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953492 got 137438953495 for osd.6 2024-09-21T19:00:31.130 DEBUG:teuthology.parallel:result is None 2024-09-21T19:00:31.130 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-21T19:00:31.131 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph pg dump --format=json 2024-09-21T19:00:32.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:32 smithi107 bash[20033]: cluster 2024-09-21T19:00:31.315998+0000 mgr.smithi107.uonppz (mgr.14203) 191 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:32.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:32 smithi107 bash[20033]: cluster 2024-09-21T19:00:31.315998+0000 mgr.smithi107.uonppz (mgr.14203) 191 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:32.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:32 smithi160 bash[25034]: cluster 2024-09-21T19:00:31.315998+0000 mgr.smithi107.uonppz (mgr.14203) 191 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:32.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:32 smithi160 bash[25034]: cluster 2024-09-21T19:00:31.315998+0000 mgr.smithi107.uonppz (mgr.14203) 191 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:34.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:34 smithi107 bash[20033]: cluster 2024-09-21T19:00:33.316528+0000 mgr.smithi107.uonppz (mgr.14203) 192 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:34.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:34 smithi107 bash[20033]: cluster 2024-09-21T19:00:33.316528+0000 mgr.smithi107.uonppz (mgr.14203) 192 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:34.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:34 smithi160 bash[25034]: cluster 2024-09-21T19:00:33.316528+0000 mgr.smithi107.uonppz (mgr.14203) 192 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:34.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:34 smithi160 bash[25034]: cluster 2024-09-21T19:00:33.316528+0000 mgr.smithi107.uonppz (mgr.14203) 192 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:35.959 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:00:36.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:36 smithi107 bash[20033]: cluster 2024-09-21T19:00:35.317133+0000 mgr.smithi107.uonppz (mgr.14203) 193 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:36.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:36 smithi107 bash[20033]: cluster 2024-09-21T19:00:35.317133+0000 mgr.smithi107.uonppz (mgr.14203) 193 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:36.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:36 smithi160 bash[25034]: cluster 2024-09-21T19:00:35.317133+0000 mgr.smithi107.uonppz (mgr.14203) 193 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:36.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:36 smithi160 bash[25034]: cluster 2024-09-21T19:00:35.317133+0000 mgr.smithi107.uonppz (mgr.14203) 193 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:37.505 INFO:teuthology.orchestra.run.smithi107.stderr:dumped all 2024-09-21T19:00:37.506 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T19:00:38.188 INFO:teuthology.orchestra.run.smithi107.stdout:{"pg_ready":true,"pg_map":{"version":163,"stamp":"2024-09-21T19:00:37.317357+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":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":132,"ondisk_log_size":132,"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":229600,"kb_used_data":5036,"kb_used_omap":12,"kb_used_meta":224371,"kb_avail":749698848,"statfs":{"total":767926730752,"available":767691620352,"internally_reserved":0,"allocated":5156864,"data_stored":3138064,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12750,"internal_metadata":229756466},"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.003229"},"pg_stats":[{"pgid":"1.0","version":"23'132","reported_seq":186,"reported_epoch":42,"state":"active+clean","last_fresh":"2024-09-21T18:59:01.773659+0000","last_change":"2024-09-21T18:59:01.772984+0000","last_active":"2024-09-21T18:59:01.773659+0000","last_peered":"2024-09-21T18:59:01.773659+0000","last_clean":"2024-09-21T18:59:01.773659+0000","last_became_active":"2024-09-21T18:59:01.772025+0000","last_became_peered":"2024-09-21T18:59:01.772025+0000","last_unstale":"2024-09-21T18:59:01.773659+0000","last_undegraded":"2024-09-21T18:59:01.773659+0000","last_fullsized":"2024-09-21T18:59:01.773659+0000","mapping_epoch":41,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":42,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-21T18:58:40.128892+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-21T18:58:40.128892+0000","last_clean_scrub_stamp":"2024-09-21T18:58:40.128892+0000","objects_scrubbed":0,"log_size":132,"log_dups_size":0,"ondisk_log_size":132,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-23T04:37:46.767859+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":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2969600,"data_stored":2951840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":132,"ondisk_log_size":132,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":38,"seq":163208757270,"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":992,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713036,"statfs":{"total":95990841344,"available":95962148864,"internally_reserved":0,"allocated":1015808,"data_stored":761238,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27654602},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":5,"up_from":34,"seq":146028888088,"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":412,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713616,"statfs":{"total":95990841344,"available":95962742784,"internally_reserved":0,"allocated":421888,"data_stored":170870,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":6,"up_from":32,"seq":137438953497,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31600,"kb_used_data":412,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709456,"statfs":{"total":95990841344,"available":95958482944,"internally_reserved":0,"allocated":421888,"data_stored":170870,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":26,"seq":111669149721,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31600,"kb_used_data":412,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709456,"statfs":{"total":95990841344,"available":95958482944,"internally_reserved":0,"allocated":421888,"data_stored":170870,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":26,"seq":111669149721,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28028,"kb_used_data":992,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713028,"statfs":{"total":95990841344,"available":95962140672,"internally_reserved":0,"allocated":1015808,"data_stored":761238,"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":[]},{"osd":2,"up_from":21,"seq":90194313243,"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":412,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713612,"statfs":{"total":95990841344,"available":95962738688,"internally_reserved":0,"allocated":421888,"data_stored":170870,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":20,"seq":85899345947,"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":412,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713612,"statfs":{"total":95990841344,"available":95962738688,"internally_reserved":0,"allocated":421888,"data_stored":170870,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":16,"seq":68719476764,"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":992,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713032,"statfs":{"total":95990841344,"available":95962144768,"internally_reserved":0,"allocated":1015808,"data_stored":761238,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-21T19:00:38.189 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph pg dump --format=json 2024-09-21T19:00:38.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:38 smithi107 bash[20033]: cluster 2024-09-21T19:00:37.317487+0000 mgr.smithi107.uonppz (mgr.14203) 194 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:38.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:38 smithi107 bash[20033]: cluster 2024-09-21T19:00:37.317487+0000 mgr.smithi107.uonppz (mgr.14203) 194 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:38.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:38 smithi107 bash[20033]: audit 2024-09-21T19:00:37.504613+0000 mgr.smithi107.uonppz (mgr.14203) 195 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:00:38.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:38 smithi107 bash[20033]: audit 2024-09-21T19:00:37.504613+0000 mgr.smithi107.uonppz (mgr.14203) 195 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:00:38.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:38 smithi160 bash[25034]: cluster 2024-09-21T19:00:37.317487+0000 mgr.smithi107.uonppz (mgr.14203) 194 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:38.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:38 smithi160 bash[25034]: cluster 2024-09-21T19:00:37.317487+0000 mgr.smithi107.uonppz (mgr.14203) 194 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:38.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:38 smithi160 bash[25034]: audit 2024-09-21T19:00:37.504613+0000 mgr.smithi107.uonppz (mgr.14203) 195 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:00:38.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:38 smithi160 bash[25034]: audit 2024-09-21T19:00:37.504613+0000 mgr.smithi107.uonppz (mgr.14203) 195 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:00:40.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:40 smithi107 bash[20033]: cluster 2024-09-21T19:00:39.318036+0000 mgr.smithi107.uonppz (mgr.14203) 196 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:40.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:40 smithi107 bash[20033]: cluster 2024-09-21T19:00:39.318036+0000 mgr.smithi107.uonppz (mgr.14203) 196 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:40.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:40 smithi160 bash[25034]: cluster 2024-09-21T19:00:39.318036+0000 mgr.smithi107.uonppz (mgr.14203) 196 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:40.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:40 smithi160 bash[25034]: cluster 2024-09-21T19:00:39.318036+0000 mgr.smithi107.uonppz (mgr.14203) 196 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:42.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:42 smithi107 bash[20033]: cluster 2024-09-21T19:00:41.318607+0000 mgr.smithi107.uonppz (mgr.14203) 197 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:42.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:42 smithi107 bash[20033]: cluster 2024-09-21T19:00:41.318607+0000 mgr.smithi107.uonppz (mgr.14203) 197 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:42.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:42 smithi107 bash[20033]: audit 2024-09-21T19:00:41.572759+0000 mon.smithi107 (mon.0) 745 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:00:42.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:42 smithi107 bash[20033]: audit 2024-09-21T19:00:41.572759+0000 mon.smithi107 (mon.0) 745 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:00:42.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:42 smithi160 bash[25034]: cluster 2024-09-21T19:00:41.318607+0000 mgr.smithi107.uonppz (mgr.14203) 197 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:42.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:42 smithi160 bash[25034]: cluster 2024-09-21T19:00:41.318607+0000 mgr.smithi107.uonppz (mgr.14203) 197 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:42.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:42 smithi160 bash[25034]: audit 2024-09-21T19:00:41.572759+0000 mon.smithi107 (mon.0) 745 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:00:42.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:42 smithi160 bash[25034]: audit 2024-09-21T19:00:41.572759+0000 mon.smithi107 (mon.0) 745 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:00:43.017 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:00:44.664 INFO:teuthology.orchestra.run.smithi107.stderr:dumped all 2024-09-21T19:00:44.664 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T19:00:44.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:44 smithi107 bash[20033]: cluster 2024-09-21T19:00:43.319153+0000 mgr.smithi107.uonppz (mgr.14203) 198 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:44.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:44 smithi107 bash[20033]: cluster 2024-09-21T19:00:43.319153+0000 mgr.smithi107.uonppz (mgr.14203) 198 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:44.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:44 smithi160 bash[25034]: cluster 2024-09-21T19:00:43.319153+0000 mgr.smithi107.uonppz (mgr.14203) 198 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:44.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:44 smithi160 bash[25034]: cluster 2024-09-21T19:00:43.319153+0000 mgr.smithi107.uonppz (mgr.14203) 198 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:45.353 INFO:teuthology.orchestra.run.smithi107.stdout:{"pg_ready":true,"pg_map":{"version":166,"stamp":"2024-09-21T19:00:43.318895+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":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":132,"ondisk_log_size":132,"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":229600,"kb_used_data":5036,"kb_used_omap":12,"kb_used_meta":224371,"kb_avail":749698848,"statfs":{"total":767926730752,"available":767691620352,"internally_reserved":0,"allocated":5156864,"data_stored":3138064,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12750,"internal_metadata":229756466},"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.003148"},"pg_stats":[{"pgid":"1.0","version":"23'132","reported_seq":186,"reported_epoch":42,"state":"active+clean","last_fresh":"2024-09-21T18:59:01.773659+0000","last_change":"2024-09-21T18:59:01.772984+0000","last_active":"2024-09-21T18:59:01.773659+0000","last_peered":"2024-09-21T18:59:01.773659+0000","last_clean":"2024-09-21T18:59:01.773659+0000","last_became_active":"2024-09-21T18:59:01.772025+0000","last_became_peered":"2024-09-21T18:59:01.772025+0000","last_unstale":"2024-09-21T18:59:01.773659+0000","last_undegraded":"2024-09-21T18:59:01.773659+0000","last_fullsized":"2024-09-21T18:59:01.773659+0000","mapping_epoch":41,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":42,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-21T18:58:40.128892+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-21T18:58:40.128892+0000","last_clean_scrub_stamp":"2024-09-21T18:58:40.128892+0000","objects_scrubbed":0,"log_size":132,"log_dups_size":0,"ondisk_log_size":132,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-23T04:37:46.767859+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":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2969600,"data_stored":2951840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":132,"ondisk_log_size":132,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":38,"seq":163208757271,"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":992,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713036,"statfs":{"total":95990841344,"available":95962148864,"internally_reserved":0,"allocated":1015808,"data_stored":761238,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27654602},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":5,"up_from":34,"seq":146028888089,"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":412,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713616,"statfs":{"total":95990841344,"available":95962742784,"internally_reserved":0,"allocated":421888,"data_stored":170870,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":6,"up_from":32,"seq":137438953498,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31600,"kb_used_data":412,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709456,"statfs":{"total":95990841344,"available":95958482944,"internally_reserved":0,"allocated":421888,"data_stored":170870,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":26,"seq":111669149722,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31600,"kb_used_data":412,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709456,"statfs":{"total":95990841344,"available":95958482944,"internally_reserved":0,"allocated":421888,"data_stored":170870,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":26,"seq":111669149722,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28028,"kb_used_data":992,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713028,"statfs":{"total":95990841344,"available":95962140672,"internally_reserved":0,"allocated":1015808,"data_stored":761238,"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":[]},{"osd":2,"up_from":21,"seq":90194313244,"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":412,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713612,"statfs":{"total":95990841344,"available":95962738688,"internally_reserved":0,"allocated":421888,"data_stored":170870,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":20,"seq":85899345948,"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":412,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713612,"statfs":{"total":95990841344,"available":95962738688,"internally_reserved":0,"allocated":421888,"data_stored":170870,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":16,"seq":68719476765,"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":992,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713032,"statfs":{"total":95990841344,"available":95962144768,"internally_reserved":0,"allocated":1015808,"data_stored":761238,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-21T19:00:45.354 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-21T19:00:45.354 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-21T19:00:45.354 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-21T19:00:45.354 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph health --format=json 2024-09-21T19:00:45.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:45 smithi107 bash[20033]: audit 2024-09-21T19:00:44.663420+0000 mgr.smithi107.uonppz (mgr.14203) 199 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:00:45.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:45 smithi107 bash[20033]: audit 2024-09-21T19:00:44.663420+0000 mgr.smithi107.uonppz (mgr.14203) 199 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:00:45.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:45 smithi160 bash[25034]: audit 2024-09-21T19:00:44.663420+0000 mgr.smithi107.uonppz (mgr.14203) 199 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:00:45.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:45 smithi160 bash[25034]: audit 2024-09-21T19:00:44.663420+0000 mgr.smithi107.uonppz (mgr.14203) 199 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:00:46.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:46 smithi107 bash[20033]: cluster 2024-09-21T19:00:45.319619+0000 mgr.smithi107.uonppz (mgr.14203) 200 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:46.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:46 smithi107 bash[20033]: cluster 2024-09-21T19:00:45.319619+0000 mgr.smithi107.uonppz (mgr.14203) 200 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:46.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:46 smithi160 bash[25034]: cluster 2024-09-21T19:00:45.319619+0000 mgr.smithi107.uonppz (mgr.14203) 200 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:46.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:46 smithi160 bash[25034]: cluster 2024-09-21T19:00:45.319619+0000 mgr.smithi107.uonppz (mgr.14203) 200 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:48.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:48 smithi107 bash[20033]: cluster 2024-09-21T19:00:47.320193+0000 mgr.smithi107.uonppz (mgr.14203) 201 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:48.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:48 smithi107 bash[20033]: cluster 2024-09-21T19:00:47.320193+0000 mgr.smithi107.uonppz (mgr.14203) 201 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:48.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:48 smithi160 bash[25034]: cluster 2024-09-21T19:00:47.320193+0000 mgr.smithi107.uonppz (mgr.14203) 201 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:48.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:48 smithi160 bash[25034]: cluster 2024-09-21T19:00:47.320193+0000 mgr.smithi107.uonppz (mgr.14203) 201 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:50.176 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:00:50.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:50 smithi107 bash[20033]: cluster 2024-09-21T19:00:49.320762+0000 mgr.smithi107.uonppz (mgr.14203) 202 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:50.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:50 smithi107 bash[20033]: cluster 2024-09-21T19:00:49.320762+0000 mgr.smithi107.uonppz (mgr.14203) 202 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:50.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:50 smithi107 bash[20033]: audit 2024-09-21T19:00:49.533432+0000 mon.smithi107 (mon.0) 746 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:00:50.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:50 smithi107 bash[20033]: audit 2024-09-21T19:00:49.533432+0000 mon.smithi107 (mon.0) 746 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:00:50.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:50 smithi160 bash[25034]: cluster 2024-09-21T19:00:49.320762+0000 mgr.smithi107.uonppz (mgr.14203) 202 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:50.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:50 smithi160 bash[25034]: cluster 2024-09-21T19:00:49.320762+0000 mgr.smithi107.uonppz (mgr.14203) 202 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:50.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:50 smithi160 bash[25034]: audit 2024-09-21T19:00:49.533432+0000 mon.smithi107 (mon.0) 746 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:00:50.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:50 smithi160 bash[25034]: audit 2024-09-21T19:00:49.533432+0000 mon.smithi107 (mon.0) 746 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:00:51.812 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T19:00:51.813 INFO:teuthology.orchestra.run.smithi107.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-21T19:00:52.536 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-21T19:00:52.537 INFO:tasks.cephadm:Setup complete, yielding 2024-09-21T19:00:52.537 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-21T19:00:52.546 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi107.front.sepia.ceph.com 2024-09-21T19:00:52.546 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- bash -c 'ceph orch status' 2024-09-21T19:00:52.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:52 smithi107 bash[20033]: cluster 2024-09-21T19:00:51.321361+0000 mgr.smithi107.uonppz (mgr.14203) 203 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:52.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:52 smithi107 bash[20033]: cluster 2024-09-21T19:00:51.321361+0000 mgr.smithi107.uonppz (mgr.14203) 203 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:52.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:52 smithi107 bash[20033]: audit 2024-09-21T19:00:51.812579+0000 mon.smithi107 (mon.0) 747 : audit [DBG] from='client.? 172.21.15.107:0/171842622' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T19:00:52.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:52 smithi107 bash[20033]: audit 2024-09-21T19:00:51.812579+0000 mon.smithi107 (mon.0) 747 : audit [DBG] from='client.? 172.21.15.107:0/171842622' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T19:00:52.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:52 smithi160 bash[25034]: cluster 2024-09-21T19:00:51.321361+0000 mgr.smithi107.uonppz (mgr.14203) 203 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:52.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:52 smithi160 bash[25034]: cluster 2024-09-21T19:00:51.321361+0000 mgr.smithi107.uonppz (mgr.14203) 203 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:52.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:52 smithi160 bash[25034]: audit 2024-09-21T19:00:51.812579+0000 mon.smithi107 (mon.0) 747 : audit [DBG] from='client.? 172.21.15.107:0/171842622' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T19:00:52.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:52 smithi160 bash[25034]: audit 2024-09-21T19:00:51.812579+0000 mon.smithi107 (mon.0) 747 : audit [DBG] from='client.? 172.21.15.107:0/171842622' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T19:00:54.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:54 smithi107 bash[20033]: cluster 2024-09-21T19:00:53.321961+0000 mgr.smithi107.uonppz (mgr.14203) 204 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:54.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:54 smithi107 bash[20033]: cluster 2024-09-21T19:00:53.321961+0000 mgr.smithi107.uonppz (mgr.14203) 204 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:54.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:54 smithi160 bash[25034]: cluster 2024-09-21T19:00:53.321961+0000 mgr.smithi107.uonppz (mgr.14203) 204 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:54.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:54 smithi160 bash[25034]: cluster 2024-09-21T19:00:53.321961+0000 mgr.smithi107.uonppz (mgr.14203) 204 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:56.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:56 smithi107 bash[20033]: audit 2024-09-21T19:00:55.066906+0000 mon.smithi107 (mon.0) 748 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:00:56.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:56 smithi107 bash[20033]: audit 2024-09-21T19:00:55.066906+0000 mon.smithi107 (mon.0) 748 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:00:56.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:56 smithi107 bash[20033]: audit 2024-09-21T19:00:55.077259+0000 mon.smithi107 (mon.0) 749 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:00:56.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:56 smithi107 bash[20033]: audit 2024-09-21T19:00:55.077259+0000 mon.smithi107 (mon.0) 749 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:00:56.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:56 smithi160 bash[25034]: audit 2024-09-21T19:00:55.066906+0000 mon.smithi107 (mon.0) 748 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:00:56.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:56 smithi160 bash[25034]: audit 2024-09-21T19:00:55.066906+0000 mon.smithi107 (mon.0) 748 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:00:56.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:56 smithi160 bash[25034]: audit 2024-09-21T19:00:55.077259+0000 mon.smithi107 (mon.0) 749 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:00:56.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:56 smithi160 bash[25034]: audit 2024-09-21T19:00:55.077259+0000 mon.smithi107 (mon.0) 749 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:00:57.357 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:00:57.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:57 smithi107 bash[20033]: cluster 2024-09-21T19:00:55.322506+0000 mgr.smithi107.uonppz (mgr.14203) 205 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:57.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:57 smithi107 bash[20033]: cluster 2024-09-21T19:00:55.322506+0000 mgr.smithi107.uonppz (mgr.14203) 205 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:57.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:57 smithi107 bash[20033]: audit 2024-09-21T19:00:56.169005+0000 mon.smithi107 (mon.0) 750 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:00:57.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:57 smithi107 bash[20033]: audit 2024-09-21T19:00:56.169005+0000 mon.smithi107 (mon.0) 750 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:00:57.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:57 smithi107 bash[20033]: audit 2024-09-21T19:00:56.173781+0000 mon.smithi107 (mon.0) 751 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:00:57.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:57 smithi107 bash[20033]: audit 2024-09-21T19:00:56.173781+0000 mon.smithi107 (mon.0) 751 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:00:57.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:57 smithi107 bash[20033]: audit 2024-09-21T19:00:56.573100+0000 mon.smithi107 (mon.0) 752 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:00:57.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:57 smithi107 bash[20033]: audit 2024-09-21T19:00:56.573100+0000 mon.smithi107 (mon.0) 752 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:00:57.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:57 smithi107 bash[20033]: audit 2024-09-21T19:00:56.802283+0000 mon.smithi107 (mon.0) 753 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:00:57.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:57 smithi107 bash[20033]: audit 2024-09-21T19:00:56.802283+0000 mon.smithi107 (mon.0) 753 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:00:57.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:57 smithi107 bash[20033]: audit 2024-09-21T19:00:56.803981+0000 mon.smithi107 (mon.0) 754 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:00:57.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:57 smithi107 bash[20033]: audit 2024-09-21T19:00:56.803981+0000 mon.smithi107 (mon.0) 754 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:00:57.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:57 smithi107 bash[20033]: audit 2024-09-21T19:00:56.813460+0000 mon.smithi107 (mon.0) 755 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:00:57.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:57 smithi107 bash[20033]: audit 2024-09-21T19:00:56.813460+0000 mon.smithi107 (mon.0) 755 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:00:57.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:57 smithi107 bash[20033]: audit 2024-09-21T19:00:56.820048+0000 mon.smithi107 (mon.0) 756 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:00:57.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:57 smithi107 bash[20033]: audit 2024-09-21T19:00:56.820048+0000 mon.smithi107 (mon.0) 756 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:00:57.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:57 smithi160 bash[25034]: cluster 2024-09-21T19:00:55.322506+0000 mgr.smithi107.uonppz (mgr.14203) 205 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:57.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:57 smithi160 bash[25034]: cluster 2024-09-21T19:00:55.322506+0000 mgr.smithi107.uonppz (mgr.14203) 205 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:57.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:57 smithi160 bash[25034]: audit 2024-09-21T19:00:56.169005+0000 mon.smithi107 (mon.0) 750 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:00:57.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:57 smithi160 bash[25034]: audit 2024-09-21T19:00:56.169005+0000 mon.smithi107 (mon.0) 750 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:00:57.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:57 smithi160 bash[25034]: audit 2024-09-21T19:00:56.173781+0000 mon.smithi107 (mon.0) 751 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:00:57.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:57 smithi160 bash[25034]: audit 2024-09-21T19:00:56.173781+0000 mon.smithi107 (mon.0) 751 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:00:57.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:57 smithi160 bash[25034]: audit 2024-09-21T19:00:56.573100+0000 mon.smithi107 (mon.0) 752 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:00:57.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:57 smithi160 bash[25034]: audit 2024-09-21T19:00:56.573100+0000 mon.smithi107 (mon.0) 752 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:00:57.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:57 smithi160 bash[25034]: audit 2024-09-21T19:00:56.802283+0000 mon.smithi107 (mon.0) 753 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:00:57.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:57 smithi160 bash[25034]: audit 2024-09-21T19:00:56.802283+0000 mon.smithi107 (mon.0) 753 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:00:57.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:57 smithi160 bash[25034]: audit 2024-09-21T19:00:56.803981+0000 mon.smithi107 (mon.0) 754 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:00:57.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:57 smithi160 bash[25034]: audit 2024-09-21T19:00:56.803981+0000 mon.smithi107 (mon.0) 754 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:00:57.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:57 smithi160 bash[25034]: audit 2024-09-21T19:00:56.813460+0000 mon.smithi107 (mon.0) 755 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:00:57.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:57 smithi160 bash[25034]: audit 2024-09-21T19:00:56.813460+0000 mon.smithi107 (mon.0) 755 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:00:57.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:57 smithi160 bash[25034]: audit 2024-09-21T19:00:56.820048+0000 mon.smithi107 (mon.0) 756 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:00:57.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:57 smithi160 bash[25034]: audit 2024-09-21T19:00:56.820048+0000 mon.smithi107 (mon.0) 756 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:00:58.878 INFO:teuthology.orchestra.run.smithi107.stdout:Backend: cephadm 2024-09-21T19:00:58.878 INFO:teuthology.orchestra.run.smithi107.stdout:Available: Yes 2024-09-21T19:00:58.878 INFO:teuthology.orchestra.run.smithi107.stdout:Paused: No 2024-09-21T19:00:59.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:59 smithi107 bash[20033]: cluster 2024-09-21T19:00:57.323007+0000 mgr.smithi107.uonppz (mgr.14203) 206 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:59.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:00:59 smithi107 bash[20033]: cluster 2024-09-21T19:00:57.323007+0000 mgr.smithi107.uonppz (mgr.14203) 206 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:59.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:59 smithi160 bash[25034]: cluster 2024-09-21T19:00:57.323007+0000 mgr.smithi107.uonppz (mgr.14203) 206 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:59.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:00:59 smithi160 bash[25034]: cluster 2024-09-21T19:00:57.323007+0000 mgr.smithi107.uonppz (mgr.14203) 206 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:00:59.651 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- bash -c 'ceph orch ps' 2024-09-21T19:01:00.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:00 smithi107 bash[20033]: audit 2024-09-21T19:00:58.877591+0000 mgr.smithi107.uonppz (mgr.14203) 207 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:00.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:00 smithi107 bash[20033]: audit 2024-09-21T19:00:58.877591+0000 mgr.smithi107.uonppz (mgr.14203) 207 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:00.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:00 smithi160 bash[25034]: audit 2024-09-21T19:00:58.877591+0000 mgr.smithi107.uonppz (mgr.14203) 207 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:00.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:00 smithi160 bash[25034]: audit 2024-09-21T19:00:58.877591+0000 mgr.smithi107.uonppz (mgr.14203) 207 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:01.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:01 smithi107 bash[20033]: cluster 2024-09-21T19:00:59.323593+0000 mgr.smithi107.uonppz (mgr.14203) 208 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:01.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:01 smithi107 bash[20033]: cluster 2024-09-21T19:00:59.323593+0000 mgr.smithi107.uonppz (mgr.14203) 208 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:01.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:01 smithi160 bash[25034]: cluster 2024-09-21T19:00:59.323593+0000 mgr.smithi107.uonppz (mgr.14203) 208 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:01.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:01 smithi160 bash[25034]: cluster 2024-09-21T19:00:59.323593+0000 mgr.smithi107.uonppz (mgr.14203) 208 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:03.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:03 smithi107 bash[20033]: cluster 2024-09-21T19:01:01.324231+0000 mgr.smithi107.uonppz (mgr.14203) 209 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:03.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:03 smithi107 bash[20033]: cluster 2024-09-21T19:01:01.324231+0000 mgr.smithi107.uonppz (mgr.14203) 209 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:03.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:03 smithi160 bash[25034]: cluster 2024-09-21T19:01:01.324231+0000 mgr.smithi107.uonppz (mgr.14203) 209 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:03.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:03 smithi160 bash[25034]: cluster 2024-09-21T19:01:01.324231+0000 mgr.smithi107.uonppz (mgr.14203) 209 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:04.459 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:01:05.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:05 smithi107 bash[20033]: cluster 2024-09-21T19:01:03.324814+0000 mgr.smithi107.uonppz (mgr.14203) 210 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:05.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:05 smithi107 bash[20033]: cluster 2024-09-21T19:01:03.324814+0000 mgr.smithi107.uonppz (mgr.14203) 210 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:05.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:05 smithi160 bash[25034]: cluster 2024-09-21T19:01:03.324814+0000 mgr.smithi107.uonppz (mgr.14203) 210 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:05.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:05 smithi160 bash[25034]: cluster 2024-09-21T19:01:03.324814+0000 mgr.smithi107.uonppz (mgr.14203) 210 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:06.115 INFO:teuthology.orchestra.run.smithi107.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T19:01:06.115 INFO:teuthology.orchestra.run.smithi107.stdout:alertmanager.smithi107 smithi107 *:9093,9094 running (4m) 9s ago 5m 14.0M - 0.27.0 11f11916f8cd 56f199f3655b 2024-09-21T19:01:06.115 INFO:teuthology.orchestra.run.smithi107.stdout:ceph-exporter.smithi107 smithi107 *:9926 running (5m) 9s ago 5m 8664k - 19.3.0-5129-g0ecbb435 3fa9090ef91d 9ce412fac232 2024-09-21T19:01:06.115 INFO:teuthology.orchestra.run.smithi107.stdout:ceph-exporter.smithi160 smithi160 *:9926 running (4m) 11s ago 4m 6087k - 19.3.0-5129-g0ecbb435 3fa9090ef91d 11fcaf40ffb2 2024-09-21T19:01:06.115 INFO:teuthology.orchestra.run.smithi107.stdout:crash.smithi107 smithi107 running (5m) 9s ago 5m 7256k - 19.3.0-5129-g0ecbb435 3fa9090ef91d 9a560b51202c 2024-09-21T19:01:06.115 INFO:teuthology.orchestra.run.smithi107.stdout:crash.smithi160 smithi160 running (4m) 11s ago 4m 7212k - 19.3.0-5129-g0ecbb435 3fa9090ef91d c7a064c9bf18 2024-09-21T19:01:06.115 INFO:teuthology.orchestra.run.smithi107.stdout:grafana.smithi107 smithi107 *:3000 running (3m) 9s ago 5m 68.5M - 10.4.8 5aad1d7cf004 d8adb009f99e 2024-09-21T19:01:06.115 INFO:teuthology.orchestra.run.smithi107.stdout:mgr.smithi107.uonppz smithi107 *:9283,8765,8443 running (7m) 9s ago 7m 502M - 19.3.0-5129-g0ecbb435 3fa9090ef91d fd40c35c9bca 2024-09-21T19:01:06.115 INFO:teuthology.orchestra.run.smithi107.stdout:mgr.smithi160.rphsud smithi160 *:8443,9283,8765 running (4m) 11s ago 4m 439M - 19.3.0-5129-g0ecbb435 3fa9090ef91d 47f6e3bde342 2024-09-21T19:01:06.115 INFO:teuthology.orchestra.run.smithi107.stdout:mon.smithi107 smithi107 running (7m) 9s ago 7m 50.0M 2048M 19.3.0-5129-g0ecbb435 3fa9090ef91d 99d6cfdfb550 2024-09-21T19:01:06.115 INFO:teuthology.orchestra.run.smithi107.stdout:mon.smithi160 smithi160 running (4m) 11s ago 4m 41.8M 2048M 19.3.0-5129-g0ecbb435 3fa9090ef91d d3fc4e56d8a9 2024-09-21T19:01:06.115 INFO:teuthology.orchestra.run.smithi107.stdout:node-exporter.smithi107 smithi107 *:9100 running (5m) 9s ago 5m 8336k - 1.7.0 72c9c2088986 e00603267c2f 2024-09-21T19:01:06.115 INFO:teuthology.orchestra.run.smithi107.stdout:node-exporter.smithi160 smithi160 *:9100 running (4m) 11s ago 4m 8040k - 1.7.0 72c9c2088986 8ca4882dfb5e 2024-09-21T19:01:06.116 INFO:teuthology.orchestra.run.smithi107.stdout:osd.0 smithi160 running (2m) 11s ago 2m 39.2M 3772M 19.3.0-5129-g0ecbb435 3fa9090ef91d ce078adac0d2 2024-09-21T19:01:06.116 INFO:teuthology.orchestra.run.smithi107.stdout:osd.1 smithi107 running (2m) 9s ago 2m 42.4M 3004M 19.3.0-5129-g0ecbb435 3fa9090ef91d 082a19138bec 2024-09-21T19:01:06.116 INFO:teuthology.orchestra.run.smithi107.stdout:osd.2 smithi160 running (2m) 11s ago 2m 38.3M 3772M 19.3.0-5129-g0ecbb435 3fa9090ef91d 1f865459eb1f 2024-09-21T19:01:06.116 INFO:teuthology.orchestra.run.smithi107.stdout:osd.3 smithi107 running (2m) 9s ago 2m 37.5M 3004M 19.3.0-5129-g0ecbb435 3fa9090ef91d da265c115c6a 2024-09-21T19:01:06.116 INFO:teuthology.orchestra.run.smithi107.stdout:osd.4 smithi160 running (2m) 11s ago 2m 41.5M 3772M 19.3.0-5129-g0ecbb435 3fa9090ef91d 8f6327ce6e56 2024-09-21T19:01:06.116 INFO:teuthology.orchestra.run.smithi107.stdout:osd.5 smithi107 running (2m) 9s ago 2m 34.9M 3004M 19.3.0-5129-g0ecbb435 3fa9090ef91d c535d9b3d8d7 2024-09-21T19:01:06.116 INFO:teuthology.orchestra.run.smithi107.stdout:osd.6 smithi160 running (2m) 11s ago 2m 42.2M 3772M 19.3.0-5129-g0ecbb435 3fa9090ef91d 249be539ec4a 2024-09-21T19:01:06.116 INFO:teuthology.orchestra.run.smithi107.stdout:osd.7 smithi107 running (2m) 9s ago 2m 37.7M 3004M 19.3.0-5129-g0ecbb435 3fa9090ef91d bf0b42b6bbf3 2024-09-21T19:01:06.116 INFO:teuthology.orchestra.run.smithi107.stdout:prometheus.smithi107 smithi107 *:9095 running (3m) 9s ago 5m 44.7M - 2.51.0 1d3b7f56885b a973158adc03 2024-09-21T19:01:06.841 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- bash -c 'ceph orch ls' 2024-09-21T19:01:07.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:07 smithi107 bash[20033]: cluster 2024-09-21T19:01:05.325424+0000 mgr.smithi107.uonppz (mgr.14203) 211 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:07.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:07 smithi107 bash[20033]: cluster 2024-09-21T19:01:05.325424+0000 mgr.smithi107.uonppz (mgr.14203) 211 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:07.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:07 smithi107 bash[20033]: audit 2024-09-21T19:01:06.098415+0000 mgr.smithi107.uonppz (mgr.14203) 212 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:07.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:07 smithi107 bash[20033]: audit 2024-09-21T19:01:06.098415+0000 mgr.smithi107.uonppz (mgr.14203) 212 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:07.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:07 smithi160 bash[25034]: cluster 2024-09-21T19:01:05.325424+0000 mgr.smithi107.uonppz (mgr.14203) 211 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:07.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:07 smithi160 bash[25034]: cluster 2024-09-21T19:01:05.325424+0000 mgr.smithi107.uonppz (mgr.14203) 211 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:07.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:07 smithi160 bash[25034]: audit 2024-09-21T19:01:06.098415+0000 mgr.smithi107.uonppz (mgr.14203) 212 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:07.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:07 smithi160 bash[25034]: audit 2024-09-21T19:01:06.098415+0000 mgr.smithi107.uonppz (mgr.14203) 212 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:09.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:09 smithi107 bash[20033]: cluster 2024-09-21T19:01:07.325975+0000 mgr.smithi107.uonppz (mgr.14203) 213 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:09.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:09 smithi107 bash[20033]: cluster 2024-09-21T19:01:07.325975+0000 mgr.smithi107.uonppz (mgr.14203) 213 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:09.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:09 smithi160 bash[25034]: cluster 2024-09-21T19:01:07.325975+0000 mgr.smithi107.uonppz (mgr.14203) 213 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:09.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:09 smithi160 bash[25034]: cluster 2024-09-21T19:01:07.325975+0000 mgr.smithi107.uonppz (mgr.14203) 213 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:10.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:10 smithi107 bash[20033]: cluster 2024-09-21T19:01:09.326711+0000 mgr.smithi107.uonppz (mgr.14203) 214 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:10.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:10 smithi107 bash[20033]: cluster 2024-09-21T19:01:09.326711+0000 mgr.smithi107.uonppz (mgr.14203) 214 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:10.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:10 smithi160 bash[25034]: cluster 2024-09-21T19:01:09.326711+0000 mgr.smithi107.uonppz (mgr.14203) 214 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:10.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:10 smithi160 bash[25034]: cluster 2024-09-21T19:01:09.326711+0000 mgr.smithi107.uonppz (mgr.14203) 214 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:11.659 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:01:12.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:12 smithi107 bash[20033]: cluster 2024-09-21T19:01:11.327378+0000 mgr.smithi107.uonppz (mgr.14203) 215 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:12.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:12 smithi107 bash[20033]: cluster 2024-09-21T19:01:11.327378+0000 mgr.smithi107.uonppz (mgr.14203) 215 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:12.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:12 smithi107 bash[20033]: audit 2024-09-21T19:01:11.573624+0000 mon.smithi107 (mon.0) 757 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:01:12.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:12 smithi107 bash[20033]: audit 2024-09-21T19:01:11.573624+0000 mon.smithi107 (mon.0) 757 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:01:12.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:12 smithi160 bash[25034]: cluster 2024-09-21T19:01:11.327378+0000 mgr.smithi107.uonppz (mgr.14203) 215 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:12.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:12 smithi160 bash[25034]: cluster 2024-09-21T19:01:11.327378+0000 mgr.smithi107.uonppz (mgr.14203) 215 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:12.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:12 smithi160 bash[25034]: audit 2024-09-21T19:01:11.573624+0000 mon.smithi107 (mon.0) 757 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:01:12.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:12 smithi160 bash[25034]: audit 2024-09-21T19:01:11.573624+0000 mon.smithi107 (mon.0) 757 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:01:13.103 INFO:teuthology.orchestra.run.smithi107.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-21T19:01:13.103 INFO:teuthology.orchestra.run.smithi107.stdout:alertmanager ?:9093,9094 1/1 16s ago 6m count:1 2024-09-21T19:01:13.104 INFO:teuthology.orchestra.run.smithi107.stdout:ceph-exporter ?:9926 2/2 18s ago 6m * 2024-09-21T19:01:13.104 INFO:teuthology.orchestra.run.smithi107.stdout:crash 2/2 18s ago 6m * 2024-09-21T19:01:13.104 INFO:teuthology.orchestra.run.smithi107.stdout:grafana ?:3000 1/1 16s ago 6m count:1 2024-09-21T19:01:13.104 INFO:teuthology.orchestra.run.smithi107.stdout:mgr 2/2 18s ago 7m count:2 2024-09-21T19:01:13.104 INFO:teuthology.orchestra.run.smithi107.stdout:mon 2/2 18s ago 5m smithi107:172.21.15.107=smithi107;smithi160:172.21.15.160=smithi160;count:2 2024-09-21T19:01:13.104 INFO:teuthology.orchestra.run.smithi107.stdout:node-exporter ?:9100 2/2 18s ago 6m * 2024-09-21T19:01:13.104 INFO:teuthology.orchestra.run.smithi107.stdout:osd.all-available-devices 8 18s ago 4m * 2024-09-21T19:01:13.104 INFO:teuthology.orchestra.run.smithi107.stdout:prometheus ?:9095 1/1 16s ago 6m count:1 2024-09-21T19:01:13.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:13 smithi107 bash[20033]: audit 2024-09-21T19:01:13.088583+0000 mgr.smithi107.uonppz (mgr.14203) 216 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:13.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:13 smithi107 bash[20033]: audit 2024-09-21T19:01:13.088583+0000 mgr.smithi107.uonppz (mgr.14203) 216 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:13.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:13 smithi160 bash[25034]: audit 2024-09-21T19:01:13.088583+0000 mgr.smithi107.uonppz (mgr.14203) 216 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:13.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:13 smithi160 bash[25034]: audit 2024-09-21T19:01:13.088583+0000 mgr.smithi107.uonppz (mgr.14203) 216 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:13.834 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- bash -c 'ceph orch host ls' 2024-09-21T19:01:14.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:14 smithi107 bash[20033]: cluster 2024-09-21T19:01:13.327828+0000 mgr.smithi107.uonppz (mgr.14203) 217 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:14.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:14 smithi107 bash[20033]: cluster 2024-09-21T19:01:13.327828+0000 mgr.smithi107.uonppz (mgr.14203) 217 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:14.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:14 smithi160 bash[25034]: cluster 2024-09-21T19:01:13.327828+0000 mgr.smithi107.uonppz (mgr.14203) 217 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:14.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:14 smithi160 bash[25034]: cluster 2024-09-21T19:01:13.327828+0000 mgr.smithi107.uonppz (mgr.14203) 217 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:16.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:16 smithi107 bash[20033]: cluster 2024-09-21T19:01:15.328383+0000 mgr.smithi107.uonppz (mgr.14203) 218 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:16.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:16 smithi107 bash[20033]: cluster 2024-09-21T19:01:15.328383+0000 mgr.smithi107.uonppz (mgr.14203) 218 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:16.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:16 smithi160 bash[25034]: cluster 2024-09-21T19:01:15.328383+0000 mgr.smithi107.uonppz (mgr.14203) 218 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:16.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:16 smithi160 bash[25034]: cluster 2024-09-21T19:01:15.328383+0000 mgr.smithi107.uonppz (mgr.14203) 218 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:18.651 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:01:18.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:18 smithi160 bash[25034]: cluster 2024-09-21T19:01:17.328977+0000 mgr.smithi107.uonppz (mgr.14203) 219 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:18.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:18 smithi160 bash[25034]: cluster 2024-09-21T19:01:17.328977+0000 mgr.smithi107.uonppz (mgr.14203) 219 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:18.852 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:18 smithi107 bash[20033]: cluster 2024-09-21T19:01:17.328977+0000 mgr.smithi107.uonppz (mgr.14203) 219 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:18.852 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:18 smithi107 bash[20033]: cluster 2024-09-21T19:01:17.328977+0000 mgr.smithi107.uonppz (mgr.14203) 219 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:20.173 INFO:teuthology.orchestra.run.smithi107.stdout:HOST ADDR LABELS STATUS 2024-09-21T19:01:20.173 INFO:teuthology.orchestra.run.smithi107.stdout:smithi107 172.21.15.107 2024-09-21T19:01:20.173 INFO:teuthology.orchestra.run.smithi107.stdout:smithi160 172.21.15.160 2024-09-21T19:01:20.174 INFO:teuthology.orchestra.run.smithi107.stdout:2 hosts in cluster 2024-09-21T19:01:20.502 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:20 smithi107 bash[20033]: cluster 2024-09-21T19:01:19.329587+0000 mgr.smithi107.uonppz (mgr.14203) 220 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:20.502 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:20 smithi107 bash[20033]: cluster 2024-09-21T19:01:19.329587+0000 mgr.smithi107.uonppz (mgr.14203) 220 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:20.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:20 smithi160 bash[25034]: cluster 2024-09-21T19:01:19.329587+0000 mgr.smithi107.uonppz (mgr.14203) 220 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:20.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:20 smithi160 bash[25034]: cluster 2024-09-21T19:01:19.329587+0000 mgr.smithi107.uonppz (mgr.14203) 220 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:20.900 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- bash -c 'ceph orch device ls' 2024-09-21T19:01:21.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:21 smithi107 bash[20033]: audit 2024-09-21T19:01:20.172328+0000 mgr.smithi107.uonppz (mgr.14203) 221 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:21.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:21 smithi107 bash[20033]: audit 2024-09-21T19:01:20.172328+0000 mgr.smithi107.uonppz (mgr.14203) 221 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:21.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:21 smithi160 bash[25034]: audit 2024-09-21T19:01:20.172328+0000 mgr.smithi107.uonppz (mgr.14203) 221 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:21.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:21 smithi160 bash[25034]: audit 2024-09-21T19:01:20.172328+0000 mgr.smithi107.uonppz (mgr.14203) 221 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:22.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:22 smithi107 bash[20033]: cluster 2024-09-21T19:01:21.330287+0000 mgr.smithi107.uonppz (mgr.14203) 222 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:22.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:22 smithi107 bash[20033]: cluster 2024-09-21T19:01:21.330287+0000 mgr.smithi107.uonppz (mgr.14203) 222 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:22.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:22 smithi160 bash[25034]: cluster 2024-09-21T19:01:21.330287+0000 mgr.smithi107.uonppz (mgr.14203) 222 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:22.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:22 smithi160 bash[25034]: cluster 2024-09-21T19:01:21.330287+0000 mgr.smithi107.uonppz (mgr.14203) 222 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:25.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:24 smithi107 bash[20033]: cluster 2024-09-21T19:01:23.330899+0000 mgr.smithi107.uonppz (mgr.14203) 223 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:25.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:24 smithi107 bash[20033]: cluster 2024-09-21T19:01:23.330899+0000 mgr.smithi107.uonppz (mgr.14203) 223 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:25.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:24 smithi160 bash[25034]: cluster 2024-09-21T19:01:23.330899+0000 mgr.smithi107.uonppz (mgr.14203) 223 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:25.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:24 smithi160 bash[25034]: cluster 2024-09-21T19:01:23.330899+0000 mgr.smithi107.uonppz (mgr.14203) 223 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:25.716 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:01:27.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:26 smithi107 bash[20033]: cluster 2024-09-21T19:01:25.331450+0000 mgr.smithi107.uonppz (mgr.14203) 224 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:27.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:26 smithi107 bash[20033]: cluster 2024-09-21T19:01:25.331450+0000 mgr.smithi107.uonppz (mgr.14203) 224 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:27.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:26 smithi107 bash[20033]: audit 2024-09-21T19:01:26.573954+0000 mon.smithi107 (mon.0) 758 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:01:27.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:26 smithi107 bash[20033]: audit 2024-09-21T19:01:26.573954+0000 mon.smithi107 (mon.0) 758 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:01:27.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:26 smithi160 bash[25034]: cluster 2024-09-21T19:01:25.331450+0000 mgr.smithi107.uonppz (mgr.14203) 224 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:27.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:26 smithi160 bash[25034]: cluster 2024-09-21T19:01:25.331450+0000 mgr.smithi107.uonppz (mgr.14203) 224 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:27.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:26 smithi160 bash[25034]: audit 2024-09-21T19:01:26.573954+0000 mon.smithi107 (mon.0) 758 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:01:27.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:26 smithi160 bash[25034]: audit 2024-09-21T19:01:26.573954+0000 mon.smithi107 (mon.0) 758 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:01:27.270 INFO:teuthology.orchestra.run.smithi107.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-09-21T19:01:27.270 INFO:teuthology.orchestra.run.smithi107.stdout:smithi107 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400NK400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-09-21T19:01:27.270 INFO:teuthology.orchestra.run.smithi107.stdout:smithi107 /dev/nvme1n1 ssd Linux_a8fabfa3e1c0b6bb10f4 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T19:01:27.270 INFO:teuthology.orchestra.run.smithi107.stdout:smithi107 /dev/nvme2n1 ssd Linux_624ccedffee5faa7945f 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T19:01:27.270 INFO:teuthology.orchestra.run.smithi107.stdout:smithi107 /dev/nvme3n1 ssd Linux_124ef3cb5a02a4d19d9f 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T19:01:27.270 INFO:teuthology.orchestra.run.smithi107.stdout:smithi107 /dev/nvme4n1 ssd Linux_b8f78cfcda2679720578 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T19:01:27.270 INFO:teuthology.orchestra.run.smithi107.stdout:smithi160 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300JY400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-09-21T19:01:27.270 INFO:teuthology.orchestra.run.smithi107.stdout:smithi160 /dev/nvme1n1 ssd Linux_f718baefdeda9868a988 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T19:01:27.271 INFO:teuthology.orchestra.run.smithi107.stdout:smithi160 /dev/nvme2n1 ssd Linux_53d95ac547134a2b0f89 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T19:01:27.271 INFO:teuthology.orchestra.run.smithi107.stdout:smithi160 /dev/nvme3n1 ssd Linux_40b85a58e83034857b1d 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T19:01:27.271 INFO:teuthology.orchestra.run.smithi107.stdout:smithi160 /dev/nvme4n1 ssd Linux_bf39ec6c13404b4ccc53 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T19:01:27.968 INFO:teuthology.run_tasks:Running task vip... 2024-09-21T19:01:27.984 INFO:tasks.vip:Allocating static IPs for each host... 2024-09-21T19:01:27.984 INFO:tasks.vip:peername 172.21.15.107 2024-09-21T19:01:27.987 INFO:tasks.vip:172.21.15.107 in 172.21.0.0/20, pos 3946 2024-09-21T19:01:27.991 INFO:tasks.vip:smithi107.front.sepia.ceph.com static 10.0.15.107, vnet 10.0.0.0/16 2024-09-21T19:01:27.991 INFO:tasks.vip:VIPs are [IPv4Address('10.0.31.107')] 2024-09-21T19:01:27.992 DEBUG:teuthology.orchestra.run.smithi107:> sudo ip route ls 2024-09-21T19:01:28.005 INFO:teuthology.orchestra.run.smithi107.stdout:default via 172.21.15.254 dev enp3s0f1 2024-09-21T19:01:28.005 INFO:teuthology.orchestra.run.smithi107.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.107 metric 100 2024-09-21T19:01:28.005 INFO:teuthology.orchestra.run.smithi107.stdout:158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.107 metric 100 2024-09-21T19:01:28.005 INFO:teuthology.orchestra.run.smithi107.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-21T19:01:28.005 INFO:teuthology.orchestra.run.smithi107.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.107 metric 100 2024-09-21T19:01:28.005 INFO:teuthology.orchestra.run.smithi107.stdout:172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.107 metric 100 2024-09-21T19:01:28.005 INFO:teuthology.orchestra.run.smithi107.stdout:172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.107 metric 100 2024-09-21T19:01:28.005 INFO:teuthology.orchestra.run.smithi107.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.107 metric 100 2024-09-21T19:01:28.006 INFO:tasks.vip:Configuring 10.0.15.107 on smithi107.front.sepia.ceph.com iface enp3s0f1... 2024-09-21T19:01:28.006 DEBUG:teuthology.orchestra.run.smithi107:> sudo ip addr add 10.0.15.107/16 dev enp3s0f1 2024-09-21T19:01:28.062 INFO:tasks.vip:peername 172.21.15.160 2024-09-21T19:01:28.065 INFO:tasks.vip:172.21.15.160 in 172.21.0.0/20, pos 3999 2024-09-21T19:01:28.069 INFO:tasks.vip:smithi160.front.sepia.ceph.com static 10.0.15.160, vnet 10.0.0.0/16 2024-09-21T19:01:28.069 DEBUG:teuthology.orchestra.run.smithi160:> sudo ip route ls 2024-09-21T19:01:28.083 INFO:teuthology.orchestra.run.smithi160.stdout:default via 172.21.15.254 dev enp3s0f1 2024-09-21T19:01:28.083 INFO:teuthology.orchestra.run.smithi160.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.160 metric 100 2024-09-21T19:01:28.083 INFO:teuthology.orchestra.run.smithi160.stdout:158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.160 metric 100 2024-09-21T19:01:28.083 INFO:teuthology.orchestra.run.smithi160.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-21T19:01:28.083 INFO:teuthology.orchestra.run.smithi160.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.160 metric 100 2024-09-21T19:01:28.083 INFO:teuthology.orchestra.run.smithi160.stdout:172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.160 metric 100 2024-09-21T19:01:28.083 INFO:teuthology.orchestra.run.smithi160.stdout:172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.160 metric 100 2024-09-21T19:01:28.084 INFO:teuthology.orchestra.run.smithi160.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.160 metric 100 2024-09-21T19:01:28.084 INFO:tasks.vip:Configuring 10.0.15.160 on smithi160.front.sepia.ceph.com iface enp3s0f1... 2024-09-21T19:01:28.085 DEBUG:teuthology.orchestra.run.smithi160:> sudo ip addr add 10.0.15.160/16 dev enp3s0f1 2024-09-21T19:01:28.145 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-21T19:01:28.154 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi107.front.sepia.ceph.com 2024-09-21T19:01:28.155 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- bash -c 'ceph orch device ls --refresh' 2024-09-21T19:01:28.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:28 smithi160 bash[25034]: audit 2024-09-21T19:01:27.261903+0000 mgr.smithi107.uonppz (mgr.14203) 225 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:28.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:28 smithi160 bash[25034]: audit 2024-09-21T19:01:27.261903+0000 mgr.smithi107.uonppz (mgr.14203) 225 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:28.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:28 smithi160 bash[25034]: cluster 2024-09-21T19:01:27.331964+0000 mgr.smithi107.uonppz (mgr.14203) 226 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:28.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:28 smithi160 bash[25034]: cluster 2024-09-21T19:01:27.331964+0000 mgr.smithi107.uonppz (mgr.14203) 226 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:29.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:28 smithi107 bash[20033]: audit 2024-09-21T19:01:27.261903+0000 mgr.smithi107.uonppz (mgr.14203) 225 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:29.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:28 smithi107 bash[20033]: audit 2024-09-21T19:01:27.261903+0000 mgr.smithi107.uonppz (mgr.14203) 225 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:29.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:28 smithi107 bash[20033]: cluster 2024-09-21T19:01:27.331964+0000 mgr.smithi107.uonppz (mgr.14203) 226 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:29.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:28 smithi107 bash[20033]: cluster 2024-09-21T19:01:27.331964+0000 mgr.smithi107.uonppz (mgr.14203) 226 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:31.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:30 smithi107 bash[20033]: cluster 2024-09-21T19:01:29.332545+0000 mgr.smithi107.uonppz (mgr.14203) 227 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:31.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:30 smithi107 bash[20033]: cluster 2024-09-21T19:01:29.332545+0000 mgr.smithi107.uonppz (mgr.14203) 227 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:31.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:30 smithi160 bash[25034]: cluster 2024-09-21T19:01:29.332545+0000 mgr.smithi107.uonppz (mgr.14203) 227 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:31.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:30 smithi160 bash[25034]: cluster 2024-09-21T19:01:29.332545+0000 mgr.smithi107.uonppz (mgr.14203) 227 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:32.978 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:01:33.105 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:32 smithi107 bash[20033]: cluster 2024-09-21T19:01:31.333108+0000 mgr.smithi107.uonppz (mgr.14203) 228 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:33.105 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:32 smithi107 bash[20033]: cluster 2024-09-21T19:01:31.333108+0000 mgr.smithi107.uonppz (mgr.14203) 228 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:33.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:32 smithi160 bash[25034]: cluster 2024-09-21T19:01:31.333108+0000 mgr.smithi107.uonppz (mgr.14203) 228 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:33.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:32 smithi160 bash[25034]: cluster 2024-09-21T19:01:31.333108+0000 mgr.smithi107.uonppz (mgr.14203) 228 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:34.468 INFO:teuthology.orchestra.run.smithi107.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-09-21T19:01:34.468 INFO:teuthology.orchestra.run.smithi107.stdout:smithi107 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400NK400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-09-21T19:01:34.469 INFO:teuthology.orchestra.run.smithi107.stdout:smithi107 /dev/nvme1n1 ssd Linux_a8fabfa3e1c0b6bb10f4 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T19:01:34.469 INFO:teuthology.orchestra.run.smithi107.stdout:smithi107 /dev/nvme2n1 ssd Linux_624ccedffee5faa7945f 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T19:01:34.469 INFO:teuthology.orchestra.run.smithi107.stdout:smithi107 /dev/nvme3n1 ssd Linux_124ef3cb5a02a4d19d9f 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T19:01:34.469 INFO:teuthology.orchestra.run.smithi107.stdout:smithi107 /dev/nvme4n1 ssd Linux_b8f78cfcda2679720578 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T19:01:34.469 INFO:teuthology.orchestra.run.smithi107.stdout:smithi160 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300JY400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-09-21T19:01:34.469 INFO:teuthology.orchestra.run.smithi107.stdout:smithi160 /dev/nvme1n1 ssd Linux_f718baefdeda9868a988 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T19:01:34.469 INFO:teuthology.orchestra.run.smithi107.stdout:smithi160 /dev/nvme2n1 ssd Linux_53d95ac547134a2b0f89 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T19:01:34.469 INFO:teuthology.orchestra.run.smithi107.stdout:smithi160 /dev/nvme3n1 ssd Linux_40b85a58e83034857b1d 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T19:01:34.469 INFO:teuthology.orchestra.run.smithi107.stdout:smithi160 /dev/nvme4n1 ssd Linux_bf39ec6c13404b4ccc53 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T19:01:35.144 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:34 smithi107 bash[20033]: cluster 2024-09-21T19:01:33.333758+0000 mgr.smithi107.uonppz (mgr.14203) 229 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:35.144 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:34 smithi107 bash[20033]: cluster 2024-09-21T19:01:33.333758+0000 mgr.smithi107.uonppz (mgr.14203) 229 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:35.144 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:34 smithi107 bash[20033]: audit 2024-09-21T19:01:34.469527+0000 mon.smithi107 (mon.0) 759 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:01:35.144 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:34 smithi107 bash[20033]: audit 2024-09-21T19:01:34.469527+0000 mon.smithi107 (mon.0) 759 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:01:35.145 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-21T19:01:35.155 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi107.front.sepia.ceph.com 2024-09-21T19:01:35.155 DEBUG:teuthology.orchestra.run.smithi107:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-21T19:01:35.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:34 smithi160 bash[25034]: cluster 2024-09-21T19:01:33.333758+0000 mgr.smithi107.uonppz (mgr.14203) 229 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:35.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:34 smithi160 bash[25034]: cluster 2024-09-21T19:01:33.333758+0000 mgr.smithi107.uonppz (mgr.14203) 229 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:35.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:34 smithi160 bash[25034]: audit 2024-09-21T19:01:34.469527+0000 mon.smithi107 (mon.0) 759 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:01:35.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:34 smithi160 bash[25034]: audit 2024-09-21T19:01:34.469527+0000 mon.smithi107 (mon.0) 759 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:01:35.166 INFO:teuthology.orchestra.run.smithi107.stderr:+ systemctl stop nfs-server 2024-09-21T19:01:35.342 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi160.front.sepia.ceph.com 2024-09-21T19:01:35.342 DEBUG:teuthology.orchestra.run.smithi160:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-21T19:01:35.355 INFO:teuthology.orchestra.run.smithi160.stderr:+ systemctl stop nfs-server 2024-09-21T19:01:35.483 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-21T19:01:35.495 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi107.front.sepia.ceph.com 2024-09-21T19:01:35.495 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- bash -c 'ceph fs volume create foofs' 2024-09-21T19:01:36.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:35 smithi107 bash[20033]: audit 2024-09-21T19:01:34.460094+0000 mgr.smithi107.uonppz (mgr.14203) 230 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:36.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:35 smithi107 bash[20033]: audit 2024-09-21T19:01:34.460094+0000 mgr.smithi107.uonppz (mgr.14203) 230 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:36.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:35 smithi160 bash[25034]: audit 2024-09-21T19:01:34.460094+0000 mgr.smithi107.uonppz (mgr.14203) 230 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:36.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:35 smithi160 bash[25034]: audit 2024-09-21T19:01:34.460094+0000 mgr.smithi107.uonppz (mgr.14203) 230 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:37.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:36 smithi107 bash[20033]: cluster 2024-09-21T19:01:35.334231+0000 mgr.smithi107.uonppz (mgr.14203) 231 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:37.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:36 smithi107 bash[20033]: cluster 2024-09-21T19:01:35.334231+0000 mgr.smithi107.uonppz (mgr.14203) 231 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:37.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:36 smithi160 bash[25034]: cluster 2024-09-21T19:01:35.334231+0000 mgr.smithi107.uonppz (mgr.14203) 231 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:37.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:36 smithi160 bash[25034]: cluster 2024-09-21T19:01:35.334231+0000 mgr.smithi107.uonppz (mgr.14203) 231 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:38.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:38 smithi160 bash[25034]: cluster 2024-09-21T19:01:37.334764+0000 mgr.smithi107.uonppz (mgr.14203) 232 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:38.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:38 smithi160 bash[25034]: cluster 2024-09-21T19:01:37.334764+0000 mgr.smithi107.uonppz (mgr.14203) 232 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:39.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:38 smithi107 bash[20033]: cluster 2024-09-21T19:01:37.334764+0000 mgr.smithi107.uonppz (mgr.14203) 232 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:39.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:38 smithi107 bash[20033]: cluster 2024-09-21T19:01:37.334764+0000 mgr.smithi107.uonppz (mgr.14203) 232 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:39.560 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:01:41.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:40 smithi107 bash[20033]: cluster 2024-09-21T19:01:39.335387+0000 mgr.smithi107.uonppz (mgr.14203) 233 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:41.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:40 smithi107 bash[20033]: cluster 2024-09-21T19:01:39.335387+0000 mgr.smithi107.uonppz (mgr.14203) 233 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:41.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:40 smithi107 bash[20033]: audit 2024-09-21T19:01:39.992705+0000 mon.smithi107 (mon.0) 760 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:41.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:40 smithi107 bash[20033]: audit 2024-09-21T19:01:39.992705+0000 mon.smithi107 (mon.0) 760 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:41.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:40 smithi107 bash[20033]: audit 2024-09-21T19:01:39.998194+0000 mon.smithi107 (mon.0) 761 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:41.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:40 smithi107 bash[20033]: audit 2024-09-21T19:01:39.998194+0000 mon.smithi107 (mon.0) 761 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:41.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:40 smithi107 bash[20033]: audit 2024-09-21T19:01:40.412361+0000 mon.smithi107 (mon.0) 762 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:41.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:40 smithi107 bash[20033]: audit 2024-09-21T19:01:40.412361+0000 mon.smithi107 (mon.0) 762 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:41.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:40 smithi107 bash[20033]: audit 2024-09-21T19:01:40.417273+0000 mon.smithi107 (mon.0) 763 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:41.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:40 smithi107 bash[20033]: audit 2024-09-21T19:01:40.417273+0000 mon.smithi107 (mon.0) 763 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:41.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:40 smithi107 bash[20033]: audit 2024-09-21T19:01:40.465466+0000 mon.smithi107 (mon.0) 764 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:41.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:40 smithi107 bash[20033]: audit 2024-09-21T19:01:40.465466+0000 mon.smithi107 (mon.0) 764 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:41.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:40 smithi107 bash[20033]: audit 2024-09-21T19:01:40.474948+0000 mon.smithi107 (mon.0) 765 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:41.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:40 smithi107 bash[20033]: audit 2024-09-21T19:01:40.474948+0000 mon.smithi107 (mon.0) 765 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:41.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:40 smithi107 bash[20033]: audit 2024-09-21T19:01:40.904748+0000 mon.smithi107 (mon.0) 766 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:41.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:40 smithi107 bash[20033]: audit 2024-09-21T19:01:40.904748+0000 mon.smithi107 (mon.0) 766 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:41.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:40 smithi107 bash[20033]: audit 2024-09-21T19:01:40.909720+0000 mon.smithi107 (mon.0) 767 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:41.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:40 smithi107 bash[20033]: audit 2024-09-21T19:01:40.909720+0000 mon.smithi107 (mon.0) 767 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:41.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:40 smithi160 bash[25034]: cluster 2024-09-21T19:01:39.335387+0000 mgr.smithi107.uonppz (mgr.14203) 233 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:41.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:40 smithi160 bash[25034]: cluster 2024-09-21T19:01:39.335387+0000 mgr.smithi107.uonppz (mgr.14203) 233 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:41.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:40 smithi160 bash[25034]: audit 2024-09-21T19:01:39.992705+0000 mon.smithi107 (mon.0) 760 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:41.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:40 smithi160 bash[25034]: audit 2024-09-21T19:01:39.992705+0000 mon.smithi107 (mon.0) 760 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:41.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:40 smithi160 bash[25034]: audit 2024-09-21T19:01:39.998194+0000 mon.smithi107 (mon.0) 761 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:41.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:40 smithi160 bash[25034]: audit 2024-09-21T19:01:39.998194+0000 mon.smithi107 (mon.0) 761 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:41.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:40 smithi160 bash[25034]: audit 2024-09-21T19:01:40.412361+0000 mon.smithi107 (mon.0) 762 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:41.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:40 smithi160 bash[25034]: audit 2024-09-21T19:01:40.412361+0000 mon.smithi107 (mon.0) 762 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:41.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:40 smithi160 bash[25034]: audit 2024-09-21T19:01:40.417273+0000 mon.smithi107 (mon.0) 763 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:41.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:40 smithi160 bash[25034]: audit 2024-09-21T19:01:40.417273+0000 mon.smithi107 (mon.0) 763 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:41.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:40 smithi160 bash[25034]: audit 2024-09-21T19:01:40.465466+0000 mon.smithi107 (mon.0) 764 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:41.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:40 smithi160 bash[25034]: audit 2024-09-21T19:01:40.465466+0000 mon.smithi107 (mon.0) 764 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:41.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:40 smithi160 bash[25034]: audit 2024-09-21T19:01:40.474948+0000 mon.smithi107 (mon.0) 765 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:41.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:40 smithi160 bash[25034]: audit 2024-09-21T19:01:40.474948+0000 mon.smithi107 (mon.0) 765 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:41.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:40 smithi160 bash[25034]: audit 2024-09-21T19:01:40.904748+0000 mon.smithi107 (mon.0) 766 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:41.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:40 smithi160 bash[25034]: audit 2024-09-21T19:01:40.904748+0000 mon.smithi107 (mon.0) 766 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:41.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:40 smithi160 bash[25034]: audit 2024-09-21T19:01:40.909720+0000 mon.smithi107 (mon.0) 767 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:41.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:40 smithi160 bash[25034]: audit 2024-09-21T19:01:40.909720+0000 mon.smithi107 (mon.0) 767 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:42.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:41 smithi107 bash[20033]: audit 2024-09-21T19:01:41.133572+0000 mon.smithi107 (mon.0) 768 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd pool create", "pool": "cephfs.foofs.meta"} : dispatch 2024-09-21T19:01:42.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:41 smithi107 bash[20033]: audit 2024-09-21T19:01:41.133572+0000 mon.smithi107 (mon.0) 768 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd pool create", "pool": "cephfs.foofs.meta"} : dispatch 2024-09-21T19:01:42.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:41 smithi107 bash[20033]: audit 2024-09-21T19:01:41.574311+0000 mon.smithi107 (mon.0) 769 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:01:42.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:41 smithi107 bash[20033]: audit 2024-09-21T19:01:41.574311+0000 mon.smithi107 (mon.0) 769 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:01:42.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:41 smithi160 bash[25034]: audit 2024-09-21T19:01:41.133572+0000 mon.smithi107 (mon.0) 768 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd pool create", "pool": "cephfs.foofs.meta"} : dispatch 2024-09-21T19:01:42.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:41 smithi160 bash[25034]: audit 2024-09-21T19:01:41.133572+0000 mon.smithi107 (mon.0) 768 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd pool create", "pool": "cephfs.foofs.meta"} : dispatch 2024-09-21T19:01:42.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:41 smithi160 bash[25034]: audit 2024-09-21T19:01:41.574311+0000 mon.smithi107 (mon.0) 769 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:01:42.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:41 smithi160 bash[25034]: audit 2024-09-21T19:01:41.574311+0000 mon.smithi107 (mon.0) 769 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:01:43.319 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:43 smithi107 bash[20033]: audit 2024-09-21T19:01:41.132886+0000 mgr.smithi107.uonppz (mgr.14203) 234 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:43.319 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:43 smithi107 bash[20033]: audit 2024-09-21T19:01:41.132886+0000 mgr.smithi107.uonppz (mgr.14203) 234 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:43.319 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:43 smithi107 bash[20033]: cluster 2024-09-21T19:01:41.335726+0000 mgr.smithi107.uonppz (mgr.14203) 235 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:43.319 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:43 smithi107 bash[20033]: cluster 2024-09-21T19:01:41.335726+0000 mgr.smithi107.uonppz (mgr.14203) 235 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:43.319 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:43 smithi107 bash[20033]: audit 2024-09-21T19:01:42.003101+0000 mon.smithi107 (mon.0) 770 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-21T19:01:43.320 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:43 smithi107 bash[20033]: audit 2024-09-21T19:01:42.003101+0000 mon.smithi107 (mon.0) 770 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-21T19:01:43.320 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:43 smithi107 bash[20033]: cluster 2024-09-21T19:01:42.008414+0000 mon.smithi107 (mon.0) 771 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-09-21T19:01:43.320 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:43 smithi107 bash[20033]: cluster 2024-09-21T19:01:42.008414+0000 mon.smithi107 (mon.0) 771 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-09-21T19:01:43.320 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:43 smithi107 bash[20033]: audit 2024-09-21T19:01:42.011926+0000 mon.smithi107 (mon.0) 772 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"} : dispatch 2024-09-21T19:01:43.320 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:43 smithi107 bash[20033]: audit 2024-09-21T19:01:42.011926+0000 mon.smithi107 (mon.0) 772 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"} : dispatch 2024-09-21T19:01:43.320 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:43 smithi107 bash[20033]: debug 2024-09-21T19:01:43.028+0000 7f2296782640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-21T19:01:43.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:43 smithi160 bash[25034]: audit 2024-09-21T19:01:41.132886+0000 mgr.smithi107.uonppz (mgr.14203) 234 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:43.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:43 smithi160 bash[25034]: audit 2024-09-21T19:01:41.132886+0000 mgr.smithi107.uonppz (mgr.14203) 234 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:43.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:43 smithi160 bash[25034]: cluster 2024-09-21T19:01:41.335726+0000 mgr.smithi107.uonppz (mgr.14203) 235 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:43.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:43 smithi160 bash[25034]: cluster 2024-09-21T19:01:41.335726+0000 mgr.smithi107.uonppz (mgr.14203) 235 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:43.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:43 smithi160 bash[25034]: audit 2024-09-21T19:01:42.003101+0000 mon.smithi107 (mon.0) 770 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-21T19:01:43.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:43 smithi160 bash[25034]: audit 2024-09-21T19:01:42.003101+0000 mon.smithi107 (mon.0) 770 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-21T19:01:43.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:43 smithi160 bash[25034]: cluster 2024-09-21T19:01:42.008414+0000 mon.smithi107 (mon.0) 771 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-09-21T19:01:43.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:43 smithi160 bash[25034]: cluster 2024-09-21T19:01:42.008414+0000 mon.smithi107 (mon.0) 771 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-09-21T19:01:43.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:43 smithi160 bash[25034]: audit 2024-09-21T19:01:42.011926+0000 mon.smithi107 (mon.0) 772 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"} : dispatch 2024-09-21T19:01:43.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:43 smithi160 bash[25034]: audit 2024-09-21T19:01:42.011926+0000 mon.smithi107 (mon.0) 772 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"} : dispatch 2024-09-21T19:01:43.882 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.107/16 --port 2999' 2024-09-21T19:01:44.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:44 smithi107 bash[20033]: audit 2024-09-21T19:01:43.014638+0000 mon.smithi107 (mon.0) 773 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-21T19:01:44.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:44 smithi107 bash[20033]: audit 2024-09-21T19:01:43.014638+0000 mon.smithi107 (mon.0) 773 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-21T19:01:44.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:44 smithi107 bash[20033]: cluster 2024-09-21T19:01:43.020646+0000 mon.smithi107 (mon.0) 774 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-09-21T19:01:44.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:44 smithi107 bash[20033]: cluster 2024-09-21T19:01:43.020646+0000 mon.smithi107 (mon.0) 774 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-09-21T19:01:44.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:44 smithi107 bash[20033]: audit 2024-09-21T19:01:43.028495+0000 mon.smithi107 (mon.0) 775 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"} : dispatch 2024-09-21T19:01:44.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:44 smithi107 bash[20033]: audit 2024-09-21T19:01:43.028495+0000 mon.smithi107 (mon.0) 775 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"} : dispatch 2024-09-21T19:01:44.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:44 smithi107 bash[20033]: cluster 2024-09-21T19:01:43.030707+0000 mon.smithi107 (mon.0) 776 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-21T19:01:44.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:44 smithi107 bash[20033]: cluster 2024-09-21T19:01:43.030707+0000 mon.smithi107 (mon.0) 776 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-21T19:01:44.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:44 smithi107 bash[20033]: cluster 2024-09-21T19:01:43.030801+0000 mon.smithi107 (mon.0) 777 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-21T19:01:44.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:44 smithi107 bash[20033]: cluster 2024-09-21T19:01:43.030801+0000 mon.smithi107 (mon.0) 777 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-21T19:01:44.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:44 smithi107 bash[20033]: audit 2024-09-21T19:01:43.041156+0000 mon.smithi107 (mon.0) 778 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-21T19:01:44.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:44 smithi107 bash[20033]: audit 2024-09-21T19:01:43.041156+0000 mon.smithi107 (mon.0) 778 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-21T19:01:44.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:44 smithi107 bash[20033]: cluster 2024-09-21T19:01:43.051297+0000 mon.smithi107 (mon.0) 779 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-09-21T19:01:44.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:44 smithi107 bash[20033]: cluster 2024-09-21T19:01:43.051297+0000 mon.smithi107 (mon.0) 779 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-09-21T19:01:44.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:44 smithi107 bash[20033]: cluster 2024-09-21T19:01:43.053637+0000 mon.smithi107 (mon.0) 780 : cluster [DBG] fsmap foofs:0 2024-09-21T19:01:44.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:44 smithi107 bash[20033]: cluster 2024-09-21T19:01:43.053637+0000 mon.smithi107 (mon.0) 780 : cluster [DBG] fsmap foofs:0 2024-09-21T19:01:44.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:44 smithi107 bash[20033]: cephadm 2024-09-21T19:01:43.059817+0000 mgr.smithi107.uonppz (mgr.14203) 236 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-09-21T19:01:44.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:44 smithi107 bash[20033]: cephadm 2024-09-21T19:01:43.059817+0000 mgr.smithi107.uonppz (mgr.14203) 236 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-09-21T19:01:44.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:44 smithi107 bash[20033]: audit 2024-09-21T19:01:43.074682+0000 mon.smithi107 (mon.0) 781 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:44.150 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:44 smithi107 bash[20033]: audit 2024-09-21T19:01:43.074682+0000 mon.smithi107 (mon.0) 781 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:44.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:44 smithi160 bash[25034]: audit 2024-09-21T19:01:43.014638+0000 mon.smithi107 (mon.0) 773 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-21T19:01:44.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:44 smithi160 bash[25034]: audit 2024-09-21T19:01:43.014638+0000 mon.smithi107 (mon.0) 773 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-21T19:01:44.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:44 smithi160 bash[25034]: cluster 2024-09-21T19:01:43.020646+0000 mon.smithi107 (mon.0) 774 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-09-21T19:01:44.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:44 smithi160 bash[25034]: cluster 2024-09-21T19:01:43.020646+0000 mon.smithi107 (mon.0) 774 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-09-21T19:01:44.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:44 smithi160 bash[25034]: audit 2024-09-21T19:01:43.028495+0000 mon.smithi107 (mon.0) 775 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"} : dispatch 2024-09-21T19:01:44.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:44 smithi160 bash[25034]: audit 2024-09-21T19:01:43.028495+0000 mon.smithi107 (mon.0) 775 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"} : dispatch 2024-09-21T19:01:44.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:44 smithi160 bash[25034]: cluster 2024-09-21T19:01:43.030707+0000 mon.smithi107 (mon.0) 776 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-21T19:01:44.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:44 smithi160 bash[25034]: cluster 2024-09-21T19:01:43.030707+0000 mon.smithi107 (mon.0) 776 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-21T19:01:44.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:44 smithi160 bash[25034]: cluster 2024-09-21T19:01:43.030801+0000 mon.smithi107 (mon.0) 777 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-21T19:01:44.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:44 smithi160 bash[25034]: cluster 2024-09-21T19:01:43.030801+0000 mon.smithi107 (mon.0) 777 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-21T19:01:44.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:44 smithi160 bash[25034]: audit 2024-09-21T19:01:43.041156+0000 mon.smithi107 (mon.0) 778 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-21T19:01:44.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:44 smithi160 bash[25034]: audit 2024-09-21T19:01:43.041156+0000 mon.smithi107 (mon.0) 778 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-21T19:01:44.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:44 smithi160 bash[25034]: cluster 2024-09-21T19:01:43.051297+0000 mon.smithi107 (mon.0) 779 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-09-21T19:01:44.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:44 smithi160 bash[25034]: cluster 2024-09-21T19:01:43.051297+0000 mon.smithi107 (mon.0) 779 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-09-21T19:01:44.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:44 smithi160 bash[25034]: cluster 2024-09-21T19:01:43.053637+0000 mon.smithi107 (mon.0) 780 : cluster [DBG] fsmap foofs:0 2024-09-21T19:01:44.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:44 smithi160 bash[25034]: cluster 2024-09-21T19:01:43.053637+0000 mon.smithi107 (mon.0) 780 : cluster [DBG] fsmap foofs:0 2024-09-21T19:01:44.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:44 smithi160 bash[25034]: cephadm 2024-09-21T19:01:43.059817+0000 mgr.smithi107.uonppz (mgr.14203) 236 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-09-21T19:01:44.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:44 smithi160 bash[25034]: cephadm 2024-09-21T19:01:43.059817+0000 mgr.smithi107.uonppz (mgr.14203) 236 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-09-21T19:01:44.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:44 smithi160 bash[25034]: audit 2024-09-21T19:01:43.074682+0000 mon.smithi107 (mon.0) 781 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:44.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:44 smithi160 bash[25034]: audit 2024-09-21T19:01:43.074682+0000 mon.smithi107 (mon.0) 781 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:45.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:45 smithi107 bash[20033]: cluster 2024-09-21T19:01:43.336641+0000 mgr.smithi107.uonppz (mgr.14203) 237 : cluster [DBG] pgmap v199: 65 pgs: 6 creating+peering, 53 unknown, 6 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:45.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:45 smithi107 bash[20033]: cluster 2024-09-21T19:01:43.336641+0000 mgr.smithi107.uonppz (mgr.14203) 237 : cluster [DBG] pgmap v199: 65 pgs: 6 creating+peering, 53 unknown, 6 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:45.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:45 smithi107 bash[20033]: cluster 2024-09-21T19:01:44.050527+0000 mon.smithi107 (mon.0) 782 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-09-21T19:01:45.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:45 smithi107 bash[20033]: cluster 2024-09-21T19:01:44.050527+0000 mon.smithi107 (mon.0) 782 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-09-21T19:01:45.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:45 smithi160 bash[25034]: cluster 2024-09-21T19:01:43.336641+0000 mgr.smithi107.uonppz (mgr.14203) 237 : cluster [DBG] pgmap v199: 65 pgs: 6 creating+peering, 53 unknown, 6 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:45.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:45 smithi160 bash[25034]: cluster 2024-09-21T19:01:43.336641+0000 mgr.smithi107.uonppz (mgr.14203) 237 : cluster [DBG] pgmap v199: 65 pgs: 6 creating+peering, 53 unknown, 6 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:45.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:45 smithi160 bash[25034]: cluster 2024-09-21T19:01:44.050527+0000 mon.smithi107 (mon.0) 782 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-09-21T19:01:45.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:45 smithi160 bash[25034]: cluster 2024-09-21T19:01:44.050527+0000 mon.smithi107 (mon.0) 782 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-09-21T19:01:46.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:46 smithi107 bash[20033]: cluster 2024-09-21T19:01:45.058218+0000 mon.smithi107 (mon.0) 783 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-21T19:01:46.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:46 smithi107 bash[20033]: cluster 2024-09-21T19:01:45.058218+0000 mon.smithi107 (mon.0) 783 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-21T19:01:46.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:46 smithi160 bash[25034]: cluster 2024-09-21T19:01:45.058218+0000 mon.smithi107 (mon.0) 783 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-21T19:01:46.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:46 smithi160 bash[25034]: cluster 2024-09-21T19:01:45.058218+0000 mon.smithi107 (mon.0) 783 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-21T19:01:47.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:47 smithi160 bash[25034]: cluster 2024-09-21T19:01:45.337333+0000 mgr.smithi107.uonppz (mgr.14203) 238 : cluster [DBG] pgmap v202: 65 pgs: 1 creating+activating, 10 creating+peering, 9 unknown, 45 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:47.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:47 smithi160 bash[25034]: cluster 2024-09-21T19:01:45.337333+0000 mgr.smithi107.uonppz (mgr.14203) 238 : cluster [DBG] pgmap v202: 65 pgs: 1 creating+activating, 10 creating+peering, 9 unknown, 45 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:47.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:47 smithi107 bash[20033]: cluster 2024-09-21T19:01:45.337333+0000 mgr.smithi107.uonppz (mgr.14203) 238 : cluster [DBG] pgmap v202: 65 pgs: 1 creating+activating, 10 creating+peering, 9 unknown, 45 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:47.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:47 smithi107 bash[20033]: cluster 2024-09-21T19:01:45.337333+0000 mgr.smithi107.uonppz (mgr.14203) 238 : cluster [DBG] pgmap v202: 65 pgs: 1 creating+activating, 10 creating+peering, 9 unknown, 45 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:48.956 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:01:49.352 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:49 smithi107 bash[20033]: cluster 2024-09-21T19:01:47.338013+0000 mgr.smithi107.uonppz (mgr.14203) 239 : cluster [DBG] pgmap v203: 65 pgs: 1 creating+activating, 10 creating+peering, 54 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:49.352 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:49 smithi107 bash[20033]: cluster 2024-09-21T19:01:47.338013+0000 mgr.smithi107.uonppz (mgr.14203) 239 : cluster [DBG] pgmap v203: 65 pgs: 1 creating+activating, 10 creating+peering, 54 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:49.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:49 smithi160 bash[25034]: cluster 2024-09-21T19:01:47.338013+0000 mgr.smithi107.uonppz (mgr.14203) 239 : cluster [DBG] pgmap v203: 65 pgs: 1 creating+activating, 10 creating+peering, 54 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:49.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:49 smithi160 bash[25034]: cluster 2024-09-21T19:01:47.338013+0000 mgr.smithi107.uonppz (mgr.14203) 239 : cluster [DBG] pgmap v203: 65 pgs: 1 creating+activating, 10 creating+peering, 54 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:51.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:51 smithi160 bash[25034]: cluster 2024-09-21T19:01:49.339015+0000 mgr.smithi107.uonppz (mgr.14203) 240 : cluster [DBG] pgmap v204: 65 pgs: 65 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:51.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:51 smithi160 bash[25034]: cluster 2024-09-21T19:01:49.339015+0000 mgr.smithi107.uonppz (mgr.14203) 240 : cluster [DBG] pgmap v204: 65 pgs: 65 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:51.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:51 smithi160 bash[25034]: audit 2024-09-21T19:01:51.055378+0000 mon.smithi107 (mon.0) 784 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true} : dispatch 2024-09-21T19:01:51.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:51 smithi160 bash[25034]: audit 2024-09-21T19:01:51.055378+0000 mon.smithi107 (mon.0) 784 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true} : dispatch 2024-09-21T19:01:51.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:51 smithi107 bash[20033]: cluster 2024-09-21T19:01:49.339015+0000 mgr.smithi107.uonppz (mgr.14203) 240 : cluster [DBG] pgmap v204: 65 pgs: 65 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:51.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:51 smithi107 bash[20033]: cluster 2024-09-21T19:01:49.339015+0000 mgr.smithi107.uonppz (mgr.14203) 240 : cluster [DBG] pgmap v204: 65 pgs: 65 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:51.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:51 smithi107 bash[20033]: audit 2024-09-21T19:01:51.055378+0000 mon.smithi107 (mon.0) 784 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true} : dispatch 2024-09-21T19:01:51.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:51 smithi107 bash[20033]: audit 2024-09-21T19:01:51.055378+0000 mon.smithi107 (mon.0) 784 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true} : dispatch 2024-09-21T19:01:52.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:52 smithi107 bash[20033]: audit 2024-09-21T19:01:51.053617+0000 mgr.smithi107.uonppz (mgr.14203) 241 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.107/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:52.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:52 smithi107 bash[20033]: audit 2024-09-21T19:01:51.053617+0000 mgr.smithi107.uonppz (mgr.14203) 241 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.107/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:52.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:52 smithi107 bash[20033]: audit 2024-09-21T19:01:51.078688+0000 mon.smithi107 (mon.0) 785 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-09-21T19:01:52.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:52 smithi107 bash[20033]: audit 2024-09-21T19:01:51.078688+0000 mon.smithi107 (mon.0) 785 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-09-21T19:01:52.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:52 smithi107 bash[20033]: cluster 2024-09-21T19:01:51.082356+0000 mon.smithi107 (mon.0) 786 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-09-21T19:01:52.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:52 smithi107 bash[20033]: cluster 2024-09-21T19:01:51.082356+0000 mon.smithi107 (mon.0) 786 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-09-21T19:01:52.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:52 smithi107 bash[20033]: audit 2024-09-21T19:01:51.083284+0000 mon.smithi107 (mon.0) 787 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"} : dispatch 2024-09-21T19:01:52.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:52 smithi107 bash[20033]: audit 2024-09-21T19:01:51.083284+0000 mon.smithi107 (mon.0) 787 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"} : dispatch 2024-09-21T19:01:52.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:52 smithi107 bash[20033]: audit 2024-09-21T19:01:51.651330+0000 mon.smithi107 (mon.0) 788 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:52.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:52 smithi107 bash[20033]: audit 2024-09-21T19:01:51.651330+0000 mon.smithi107 (mon.0) 788 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:52.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:52 smithi107 bash[20033]: audit 2024-09-21T19:01:51.656779+0000 mon.smithi107 (mon.0) 789 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:52.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:52 smithi107 bash[20033]: audit 2024-09-21T19:01:51.656779+0000 mon.smithi107 (mon.0) 789 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:52.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:52 smithi160 bash[25034]: audit 2024-09-21T19:01:51.053617+0000 mgr.smithi107.uonppz (mgr.14203) 241 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.107/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:52.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:52 smithi160 bash[25034]: audit 2024-09-21T19:01:51.053617+0000 mgr.smithi107.uonppz (mgr.14203) 241 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.107/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:52.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:52 smithi160 bash[25034]: audit 2024-09-21T19:01:51.078688+0000 mon.smithi107 (mon.0) 785 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-09-21T19:01:52.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:52 smithi160 bash[25034]: audit 2024-09-21T19:01:51.078688+0000 mon.smithi107 (mon.0) 785 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-09-21T19:01:52.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:52 smithi160 bash[25034]: cluster 2024-09-21T19:01:51.082356+0000 mon.smithi107 (mon.0) 786 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-09-21T19:01:52.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:52 smithi160 bash[25034]: cluster 2024-09-21T19:01:51.082356+0000 mon.smithi107 (mon.0) 786 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-09-21T19:01:52.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:52 smithi160 bash[25034]: audit 2024-09-21T19:01:51.083284+0000 mon.smithi107 (mon.0) 787 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"} : dispatch 2024-09-21T19:01:52.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:52 smithi160 bash[25034]: audit 2024-09-21T19:01:51.083284+0000 mon.smithi107 (mon.0) 787 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"} : dispatch 2024-09-21T19:01:52.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:52 smithi160 bash[25034]: audit 2024-09-21T19:01:51.651330+0000 mon.smithi107 (mon.0) 788 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:52.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:52 smithi160 bash[25034]: audit 2024-09-21T19:01:51.651330+0000 mon.smithi107 (mon.0) 788 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:52.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:52 smithi160 bash[25034]: audit 2024-09-21T19:01:51.656779+0000 mon.smithi107 (mon.0) 789 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:52.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:52 smithi160 bash[25034]: audit 2024-09-21T19:01:51.656779+0000 mon.smithi107 (mon.0) 789 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:53.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:53 smithi107 bash[20033]: cluster 2024-09-21T19:01:51.339511+0000 mgr.smithi107.uonppz (mgr.14203) 242 : cluster [DBG] pgmap v206: 97 pgs: 4 creating+peering, 28 unknown, 65 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:53.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:53 smithi107 bash[20033]: cluster 2024-09-21T19:01:51.339511+0000 mgr.smithi107.uonppz (mgr.14203) 242 : cluster [DBG] pgmap v206: 97 pgs: 4 creating+peering, 28 unknown, 65 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:53.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:53 smithi107 bash[20033]: cluster 2024-09-21T19:01:52.079911+0000 mon.smithi107 (mon.0) 790 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T19:01:53.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:53 smithi107 bash[20033]: cluster 2024-09-21T19:01:52.079911+0000 mon.smithi107 (mon.0) 790 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T19:01:53.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:53 smithi107 bash[20033]: audit 2024-09-21T19:01:52.091328+0000 mon.smithi107 (mon.0) 791 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-21T19:01:53.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:53 smithi107 bash[20033]: audit 2024-09-21T19:01:52.091328+0000 mon.smithi107 (mon.0) 791 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-21T19:01:53.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:53 smithi107 bash[20033]: cluster 2024-09-21T19:01:52.096041+0000 mon.smithi107 (mon.0) 792 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-21T19:01:53.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:53 smithi107 bash[20033]: cluster 2024-09-21T19:01:52.096041+0000 mon.smithi107 (mon.0) 792 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-21T19:01:53.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:53 smithi107 bash[20033]: audit 2024-09-21T19:01:52.157080+0000 mon.smithi107 (mon.0) 793 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:53.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:53 smithi107 bash[20033]: audit 2024-09-21T19:01:52.157080+0000 mon.smithi107 (mon.0) 793 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:53.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:53 smithi107 bash[20033]: audit 2024-09-21T19:01:52.162300+0000 mon.smithi107 (mon.0) 794 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:53.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:53 smithi107 bash[20033]: audit 2024-09-21T19:01:52.162300+0000 mon.smithi107 (mon.0) 794 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:53.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:53 smithi160 bash[25034]: cluster 2024-09-21T19:01:51.339511+0000 mgr.smithi107.uonppz (mgr.14203) 242 : cluster [DBG] pgmap v206: 97 pgs: 4 creating+peering, 28 unknown, 65 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:53.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:53 smithi160 bash[25034]: cluster 2024-09-21T19:01:51.339511+0000 mgr.smithi107.uonppz (mgr.14203) 242 : cluster [DBG] pgmap v206: 97 pgs: 4 creating+peering, 28 unknown, 65 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:53.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:53 smithi160 bash[25034]: cluster 2024-09-21T19:01:52.079911+0000 mon.smithi107 (mon.0) 790 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T19:01:53.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:53 smithi160 bash[25034]: cluster 2024-09-21T19:01:52.079911+0000 mon.smithi107 (mon.0) 790 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T19:01:53.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:53 smithi160 bash[25034]: audit 2024-09-21T19:01:52.091328+0000 mon.smithi107 (mon.0) 791 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-21T19:01:53.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:53 smithi160 bash[25034]: audit 2024-09-21T19:01:52.091328+0000 mon.smithi107 (mon.0) 791 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-21T19:01:53.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:53 smithi160 bash[25034]: cluster 2024-09-21T19:01:52.096041+0000 mon.smithi107 (mon.0) 792 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-21T19:01:53.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:53 smithi160 bash[25034]: cluster 2024-09-21T19:01:52.096041+0000 mon.smithi107 (mon.0) 792 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-21T19:01:53.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:53 smithi160 bash[25034]: audit 2024-09-21T19:01:52.157080+0000 mon.smithi107 (mon.0) 793 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:53.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:53 smithi160 bash[25034]: audit 2024-09-21T19:01:52.157080+0000 mon.smithi107 (mon.0) 793 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:53.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:53 smithi160 bash[25034]: audit 2024-09-21T19:01:52.162300+0000 mon.smithi107 (mon.0) 794 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:53.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:53 smithi160 bash[25034]: audit 2024-09-21T19:01:52.162300+0000 mon.smithi107 (mon.0) 794 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:53.617 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-09-21T19:01:54.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:54 smithi107 bash[20033]: cephadm 2024-09-21T19:01:52.153333+0000 mgr.smithi107.uonppz (mgr.14203) 243 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-09-21T19:01:54.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:54 smithi107 bash[20033]: cephadm 2024-09-21T19:01:52.153333+0000 mgr.smithi107.uonppz (mgr.14203) 243 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-09-21T19:01:54.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:54 smithi107 bash[20033]: cephadm 2024-09-21T19:01:52.158955+0000 mgr.smithi107.uonppz (mgr.14203) 244 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-09-21T19:01:54.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:54 smithi107 bash[20033]: cephadm 2024-09-21T19:01:52.158955+0000 mgr.smithi107.uonppz (mgr.14203) 244 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-09-21T19:01:54.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:54 smithi107 bash[20033]: cluster 2024-09-21T19:01:53.098855+0000 mon.smithi107 (mon.0) 795 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-21T19:01:54.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:54 smithi107 bash[20033]: cluster 2024-09-21T19:01:53.098855+0000 mon.smithi107 (mon.0) 795 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-21T19:01:54.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:54 smithi107 bash[20033]: audit 2024-09-21T19:01:53.665776+0000 mon.smithi107 (mon.0) 796 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:54.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:54 smithi107 bash[20033]: audit 2024-09-21T19:01:53.665776+0000 mon.smithi107 (mon.0) 796 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:54.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:54 smithi107 bash[20033]: audit 2024-09-21T19:01:53.673846+0000 mon.smithi107 (mon.0) 797 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:54.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:54 smithi107 bash[20033]: audit 2024-09-21T19:01:53.673846+0000 mon.smithi107 (mon.0) 797 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:54.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:54 smithi107 bash[20033]: audit 2024-09-21T19:01:53.675452+0000 mon.smithi107 (mon.0) 798 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:01:54.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:54 smithi107 bash[20033]: audit 2024-09-21T19:01:53.675452+0000 mon.smithi107 (mon.0) 798 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:01:54.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:54 smithi107 bash[20033]: audit 2024-09-21T19:01:53.676647+0000 mon.smithi107 (mon.0) 799 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:01:54.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:54 smithi107 bash[20033]: audit 2024-09-21T19:01:53.676647+0000 mon.smithi107 (mon.0) 799 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:01:54.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:54 smithi107 bash[20033]: audit 2024-09-21T19:01:53.683884+0000 mon.smithi107 (mon.0) 800 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:54.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:54 smithi107 bash[20033]: audit 2024-09-21T19:01:53.683884+0000 mon.smithi107 (mon.0) 800 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:54.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:54 smithi107 bash[20033]: audit 2024-09-21T19:01:53.688321+0000 mon.smithi107 (mon.0) 801 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:01:54.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:54 smithi107 bash[20033]: audit 2024-09-21T19:01:53.688321+0000 mon.smithi107 (mon.0) 801 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:01:54.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:54 smithi107 bash[20033]: audit 2024-09-21T19:01:53.703318+0000 mon.smithi107 (mon.0) 802 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi160.ygfwpu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-21T19:01:54.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:54 smithi107 bash[20033]: audit 2024-09-21T19:01:53.703318+0000 mon.smithi107 (mon.0) 802 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi160.ygfwpu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-21T19:01:54.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:54 smithi107 bash[20033]: audit 2024-09-21T19:01:53.706031+0000 mon.smithi107 (mon.0) 803 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi160.ygfwpu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-21T19:01:54.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:54 smithi107 bash[20033]: audit 2024-09-21T19:01:53.706031+0000 mon.smithi107 (mon.0) 803 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi160.ygfwpu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-21T19:01:54.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:54 smithi107 bash[20033]: audit 2024-09-21T19:01:53.710161+0000 mon.smithi107 (mon.0) 804 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:01:54.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:54 smithi107 bash[20033]: audit 2024-09-21T19:01:53.710161+0000 mon.smithi107 (mon.0) 804 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:01:54.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:54 smithi160 bash[25034]: cephadm 2024-09-21T19:01:52.153333+0000 mgr.smithi107.uonppz (mgr.14203) 243 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-09-21T19:01:54.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:54 smithi160 bash[25034]: cephadm 2024-09-21T19:01:52.153333+0000 mgr.smithi107.uonppz (mgr.14203) 243 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-09-21T19:01:54.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:54 smithi160 bash[25034]: cephadm 2024-09-21T19:01:52.158955+0000 mgr.smithi107.uonppz (mgr.14203) 244 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-09-21T19:01:54.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:54 smithi160 bash[25034]: cephadm 2024-09-21T19:01:52.158955+0000 mgr.smithi107.uonppz (mgr.14203) 244 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-09-21T19:01:54.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:54 smithi160 bash[25034]: cluster 2024-09-21T19:01:53.098855+0000 mon.smithi107 (mon.0) 795 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-21T19:01:54.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:54 smithi160 bash[25034]: cluster 2024-09-21T19:01:53.098855+0000 mon.smithi107 (mon.0) 795 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-21T19:01:54.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:54 smithi160 bash[25034]: audit 2024-09-21T19:01:53.665776+0000 mon.smithi107 (mon.0) 796 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:54.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:54 smithi160 bash[25034]: audit 2024-09-21T19:01:53.665776+0000 mon.smithi107 (mon.0) 796 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:54.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:54 smithi160 bash[25034]: audit 2024-09-21T19:01:53.673846+0000 mon.smithi107 (mon.0) 797 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:54.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:54 smithi160 bash[25034]: audit 2024-09-21T19:01:53.673846+0000 mon.smithi107 (mon.0) 797 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:54.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:54 smithi160 bash[25034]: audit 2024-09-21T19:01:53.675452+0000 mon.smithi107 (mon.0) 798 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:01:54.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:54 smithi160 bash[25034]: audit 2024-09-21T19:01:53.675452+0000 mon.smithi107 (mon.0) 798 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:01:54.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:54 smithi160 bash[25034]: audit 2024-09-21T19:01:53.676647+0000 mon.smithi107 (mon.0) 799 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:01:54.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:54 smithi160 bash[25034]: audit 2024-09-21T19:01:53.676647+0000 mon.smithi107 (mon.0) 799 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:01:54.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:54 smithi160 bash[25034]: audit 2024-09-21T19:01:53.683884+0000 mon.smithi107 (mon.0) 800 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:54.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:54 smithi160 bash[25034]: audit 2024-09-21T19:01:53.683884+0000 mon.smithi107 (mon.0) 800 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:54.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:54 smithi160 bash[25034]: audit 2024-09-21T19:01:53.688321+0000 mon.smithi107 (mon.0) 801 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:01:54.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:54 smithi160 bash[25034]: audit 2024-09-21T19:01:53.688321+0000 mon.smithi107 (mon.0) 801 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:01:54.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:54 smithi160 bash[25034]: audit 2024-09-21T19:01:53.703318+0000 mon.smithi107 (mon.0) 802 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi160.ygfwpu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-21T19:01:54.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:54 smithi160 bash[25034]: audit 2024-09-21T19:01:53.703318+0000 mon.smithi107 (mon.0) 802 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi160.ygfwpu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-21T19:01:54.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:54 smithi160 bash[25034]: audit 2024-09-21T19:01:53.706031+0000 mon.smithi107 (mon.0) 803 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi160.ygfwpu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-21T19:01:54.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:54 smithi160 bash[25034]: audit 2024-09-21T19:01:53.706031+0000 mon.smithi107 (mon.0) 803 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi160.ygfwpu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-21T19:01:54.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:54 smithi160 bash[25034]: audit 2024-09-21T19:01:53.710161+0000 mon.smithi107 (mon.0) 804 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:01:54.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:54 smithi160 bash[25034]: audit 2024-09-21T19:01:53.710161+0000 mon.smithi107 (mon.0) 804 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:01:55.378 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:55 smithi160 bash[25034]: cluster 2024-09-21T19:01:53.340272+0000 mgr.smithi107.uonppz (mgr.14203) 245 : cluster [DBG] pgmap v209: 97 pgs: 4 creating+peering, 26 unknown, 67 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:55.378 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:55 smithi160 bash[25034]: cluster 2024-09-21T19:01:53.340272+0000 mgr.smithi107.uonppz (mgr.14203) 245 : cluster [DBG] pgmap v209: 97 pgs: 4 creating+peering, 26 unknown, 67 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:55.378 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:55 smithi160 bash[25034]: cephadm 2024-09-21T19:01:53.711649+0000 mgr.smithi107.uonppz (mgr.14203) 246 : cephadm [INF] Deploying daemon mds.foofs.smithi160.ygfwpu on smithi160 2024-09-21T19:01:55.378 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:55 smithi160 bash[25034]: cephadm 2024-09-21T19:01:53.711649+0000 mgr.smithi107.uonppz (mgr.14203) 246 : cephadm [INF] Deploying daemon mds.foofs.smithi160.ygfwpu on smithi160 2024-09-21T19:01:55.378 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:55 smithi160 bash[25034]: cluster 2024-09-21T19:01:54.093558+0000 mon.smithi107 (mon.0) 805 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T19:01:55.378 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:55 smithi160 bash[25034]: cluster 2024-09-21T19:01:54.093558+0000 mon.smithi107 (mon.0) 805 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T19:01:55.378 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:55 smithi160 bash[25034]: cluster 2024-09-21T19:01:54.730032+0000 mon.smithi107 (mon.0) 806 : cluster [DBG] mgrmap e21: smithi107.uonppz(active, since 5m), standbys: smithi160.rphsud 2024-09-21T19:01:55.378 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:55 smithi160 bash[25034]: cluster 2024-09-21T19:01:54.730032+0000 mon.smithi107 (mon.0) 806 : cluster [DBG] mgrmap e21: smithi107.uonppz(active, since 5m), standbys: smithi160.rphsud 2024-09-21T19:01:55.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:55 smithi107 bash[20033]: cluster 2024-09-21T19:01:53.340272+0000 mgr.smithi107.uonppz (mgr.14203) 245 : cluster [DBG] pgmap v209: 97 pgs: 4 creating+peering, 26 unknown, 67 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:55.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:55 smithi107 bash[20033]: cluster 2024-09-21T19:01:53.340272+0000 mgr.smithi107.uonppz (mgr.14203) 245 : cluster [DBG] pgmap v209: 97 pgs: 4 creating+peering, 26 unknown, 67 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:01:55.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:55 smithi107 bash[20033]: cephadm 2024-09-21T19:01:53.711649+0000 mgr.smithi107.uonppz (mgr.14203) 246 : cephadm [INF] Deploying daemon mds.foofs.smithi160.ygfwpu on smithi160 2024-09-21T19:01:55.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:55 smithi107 bash[20033]: cephadm 2024-09-21T19:01:53.711649+0000 mgr.smithi107.uonppz (mgr.14203) 246 : cephadm [INF] Deploying daemon mds.foofs.smithi160.ygfwpu on smithi160 2024-09-21T19:01:55.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:55 smithi107 bash[20033]: cluster 2024-09-21T19:01:54.093558+0000 mon.smithi107 (mon.0) 805 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T19:01:55.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:55 smithi107 bash[20033]: cluster 2024-09-21T19:01:54.093558+0000 mon.smithi107 (mon.0) 805 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T19:01:55.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:55 smithi107 bash[20033]: cluster 2024-09-21T19:01:54.730032+0000 mon.smithi107 (mon.0) 806 : cluster [DBG] mgrmap e21: smithi107.uonppz(active, since 5m), standbys: smithi160.rphsud 2024-09-21T19:01:55.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:55 smithi107 bash[20033]: cluster 2024-09-21T19:01:54.730032+0000 mon.smithi107 (mon.0) 806 : cluster [DBG] mgrmap e21: smithi107.uonppz(active, since 5m), standbys: smithi160.rphsud 2024-09-21T19:01:56.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:56 smithi160 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:01:56.712 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:56 smithi160 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:01:57.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:57 smithi107 bash[20033]: cluster 2024-09-21T19:01:55.341370+0000 mgr.smithi107.uonppz (mgr.14203) 247 : cluster [DBG] pgmap v210: 97 pgs: 4 creating+peering, 93 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-21T19:01:57.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:57 smithi107 bash[20033]: cluster 2024-09-21T19:01:55.341370+0000 mgr.smithi107.uonppz (mgr.14203) 247 : cluster [DBG] pgmap v210: 97 pgs: 4 creating+peering, 93 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-21T19:01:57.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:57 smithi107 bash[20033]: audit 2024-09-21T19:01:56.581235+0000 mon.smithi107 (mon.0) 807 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:57.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:57 smithi107 bash[20033]: audit 2024-09-21T19:01:56.581235+0000 mon.smithi107 (mon.0) 807 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:57.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:57 smithi107 bash[20033]: audit 2024-09-21T19:01:56.583224+0000 mon.smithi107 (mon.0) 808 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:01:57.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:57 smithi107 bash[20033]: audit 2024-09-21T19:01:56.583224+0000 mon.smithi107 (mon.0) 808 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:01:57.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:57 smithi107 bash[20033]: audit 2024-09-21T19:01:56.774017+0000 mon.smithi107 (mon.0) 809 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:57.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:57 smithi107 bash[20033]: audit 2024-09-21T19:01:56.774017+0000 mon.smithi107 (mon.0) 809 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:57.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:57 smithi107 bash[20033]: audit 2024-09-21T19:01:56.784008+0000 mon.smithi107 (mon.0) 810 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:57.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:57 smithi107 bash[20033]: audit 2024-09-21T19:01:56.784008+0000 mon.smithi107 (mon.0) 810 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:57.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:57 smithi107 bash[20033]: audit 2024-09-21T19:01:56.792138+0000 mon.smithi107 (mon.0) 811 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:57.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:57 smithi107 bash[20033]: audit 2024-09-21T19:01:56.792138+0000 mon.smithi107 (mon.0) 811 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:57.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:57 smithi107 bash[20033]: audit 2024-09-21T19:01:56.793595+0000 mon.smithi107 (mon.0) 812 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi107.pusxfc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-21T19:01:57.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:57 smithi107 bash[20033]: audit 2024-09-21T19:01:56.793595+0000 mon.smithi107 (mon.0) 812 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi107.pusxfc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-21T19:01:57.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:57 smithi107 bash[20033]: audit 2024-09-21T19:01:56.796315+0000 mon.smithi107 (mon.0) 813 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi107.pusxfc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-21T19:01:57.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:57 smithi107 bash[20033]: audit 2024-09-21T19:01:56.796315+0000 mon.smithi107 (mon.0) 813 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi107.pusxfc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-21T19:01:57.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:57 smithi107 bash[20033]: audit 2024-09-21T19:01:56.801537+0000 mon.smithi107 (mon.0) 814 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:01:57.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:57 smithi107 bash[20033]: audit 2024-09-21T19:01:56.801537+0000 mon.smithi107 (mon.0) 814 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:01:57.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:57 smithi160 bash[25034]: cluster 2024-09-21T19:01:55.341370+0000 mgr.smithi107.uonppz (mgr.14203) 247 : cluster [DBG] pgmap v210: 97 pgs: 4 creating+peering, 93 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-21T19:01:57.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:57 smithi160 bash[25034]: cluster 2024-09-21T19:01:55.341370+0000 mgr.smithi107.uonppz (mgr.14203) 247 : cluster [DBG] pgmap v210: 97 pgs: 4 creating+peering, 93 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-21T19:01:57.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:57 smithi160 bash[25034]: audit 2024-09-21T19:01:56.581235+0000 mon.smithi107 (mon.0) 807 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:57.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:57 smithi160 bash[25034]: audit 2024-09-21T19:01:56.581235+0000 mon.smithi107 (mon.0) 807 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:57.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:57 smithi160 bash[25034]: audit 2024-09-21T19:01:56.583224+0000 mon.smithi107 (mon.0) 808 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:01:57.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:57 smithi160 bash[25034]: audit 2024-09-21T19:01:56.583224+0000 mon.smithi107 (mon.0) 808 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:01:57.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:57 smithi160 bash[25034]: audit 2024-09-21T19:01:56.774017+0000 mon.smithi107 (mon.0) 809 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:57.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:57 smithi160 bash[25034]: audit 2024-09-21T19:01:56.774017+0000 mon.smithi107 (mon.0) 809 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:57.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:57 smithi160 bash[25034]: audit 2024-09-21T19:01:56.784008+0000 mon.smithi107 (mon.0) 810 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:57.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:57 smithi160 bash[25034]: audit 2024-09-21T19:01:56.784008+0000 mon.smithi107 (mon.0) 810 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:57.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:57 smithi160 bash[25034]: audit 2024-09-21T19:01:56.792138+0000 mon.smithi107 (mon.0) 811 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:57.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:57 smithi160 bash[25034]: audit 2024-09-21T19:01:56.792138+0000 mon.smithi107 (mon.0) 811 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:01:57.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:57 smithi160 bash[25034]: audit 2024-09-21T19:01:56.793595+0000 mon.smithi107 (mon.0) 812 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi107.pusxfc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-21T19:01:57.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:57 smithi160 bash[25034]: audit 2024-09-21T19:01:56.793595+0000 mon.smithi107 (mon.0) 812 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi107.pusxfc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-21T19:01:57.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:57 smithi160 bash[25034]: audit 2024-09-21T19:01:56.796315+0000 mon.smithi107 (mon.0) 813 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi107.pusxfc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-21T19:01:57.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:57 smithi160 bash[25034]: audit 2024-09-21T19:01:56.796315+0000 mon.smithi107 (mon.0) 813 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi107.pusxfc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-21T19:01:57.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:57 smithi160 bash[25034]: audit 2024-09-21T19:01:56.801537+0000 mon.smithi107 (mon.0) 814 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:01:57.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:57 smithi160 bash[25034]: audit 2024-09-21T19:01:56.801537+0000 mon.smithi107 (mon.0) 814 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:01:58.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:58 smithi107 bash[20033]: cephadm 2024-09-21T19:01:56.803166+0000 mgr.smithi107.uonppz (mgr.14203) 248 : cephadm [INF] Deploying daemon mds.foofs.smithi107.pusxfc on smithi107 2024-09-21T19:01:58.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:58 smithi107 bash[20033]: cephadm 2024-09-21T19:01:56.803166+0000 mgr.smithi107.uonppz (mgr.14203) 248 : cephadm [INF] Deploying daemon mds.foofs.smithi107.pusxfc on smithi107 2024-09-21T19:01:58.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:58 smithi160 bash[25034]: cephadm 2024-09-21T19:01:56.803166+0000 mgr.smithi107.uonppz (mgr.14203) 248 : cephadm [INF] Deploying daemon mds.foofs.smithi107.pusxfc on smithi107 2024-09-21T19:01:58.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:58 smithi160 bash[25034]: cephadm 2024-09-21T19:01:56.803166+0000 mgr.smithi107.uonppz (mgr.14203) 248 : cephadm [INF] Deploying daemon mds.foofs.smithi107.pusxfc on smithi107 2024-09-21T19:01:58.429 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:01:59.269 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:59 smithi107 bash[20033]: cluster 2024-09-21T19:01:57.342038+0000 mgr.smithi107.uonppz (mgr.14203) 249 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-21T19:01:59.270 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:01:59 smithi107 bash[20033]: cluster 2024-09-21T19:01:57.342038+0000 mgr.smithi107.uonppz (mgr.14203) 249 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-21T19:01:59.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:59 smithi160 bash[25034]: cluster 2024-09-21T19:01:57.342038+0000 mgr.smithi107.uonppz (mgr.14203) 249 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-21T19:01:59.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:01:59 smithi160 bash[25034]: cluster 2024-09-21T19:01:57.342038+0000 mgr.smithi107.uonppz (mgr.14203) 249 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-21T19:02:00.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:00 smithi107 bash[20033]: cluster 2024-09-21T19:01:59.120839+0000 mon.smithi107 (mon.0) 815 : cluster [DBG] mds.? [v2:172.21.15.160:6832/2944401305,v1:172.21.15.160:6833/2944401305] up:boot 2024-09-21T19:02:00.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:00 smithi107 bash[20033]: cluster 2024-09-21T19:01:59.120839+0000 mon.smithi107 (mon.0) 815 : cluster [DBG] mds.? [v2:172.21.15.160:6832/2944401305,v1:172.21.15.160:6833/2944401305] up:boot 2024-09-21T19:02:00.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:00 smithi107 bash[20033]: cluster 2024-09-21T19:01:59.120919+0000 mon.smithi107 (mon.0) 816 : cluster [INF] daemon mds.foofs.smithi160.ygfwpu assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-21T19:02:00.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:00 smithi107 bash[20033]: cluster 2024-09-21T19:01:59.120919+0000 mon.smithi107 (mon.0) 816 : cluster [INF] daemon mds.foofs.smithi160.ygfwpu assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-21T19:02:00.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:00 smithi107 bash[20033]: cluster 2024-09-21T19:01:59.120992+0000 mon.smithi107 (mon.0) 817 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-21T19:02:00.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:00 smithi107 bash[20033]: cluster 2024-09-21T19:01:59.120992+0000 mon.smithi107 (mon.0) 817 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-21T19:02:00.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:00 smithi107 bash[20033]: cluster 2024-09-21T19:01:59.121033+0000 mon.smithi107 (mon.0) 818 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-21T19:02:00.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:00 smithi107 bash[20033]: cluster 2024-09-21T19:01:59.121033+0000 mon.smithi107 (mon.0) 818 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-21T19:02:00.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:00 smithi107 bash[20033]: cluster 2024-09-21T19:01:59.121048+0000 mon.smithi107 (mon.0) 819 : cluster [INF] Cluster is now healthy 2024-09-21T19:02:00.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:00 smithi107 bash[20033]: cluster 2024-09-21T19:01:59.121048+0000 mon.smithi107 (mon.0) 819 : cluster [INF] Cluster is now healthy 2024-09-21T19:02:00.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:00 smithi107 bash[20033]: cluster 2024-09-21T19:01:59.121317+0000 mon.smithi107 (mon.0) 820 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-09-21T19:02:00.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:00 smithi107 bash[20033]: cluster 2024-09-21T19:01:59.121317+0000 mon.smithi107 (mon.0) 820 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-09-21T19:02:00.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:00 smithi107 bash[20033]: audit 2024-09-21T19:01:59.121504+0000 mon.smithi107 (mon.0) 821 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mds metadata", "who": "foofs.smithi160.ygfwpu"} : dispatch 2024-09-21T19:02:00.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:00 smithi107 bash[20033]: audit 2024-09-21T19:01:59.121504+0000 mon.smithi107 (mon.0) 821 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mds metadata", "who": "foofs.smithi160.ygfwpu"} : dispatch 2024-09-21T19:02:00.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:00 smithi107 bash[20033]: cluster 2024-09-21T19:01:59.128056+0000 mon.smithi107 (mon.0) 822 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.ygfwpu=up:creating} 2024-09-21T19:02:00.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:00 smithi107 bash[20033]: cluster 2024-09-21T19:01:59.128056+0000 mon.smithi107 (mon.0) 822 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.ygfwpu=up:creating} 2024-09-21T19:02:00.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:00 smithi107 bash[20033]: cluster 2024-09-21T19:01:59.150925+0000 mon.smithi107 (mon.0) 823 : cluster [INF] daemon mds.foofs.smithi160.ygfwpu is now active in filesystem foofs as rank 0 2024-09-21T19:02:00.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:00 smithi107 bash[20033]: cluster 2024-09-21T19:01:59.150925+0000 mon.smithi107 (mon.0) 823 : cluster [INF] daemon mds.foofs.smithi160.ygfwpu is now active in filesystem foofs as rank 0 2024-09-21T19:02:00.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:00 smithi107 bash[20033]: cluster 2024-09-21T19:01:59.342918+0000 mgr.smithi107.uonppz (mgr.14203) 250 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 579 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 2 op/s 2024-09-21T19:02:00.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:00 smithi107 bash[20033]: cluster 2024-09-21T19:01:59.342918+0000 mgr.smithi107.uonppz (mgr.14203) 250 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 579 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 2 op/s 2024-09-21T19:02:00.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:00 smithi160 bash[25034]: cluster 2024-09-21T19:01:59.120839+0000 mon.smithi107 (mon.0) 815 : cluster [DBG] mds.? [v2:172.21.15.160:6832/2944401305,v1:172.21.15.160:6833/2944401305] up:boot 2024-09-21T19:02:00.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:00 smithi160 bash[25034]: cluster 2024-09-21T19:01:59.120839+0000 mon.smithi107 (mon.0) 815 : cluster [DBG] mds.? [v2:172.21.15.160:6832/2944401305,v1:172.21.15.160:6833/2944401305] up:boot 2024-09-21T19:02:00.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:00 smithi160 bash[25034]: cluster 2024-09-21T19:01:59.120919+0000 mon.smithi107 (mon.0) 816 : cluster [INF] daemon mds.foofs.smithi160.ygfwpu assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-21T19:02:00.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:00 smithi160 bash[25034]: cluster 2024-09-21T19:01:59.120919+0000 mon.smithi107 (mon.0) 816 : cluster [INF] daemon mds.foofs.smithi160.ygfwpu assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-21T19:02:00.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:00 smithi160 bash[25034]: cluster 2024-09-21T19:01:59.120992+0000 mon.smithi107 (mon.0) 817 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-21T19:02:00.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:00 smithi160 bash[25034]: cluster 2024-09-21T19:01:59.120992+0000 mon.smithi107 (mon.0) 817 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-21T19:02:00.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:00 smithi160 bash[25034]: cluster 2024-09-21T19:01:59.121033+0000 mon.smithi107 (mon.0) 818 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-21T19:02:00.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:00 smithi160 bash[25034]: cluster 2024-09-21T19:01:59.121033+0000 mon.smithi107 (mon.0) 818 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-21T19:02:00.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:00 smithi160 bash[25034]: cluster 2024-09-21T19:01:59.121048+0000 mon.smithi107 (mon.0) 819 : cluster [INF] Cluster is now healthy 2024-09-21T19:02:00.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:00 smithi160 bash[25034]: cluster 2024-09-21T19:01:59.121048+0000 mon.smithi107 (mon.0) 819 : cluster [INF] Cluster is now healthy 2024-09-21T19:02:00.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:00 smithi160 bash[25034]: cluster 2024-09-21T19:01:59.121317+0000 mon.smithi107 (mon.0) 820 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-09-21T19:02:00.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:00 smithi160 bash[25034]: cluster 2024-09-21T19:01:59.121317+0000 mon.smithi107 (mon.0) 820 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-09-21T19:02:00.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:00 smithi160 bash[25034]: audit 2024-09-21T19:01:59.121504+0000 mon.smithi107 (mon.0) 821 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mds metadata", "who": "foofs.smithi160.ygfwpu"} : dispatch 2024-09-21T19:02:00.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:00 smithi160 bash[25034]: audit 2024-09-21T19:01:59.121504+0000 mon.smithi107 (mon.0) 821 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mds metadata", "who": "foofs.smithi160.ygfwpu"} : dispatch 2024-09-21T19:02:00.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:00 smithi160 bash[25034]: cluster 2024-09-21T19:01:59.128056+0000 mon.smithi107 (mon.0) 822 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.ygfwpu=up:creating} 2024-09-21T19:02:00.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:00 smithi160 bash[25034]: cluster 2024-09-21T19:01:59.128056+0000 mon.smithi107 (mon.0) 822 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.ygfwpu=up:creating} 2024-09-21T19:02:00.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:00 smithi160 bash[25034]: cluster 2024-09-21T19:01:59.150925+0000 mon.smithi107 (mon.0) 823 : cluster [INF] daemon mds.foofs.smithi160.ygfwpu is now active in filesystem foofs as rank 0 2024-09-21T19:02:00.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:00 smithi160 bash[25034]: cluster 2024-09-21T19:01:59.150925+0000 mon.smithi107 (mon.0) 823 : cluster [INF] daemon mds.foofs.smithi160.ygfwpu is now active in filesystem foofs as rank 0 2024-09-21T19:02:00.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:00 smithi160 bash[25034]: cluster 2024-09-21T19:01:59.342918+0000 mgr.smithi107.uonppz (mgr.14203) 250 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 579 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 2 op/s 2024-09-21T19:02:00.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:00 smithi160 bash[25034]: cluster 2024-09-21T19:01:59.342918+0000 mgr.smithi107.uonppz (mgr.14203) 250 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 579 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 2 op/s 2024-09-21T19:02:00.800 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:00 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:02:01.107 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:00 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:02:01.245 INFO:teuthology.orchestra.run.smithi107.stdout:{ 2024-09-21T19:02:01.246 INFO:teuthology.orchestra.run.smithi107.stdout: "bind": "/fake", 2024-09-21T19:02:01.246 INFO:teuthology.orchestra.run.smithi107.stdout: "cluster": "foo", 2024-09-21T19:02:01.246 INFO:teuthology.orchestra.run.smithi107.stdout: "fs": "foofs", 2024-09-21T19:02:01.246 INFO:teuthology.orchestra.run.smithi107.stdout: "mode": "RW", 2024-09-21T19:02:01.246 INFO:teuthology.orchestra.run.smithi107.stdout: "path": "/" 2024-09-21T19:02:01.246 INFO:teuthology.orchestra.run.smithi107.stdout:} 2024-09-21T19:02:01.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:01 smithi107 bash[20033]: cluster 2024-09-21T19:02:00.143145+0000 mon.smithi107 (mon.0) 824 : cluster [DBG] mds.? [v2:172.21.15.160:6832/2944401305,v1:172.21.15.160:6833/2944401305] up:active 2024-09-21T19:02:01.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:01 smithi107 bash[20033]: cluster 2024-09-21T19:02:00.143145+0000 mon.smithi107 (mon.0) 824 : cluster [DBG] mds.? [v2:172.21.15.160:6832/2944401305,v1:172.21.15.160:6833/2944401305] up:active 2024-09-21T19:02:01.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:01 smithi107 bash[20033]: cluster 2024-09-21T19:02:00.143368+0000 mon.smithi107 (mon.0) 825 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.ygfwpu=up:active} 2024-09-21T19:02:01.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:01 smithi107 bash[20033]: cluster 2024-09-21T19:02:00.143368+0000 mon.smithi107 (mon.0) 825 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.ygfwpu=up:active} 2024-09-21T19:02:01.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:01 smithi160 bash[25034]: cluster 2024-09-21T19:02:00.143145+0000 mon.smithi107 (mon.0) 824 : cluster [DBG] mds.? [v2:172.21.15.160:6832/2944401305,v1:172.21.15.160:6833/2944401305] up:active 2024-09-21T19:02:01.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:01 smithi160 bash[25034]: cluster 2024-09-21T19:02:00.143145+0000 mon.smithi107 (mon.0) 824 : cluster [DBG] mds.? [v2:172.21.15.160:6832/2944401305,v1:172.21.15.160:6833/2944401305] up:active 2024-09-21T19:02:01.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:01 smithi160 bash[25034]: cluster 2024-09-21T19:02:00.143368+0000 mon.smithi107 (mon.0) 825 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.ygfwpu=up:active} 2024-09-21T19:02:01.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:01 smithi160 bash[25034]: cluster 2024-09-21T19:02:00.143368+0000 mon.smithi107 (mon.0) 825 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.ygfwpu=up:active} 2024-09-21T19:02:02.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.147301+0000 mon.smithi107 (mon.0) 826 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:02.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.147301+0000 mon.smithi107 (mon.0) 826 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:02.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.152985+0000 mon.smithi107 (mon.0) 827 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:02.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.152985+0000 mon.smithi107 (mon.0) 827 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:02.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.157186+0000 mon.smithi107 (mon.0) 828 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:02.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.157186+0000 mon.smithi107 (mon.0) 828 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:02.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.162147+0000 mon.smithi107 (mon.0) 829 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:02.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.162147+0000 mon.smithi107 (mon.0) 829 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:02.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.168481+0000 mon.smithi107 (mon.0) 830 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:02.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.168481+0000 mon.smithi107 (mon.0) 830 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:02.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.174591+0000 mon.smithi107 (mon.0) 831 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:02.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.174591+0000 mon.smithi107 (mon.0) 831 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:02.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.174621+0000 mgr.smithi107.uonppz (mgr.14203) 251 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:02:02.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.174621+0000 mgr.smithi107.uonppz (mgr.14203) 251 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:02:02.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: cephadm 2024-09-21T19:02:01.175044+0000 mgr.smithi107.uonppz (mgr.14203) 252 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi107.mvmipa 2024-09-21T19:02:02.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: cephadm 2024-09-21T19:02:01.175044+0000 mgr.smithi107.uonppz (mgr.14203) 252 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi107.mvmipa 2024-09-21T19:02:02.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.179317+0000 mon.smithi107 (mon.0) 832 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi107.mvmipa", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-21T19:02:02.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.179317+0000 mon.smithi107 (mon.0) 832 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi107.mvmipa", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-21T19:02:02.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.183089+0000 mon.smithi107 (mon.0) 833 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi107.mvmipa", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-21T19:02:02.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.183089+0000 mon.smithi107 (mon.0) 833 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi107.mvmipa", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-21T19:02:02.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: cephadm 2024-09-21T19:02:01.185121+0000 mgr.smithi107.uonppz (mgr.14203) 253 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-21T19:02:02.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: cephadm 2024-09-21T19:02:01.185121+0000 mgr.smithi107.uonppz (mgr.14203) 253 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-21T19:02:02.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.185340+0000 mon.smithi107 (mon.0) 834 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]} : dispatch 2024-09-21T19:02:02.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.185340+0000 mon.smithi107 (mon.0) 834 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]} : dispatch 2024-09-21T19:02:02.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.188929+0000 mon.smithi107 (mon.0) 835 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-21T19:02:02.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.188929+0000 mon.smithi107 (mon.0) 835 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-21T19:02:02.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.191504+0000 mon.smithi107 (mon.0) 836 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:02:02.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.191504+0000 mon.smithi107 (mon.0) 836 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:02:02.400 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.236262+0000 mon.smithi107 (mon.0) 837 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"} : dispatch 2024-09-21T19:02:02.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.236262+0000 mon.smithi107 (mon.0) 837 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"} : dispatch 2024-09-21T19:02:02.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.238001+0000 mon.smithi107 (mon.0) 838 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-09-21T19:02:02.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.238001+0000 mon.smithi107 (mon.0) 838 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-09-21T19:02:02.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.240968+0000 mon.smithi107 (mon.0) 839 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"} : dispatch 2024-09-21T19:02:02.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.240968+0000 mon.smithi107 (mon.0) 839 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"} : dispatch 2024-09-21T19:02:02.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.244077+0000 mon.smithi107 (mon.0) 840 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-21T19:02:02.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.244077+0000 mon.smithi107 (mon.0) 840 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-21T19:02:02.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.247577+0000 mon.smithi107 (mon.0) 841 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-21T19:02:02.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.247577+0000 mon.smithi107 (mon.0) 841 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-21T19:02:02.401 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: cephadm 2024-09-21T19:02:01.308423+0000 mgr.smithi107.uonppz (mgr.14203) 254 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-21T19:02:02.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: cephadm 2024-09-21T19:02:01.308423+0000 mgr.smithi107.uonppz (mgr.14203) 254 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-21T19:02:02.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: cephadm 2024-09-21T19:02:01.308527+0000 mgr.smithi107.uonppz (mgr.14203) 255 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi107.mvmipa-rgw 2024-09-21T19:02:02.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: cephadm 2024-09-21T19:02:01.308527+0000 mgr.smithi107.uonppz (mgr.14203) 255 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi107.mvmipa-rgw 2024-09-21T19:02:02.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.308859+0000 mon.smithi107 (mon.0) 842 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi107.mvmipa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-21T19:02:02.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.308859+0000 mon.smithi107 (mon.0) 842 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi107.mvmipa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-21T19:02:02.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.312661+0000 mon.smithi107 (mon.0) 843 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi107.mvmipa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-21T19:02:02.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.312661+0000 mon.smithi107 (mon.0) 843 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi107.mvmipa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-21T19:02:02.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: cephadm 2024-09-21T19:02:01.315017+0000 mgr.smithi107.uonppz (mgr.14203) 256 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi107.mvmipa's ganesha conf is defaulting to empty 2024-09-21T19:02:02.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: cephadm 2024-09-21T19:02:01.315017+0000 mgr.smithi107.uonppz (mgr.14203) 256 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi107.mvmipa's ganesha conf is defaulting to empty 2024-09-21T19:02:02.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.320550+0000 mon.smithi107 (mon.0) 844 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:02:02.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: audit 2024-09-21T19:02:01.320550+0000 mon.smithi107 (mon.0) 844 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:02:02.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: cephadm 2024-09-21T19:02:01.321715+0000 mgr.smithi107.uonppz (mgr.14203) 257 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi107.mvmipa on smithi107 2024-09-21T19:02:02.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: cephadm 2024-09-21T19:02:01.321715+0000 mgr.smithi107.uonppz (mgr.14203) 257 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi107.mvmipa on smithi107 2024-09-21T19:02:02.402 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: cluster 2024-09-21T19:02:01.343480+0000 mgr.smithi107.uonppz (mgr.14203) 258 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 579 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 553 B/s wr, 3 op/s 2024-09-21T19:02:02.403 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:02 smithi107 bash[20033]: cluster 2024-09-21T19:02:01.343480+0000 mgr.smithi107.uonppz (mgr.14203) 258 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 579 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 553 B/s wr, 3 op/s 2024-09-21T19:02:02.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.147301+0000 mon.smithi107 (mon.0) 826 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:02.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.147301+0000 mon.smithi107 (mon.0) 826 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:02.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.152985+0000 mon.smithi107 (mon.0) 827 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:02.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.152985+0000 mon.smithi107 (mon.0) 827 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:02.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.157186+0000 mon.smithi107 (mon.0) 828 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:02.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.157186+0000 mon.smithi107 (mon.0) 828 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:02.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.162147+0000 mon.smithi107 (mon.0) 829 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:02.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.162147+0000 mon.smithi107 (mon.0) 829 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:02.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.168481+0000 mon.smithi107 (mon.0) 830 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:02.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.168481+0000 mon.smithi107 (mon.0) 830 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:02.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.174591+0000 mon.smithi107 (mon.0) 831 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:02.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.174591+0000 mon.smithi107 (mon.0) 831 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:02.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.174621+0000 mgr.smithi107.uonppz (mgr.14203) 251 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:02:02.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.174621+0000 mgr.smithi107.uonppz (mgr.14203) 251 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:02:02.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: cephadm 2024-09-21T19:02:01.175044+0000 mgr.smithi107.uonppz (mgr.14203) 252 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi107.mvmipa 2024-09-21T19:02:02.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: cephadm 2024-09-21T19:02:01.175044+0000 mgr.smithi107.uonppz (mgr.14203) 252 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi107.mvmipa 2024-09-21T19:02:02.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.179317+0000 mon.smithi107 (mon.0) 832 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi107.mvmipa", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-21T19:02:02.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.179317+0000 mon.smithi107 (mon.0) 832 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi107.mvmipa", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-21T19:02:02.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.183089+0000 mon.smithi107 (mon.0) 833 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi107.mvmipa", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-21T19:02:02.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.183089+0000 mon.smithi107 (mon.0) 833 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi107.mvmipa", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-21T19:02:02.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: cephadm 2024-09-21T19:02:01.185121+0000 mgr.smithi107.uonppz (mgr.14203) 253 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-21T19:02:02.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: cephadm 2024-09-21T19:02:01.185121+0000 mgr.smithi107.uonppz (mgr.14203) 253 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-21T19:02:02.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.185340+0000 mon.smithi107 (mon.0) 834 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]} : dispatch 2024-09-21T19:02:02.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.185340+0000 mon.smithi107 (mon.0) 834 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]} : dispatch 2024-09-21T19:02:02.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.188929+0000 mon.smithi107 (mon.0) 835 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-21T19:02:02.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.188929+0000 mon.smithi107 (mon.0) 835 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-21T19:02:02.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.191504+0000 mon.smithi107 (mon.0) 836 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:02:02.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.191504+0000 mon.smithi107 (mon.0) 836 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:02:02.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.236262+0000 mon.smithi107 (mon.0) 837 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"} : dispatch 2024-09-21T19:02:02.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.236262+0000 mon.smithi107 (mon.0) 837 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"} : dispatch 2024-09-21T19:02:02.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.238001+0000 mon.smithi107 (mon.0) 838 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-09-21T19:02:02.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.238001+0000 mon.smithi107 (mon.0) 838 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-09-21T19:02:02.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.240968+0000 mon.smithi107 (mon.0) 839 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"} : dispatch 2024-09-21T19:02:02.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.240968+0000 mon.smithi107 (mon.0) 839 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"} : dispatch 2024-09-21T19:02:02.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.244077+0000 mon.smithi107 (mon.0) 840 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-21T19:02:02.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.244077+0000 mon.smithi107 (mon.0) 840 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-21T19:02:02.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.247577+0000 mon.smithi107 (mon.0) 841 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-21T19:02:02.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.247577+0000 mon.smithi107 (mon.0) 841 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-21T19:02:02.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: cephadm 2024-09-21T19:02:01.308423+0000 mgr.smithi107.uonppz (mgr.14203) 254 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-21T19:02:02.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: cephadm 2024-09-21T19:02:01.308423+0000 mgr.smithi107.uonppz (mgr.14203) 254 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-21T19:02:02.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: cephadm 2024-09-21T19:02:01.308527+0000 mgr.smithi107.uonppz (mgr.14203) 255 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi107.mvmipa-rgw 2024-09-21T19:02:02.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: cephadm 2024-09-21T19:02:01.308527+0000 mgr.smithi107.uonppz (mgr.14203) 255 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi107.mvmipa-rgw 2024-09-21T19:02:02.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.308859+0000 mon.smithi107 (mon.0) 842 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi107.mvmipa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-21T19:02:02.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.308859+0000 mon.smithi107 (mon.0) 842 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi107.mvmipa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-21T19:02:02.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.312661+0000 mon.smithi107 (mon.0) 843 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi107.mvmipa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-21T19:02:02.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.312661+0000 mon.smithi107 (mon.0) 843 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi107.mvmipa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-21T19:02:02.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: cephadm 2024-09-21T19:02:01.315017+0000 mgr.smithi107.uonppz (mgr.14203) 256 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi107.mvmipa's ganesha conf is defaulting to empty 2024-09-21T19:02:02.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: cephadm 2024-09-21T19:02:01.315017+0000 mgr.smithi107.uonppz (mgr.14203) 256 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi107.mvmipa's ganesha conf is defaulting to empty 2024-09-21T19:02:02.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.320550+0000 mon.smithi107 (mon.0) 844 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:02:02.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: audit 2024-09-21T19:02:01.320550+0000 mon.smithi107 (mon.0) 844 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:02:02.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: cephadm 2024-09-21T19:02:01.321715+0000 mgr.smithi107.uonppz (mgr.14203) 257 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi107.mvmipa on smithi107 2024-09-21T19:02:02.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: cephadm 2024-09-21T19:02:01.321715+0000 mgr.smithi107.uonppz (mgr.14203) 257 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi107.mvmipa on smithi107 2024-09-21T19:02:02.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: cluster 2024-09-21T19:02:01.343480+0000 mgr.smithi107.uonppz (mgr.14203) 258 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 579 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 553 B/s wr, 3 op/s 2024-09-21T19:02:02.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:02 smithi160 bash[25034]: cluster 2024-09-21T19:02:01.343480+0000 mgr.smithi107.uonppz (mgr.14203) 258 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 579 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 553 B/s wr, 3 op/s 2024-09-21T19:02:03.147 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-21T19:02:03.157 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-09-21T19:02:03.157 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T19:02:03.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:03 smithi107 bash[20033]: cluster 2024-09-21T19:02:02.340383+0000 mon.smithi107 (mon.0) 845 : cluster [DBG] mgrmap e22: smithi107.uonppz(active, since 5m), standbys: smithi160.rphsud 2024-09-21T19:02:03.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:03 smithi107 bash[20033]: cluster 2024-09-21T19:02:02.340383+0000 mon.smithi107 (mon.0) 845 : cluster [DBG] mgrmap e22: smithi107.uonppz(active, since 5m), standbys: smithi160.rphsud 2024-09-21T19:02:03.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:03 smithi107 bash[20033]: audit 2024-09-21T19:02:02.983409+0000 mon.smithi107 (mon.0) 846 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:03.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:03 smithi107 bash[20033]: audit 2024-09-21T19:02:02.983409+0000 mon.smithi107 (mon.0) 846 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:03.580 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:03 smithi160 bash[25034]: cluster 2024-09-21T19:02:02.340383+0000 mon.smithi107 (mon.0) 845 : cluster [DBG] mgrmap e22: smithi107.uonppz(active, since 5m), standbys: smithi160.rphsud 2024-09-21T19:02:03.581 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:03 smithi160 bash[25034]: cluster 2024-09-21T19:02:02.340383+0000 mon.smithi107 (mon.0) 845 : cluster [DBG] mgrmap e22: smithi107.uonppz(active, since 5m), standbys: smithi160.rphsud 2024-09-21T19:02:03.582 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:03 smithi160 bash[25034]: audit 2024-09-21T19:02:02.983409+0000 mon.smithi107 (mon.0) 846 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:03.582 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:03 smithi160 bash[25034]: audit 2024-09-21T19:02:02.983409+0000 mon.smithi107 (mon.0) 846 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:04.879 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:04 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:02:05.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:04 smithi107 bash[20033]: cluster 2024-09-21T19:02:03.344167+0000 mgr.smithi107.uonppz (mgr.14203) 259 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 579 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 499 B/s wr, 3 op/s 2024-09-21T19:02:05.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:04 smithi107 bash[20033]: cluster 2024-09-21T19:02:03.344167+0000 mgr.smithi107.uonppz (mgr.14203) 259 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 579 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 499 B/s wr, 3 op/s 2024-09-21T19:02:05.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:04 smithi107 bash[20033]: cluster 2024-09-21T19:02:03.986548+0000 mon.smithi107 (mon.0) 847 : cluster [DBG] mds.? [v2:172.21.15.160:6832/2944401305,v1:172.21.15.160:6833/2944401305] up:active 2024-09-21T19:02:05.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:04 smithi107 bash[20033]: cluster 2024-09-21T19:02:03.986548+0000 mon.smithi107 (mon.0) 847 : cluster [DBG] mds.? [v2:172.21.15.160:6832/2944401305,v1:172.21.15.160:6833/2944401305] up:active 2024-09-21T19:02:05.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:04 smithi107 bash[20033]: cluster 2024-09-21T19:02:03.986631+0000 mon.smithi107 (mon.0) 848 : cluster [DBG] mds.? [v2:172.21.15.107:6834/927330311,v1:172.21.15.107:6835/927330311] up:boot 2024-09-21T19:02:05.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:04 smithi107 bash[20033]: cluster 2024-09-21T19:02:03.986631+0000 mon.smithi107 (mon.0) 848 : cluster [DBG] mds.? [v2:172.21.15.107:6834/927330311,v1:172.21.15.107:6835/927330311] up:boot 2024-09-21T19:02:05.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:04 smithi107 bash[20033]: cluster 2024-09-21T19:02:03.987237+0000 mon.smithi107 (mon.0) 849 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.ygfwpu=up:active} 1 up:standby 2024-09-21T19:02:05.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:04 smithi107 bash[20033]: cluster 2024-09-21T19:02:03.987237+0000 mon.smithi107 (mon.0) 849 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.ygfwpu=up:active} 1 up:standby 2024-09-21T19:02:05.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:04 smithi107 bash[20033]: audit 2024-09-21T19:02:03.988520+0000 mon.smithi107 (mon.0) 850 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mds metadata", "who": "foofs.smithi107.pusxfc"} : dispatch 2024-09-21T19:02:05.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:04 smithi107 bash[20033]: audit 2024-09-21T19:02:03.988520+0000 mon.smithi107 (mon.0) 850 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mds metadata", "who": "foofs.smithi107.pusxfc"} : dispatch 2024-09-21T19:02:05.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:04 smithi107 bash[20033]: cluster 2024-09-21T19:02:03.994748+0000 mon.smithi107 (mon.0) 851 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.ygfwpu=up:active} 1 up:standby 2024-09-21T19:02:05.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:04 smithi107 bash[20033]: cluster 2024-09-21T19:02:03.994748+0000 mon.smithi107 (mon.0) 851 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.ygfwpu=up:active} 1 up:standby 2024-09-21T19:02:05.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:05 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:02:05.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:04 smithi160 bash[25034]: cluster 2024-09-21T19:02:03.344167+0000 mgr.smithi107.uonppz (mgr.14203) 259 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 579 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 499 B/s wr, 3 op/s 2024-09-21T19:02:05.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:04 smithi160 bash[25034]: cluster 2024-09-21T19:02:03.344167+0000 mgr.smithi107.uonppz (mgr.14203) 259 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 579 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 499 B/s wr, 3 op/s 2024-09-21T19:02:05.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:04 smithi160 bash[25034]: cluster 2024-09-21T19:02:03.986548+0000 mon.smithi107 (mon.0) 847 : cluster [DBG] mds.? [v2:172.21.15.160:6832/2944401305,v1:172.21.15.160:6833/2944401305] up:active 2024-09-21T19:02:05.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:04 smithi160 bash[25034]: cluster 2024-09-21T19:02:03.986548+0000 mon.smithi107 (mon.0) 847 : cluster [DBG] mds.? [v2:172.21.15.160:6832/2944401305,v1:172.21.15.160:6833/2944401305] up:active 2024-09-21T19:02:05.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:04 smithi160 bash[25034]: cluster 2024-09-21T19:02:03.986631+0000 mon.smithi107 (mon.0) 848 : cluster [DBG] mds.? [v2:172.21.15.107:6834/927330311,v1:172.21.15.107:6835/927330311] up:boot 2024-09-21T19:02:05.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:04 smithi160 bash[25034]: cluster 2024-09-21T19:02:03.986631+0000 mon.smithi107 (mon.0) 848 : cluster [DBG] mds.? [v2:172.21.15.107:6834/927330311,v1:172.21.15.107:6835/927330311] up:boot 2024-09-21T19:02:05.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:04 smithi160 bash[25034]: cluster 2024-09-21T19:02:03.987237+0000 mon.smithi107 (mon.0) 849 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.ygfwpu=up:active} 1 up:standby 2024-09-21T19:02:05.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:04 smithi160 bash[25034]: cluster 2024-09-21T19:02:03.987237+0000 mon.smithi107 (mon.0) 849 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.ygfwpu=up:active} 1 up:standby 2024-09-21T19:02:05.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:04 smithi160 bash[25034]: audit 2024-09-21T19:02:03.988520+0000 mon.smithi107 (mon.0) 850 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mds metadata", "who": "foofs.smithi107.pusxfc"} : dispatch 2024-09-21T19:02:05.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:04 smithi160 bash[25034]: audit 2024-09-21T19:02:03.988520+0000 mon.smithi107 (mon.0) 850 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "mds metadata", "who": "foofs.smithi107.pusxfc"} : dispatch 2024-09-21T19:02:05.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:04 smithi160 bash[25034]: cluster 2024-09-21T19:02:03.994748+0000 mon.smithi107 (mon.0) 851 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.ygfwpu=up:active} 1 up:standby 2024-09-21T19:02:05.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:04 smithi160 bash[25034]: cluster 2024-09-21T19:02:03.994748+0000 mon.smithi107 (mon.0) 851 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.ygfwpu=up:active} 1 up:standby 2024-09-21T19:02:06.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:06 smithi107 bash[20033]: audit 2024-09-21T19:02:05.237443+0000 mon.smithi107 (mon.0) 852 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:06.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:06 smithi107 bash[20033]: audit 2024-09-21T19:02:05.237443+0000 mon.smithi107 (mon.0) 852 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:06.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:06 smithi107 bash[20033]: audit 2024-09-21T19:02:05.243198+0000 mon.smithi107 (mon.0) 853 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:06.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:06 smithi107 bash[20033]: audit 2024-09-21T19:02:05.243198+0000 mon.smithi107 (mon.0) 853 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:06.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:06 smithi107 bash[20033]: audit 2024-09-21T19:02:05.248412+0000 mon.smithi107 (mon.0) 854 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:06.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:06 smithi107 bash[20033]: audit 2024-09-21T19:02:05.248412+0000 mon.smithi107 (mon.0) 854 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:06.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:06 smithi107 bash[20033]: audit 2024-09-21T19:02:05.279235+0000 mon.smithi107 (mon.0) 855 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:06.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:06 smithi107 bash[20033]: audit 2024-09-21T19:02:05.279235+0000 mon.smithi107 (mon.0) 855 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:06.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:06 smithi107 bash[20033]: audit 2024-09-21T19:02:05.285052+0000 mon.smithi107 (mon.0) 856 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:06.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:06 smithi107 bash[20033]: audit 2024-09-21T19:02:05.285052+0000 mon.smithi107 (mon.0) 856 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:06.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:06 smithi107 bash[20033]: cephadm 2024-09-21T19:02:05.297755+0000 mgr.smithi107.uonppz (mgr.14203) 260 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi107.qpojci on smithi107 2024-09-21T19:02:06.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:06 smithi107 bash[20033]: cephadm 2024-09-21T19:02:05.297755+0000 mgr.smithi107.uonppz (mgr.14203) 260 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi107.qpojci on smithi107 2024-09-21T19:02:06.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:06 smithi107 bash[20033]: cluster 2024-09-21T19:02:05.344741+0000 mgr.smithi107.uonppz (mgr.14203) 261 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.5 KiB/s wr, 4 op/s 2024-09-21T19:02:06.649 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:06 smithi107 bash[20033]: cluster 2024-09-21T19:02:05.344741+0000 mgr.smithi107.uonppz (mgr.14203) 261 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.5 KiB/s wr, 4 op/s 2024-09-21T19:02:06.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:06 smithi160 bash[25034]: audit 2024-09-21T19:02:05.237443+0000 mon.smithi107 (mon.0) 852 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:06.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:06 smithi160 bash[25034]: audit 2024-09-21T19:02:05.237443+0000 mon.smithi107 (mon.0) 852 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:06.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:06 smithi160 bash[25034]: audit 2024-09-21T19:02:05.243198+0000 mon.smithi107 (mon.0) 853 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:06.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:06 smithi160 bash[25034]: audit 2024-09-21T19:02:05.243198+0000 mon.smithi107 (mon.0) 853 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:06.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:06 smithi160 bash[25034]: audit 2024-09-21T19:02:05.248412+0000 mon.smithi107 (mon.0) 854 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:06.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:06 smithi160 bash[25034]: audit 2024-09-21T19:02:05.248412+0000 mon.smithi107 (mon.0) 854 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:06.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:06 smithi160 bash[25034]: audit 2024-09-21T19:02:05.279235+0000 mon.smithi107 (mon.0) 855 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:06.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:06 smithi160 bash[25034]: audit 2024-09-21T19:02:05.279235+0000 mon.smithi107 (mon.0) 855 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:06.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:06 smithi160 bash[25034]: audit 2024-09-21T19:02:05.285052+0000 mon.smithi107 (mon.0) 856 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:06.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:06 smithi160 bash[25034]: audit 2024-09-21T19:02:05.285052+0000 mon.smithi107 (mon.0) 856 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:06.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:06 smithi160 bash[25034]: cephadm 2024-09-21T19:02:05.297755+0000 mgr.smithi107.uonppz (mgr.14203) 260 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi107.qpojci on smithi107 2024-09-21T19:02:06.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:06 smithi160 bash[25034]: cephadm 2024-09-21T19:02:05.297755+0000 mgr.smithi107.uonppz (mgr.14203) 260 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi107.qpojci on smithi107 2024-09-21T19:02:06.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:06 smithi160 bash[25034]: cluster 2024-09-21T19:02:05.344741+0000 mgr.smithi107.uonppz (mgr.14203) 261 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.5 KiB/s wr, 4 op/s 2024-09-21T19:02:06.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:06 smithi160 bash[25034]: cluster 2024-09-21T19:02:05.344741+0000 mgr.smithi107.uonppz (mgr.14203) 261 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.5 KiB/s wr, 4 op/s 2024-09-21T19:02:08.985 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:02:09.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:08 smithi160 bash[25034]: cluster 2024-09-21T19:02:07.345248+0000 mgr.smithi107.uonppz (mgr.14203) 262 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 4 op/s 2024-09-21T19:02:09.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:08 smithi160 bash[25034]: cluster 2024-09-21T19:02:07.345248+0000 mgr.smithi107.uonppz (mgr.14203) 262 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 4 op/s 2024-09-21T19:02:09.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:08 smithi160 bash[25034]: audit 2024-09-21T19:02:07.989910+0000 mon.smithi107 (mon.0) 857 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:09.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:08 smithi160 bash[25034]: audit 2024-09-21T19:02:07.989910+0000 mon.smithi107 (mon.0) 857 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:09.454 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:08 smithi107 bash[20033]: cluster 2024-09-21T19:02:07.345248+0000 mgr.smithi107.uonppz (mgr.14203) 262 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 4 op/s 2024-09-21T19:02:09.454 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:08 smithi107 bash[20033]: cluster 2024-09-21T19:02:07.345248+0000 mgr.smithi107.uonppz (mgr.14203) 262 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 4 op/s 2024-09-21T19:02:09.455 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:08 smithi107 bash[20033]: audit 2024-09-21T19:02:07.989910+0000 mon.smithi107 (mon.0) 857 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:09.455 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:08 smithi107 bash[20033]: audit 2024-09-21T19:02:07.989910+0000 mon.smithi107 (mon.0) 857 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:11.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:10 smithi107 bash[20033]: cluster 2024-09-21T19:02:09.346307+0000 mgr.smithi107.uonppz (mgr.14203) 263 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 4 op/s 2024-09-21T19:02:11.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:10 smithi107 bash[20033]: cluster 2024-09-21T19:02:09.346307+0000 mgr.smithi107.uonppz (mgr.14203) 263 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 4 op/s 2024-09-21T19:02:11.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:10 smithi160 bash[25034]: cluster 2024-09-21T19:02:09.346307+0000 mgr.smithi107.uonppz (mgr.14203) 263 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 4 op/s 2024-09-21T19:02:11.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:10 smithi160 bash[25034]: cluster 2024-09-21T19:02:09.346307+0000 mgr.smithi107.uonppz (mgr.14203) 263 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 4 op/s 2024-09-21T19:02:12.770 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T19:02:12.770 INFO:teuthology.orchestra.run.smithi107.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T18:54:27.946585Z", "last_refresh": "2024-09-21T19:01:40.406618Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T18:56:26.663413Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T18:54:17.625326Z", "last_refresh": "2024-09-21T19:01:39.986485Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T18:56:30.768457Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T18:54:15.299733Z", "last_refresh": "2024-09-21T19:01:39.986655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T18:54:22.193533Z", "last_refresh": "2024-09-21T19:01:40.406713Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T19:01:52.162553Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.107/16"}, "status": {"created": "2024-09-21T19:01:52.158966Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.107/16"}}, {"events": ["2024-09-21T19:02:01.168663Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T19:01:43.059860Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T18:56:35.570020Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T18:54:12.987873Z", "last_refresh": "2024-09-21T19:01:39.986869Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T18:56:41.758594Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi107:172.21.15.107=smithi107", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T18:55:58.101725Z", "last_refresh": "2024-09-21T19:01:39.986972Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T19:02:05.279528Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T19:01:52.153348Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T18:56:32.012387Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T18:54:24.359764Z", "last_refresh": "2024-09-21T19:01:39.986764Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T18:57:04.487430Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T18:57:04.475120Z", "last_refresh": "2024-09-21T19:01:39.987074Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T18:56:41.770861Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T18:54:20.012383Z", "last_refresh": "2024-09-21T19:01:40.406807Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T19:02:12.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:12 smithi107 bash[20033]: cluster 2024-09-21T19:02:11.347234+0000 mgr.smithi107.uonppz (mgr.14203) 264 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.8 KiB/s wr, 4 op/s 2024-09-21T19:02:12.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:12 smithi107 bash[20033]: cluster 2024-09-21T19:02:11.347234+0000 mgr.smithi107.uonppz (mgr.14203) 264 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.8 KiB/s wr, 4 op/s 2024-09-21T19:02:12.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:12 smithi107 bash[20033]: audit 2024-09-21T19:02:11.581101+0000 mon.smithi107 (mon.0) 858 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:12.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:12 smithi107 bash[20033]: audit 2024-09-21T19:02:11.581101+0000 mon.smithi107 (mon.0) 858 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:12.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:12 smithi107 bash[20033]: audit 2024-09-21T19:02:11.583169+0000 mon.smithi107 (mon.0) 859 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:02:12.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:12 smithi107 bash[20033]: audit 2024-09-21T19:02:11.583169+0000 mon.smithi107 (mon.0) 859 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:02:12.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:12 smithi160 bash[25034]: cluster 2024-09-21T19:02:11.347234+0000 mgr.smithi107.uonppz (mgr.14203) 264 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.8 KiB/s wr, 4 op/s 2024-09-21T19:02:12.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:12 smithi160 bash[25034]: cluster 2024-09-21T19:02:11.347234+0000 mgr.smithi107.uonppz (mgr.14203) 264 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.8 KiB/s wr, 4 op/s 2024-09-21T19:02:12.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:12 smithi160 bash[25034]: audit 2024-09-21T19:02:11.581101+0000 mon.smithi107 (mon.0) 858 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:12.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:12 smithi160 bash[25034]: audit 2024-09-21T19:02:11.581101+0000 mon.smithi107 (mon.0) 858 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:12.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:12 smithi160 bash[25034]: audit 2024-09-21T19:02:11.583169+0000 mon.smithi107 (mon.0) 859 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:02:12.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:12 smithi160 bash[25034]: audit 2024-09-21T19:02:11.583169+0000 mon.smithi107 (mon.0) 859 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:02:13.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:13 smithi107 bash[20033]: audit 2024-09-21T19:02:12.765568+0000 mgr.smithi107.uonppz (mgr.14203) 265 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:13.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:13 smithi107 bash[20033]: audit 2024-09-21T19:02:12.765568+0000 mgr.smithi107.uonppz (mgr.14203) 265 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:13.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:13 smithi160 bash[25034]: audit 2024-09-21T19:02:12.765568+0000 mgr.smithi107.uonppz (mgr.14203) 265 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:13.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:13 smithi160 bash[25034]: audit 2024-09-21T19:02:12.765568+0000 mgr.smithi107.uonppz (mgr.14203) 265 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:14.258 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T19:02:14.720 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:14 smithi107 bash[20033]: cluster 2024-09-21T19:02:13.348065+0000 mgr.smithi107.uonppz (mgr.14203) 266 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2024-09-21T19:02:14.720 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:14 smithi107 bash[20033]: cluster 2024-09-21T19:02:13.348065+0000 mgr.smithi107.uonppz (mgr.14203) 266 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2024-09-21T19:02:14.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:14 smithi160 bash[25034]: cluster 2024-09-21T19:02:13.348065+0000 mgr.smithi107.uonppz (mgr.14203) 266 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2024-09-21T19:02:14.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:14 smithi160 bash[25034]: cluster 2024-09-21T19:02:13.348065+0000 mgr.smithi107.uonppz (mgr.14203) 266 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2024-09-21T19:02:15.259 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T19:02:15.691 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:15 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:02:15.954 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:15 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:02:17.248 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:16 smithi107 bash[20033]: cluster 2024-09-21T19:02:15.348823+0000 mgr.smithi107.uonppz (mgr.14203) 267 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.0 KiB/s wr, 3 op/s 2024-09-21T19:02:17.248 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:16 smithi107 bash[20033]: cluster 2024-09-21T19:02:15.348823+0000 mgr.smithi107.uonppz (mgr.14203) 267 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.0 KiB/s wr, 3 op/s 2024-09-21T19:02:17.248 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:16 smithi107 bash[20033]: audit 2024-09-21T19:02:15.993812+0000 mon.smithi107 (mon.0) 860 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:17.248 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:16 smithi107 bash[20033]: audit 2024-09-21T19:02:15.993812+0000 mon.smithi107 (mon.0) 860 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:17.248 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:16 smithi107 bash[20033]: audit 2024-09-21T19:02:16.000007+0000 mon.smithi107 (mon.0) 861 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:17.248 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:16 smithi107 bash[20033]: audit 2024-09-21T19:02:16.000007+0000 mon.smithi107 (mon.0) 861 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:17.248 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:16 smithi107 bash[20033]: audit 2024-09-21T19:02:16.004887+0000 mon.smithi107 (mon.0) 862 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:17.248 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:16 smithi107 bash[20033]: audit 2024-09-21T19:02:16.004887+0000 mon.smithi107 (mon.0) 862 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:17.248 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:16 smithi107 bash[20033]: cephadm 2024-09-21T19:02:16.007069+0000 mgr.smithi107.uonppz (mgr.14203) 268 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi160.tbeqos on smithi160 2024-09-21T19:02:17.249 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:16 smithi107 bash[20033]: cephadm 2024-09-21T19:02:16.007069+0000 mgr.smithi107.uonppz (mgr.14203) 268 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi160.tbeqos on smithi160 2024-09-21T19:02:17.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:16 smithi160 bash[25034]: cluster 2024-09-21T19:02:15.348823+0000 mgr.smithi107.uonppz (mgr.14203) 267 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.0 KiB/s wr, 3 op/s 2024-09-21T19:02:17.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:16 smithi160 bash[25034]: cluster 2024-09-21T19:02:15.348823+0000 mgr.smithi107.uonppz (mgr.14203) 267 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.0 KiB/s wr, 3 op/s 2024-09-21T19:02:17.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:16 smithi160 bash[25034]: audit 2024-09-21T19:02:15.993812+0000 mon.smithi107 (mon.0) 860 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:17.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:16 smithi160 bash[25034]: audit 2024-09-21T19:02:15.993812+0000 mon.smithi107 (mon.0) 860 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:17.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:16 smithi160 bash[25034]: audit 2024-09-21T19:02:16.000007+0000 mon.smithi107 (mon.0) 861 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:17.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:16 smithi160 bash[25034]: audit 2024-09-21T19:02:16.000007+0000 mon.smithi107 (mon.0) 861 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:17.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:16 smithi160 bash[25034]: audit 2024-09-21T19:02:16.004887+0000 mon.smithi107 (mon.0) 862 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:17.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:16 smithi160 bash[25034]: audit 2024-09-21T19:02:16.004887+0000 mon.smithi107 (mon.0) 862 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:17.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:16 smithi160 bash[25034]: cephadm 2024-09-21T19:02:16.007069+0000 mgr.smithi107.uonppz (mgr.14203) 268 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi160.tbeqos on smithi160 2024-09-21T19:02:17.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:16 smithi160 bash[25034]: cephadm 2024-09-21T19:02:16.007069+0000 mgr.smithi107.uonppz (mgr.14203) 268 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi160.tbeqos on smithi160 2024-09-21T19:02:19.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:18 smithi107 bash[20033]: cluster 2024-09-21T19:02:17.349584+0000 mgr.smithi107.uonppz (mgr.14203) 269 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 938 B/s wr, 2 op/s 2024-09-21T19:02:19.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:18 smithi107 bash[20033]: cluster 2024-09-21T19:02:17.349584+0000 mgr.smithi107.uonppz (mgr.14203) 269 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 938 B/s wr, 2 op/s 2024-09-21T19:02:19.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:18 smithi160 bash[25034]: cluster 2024-09-21T19:02:17.349584+0000 mgr.smithi107.uonppz (mgr.14203) 269 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 938 B/s wr, 2 op/s 2024-09-21T19:02:19.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:18 smithi160 bash[25034]: cluster 2024-09-21T19:02:17.349584+0000 mgr.smithi107.uonppz (mgr.14203) 269 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 938 B/s wr, 2 op/s 2024-09-21T19:02:21.098 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:02:21.296 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:21 smithi160 bash[25034]: cluster 2024-09-21T19:02:19.350652+0000 mgr.smithi107.uonppz (mgr.14203) 270 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-09-21T19:02:21.296 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:21 smithi160 bash[25034]: cluster 2024-09-21T19:02:19.350652+0000 mgr.smithi107.uonppz (mgr.14203) 270 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-09-21T19:02:21.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:21 smithi107 bash[20033]: cluster 2024-09-21T19:02:19.350652+0000 mgr.smithi107.uonppz (mgr.14203) 270 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-09-21T19:02:21.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:21 smithi107 bash[20033]: cluster 2024-09-21T19:02:19.350652+0000 mgr.smithi107.uonppz (mgr.14203) 270 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-09-21T19:02:22.636 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T19:02:22.636 INFO:teuthology.orchestra.run.smithi107.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T18:54:27.946585Z", "last_refresh": "2024-09-21T19:01:40.406618Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T18:56:26.663413Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T18:54:17.625326Z", "last_refresh": "2024-09-21T19:01:39.986485Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T18:56:30.768457Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T18:54:15.299733Z", "last_refresh": "2024-09-21T19:01:39.986655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T18:54:22.193533Z", "last_refresh": "2024-09-21T19:01:40.406713Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T19:02:16.005122Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.107/16"}, "status": {"created": "2024-09-21T19:01:52.158966Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.107/16"}}, {"events": ["2024-09-21T19:02:01.168663Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T19:01:43.059860Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T18:56:35.570020Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T18:54:12.987873Z", "last_refresh": "2024-09-21T19:01:39.986869Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T18:56:41.758594Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi107:172.21.15.107=smithi107", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T18:55:58.101725Z", "last_refresh": "2024-09-21T19:01:39.986972Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T19:02:05.279528Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T19:01:52.153348Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T18:56:32.012387Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T18:54:24.359764Z", "last_refresh": "2024-09-21T19:01:39.986764Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T18:57:04.487430Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T18:57:04.475120Z", "last_refresh": "2024-09-21T19:01:39.987074Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T18:56:41.770861Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T18:54:20.012383Z", "last_refresh": "2024-09-21T19:01:40.406807Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T19:02:23.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:23 smithi107 bash[20033]: cluster 2024-09-21T19:02:21.351431+0000 mgr.smithi107.uonppz (mgr.14203) 271 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2024-09-21T19:02:23.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:23 smithi107 bash[20033]: cluster 2024-09-21T19:02:21.351431+0000 mgr.smithi107.uonppz (mgr.14203) 271 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2024-09-21T19:02:23.401 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T19:02:23.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:23 smithi160 bash[25034]: cluster 2024-09-21T19:02:21.351431+0000 mgr.smithi107.uonppz (mgr.14203) 271 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2024-09-21T19:02:23.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:23 smithi160 bash[25034]: cluster 2024-09-21T19:02:21.351431+0000 mgr.smithi107.uonppz (mgr.14203) 271 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2024-09-21T19:02:24.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:24 smithi160 bash[25034]: audit 2024-09-21T19:02:22.629559+0000 mgr.smithi107.uonppz (mgr.14203) 272 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:24.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:24 smithi160 bash[25034]: audit 2024-09-21T19:02:22.629559+0000 mgr.smithi107.uonppz (mgr.14203) 272 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:24.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:24 smithi107 bash[20033]: audit 2024-09-21T19:02:22.629559+0000 mgr.smithi107.uonppz (mgr.14203) 272 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:24.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:24 smithi107 bash[20033]: audit 2024-09-21T19:02:22.629559+0000 mgr.smithi107.uonppz (mgr.14203) 272 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:24.402 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T19:02:24.621 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:24 smithi160 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:02:24.903 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:24 smithi160 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:02:25.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:25 smithi160 bash[25034]: cluster 2024-09-21T19:02:23.352137+0000 mgr.smithi107.uonppz (mgr.14203) 273 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:02:25.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:25 smithi160 bash[25034]: cluster 2024-09-21T19:02:23.352137+0000 mgr.smithi107.uonppz (mgr.14203) 273 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:02:25.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:25 smithi160 bash[25034]: audit 2024-09-21T19:02:24.961387+0000 mon.smithi107 (mon.0) 863 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:25.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:25 smithi160 bash[25034]: audit 2024-09-21T19:02:24.961387+0000 mon.smithi107 (mon.0) 863 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:25.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:25 smithi160 bash[25034]: audit 2024-09-21T19:02:24.971650+0000 mon.smithi107 (mon.0) 864 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:25.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:25 smithi160 bash[25034]: audit 2024-09-21T19:02:24.971650+0000 mon.smithi107 (mon.0) 864 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:25.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:25 smithi160 bash[25034]: audit 2024-09-21T19:02:24.980146+0000 mon.smithi107 (mon.0) 865 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:25.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:25 smithi160 bash[25034]: audit 2024-09-21T19:02:24.980146+0000 mon.smithi107 (mon.0) 865 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:25.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:25 smithi160 bash[25034]: audit 2024-09-21T19:02:24.989974+0000 mon.smithi107 (mon.0) 866 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:25.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:25 smithi160 bash[25034]: audit 2024-09-21T19:02:24.989974+0000 mon.smithi107 (mon.0) 866 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:25.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:25 smithi107 bash[20033]: cluster 2024-09-21T19:02:23.352137+0000 mgr.smithi107.uonppz (mgr.14203) 273 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:02:25.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:25 smithi107 bash[20033]: cluster 2024-09-21T19:02:23.352137+0000 mgr.smithi107.uonppz (mgr.14203) 273 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:02:25.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:25 smithi107 bash[20033]: audit 2024-09-21T19:02:24.961387+0000 mon.smithi107 (mon.0) 863 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:25.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:25 smithi107 bash[20033]: audit 2024-09-21T19:02:24.961387+0000 mon.smithi107 (mon.0) 863 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:25.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:25 smithi107 bash[20033]: audit 2024-09-21T19:02:24.971650+0000 mon.smithi107 (mon.0) 864 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:25.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:25 smithi107 bash[20033]: audit 2024-09-21T19:02:24.971650+0000 mon.smithi107 (mon.0) 864 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:25.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:25 smithi107 bash[20033]: audit 2024-09-21T19:02:24.980146+0000 mon.smithi107 (mon.0) 865 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:25.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:25 smithi107 bash[20033]: audit 2024-09-21T19:02:24.980146+0000 mon.smithi107 (mon.0) 865 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:25.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:25 smithi107 bash[20033]: audit 2024-09-21T19:02:24.989974+0000 mon.smithi107 (mon.0) 866 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:25.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:25 smithi107 bash[20033]: audit 2024-09-21T19:02:24.989974+0000 mon.smithi107 (mon.0) 866 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:26.360 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:26 smithi160 bash[25034]: cephadm 2024-09-21T19:02:24.991175+0000 mgr.smithi107.uonppz (mgr.14203) 274 : cephadm [INF] 10.0.31.107 is in 10.0.0.0/16 on smithi160 interface enp3s0f1 2024-09-21T19:02:26.360 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:26 smithi160 bash[25034]: cephadm 2024-09-21T19:02:24.991175+0000 mgr.smithi107.uonppz (mgr.14203) 274 : cephadm [INF] 10.0.31.107 is in 10.0.0.0/16 on smithi160 interface enp3s0f1 2024-09-21T19:02:26.361 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:26 smithi160 bash[25034]: cephadm 2024-09-21T19:02:24.991480+0000 mgr.smithi107.uonppz (mgr.14203) 275 : cephadm [INF] 10.0.31.107 is in 10.0.0.0/16 on smithi107 interface enp3s0f1 2024-09-21T19:02:26.361 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:26 smithi160 bash[25034]: cephadm 2024-09-21T19:02:24.991480+0000 mgr.smithi107.uonppz (mgr.14203) 275 : cephadm [INF] 10.0.31.107 is in 10.0.0.0/16 on smithi107 interface enp3s0f1 2024-09-21T19:02:26.361 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:26 smithi160 bash[25034]: cephadm 2024-09-21T19:02:25.007046+0000 mgr.smithi107.uonppz (mgr.14203) 276 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi160.ryvhin on smithi160 2024-09-21T19:02:26.361 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:26 smithi160 bash[25034]: cephadm 2024-09-21T19:02:25.007046+0000 mgr.smithi107.uonppz (mgr.14203) 276 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi160.ryvhin on smithi160 2024-09-21T19:02:26.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:26 smithi107 bash[20033]: cephadm 2024-09-21T19:02:24.991175+0000 mgr.smithi107.uonppz (mgr.14203) 274 : cephadm [INF] 10.0.31.107 is in 10.0.0.0/16 on smithi160 interface enp3s0f1 2024-09-21T19:02:26.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:26 smithi107 bash[20033]: cephadm 2024-09-21T19:02:24.991175+0000 mgr.smithi107.uonppz (mgr.14203) 274 : cephadm [INF] 10.0.31.107 is in 10.0.0.0/16 on smithi160 interface enp3s0f1 2024-09-21T19:02:26.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:26 smithi107 bash[20033]: cephadm 2024-09-21T19:02:24.991480+0000 mgr.smithi107.uonppz (mgr.14203) 275 : cephadm [INF] 10.0.31.107 is in 10.0.0.0/16 on smithi107 interface enp3s0f1 2024-09-21T19:02:26.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:26 smithi107 bash[20033]: cephadm 2024-09-21T19:02:24.991480+0000 mgr.smithi107.uonppz (mgr.14203) 275 : cephadm [INF] 10.0.31.107 is in 10.0.0.0/16 on smithi107 interface enp3s0f1 2024-09-21T19:02:26.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:26 smithi107 bash[20033]: cephadm 2024-09-21T19:02:25.007046+0000 mgr.smithi107.uonppz (mgr.14203) 276 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi160.ryvhin on smithi160 2024-09-21T19:02:26.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:26 smithi107 bash[20033]: cephadm 2024-09-21T19:02:25.007046+0000 mgr.smithi107.uonppz (mgr.14203) 276 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi160.ryvhin on smithi160 2024-09-21T19:02:27.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:27 smithi107 bash[20033]: cluster 2024-09-21T19:02:25.353213+0000 mgr.smithi107.uonppz (mgr.14203) 277 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:02:27.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:27 smithi107 bash[20033]: cluster 2024-09-21T19:02:25.353213+0000 mgr.smithi107.uonppz (mgr.14203) 277 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:02:27.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:27 smithi107 bash[20033]: audit 2024-09-21T19:02:26.575916+0000 mon.smithi107 (mon.0) 867 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:02:27.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:27 smithi107 bash[20033]: audit 2024-09-21T19:02:26.575916+0000 mon.smithi107 (mon.0) 867 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:02:27.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:27 smithi160 bash[25034]: cluster 2024-09-21T19:02:25.353213+0000 mgr.smithi107.uonppz (mgr.14203) 277 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:02:27.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:27 smithi160 bash[25034]: cluster 2024-09-21T19:02:25.353213+0000 mgr.smithi107.uonppz (mgr.14203) 277 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:02:27.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:27 smithi160 bash[25034]: audit 2024-09-21T19:02:26.575916+0000 mon.smithi107 (mon.0) 867 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:02:27.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:27 smithi160 bash[25034]: audit 2024-09-21T19:02:26.575916+0000 mon.smithi107 (mon.0) 867 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:02:29.254 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:02:29.351 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:29 smithi107 bash[20033]: cluster 2024-09-21T19:02:27.354027+0000 mgr.smithi107.uonppz (mgr.14203) 278 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:29.351 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:29 smithi107 bash[20033]: cluster 2024-09-21T19:02:27.354027+0000 mgr.smithi107.uonppz (mgr.14203) 278 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:29.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:29 smithi160 bash[25034]: cluster 2024-09-21T19:02:27.354027+0000 mgr.smithi107.uonppz (mgr.14203) 278 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:29.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:29 smithi160 bash[25034]: cluster 2024-09-21T19:02:27.354027+0000 mgr.smithi107.uonppz (mgr.14203) 278 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:30.812 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T19:02:30.812 INFO:teuthology.orchestra.run.smithi107.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T18:54:27.946585Z", "last_refresh": "2024-09-21T19:01:40.406618Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T18:56:26.663413Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T18:54:17.625326Z", "last_refresh": "2024-09-21T19:01:39.986485Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T18:56:30.768457Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T18:54:15.299733Z", "last_refresh": "2024-09-21T19:01:39.986655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T18:54:22.193533Z", "last_refresh": "2024-09-21T19:01:40.406713Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T19:02:24.980710Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.107/16"}, "status": {"created": "2024-09-21T19:01:52.158966Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.107/16"}}, {"events": ["2024-09-21T19:02:01.168663Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T19:01:43.059860Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T18:56:35.570020Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T18:54:12.987873Z", "last_refresh": "2024-09-21T19:01:39.986869Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T18:56:41.758594Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi107:172.21.15.107=smithi107", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T18:55:58.101725Z", "last_refresh": "2024-09-21T19:01:39.986972Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T19:02:05.279528Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T19:01:52.153348Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T18:56:32.012387Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T18:54:24.359764Z", "last_refresh": "2024-09-21T19:01:39.986764Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T18:57:04.487430Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T18:57:04.475120Z", "last_refresh": "2024-09-21T19:01:39.987074Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T18:56:41.770861Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T18:54:20.012383Z", "last_refresh": "2024-09-21T19:01:40.406807Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T19:02:31.076 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:31 smithi107 bash[20033]: cluster 2024-09-21T19:02:29.355205+0000 mgr.smithi107.uonppz (mgr.14203) 279 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:31.076 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:31 smithi107 bash[20033]: cluster 2024-09-21T19:02:29.355205+0000 mgr.smithi107.uonppz (mgr.14203) 279 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:31.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:31 smithi160 bash[25034]: cluster 2024-09-21T19:02:29.355205+0000 mgr.smithi107.uonppz (mgr.14203) 279 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:31.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:31 smithi160 bash[25034]: cluster 2024-09-21T19:02:29.355205+0000 mgr.smithi107.uonppz (mgr.14203) 279 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:31.541 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T19:02:32.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:32 smithi107 bash[20033]: audit 2024-09-21T19:02:30.800183+0000 mgr.smithi107.uonppz (mgr.14203) 280 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:32.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:32 smithi107 bash[20033]: audit 2024-09-21T19:02:30.800183+0000 mgr.smithi107.uonppz (mgr.14203) 280 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:32.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:32 smithi160 bash[25034]: audit 2024-09-21T19:02:30.800183+0000 mgr.smithi107.uonppz (mgr.14203) 280 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:32.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:32 smithi160 bash[25034]: audit 2024-09-21T19:02:30.800183+0000 mgr.smithi107.uonppz (mgr.14203) 280 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:32.542 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T19:02:33.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:33 smithi107 bash[20033]: cluster 2024-09-21T19:02:31.356053+0000 mgr.smithi107.uonppz (mgr.14203) 281 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:02:33.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:33 smithi107 bash[20033]: cluster 2024-09-21T19:02:31.356053+0000 mgr.smithi107.uonppz (mgr.14203) 281 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:02:33.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:33 smithi160 bash[25034]: cluster 2024-09-21T19:02:31.356053+0000 mgr.smithi107.uonppz (mgr.14203) 281 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:02:33.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:33 smithi160 bash[25034]: cluster 2024-09-21T19:02:31.356053+0000 mgr.smithi107.uonppz (mgr.14203) 281 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:02:35.051 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:34 smithi160 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:02:35.355 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:35 smithi160 bash[25034]: cluster 2024-09-21T19:02:33.356825+0000 mgr.smithi107.uonppz (mgr.14203) 282 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:35.355 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:35 smithi160 bash[25034]: cluster 2024-09-21T19:02:33.356825+0000 mgr.smithi107.uonppz (mgr.14203) 282 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:35.355 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:35 smithi160 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:02:35.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:35 smithi107 bash[20033]: cluster 2024-09-21T19:02:33.356825+0000 mgr.smithi107.uonppz (mgr.14203) 282 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:35.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:35 smithi107 bash[20033]: cluster 2024-09-21T19:02:33.356825+0000 mgr.smithi107.uonppz (mgr.14203) 282 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:36.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:36 smithi160 bash[25034]: cluster 2024-09-21T19:02:35.357721+0000 mgr.smithi107.uonppz (mgr.14203) 283 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:36.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:36 smithi160 bash[25034]: cluster 2024-09-21T19:02:35.357721+0000 mgr.smithi107.uonppz (mgr.14203) 283 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:36.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:36 smithi160 bash[25034]: audit 2024-09-21T19:02:35.401283+0000 mon.smithi107 (mon.0) 868 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:36.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:36 smithi160 bash[25034]: audit 2024-09-21T19:02:35.401283+0000 mon.smithi107 (mon.0) 868 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:36.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:36 smithi160 bash[25034]: audit 2024-09-21T19:02:35.408397+0000 mon.smithi107 (mon.0) 869 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:36.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:36 smithi160 bash[25034]: audit 2024-09-21T19:02:35.408397+0000 mon.smithi107 (mon.0) 869 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:36.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:36 smithi160 bash[25034]: audit 2024-09-21T19:02:35.413172+0000 mon.smithi107 (mon.0) 870 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:36.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:36 smithi160 bash[25034]: audit 2024-09-21T19:02:35.413172+0000 mon.smithi107 (mon.0) 870 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:36.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:36 smithi160 bash[25034]: cephadm 2024-09-21T19:02:35.417372+0000 mgr.smithi107.uonppz (mgr.14203) 284 : cephadm [INF] 10.0.31.107 is in 10.0.0.0/16 on smithi107 interface enp3s0f1 2024-09-21T19:02:36.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:36 smithi160 bash[25034]: cephadm 2024-09-21T19:02:35.417372+0000 mgr.smithi107.uonppz (mgr.14203) 284 : cephadm [INF] 10.0.31.107 is in 10.0.0.0/16 on smithi107 interface enp3s0f1 2024-09-21T19:02:36.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:36 smithi160 bash[25034]: cephadm 2024-09-21T19:02:35.417644+0000 mgr.smithi107.uonppz (mgr.14203) 285 : cephadm [INF] 10.0.31.107 is in 10.0.0.0/16 on smithi160 interface enp3s0f1 2024-09-21T19:02:36.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:36 smithi160 bash[25034]: cephadm 2024-09-21T19:02:35.417644+0000 mgr.smithi107.uonppz (mgr.14203) 285 : cephadm [INF] 10.0.31.107 is in 10.0.0.0/16 on smithi160 interface enp3s0f1 2024-09-21T19:02:36.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:36 smithi160 bash[25034]: cephadm 2024-09-21T19:02:35.418661+0000 mgr.smithi107.uonppz (mgr.14203) 286 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi107.dwpbaw on smithi107 2024-09-21T19:02:36.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:36 smithi160 bash[25034]: cephadm 2024-09-21T19:02:35.418661+0000 mgr.smithi107.uonppz (mgr.14203) 286 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi107.dwpbaw on smithi107 2024-09-21T19:02:36.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:36 smithi107 bash[20033]: cluster 2024-09-21T19:02:35.357721+0000 mgr.smithi107.uonppz (mgr.14203) 283 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:36.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:36 smithi107 bash[20033]: cluster 2024-09-21T19:02:35.357721+0000 mgr.smithi107.uonppz (mgr.14203) 283 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:36.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:36 smithi107 bash[20033]: audit 2024-09-21T19:02:35.401283+0000 mon.smithi107 (mon.0) 868 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:36.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:36 smithi107 bash[20033]: audit 2024-09-21T19:02:35.401283+0000 mon.smithi107 (mon.0) 868 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:36.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:36 smithi107 bash[20033]: audit 2024-09-21T19:02:35.408397+0000 mon.smithi107 (mon.0) 869 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:36.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:36 smithi107 bash[20033]: audit 2024-09-21T19:02:35.408397+0000 mon.smithi107 (mon.0) 869 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:36.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:36 smithi107 bash[20033]: audit 2024-09-21T19:02:35.413172+0000 mon.smithi107 (mon.0) 870 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:36.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:36 smithi107 bash[20033]: audit 2024-09-21T19:02:35.413172+0000 mon.smithi107 (mon.0) 870 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:36.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:36 smithi107 bash[20033]: cephadm 2024-09-21T19:02:35.417372+0000 mgr.smithi107.uonppz (mgr.14203) 284 : cephadm [INF] 10.0.31.107 is in 10.0.0.0/16 on smithi107 interface enp3s0f1 2024-09-21T19:02:36.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:36 smithi107 bash[20033]: cephadm 2024-09-21T19:02:35.417372+0000 mgr.smithi107.uonppz (mgr.14203) 284 : cephadm [INF] 10.0.31.107 is in 10.0.0.0/16 on smithi107 interface enp3s0f1 2024-09-21T19:02:36.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:36 smithi107 bash[20033]: cephadm 2024-09-21T19:02:35.417644+0000 mgr.smithi107.uonppz (mgr.14203) 285 : cephadm [INF] 10.0.31.107 is in 10.0.0.0/16 on smithi160 interface enp3s0f1 2024-09-21T19:02:36.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:36 smithi107 bash[20033]: cephadm 2024-09-21T19:02:35.417644+0000 mgr.smithi107.uonppz (mgr.14203) 285 : cephadm [INF] 10.0.31.107 is in 10.0.0.0/16 on smithi160 interface enp3s0f1 2024-09-21T19:02:36.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:36 smithi107 bash[20033]: cephadm 2024-09-21T19:02:35.418661+0000 mgr.smithi107.uonppz (mgr.14203) 286 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi107.dwpbaw on smithi107 2024-09-21T19:02:36.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:36 smithi107 bash[20033]: cephadm 2024-09-21T19:02:35.418661+0000 mgr.smithi107.uonppz (mgr.14203) 286 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi107.dwpbaw on smithi107 2024-09-21T19:02:37.382 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:02:38.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:38 smithi107 bash[20033]: cluster 2024-09-21T19:02:37.358406+0000 mgr.smithi107.uonppz (mgr.14203) 287 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:38.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:38 smithi107 bash[20033]: cluster 2024-09-21T19:02:37.358406+0000 mgr.smithi107.uonppz (mgr.14203) 287 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:38.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:38 smithi160 bash[25034]: cluster 2024-09-21T19:02:37.358406+0000 mgr.smithi107.uonppz (mgr.14203) 287 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:38.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:38 smithi160 bash[25034]: cluster 2024-09-21T19:02:37.358406+0000 mgr.smithi107.uonppz (mgr.14203) 287 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:40.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:40 smithi107 bash[20033]: cluster 2024-09-21T19:02:39.359475+0000 mgr.smithi107.uonppz (mgr.14203) 288 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:40.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:40 smithi107 bash[20033]: cluster 2024-09-21T19:02:39.359475+0000 mgr.smithi107.uonppz (mgr.14203) 288 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:40.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:40 smithi160 bash[25034]: cluster 2024-09-21T19:02:39.359475+0000 mgr.smithi107.uonppz (mgr.14203) 288 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:40.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:40 smithi160 bash[25034]: cluster 2024-09-21T19:02:39.359475+0000 mgr.smithi107.uonppz (mgr.14203) 288 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:40.685 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T19:02:40.685 INFO:teuthology.orchestra.run.smithi107.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T18:54:27.946585Z", "last_refresh": "2024-09-21T19:01:40.406618Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T18:56:26.663413Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T18:54:17.625326Z", "last_refresh": "2024-09-21T19:01:39.986485Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T18:56:30.768457Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T18:54:15.299733Z", "last_refresh": "2024-09-21T19:01:39.986655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T18:54:22.193533Z", "last_refresh": "2024-09-21T19:01:40.406713Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T19:02:35.413591Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.107/16"}, "status": {"created": "2024-09-21T19:01:52.158966Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.107/16"}}, {"events": ["2024-09-21T19:02:01.168663Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T19:01:43.059860Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T18:56:35.570020Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T18:54:12.987873Z", "last_refresh": "2024-09-21T19:01:39.986869Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T18:56:41.758594Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi107:172.21.15.107=smithi107", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T18:55:58.101725Z", "last_refresh": "2024-09-21T19:01:39.986972Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T19:02:05.279528Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T19:01:52.153348Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T18:56:32.012387Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T18:54:24.359764Z", "last_refresh": "2024-09-21T19:01:39.986764Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T18:57:04.487430Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T18:57:04.475120Z", "last_refresh": "2024-09-21T19:01:39.987074Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T18:56:41.770861Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T18:54:20.012383Z", "last_refresh": "2024-09-21T19:01:40.406807Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T19:02:41.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:41 smithi107 bash[20033]: audit 2024-09-21T19:02:40.679466+0000 mgr.smithi107.uonppz (mgr.14203) 289 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:41.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:41 smithi107 bash[20033]: audit 2024-09-21T19:02:40.679466+0000 mgr.smithi107.uonppz (mgr.14203) 289 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:41.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:41 smithi160 bash[25034]: audit 2024-09-21T19:02:40.679466+0000 mgr.smithi107.uonppz (mgr.14203) 289 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:41.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:41 smithi160 bash[25034]: audit 2024-09-21T19:02:40.679466+0000 mgr.smithi107.uonppz (mgr.14203) 289 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:42.828 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:42 smithi107 bash[20033]: cluster 2024-09-21T19:02:41.360339+0000 mgr.smithi107.uonppz (mgr.14203) 290 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:02:42.828 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:42 smithi107 bash[20033]: cluster 2024-09-21T19:02:41.360339+0000 mgr.smithi107.uonppz (mgr.14203) 290 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:02:42.829 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:42 smithi107 bash[20033]: audit 2024-09-21T19:02:41.576327+0000 mon.smithi107 (mon.0) 871 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:02:42.829 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:42 smithi107 bash[20033]: audit 2024-09-21T19:02:41.576327+0000 mon.smithi107 (mon.0) 871 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:02:42.830 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T19:02:42.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:42 smithi160 bash[25034]: cluster 2024-09-21T19:02:41.360339+0000 mgr.smithi107.uonppz (mgr.14203) 290 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:02:42.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:42 smithi160 bash[25034]: cluster 2024-09-21T19:02:41.360339+0000 mgr.smithi107.uonppz (mgr.14203) 290 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:02:42.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:42 smithi160 bash[25034]: audit 2024-09-21T19:02:41.576327+0000 mon.smithi107 (mon.0) 871 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:02:42.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:42 smithi160 bash[25034]: audit 2024-09-21T19:02:41.576327+0000 mon.smithi107 (mon.0) 871 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:02:43.831 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T19:02:44.687 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:44 smithi107 bash[20033]: cluster 2024-09-21T19:02:43.361111+0000 mgr.smithi107.uonppz (mgr.14203) 291 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:44.687 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:44 smithi107 bash[20033]: cluster 2024-09-21T19:02:43.361111+0000 mgr.smithi107.uonppz (mgr.14203) 291 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:44.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:44 smithi160 bash[25034]: cluster 2024-09-21T19:02:43.361111+0000 mgr.smithi107.uonppz (mgr.14203) 291 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:44.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:44 smithi160 bash[25034]: cluster 2024-09-21T19:02:43.361111+0000 mgr.smithi107.uonppz (mgr.14203) 291 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:45.856 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:45 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:02:46.132 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:45 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:02:46.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:46 smithi107 bash[20033]: cluster 2024-09-21T19:02:45.362208+0000 mgr.smithi107.uonppz (mgr.14203) 292 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:46.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:46 smithi107 bash[20033]: cluster 2024-09-21T19:02:45.362208+0000 mgr.smithi107.uonppz (mgr.14203) 292 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:46.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:46 smithi107 bash[20033]: audit 2024-09-21T19:02:46.171742+0000 mon.smithi107 (mon.0) 872 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:46.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:46 smithi107 bash[20033]: audit 2024-09-21T19:02:46.171742+0000 mon.smithi107 (mon.0) 872 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:46.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:46 smithi107 bash[20033]: audit 2024-09-21T19:02:46.177595+0000 mon.smithi107 (mon.0) 873 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:46.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:46 smithi107 bash[20033]: audit 2024-09-21T19:02:46.177595+0000 mon.smithi107 (mon.0) 873 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:46.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:46 smithi107 bash[20033]: audit 2024-09-21T19:02:46.182487+0000 mon.smithi107 (mon.0) 874 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:46.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:46 smithi107 bash[20033]: audit 2024-09-21T19:02:46.182487+0000 mon.smithi107 (mon.0) 874 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:46.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:46 smithi107 bash[20033]: audit 2024-09-21T19:02:46.187567+0000 mon.smithi107 (mon.0) 875 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:46.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:46 smithi107 bash[20033]: audit 2024-09-21T19:02:46.187567+0000 mon.smithi107 (mon.0) 875 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:46.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:46 smithi107 bash[20033]: audit 2024-09-21T19:02:46.209238+0000 mon.smithi107 (mon.0) 876 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:02:46.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:46 smithi107 bash[20033]: audit 2024-09-21T19:02:46.209238+0000 mon.smithi107 (mon.0) 876 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:02:46.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:46 smithi160 bash[25034]: cluster 2024-09-21T19:02:45.362208+0000 mgr.smithi107.uonppz (mgr.14203) 292 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:46.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:46 smithi160 bash[25034]: cluster 2024-09-21T19:02:45.362208+0000 mgr.smithi107.uonppz (mgr.14203) 292 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:46.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:46 smithi160 bash[25034]: audit 2024-09-21T19:02:46.171742+0000 mon.smithi107 (mon.0) 872 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:46.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:46 smithi160 bash[25034]: audit 2024-09-21T19:02:46.171742+0000 mon.smithi107 (mon.0) 872 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:46.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:46 smithi160 bash[25034]: audit 2024-09-21T19:02:46.177595+0000 mon.smithi107 (mon.0) 873 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:46.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:46 smithi160 bash[25034]: audit 2024-09-21T19:02:46.177595+0000 mon.smithi107 (mon.0) 873 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:46.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:46 smithi160 bash[25034]: audit 2024-09-21T19:02:46.182487+0000 mon.smithi107 (mon.0) 874 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:46.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:46 smithi160 bash[25034]: audit 2024-09-21T19:02:46.182487+0000 mon.smithi107 (mon.0) 874 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:46.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:46 smithi160 bash[25034]: audit 2024-09-21T19:02:46.187567+0000 mon.smithi107 (mon.0) 875 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:46.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:46 smithi160 bash[25034]: audit 2024-09-21T19:02:46.187567+0000 mon.smithi107 (mon.0) 875 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:46.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:46 smithi160 bash[25034]: audit 2024-09-21T19:02:46.209238+0000 mon.smithi107 (mon.0) 876 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:02:46.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:46 smithi160 bash[25034]: audit 2024-09-21T19:02:46.209238+0000 mon.smithi107 (mon.0) 876 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:02:49.282 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:49 smithi107 bash[20033]: cluster 2024-09-21T19:02:47.362931+0000 mgr.smithi107.uonppz (mgr.14203) 293 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:49.282 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:49 smithi107 bash[20033]: cluster 2024-09-21T19:02:47.362931+0000 mgr.smithi107.uonppz (mgr.14203) 293 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:49.282 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:49 smithi107 bash[20033]: audit 2024-09-21T19:02:48.004285+0000 mon.smithi107 (mon.0) 877 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:49.282 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:49 smithi107 bash[20033]: audit 2024-09-21T19:02:48.004285+0000 mon.smithi107 (mon.0) 877 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:49.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:49 smithi160 bash[25034]: cluster 2024-09-21T19:02:47.362931+0000 mgr.smithi107.uonppz (mgr.14203) 293 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:49.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:49 smithi160 bash[25034]: cluster 2024-09-21T19:02:47.362931+0000 mgr.smithi107.uonppz (mgr.14203) 293 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:49.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:49 smithi160 bash[25034]: audit 2024-09-21T19:02:48.004285+0000 mon.smithi107 (mon.0) 877 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:49.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:49 smithi160 bash[25034]: audit 2024-09-21T19:02:48.004285+0000 mon.smithi107 (mon.0) 877 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:49.701 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:02:51.279 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:51 smithi107 bash[20033]: cluster 2024-09-21T19:02:49.364029+0000 mgr.smithi107.uonppz (mgr.14203) 294 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:51.280 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:51 smithi107 bash[20033]: cluster 2024-09-21T19:02:49.364029+0000 mgr.smithi107.uonppz (mgr.14203) 294 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:51.280 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:51 smithi160 bash[25034]: cluster 2024-09-21T19:02:49.364029+0000 mgr.smithi107.uonppz (mgr.14203) 294 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:51.280 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:51 smithi160 bash[25034]: cluster 2024-09-21T19:02:49.364029+0000 mgr.smithi107.uonppz (mgr.14203) 294 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:51.458 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T19:02:51.458 INFO:teuthology.orchestra.run.smithi107.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T18:54:27.946585Z", "last_refresh": "2024-09-21T19:01:40.406618Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T18:56:26.663413Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T18:54:17.625326Z", "last_refresh": "2024-09-21T19:01:39.986485Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T18:56:30.768457Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T18:54:15.299733Z", "last_refresh": "2024-09-21T19:01:39.986655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T18:54:22.193533Z", "last_refresh": "2024-09-21T19:01:40.406713Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T19:02:46.187746Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.107/16"}, "status": {"created": "2024-09-21T19:01:52.158966Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.107/16"}}, {"events": ["2024-09-21T19:02:01.168663Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T19:01:43.059860Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T18:56:35.570020Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T18:54:12.987873Z", "last_refresh": "2024-09-21T19:01:39.986869Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T18:56:41.758594Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi107:172.21.15.107=smithi107", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T18:55:58.101725Z", "last_refresh": "2024-09-21T19:01:39.986972Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T19:02:05.279528Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T19:01:52.153348Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T18:56:32.012387Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T18:54:24.359764Z", "last_refresh": "2024-09-21T19:01:39.986764Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T18:57:04.487430Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T18:57:04.475120Z", "last_refresh": "2024-09-21T19:01:39.987074Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T18:56:41.770861Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T18:54:20.012383Z", "last_refresh": "2024-09-21T19:01:40.406807Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T19:02:52.223 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T19:02:53.224 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T19:02:53.232 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:52 smithi107 bash[20033]: cluster 2024-09-21T19:02:51.364838+0000 mgr.smithi107.uonppz (mgr.14203) 295 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:02:53.232 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:52 smithi107 bash[20033]: cluster 2024-09-21T19:02:51.364838+0000 mgr.smithi107.uonppz (mgr.14203) 295 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:02:53.232 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:52 smithi107 bash[20033]: audit 2024-09-21T19:02:51.454460+0000 mgr.smithi107.uonppz (mgr.14203) 296 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:53.232 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:52 smithi107 bash[20033]: audit 2024-09-21T19:02:51.454460+0000 mgr.smithi107.uonppz (mgr.14203) 296 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:53.232 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:52 smithi107 bash[20033]: audit 2024-09-21T19:02:51.963391+0000 mon.smithi107 (mon.0) 878 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:53.232 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:52 smithi107 bash[20033]: audit 2024-09-21T19:02:51.963391+0000 mon.smithi107 (mon.0) 878 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:53.232 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:52 smithi107 bash[20033]: audit 2024-09-21T19:02:51.974353+0000 mon.smithi107 (mon.0) 879 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:53.232 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:52 smithi107 bash[20033]: audit 2024-09-21T19:02:51.974353+0000 mon.smithi107 (mon.0) 879 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:53.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:52 smithi160 bash[25034]: cluster 2024-09-21T19:02:51.364838+0000 mgr.smithi107.uonppz (mgr.14203) 295 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:02:53.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:52 smithi160 bash[25034]: cluster 2024-09-21T19:02:51.364838+0000 mgr.smithi107.uonppz (mgr.14203) 295 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:02:53.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:52 smithi160 bash[25034]: audit 2024-09-21T19:02:51.454460+0000 mgr.smithi107.uonppz (mgr.14203) 296 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:53.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:52 smithi160 bash[25034]: audit 2024-09-21T19:02:51.454460+0000 mgr.smithi107.uonppz (mgr.14203) 296 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:53.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:52 smithi160 bash[25034]: audit 2024-09-21T19:02:51.963391+0000 mon.smithi107 (mon.0) 878 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:53.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:52 smithi160 bash[25034]: audit 2024-09-21T19:02:51.963391+0000 mon.smithi107 (mon.0) 878 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:53.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:52 smithi160 bash[25034]: audit 2024-09-21T19:02:51.974353+0000 mon.smithi107 (mon.0) 879 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:53.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:52 smithi160 bash[25034]: audit 2024-09-21T19:02:51.974353+0000 mon.smithi107 (mon.0) 879 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:55.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:54 smithi107 bash[20033]: cluster 2024-09-21T19:02:53.365250+0000 mgr.smithi107.uonppz (mgr.14203) 297 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:55.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:54 smithi107 bash[20033]: cluster 2024-09-21T19:02:53.365250+0000 mgr.smithi107.uonppz (mgr.14203) 297 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:55.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:54 smithi107 bash[20033]: audit 2024-09-21T19:02:53.729019+0000 mon.smithi107 (mon.0) 880 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:55.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:54 smithi107 bash[20033]: audit 2024-09-21T19:02:53.729019+0000 mon.smithi107 (mon.0) 880 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:55.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:54 smithi107 bash[20033]: audit 2024-09-21T19:02:53.734916+0000 mon.smithi107 (mon.0) 881 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:55.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:54 smithi107 bash[20033]: audit 2024-09-21T19:02:53.734916+0000 mon.smithi107 (mon.0) 881 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:55.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:54 smithi107 bash[20033]: audit 2024-09-21T19:02:54.321989+0000 mon.smithi107 (mon.0) 882 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:02:55.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:54 smithi107 bash[20033]: audit 2024-09-21T19:02:54.321989+0000 mon.smithi107 (mon.0) 882 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:02:55.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:54 smithi107 bash[20033]: audit 2024-09-21T19:02:54.323148+0000 mon.smithi107 (mon.0) 883 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:02:55.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:54 smithi107 bash[20033]: audit 2024-09-21T19:02:54.323148+0000 mon.smithi107 (mon.0) 883 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:02:55.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:54 smithi107 bash[20033]: audit 2024-09-21T19:02:54.332678+0000 mon.smithi107 (mon.0) 884 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:55.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:54 smithi107 bash[20033]: audit 2024-09-21T19:02:54.332678+0000 mon.smithi107 (mon.0) 884 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:55.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:54 smithi107 bash[20033]: audit 2024-09-21T19:02:54.335662+0000 mon.smithi107 (mon.0) 885 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:02:55.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:54 smithi107 bash[20033]: audit 2024-09-21T19:02:54.335662+0000 mon.smithi107 (mon.0) 885 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:02:55.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:54 smithi107 bash[20033]: audit 2024-09-21T19:02:54.350217+0000 mon.smithi107 (mon.0) 886 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:55.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:54 smithi107 bash[20033]: audit 2024-09-21T19:02:54.350217+0000 mon.smithi107 (mon.0) 886 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:55.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:54 smithi160 bash[25034]: cluster 2024-09-21T19:02:53.365250+0000 mgr.smithi107.uonppz (mgr.14203) 297 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:55.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:54 smithi160 bash[25034]: cluster 2024-09-21T19:02:53.365250+0000 mgr.smithi107.uonppz (mgr.14203) 297 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:55.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:54 smithi160 bash[25034]: audit 2024-09-21T19:02:53.729019+0000 mon.smithi107 (mon.0) 880 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:55.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:54 smithi160 bash[25034]: audit 2024-09-21T19:02:53.729019+0000 mon.smithi107 (mon.0) 880 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:55.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:54 smithi160 bash[25034]: audit 2024-09-21T19:02:53.734916+0000 mon.smithi107 (mon.0) 881 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:55.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:54 smithi160 bash[25034]: audit 2024-09-21T19:02:53.734916+0000 mon.smithi107 (mon.0) 881 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:55.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:54 smithi160 bash[25034]: audit 2024-09-21T19:02:54.321989+0000 mon.smithi107 (mon.0) 882 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:02:55.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:54 smithi160 bash[25034]: audit 2024-09-21T19:02:54.321989+0000 mon.smithi107 (mon.0) 882 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:02:55.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:54 smithi160 bash[25034]: audit 2024-09-21T19:02:54.323148+0000 mon.smithi107 (mon.0) 883 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:02:55.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:54 smithi160 bash[25034]: audit 2024-09-21T19:02:54.323148+0000 mon.smithi107 (mon.0) 883 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:02:55.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:54 smithi160 bash[25034]: audit 2024-09-21T19:02:54.332678+0000 mon.smithi107 (mon.0) 884 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:55.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:54 smithi160 bash[25034]: audit 2024-09-21T19:02:54.332678+0000 mon.smithi107 (mon.0) 884 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:55.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:54 smithi160 bash[25034]: audit 2024-09-21T19:02:54.335662+0000 mon.smithi107 (mon.0) 885 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:02:55.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:54 smithi160 bash[25034]: audit 2024-09-21T19:02:54.335662+0000 mon.smithi107 (mon.0) 885 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:02:55.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:54 smithi160 bash[25034]: audit 2024-09-21T19:02:54.350217+0000 mon.smithi107 (mon.0) 886 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:55.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:54 smithi160 bash[25034]: audit 2024-09-21T19:02:54.350217+0000 mon.smithi107 (mon.0) 886 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:02:56.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:55 smithi107 bash[20033]: cephadm 2024-09-21T19:02:54.379389+0000 mgr.smithi107.uonppz (mgr.14203) 298 : cephadm [INF] Reconfiguring prometheus.smithi107 (dependencies changed)... 2024-09-21T19:02:56.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:55 smithi107 bash[20033]: cephadm 2024-09-21T19:02:54.379389+0000 mgr.smithi107.uonppz (mgr.14203) 298 : cephadm [INF] Reconfiguring prometheus.smithi107 (dependencies changed)... 2024-09-21T19:02:56.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:55 smithi107 bash[20033]: cephadm 2024-09-21T19:02:54.655487+0000 mgr.smithi107.uonppz (mgr.14203) 299 : cephadm [INF] Reconfiguring daemon prometheus.smithi107 on smithi107 2024-09-21T19:02:56.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:55 smithi107 bash[20033]: cephadm 2024-09-21T19:02:54.655487+0000 mgr.smithi107.uonppz (mgr.14203) 299 : cephadm [INF] Reconfiguring daemon prometheus.smithi107 on smithi107 2024-09-21T19:02:56.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:55 smithi160 bash[25034]: cephadm 2024-09-21T19:02:54.379389+0000 mgr.smithi107.uonppz (mgr.14203) 298 : cephadm [INF] Reconfiguring prometheus.smithi107 (dependencies changed)... 2024-09-21T19:02:56.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:55 smithi160 bash[25034]: cephadm 2024-09-21T19:02:54.379389+0000 mgr.smithi107.uonppz (mgr.14203) 298 : cephadm [INF] Reconfiguring prometheus.smithi107 (dependencies changed)... 2024-09-21T19:02:56.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:55 smithi160 bash[25034]: cephadm 2024-09-21T19:02:54.655487+0000 mgr.smithi107.uonppz (mgr.14203) 299 : cephadm [INF] Reconfiguring daemon prometheus.smithi107 on smithi107 2024-09-21T19:02:56.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:55 smithi160 bash[25034]: cephadm 2024-09-21T19:02:54.655487+0000 mgr.smithi107.uonppz (mgr.14203) 299 : cephadm [INF] Reconfiguring daemon prometheus.smithi107 on smithi107 2024-09-21T19:02:56.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:56 smithi107 bash[20033]: cluster 2024-09-21T19:02:55.366298+0000 mgr.smithi107.uonppz (mgr.14203) 300 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:56.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:56 smithi107 bash[20033]: cluster 2024-09-21T19:02:55.366298+0000 mgr.smithi107.uonppz (mgr.14203) 300 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:56.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:56 smithi107 bash[20033]: audit 2024-09-21T19:02:56.576867+0000 mon.smithi107 (mon.0) 887 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:02:56.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:56 smithi107 bash[20033]: audit 2024-09-21T19:02:56.576867+0000 mon.smithi107 (mon.0) 887 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:02:57.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:56 smithi160 bash[25034]: cluster 2024-09-21T19:02:55.366298+0000 mgr.smithi107.uonppz (mgr.14203) 300 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:57.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:56 smithi160 bash[25034]: cluster 2024-09-21T19:02:55.366298+0000 mgr.smithi107.uonppz (mgr.14203) 300 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:57.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:56 smithi160 bash[25034]: audit 2024-09-21T19:02:56.576867+0000 mon.smithi107 (mon.0) 887 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:02:57.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:56 smithi160 bash[25034]: audit 2024-09-21T19:02:56.576867+0000 mon.smithi107 (mon.0) 887 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:02:58.078 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:02:58.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:58 smithi160 bash[25034]: cluster 2024-09-21T19:02:57.367071+0000 mgr.smithi107.uonppz (mgr.14203) 301 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:58.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:02:58 smithi160 bash[25034]: cluster 2024-09-21T19:02:57.367071+0000 mgr.smithi107.uonppz (mgr.14203) 301 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:59.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:58 smithi107 bash[20033]: cluster 2024-09-21T19:02:57.367071+0000 mgr.smithi107.uonppz (mgr.14203) 301 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:02:59.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:02:58 smithi107 bash[20033]: cluster 2024-09-21T19:02:57.367071+0000 mgr.smithi107.uonppz (mgr.14203) 301 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:03:00.366 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T19:03:00.366 INFO:teuthology.orchestra.run.smithi107.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T18:54:27.946585Z", "last_refresh": "2024-09-21T19:02:53.722626Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T18:56:26.663413Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T18:54:17.625326Z", "last_refresh": "2024-09-21T19:02:51.949544Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T18:56:30.768457Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T18:54:15.299733Z", "last_refresh": "2024-09-21T19:02:51.949861Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T18:54:22.193533Z", "last_refresh": "2024-09-21T19:02:53.722721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T19:02:46.187746Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.107/16"}, "status": {"created": "2024-09-21T19:01:52.158966Z", "last_refresh": "2024-09-21T19:02:51.952321Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.107/16"}}, {"events": ["2024-09-21T19:02:01.168663Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T19:01:43.059860Z", "last_refresh": "2024-09-21T19:02:51.952054Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T18:56:35.570020Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T18:54:12.987873Z", "last_refresh": "2024-09-21T19:02:51.950449Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T18:56:41.758594Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi107:172.21.15.107=smithi107", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T18:55:58.101725Z", "last_refresh": "2024-09-21T19:02:51.950723Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T19:02:54.350680Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T19:01:52.153348Z", "last_refresh": "2024-09-21T19:02:53.723392Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2024-09-21T18:56:32.012387Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T18:54:24.359764Z", "last_refresh": "2024-09-21T19:02:51.950142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T18:57:04.487430Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T18:57:04.475120Z", "last_refresh": "2024-09-21T19:02:51.950991Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T18:56:41.770861Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T18:54:20.012383Z", "last_refresh": "2024-09-21T19:02:53.722817Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T19:03:00.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:00 smithi107 bash[20033]: cluster 2024-09-21T19:02:59.368006+0000 mgr.smithi107.uonppz (mgr.14203) 302 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:03:00.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:00 smithi107 bash[20033]: cluster 2024-09-21T19:02:59.368006+0000 mgr.smithi107.uonppz (mgr.14203) 302 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:03:01.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:00 smithi160 bash[25034]: cluster 2024-09-21T19:02:59.368006+0000 mgr.smithi107.uonppz (mgr.14203) 302 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:03:01.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:00 smithi160 bash[25034]: cluster 2024-09-21T19:02:59.368006+0000 mgr.smithi107.uonppz (mgr.14203) 302 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:03:01.179 INFO:tasks.cephadm:nfs.foo has 1/1 2024-09-21T19:03:01.179 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-21T19:03:01.195 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-09-21T19:03:01.195 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T19:03:01.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:01 smithi107 bash[20033]: audit 2024-09-21T19:03:00.358657+0000 mgr.smithi107.uonppz (mgr.14203) 303 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:03:01.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:01 smithi107 bash[20033]: audit 2024-09-21T19:03:00.358657+0000 mgr.smithi107.uonppz (mgr.14203) 303 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:03:02.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:01 smithi160 bash[25034]: audit 2024-09-21T19:03:00.358657+0000 mgr.smithi107.uonppz (mgr.14203) 303 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:03:02.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:01 smithi160 bash[25034]: audit 2024-09-21T19:03:00.358657+0000 mgr.smithi107.uonppz (mgr.14203) 303 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:03:03.145 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:02 smithi107 bash[20033]: cluster 2024-09-21T19:03:01.368791+0000 mgr.smithi107.uonppz (mgr.14203) 304 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:03:03.145 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:02 smithi107 bash[20033]: cluster 2024-09-21T19:03:01.368791+0000 mgr.smithi107.uonppz (mgr.14203) 304 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:03:03.145 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:02 smithi107 bash[20033]: audit 2024-09-21T19:03:01.887785+0000 mon.smithi107 (mon.0) 888 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:03.145 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:02 smithi107 bash[20033]: audit 2024-09-21T19:03:01.887785+0000 mon.smithi107 (mon.0) 888 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:03.145 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:02 smithi107 bash[20033]: audit 2024-09-21T19:03:01.892862+0000 mon.smithi107 (mon.0) 889 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:03.145 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:02 smithi107 bash[20033]: audit 2024-09-21T19:03:01.892862+0000 mon.smithi107 (mon.0) 889 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:03.145 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:02 smithi107 bash[20033]: audit 2024-09-21T19:03:01.899337+0000 mon.smithi107 (mon.0) 890 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-21T19:03:03.145 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:02 smithi107 bash[20033]: audit 2024-09-21T19:03:01.899337+0000 mon.smithi107 (mon.0) 890 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-21T19:03:03.145 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:02 smithi107 bash[20033]: audit 2024-09-21T19:03:01.899843+0000 mgr.smithi107.uonppz (mgr.14203) 305 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T19:03:03.145 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:02 smithi107 bash[20033]: audit 2024-09-21T19:03:01.899843+0000 mgr.smithi107.uonppz (mgr.14203) 305 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T19:03:03.145 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:02 smithi107 bash[20033]: audit 2024-09-21T19:03:02.148486+0000 mon.smithi107 (mon.0) 891 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:03:03.145 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:02 smithi107 bash[20033]: audit 2024-09-21T19:03:02.148486+0000 mon.smithi107 (mon.0) 891 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:03:03.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:02 smithi160 bash[25034]: cluster 2024-09-21T19:03:01.368791+0000 mgr.smithi107.uonppz (mgr.14203) 304 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:03:03.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:02 smithi160 bash[25034]: cluster 2024-09-21T19:03:01.368791+0000 mgr.smithi107.uonppz (mgr.14203) 304 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:03:03.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:02 smithi160 bash[25034]: audit 2024-09-21T19:03:01.887785+0000 mon.smithi107 (mon.0) 888 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:03.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:02 smithi160 bash[25034]: audit 2024-09-21T19:03:01.887785+0000 mon.smithi107 (mon.0) 888 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:03.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:02 smithi160 bash[25034]: audit 2024-09-21T19:03:01.892862+0000 mon.smithi107 (mon.0) 889 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:03.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:02 smithi160 bash[25034]: audit 2024-09-21T19:03:01.892862+0000 mon.smithi107 (mon.0) 889 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:03.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:02 smithi160 bash[25034]: audit 2024-09-21T19:03:01.899337+0000 mon.smithi107 (mon.0) 890 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-21T19:03:03.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:02 smithi160 bash[25034]: audit 2024-09-21T19:03:01.899337+0000 mon.smithi107 (mon.0) 890 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-21T19:03:03.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:02 smithi160 bash[25034]: audit 2024-09-21T19:03:01.899843+0000 mgr.smithi107.uonppz (mgr.14203) 305 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T19:03:03.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:02 smithi160 bash[25034]: audit 2024-09-21T19:03:01.899843+0000 mgr.smithi107.uonppz (mgr.14203) 305 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T19:03:03.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:02 smithi160 bash[25034]: audit 2024-09-21T19:03:02.148486+0000 mon.smithi107 (mon.0) 891 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:03:03.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:02 smithi160 bash[25034]: audit 2024-09-21T19:03:02.148486+0000 mon.smithi107 (mon.0) 891 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:03:05.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:04 smithi107 bash[20033]: cluster 2024-09-21T19:03:03.369471+0000 mgr.smithi107.uonppz (mgr.14203) 306 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:03:05.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:04 smithi107 bash[20033]: cluster 2024-09-21T19:03:03.369471+0000 mgr.smithi107.uonppz (mgr.14203) 306 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:03:05.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:04 smithi160 bash[25034]: cluster 2024-09-21T19:03:03.369471+0000 mgr.smithi107.uonppz (mgr.14203) 306 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:03:05.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:04 smithi160 bash[25034]: cluster 2024-09-21T19:03:03.369471+0000 mgr.smithi107.uonppz (mgr.14203) 306 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:03:07.111 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:03:07.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:06 smithi107 bash[20033]: cluster 2024-09-21T19:03:05.370622+0000 mgr.smithi107.uonppz (mgr.14203) 307 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:03:07.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:06 smithi107 bash[20033]: cluster 2024-09-21T19:03:05.370622+0000 mgr.smithi107.uonppz (mgr.14203) 307 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:03:07.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:06 smithi160 bash[25034]: cluster 2024-09-21T19:03:05.370622+0000 mgr.smithi107.uonppz (mgr.14203) 307 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:03:07.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:06 smithi160 bash[25034]: cluster 2024-09-21T19:03:05.370622+0000 mgr.smithi107.uonppz (mgr.14203) 307 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:03:08.690 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-21T19:03:08.690 INFO:teuthology.orchestra.run.smithi107.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T18:54:27.946585Z", "last_refresh": "2024-09-21T19:03:08.224304Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T18:56:26.663413Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T18:54:17.625326Z", "last_refresh": "2024-09-21T19:03:07.900980Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T18:56:30.768457Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T18:54:15.299733Z", "last_refresh": "2024-09-21T19:03:07.901104Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T18:54:22.193533Z", "last_refresh": "2024-09-21T19:03:08.224404Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T19:02:46.187746Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.107/16"}, "status": {"created": "2024-09-21T19:01:52.158966Z", "last_refresh": "2024-09-21T19:03:07.902017Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.107/16"}}, {"events": ["2024-09-21T19:02:01.168663Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T19:01:43.059860Z", "last_refresh": "2024-09-21T19:03:07.901917Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T18:56:35.570020Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T18:54:12.987873Z", "last_refresh": "2024-09-21T19:03:07.901314Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T18:56:41.758594Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi107:172.21.15.107=smithi107", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T18:55:58.101725Z", "last_refresh": "2024-09-21T19:03:07.901415Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T19:03:08.254144Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T19:01:52.153348Z", "last_refresh": "2024-09-21T19:03:08.225118Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2024-09-21T18:56:32.012387Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T18:54:24.359764Z", "last_refresh": "2024-09-21T19:03:07.901210Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T18:57:04.487430Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T18:57:04.475120Z", "last_refresh": "2024-09-21T19:03:07.901517Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T18:56:41.770861Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T18:54:20.012383Z", "last_refresh": "2024-09-21T19:03:08.224504Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T19:03:09.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:08 smithi107 bash[20033]: cluster 2024-09-21T19:03:07.371141+0000 mgr.smithi107.uonppz (mgr.14203) 308 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:03:09.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:08 smithi107 bash[20033]: cluster 2024-09-21T19:03:07.371141+0000 mgr.smithi107.uonppz (mgr.14203) 308 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:03:09.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:08 smithi107 bash[20033]: audit 2024-09-21T19:03:07.909478+0000 mon.smithi107 (mon.0) 892 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:09.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:08 smithi107 bash[20033]: audit 2024-09-21T19:03:07.909478+0000 mon.smithi107 (mon.0) 892 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:09.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:08 smithi107 bash[20033]: audit 2024-09-21T19:03:07.916341+0000 mon.smithi107 (mon.0) 893 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:09.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:08 smithi107 bash[20033]: audit 2024-09-21T19:03:07.916341+0000 mon.smithi107 (mon.0) 893 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:09.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:08 smithi107 bash[20033]: audit 2024-09-21T19:03:08.230401+0000 mon.smithi107 (mon.0) 894 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:09.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:08 smithi107 bash[20033]: audit 2024-09-21T19:03:08.230401+0000 mon.smithi107 (mon.0) 894 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:09.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:08 smithi107 bash[20033]: audit 2024-09-21T19:03:08.235769+0000 mon.smithi107 (mon.0) 895 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:09.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:08 smithi107 bash[20033]: audit 2024-09-21T19:03:08.235769+0000 mon.smithi107 (mon.0) 895 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:09.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:08 smithi107 bash[20033]: audit 2024-09-21T19:03:08.236956+0000 mon.smithi107 (mon.0) 896 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:03:09.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:08 smithi107 bash[20033]: audit 2024-09-21T19:03:08.236956+0000 mon.smithi107 (mon.0) 896 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:03:09.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:08 smithi107 bash[20033]: audit 2024-09-21T19:03:08.237676+0000 mon.smithi107 (mon.0) 897 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:03:09.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:08 smithi107 bash[20033]: audit 2024-09-21T19:03:08.237676+0000 mon.smithi107 (mon.0) 897 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:03:09.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:08 smithi107 bash[20033]: audit 2024-09-21T19:03:08.241810+0000 mon.smithi107 (mon.0) 898 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:09.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:08 smithi107 bash[20033]: audit 2024-09-21T19:03:08.241810+0000 mon.smithi107 (mon.0) 898 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:09.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:08 smithi107 bash[20033]: audit 2024-09-21T19:03:08.244281+0000 mon.smithi107 (mon.0) 899 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:03:09.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:08 smithi107 bash[20033]: audit 2024-09-21T19:03:08.244281+0000 mon.smithi107 (mon.0) 899 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:03:09.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:08 smithi107 bash[20033]: audit 2024-09-21T19:03:08.253874+0000 mon.smithi107 (mon.0) 900 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:09.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:08 smithi107 bash[20033]: audit 2024-09-21T19:03:08.253874+0000 mon.smithi107 (mon.0) 900 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:09.405 INFO:tasks.cephadm:ingress.nfs.foo has 4/4 2024-09-21T19:03:09.405 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-21T19:03:09.414 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi107.front.sepia.ceph.com 2024-09-21T19:03:09.415 DEBUG:teuthology.orchestra.run.smithi107:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-09-21T19:03:09.415 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:08 smithi160 bash[25034]: cluster 2024-09-21T19:03:07.371141+0000 mgr.smithi107.uonppz (mgr.14203) 308 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:03:09.415 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:08 smithi160 bash[25034]: cluster 2024-09-21T19:03:07.371141+0000 mgr.smithi107.uonppz (mgr.14203) 308 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:03:09.415 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:08 smithi160 bash[25034]: audit 2024-09-21T19:03:07.909478+0000 mon.smithi107 (mon.0) 892 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:09.416 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:08 smithi160 bash[25034]: audit 2024-09-21T19:03:07.909478+0000 mon.smithi107 (mon.0) 892 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:09.416 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:08 smithi160 bash[25034]: audit 2024-09-21T19:03:07.916341+0000 mon.smithi107 (mon.0) 893 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:09.416 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:08 smithi160 bash[25034]: audit 2024-09-21T19:03:07.916341+0000 mon.smithi107 (mon.0) 893 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:09.416 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:08 smithi160 bash[25034]: audit 2024-09-21T19:03:08.230401+0000 mon.smithi107 (mon.0) 894 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:09.416 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:08 smithi160 bash[25034]: audit 2024-09-21T19:03:08.230401+0000 mon.smithi107 (mon.0) 894 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:09.416 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:08 smithi160 bash[25034]: audit 2024-09-21T19:03:08.235769+0000 mon.smithi107 (mon.0) 895 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:09.416 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:08 smithi160 bash[25034]: audit 2024-09-21T19:03:08.235769+0000 mon.smithi107 (mon.0) 895 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:09.416 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:08 smithi160 bash[25034]: audit 2024-09-21T19:03:08.236956+0000 mon.smithi107 (mon.0) 896 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:03:09.416 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:08 smithi160 bash[25034]: audit 2024-09-21T19:03:08.236956+0000 mon.smithi107 (mon.0) 896 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:03:09.416 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:08 smithi160 bash[25034]: audit 2024-09-21T19:03:08.237676+0000 mon.smithi107 (mon.0) 897 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:03:09.416 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:08 smithi160 bash[25034]: audit 2024-09-21T19:03:08.237676+0000 mon.smithi107 (mon.0) 897 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:03:09.416 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:08 smithi160 bash[25034]: audit 2024-09-21T19:03:08.241810+0000 mon.smithi107 (mon.0) 898 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:09.416 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:08 smithi160 bash[25034]: audit 2024-09-21T19:03:08.241810+0000 mon.smithi107 (mon.0) 898 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:09.416 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:08 smithi160 bash[25034]: audit 2024-09-21T19:03:08.244281+0000 mon.smithi107 (mon.0) 899 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:03:09.417 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:08 smithi160 bash[25034]: audit 2024-09-21T19:03:08.244281+0000 mon.smithi107 (mon.0) 899 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:03:09.417 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:08 smithi160 bash[25034]: audit 2024-09-21T19:03:08.253874+0000 mon.smithi107 (mon.0) 900 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:09.417 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:08 smithi160 bash[25034]: audit 2024-09-21T19:03:08.253874+0000 mon.smithi107 (mon.0) 900 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:09.427 INFO:teuthology.orchestra.run.smithi107.stderr:+ mkdir /mnt/foo 2024-09-21T19:03:09.438 DEBUG:teuthology.orchestra.run.smithi107:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 5' 2024-09-21T19:03:09.492 INFO:teuthology.orchestra.run.smithi107.stderr:+ sleep 5 2024-09-21T19:03:10.233 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:09 smithi107 bash[20033]: audit 2024-09-21T19:03:08.675098+0000 mgr.smithi107.uonppz (mgr.14203) 309 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:03:10.233 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:09 smithi107 bash[20033]: audit 2024-09-21T19:03:08.675098+0000 mgr.smithi107.uonppz (mgr.14203) 309 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:03:10.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:09 smithi160 bash[25034]: audit 2024-09-21T19:03:08.675098+0000 mgr.smithi107.uonppz (mgr.14203) 309 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:03:10.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:09 smithi160 bash[25034]: audit 2024-09-21T19:03:08.675098+0000 mgr.smithi107.uonppz (mgr.14203) 309 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:03:11.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:10 smithi107 bash[20033]: cluster 2024-09-21T19:03:09.372159+0000 mgr.smithi107.uonppz (mgr.14203) 310 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:03:11.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:10 smithi107 bash[20033]: cluster 2024-09-21T19:03:09.372159+0000 mgr.smithi107.uonppz (mgr.14203) 310 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:03:11.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:10 smithi160 bash[25034]: cluster 2024-09-21T19:03:09.372159+0000 mgr.smithi107.uonppz (mgr.14203) 310 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:03:11.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:10 smithi160 bash[25034]: cluster 2024-09-21T19:03:09.372159+0000 mgr.smithi107.uonppz (mgr.14203) 310 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:03:12.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:11 smithi107 bash[20033]: audit 2024-09-21T19:03:11.577031+0000 mon.smithi107 (mon.0) 901 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:03:12.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:11 smithi107 bash[20033]: audit 2024-09-21T19:03:11.577031+0000 mon.smithi107 (mon.0) 901 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:03:12.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:11 smithi160 bash[25034]: audit 2024-09-21T19:03:11.577031+0000 mon.smithi107 (mon.0) 901 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:03:12.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:11 smithi160 bash[25034]: audit 2024-09-21T19:03:11.577031+0000 mon.smithi107 (mon.0) 901 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:03:13.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:12 smithi107 bash[20033]: cluster 2024-09-21T19:03:11.372968+0000 mgr.smithi107.uonppz (mgr.14203) 311 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:03:13.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:12 smithi107 bash[20033]: cluster 2024-09-21T19:03:11.372968+0000 mgr.smithi107.uonppz (mgr.14203) 311 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:03:13.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:12 smithi160 bash[25034]: cluster 2024-09-21T19:03:11.372968+0000 mgr.smithi107.uonppz (mgr.14203) 311 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:03:13.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:12 smithi160 bash[25034]: cluster 2024-09-21T19:03:11.372968+0000 mgr.smithi107.uonppz (mgr.14203) 311 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:03:14.495 DEBUG:teuthology.orchestra.run.smithi107:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.107:/fake /mnt/foo -o port=2999' 2024-09-21T19:03:14.551 INFO:teuthology.orchestra.run.smithi107.stderr:+ mount -t nfs 10.0.31.107:/fake /mnt/foo -o port=2999 2024-09-21T19:03:14.839 DEBUG:teuthology.orchestra.run.smithi107:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-09-21T19:03:14.893 INFO:teuthology.orchestra.run.smithi107.stderr:+ echo test 2024-09-21T19:03:14.906 DEBUG:teuthology.orchestra.run.smithi107:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-09-21T19:03:14.958 INFO:teuthology.orchestra.run.smithi107.stderr:+ sync 2024-09-21T19:03:15.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:14 smithi107 bash[20033]: cluster 2024-09-21T19:03:13.373736+0000 mgr.smithi107.uonppz (mgr.14203) 312 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:03:15.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:14 smithi107 bash[20033]: cluster 2024-09-21T19:03:13.373736+0000 mgr.smithi107.uonppz (mgr.14203) 312 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:03:15.236 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-21T19:03:15.248 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi107.front.sepia.ceph.com 2024-09-21T19:03:15.248 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -v /mnt/foo:/mnt/foo -- bash -c 'echo "Check with each haproxy down in turn..." 2024-09-21T19:03:15.248 DEBUG:teuthology.orchestra.run.smithi107:> for haproxy in `ceph orch ps | grep ^haproxy.nfs.foo. | awk '"'"'{print $1}'"'"'`; do 2024-09-21T19:03:15.248 DEBUG:teuthology.orchestra.run.smithi107:> ceph orch daemon stop $haproxy 2024-09-21T19:03:15.248 DEBUG:teuthology.orchestra.run.smithi107:> while ! ceph orch ps | grep $haproxy | grep stopped; do sleep 1 ; done 2024-09-21T19:03:15.248 DEBUG:teuthology.orchestra.run.smithi107:> cat /mnt/foo/testfile 2024-09-21T19:03:15.248 DEBUG:teuthology.orchestra.run.smithi107:> echo $haproxy > /mnt/foo/testfile 2024-09-21T19:03:15.249 DEBUG:teuthology.orchestra.run.smithi107:> sync 2024-09-21T19:03:15.249 DEBUG:teuthology.orchestra.run.smithi107:> ceph orch daemon start $haproxy 2024-09-21T19:03:15.249 DEBUG:teuthology.orchestra.run.smithi107:> while ! ceph orch ps | grep $haproxy | grep running; do sleep 1 ; done 2024-09-21T19:03:15.249 DEBUG:teuthology.orchestra.run.smithi107:> done 2024-09-21T19:03:15.249 DEBUG:teuthology.orchestra.run.smithi107:> ' 2024-09-21T19:03:15.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:14 smithi160 bash[25034]: cluster 2024-09-21T19:03:13.373736+0000 mgr.smithi107.uonppz (mgr.14203) 312 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:03:15.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:14 smithi160 bash[25034]: cluster 2024-09-21T19:03:13.373736+0000 mgr.smithi107.uonppz (mgr.14203) 312 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:03:17.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:16 smithi107 bash[20033]: cluster 2024-09-21T19:03:15.374880+0000 mgr.smithi107.uonppz (mgr.14203) 313 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-09-21T19:03:17.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:16 smithi107 bash[20033]: cluster 2024-09-21T19:03:15.374880+0000 mgr.smithi107.uonppz (mgr.14203) 313 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-09-21T19:03:17.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:16 smithi160 bash[25034]: cluster 2024-09-21T19:03:15.374880+0000 mgr.smithi107.uonppz (mgr.14203) 313 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-09-21T19:03:17.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:16 smithi160 bash[25034]: cluster 2024-09-21T19:03:15.374880+0000 mgr.smithi107.uonppz (mgr.14203) 313 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-09-21T19:03:19.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:18 smithi107 bash[20033]: cluster 2024-09-21T19:03:17.375618+0000 mgr.smithi107.uonppz (mgr.14203) 314 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-09-21T19:03:19.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:18 smithi107 bash[20033]: cluster 2024-09-21T19:03:17.375618+0000 mgr.smithi107.uonppz (mgr.14203) 314 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-09-21T19:03:19.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:18 smithi160 bash[25034]: cluster 2024-09-21T19:03:17.375618+0000 mgr.smithi107.uonppz (mgr.14203) 314 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-09-21T19:03:19.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:18 smithi160 bash[25034]: cluster 2024-09-21T19:03:17.375618+0000 mgr.smithi107.uonppz (mgr.14203) 314 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-09-21T19:03:20.135 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:03:21.330 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:20 smithi107 bash[20033]: cluster 2024-09-21T19:03:19.376684+0000 mgr.smithi107.uonppz (mgr.14203) 315 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 584 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-09-21T19:03:21.331 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:20 smithi107 bash[20033]: cluster 2024-09-21T19:03:19.376684+0000 mgr.smithi107.uonppz (mgr.14203) 315 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 584 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-09-21T19:03:21.401 INFO:teuthology.orchestra.run.smithi107.stdout:Check with each haproxy down in turn... 2024-09-21T19:03:21.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:20 smithi160 bash[25034]: cluster 2024-09-21T19:03:19.376684+0000 mgr.smithi107.uonppz (mgr.14203) 315 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 584 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-09-21T19:03:21.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:20 smithi160 bash[25034]: cluster 2024-09-21T19:03:19.376684+0000 mgr.smithi107.uonppz (mgr.14203) 315 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 584 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-09-21T19:03:22.039 INFO:teuthology.orchestra.run.smithi107.stdout:Scheduled to stop haproxy.nfs.foo.smithi107.qpojci on host 'smithi107' 2024-09-21T19:03:23.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:23 smithi107 bash[20033]: cluster 2024-09-21T19:03:21.377211+0000 mgr.smithi107.uonppz (mgr.14203) 316 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 584 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s 2024-09-21T19:03:23.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:23 smithi107 bash[20033]: cluster 2024-09-21T19:03:21.377211+0000 mgr.smithi107.uonppz (mgr.14203) 316 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 584 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s 2024-09-21T19:03:23.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:23 smithi107 bash[20033]: audit 2024-09-21T19:03:21.696497+0000 mgr.smithi107.uonppz (mgr.14203) 317 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:23.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:23 smithi107 bash[20033]: audit 2024-09-21T19:03:21.696497+0000 mgr.smithi107.uonppz (mgr.14203) 317 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:23.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:23 smithi107 bash[20033]: audit 2024-09-21T19:03:22.018870+0000 mgr.smithi107.uonppz (mgr.14203) 318 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi107.qpojci", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:23.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:23 smithi107 bash[20033]: audit 2024-09-21T19:03:22.018870+0000 mgr.smithi107.uonppz (mgr.14203) 318 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi107.qpojci", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:23.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:23 smithi107 bash[20033]: cephadm 2024-09-21T19:03:22.019563+0000 mgr.smithi107.uonppz (mgr.14203) 319 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi107.qpojci 2024-09-21T19:03:23.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:23 smithi107 bash[20033]: cephadm 2024-09-21T19:03:22.019563+0000 mgr.smithi107.uonppz (mgr.14203) 319 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi107.qpojci 2024-09-21T19:03:23.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:23 smithi107 bash[20033]: audit 2024-09-21T19:03:22.029202+0000 mon.smithi107 (mon.0) 902 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:23.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:23 smithi107 bash[20033]: audit 2024-09-21T19:03:22.029202+0000 mon.smithi107 (mon.0) 902 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:23.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:23 smithi107 bash[20033]: audit 2024-09-21T19:03:22.038624+0000 mon.smithi107 (mon.0) 903 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:23.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:23 smithi107 bash[20033]: audit 2024-09-21T19:03:22.038624+0000 mon.smithi107 (mon.0) 903 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:23.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:23 smithi107 bash[20033]: audit 2024-09-21T19:03:22.040585+0000 mon.smithi107 (mon.0) 904 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:03:23.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:23 smithi107 bash[20033]: audit 2024-09-21T19:03:22.040585+0000 mon.smithi107 (mon.0) 904 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:03:23.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:23 smithi160 bash[25034]: cluster 2024-09-21T19:03:21.377211+0000 mgr.smithi107.uonppz (mgr.14203) 316 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 584 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s 2024-09-21T19:03:23.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:23 smithi160 bash[25034]: cluster 2024-09-21T19:03:21.377211+0000 mgr.smithi107.uonppz (mgr.14203) 316 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 584 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s 2024-09-21T19:03:23.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:23 smithi160 bash[25034]: audit 2024-09-21T19:03:21.696497+0000 mgr.smithi107.uonppz (mgr.14203) 317 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:23.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:23 smithi160 bash[25034]: audit 2024-09-21T19:03:21.696497+0000 mgr.smithi107.uonppz (mgr.14203) 317 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:23.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:23 smithi160 bash[25034]: audit 2024-09-21T19:03:22.018870+0000 mgr.smithi107.uonppz (mgr.14203) 318 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi107.qpojci", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:23.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:23 smithi160 bash[25034]: audit 2024-09-21T19:03:22.018870+0000 mgr.smithi107.uonppz (mgr.14203) 318 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi107.qpojci", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:23.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:23 smithi160 bash[25034]: cephadm 2024-09-21T19:03:22.019563+0000 mgr.smithi107.uonppz (mgr.14203) 319 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi107.qpojci 2024-09-21T19:03:23.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:23 smithi160 bash[25034]: cephadm 2024-09-21T19:03:22.019563+0000 mgr.smithi107.uonppz (mgr.14203) 319 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi107.qpojci 2024-09-21T19:03:23.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:23 smithi160 bash[25034]: audit 2024-09-21T19:03:22.029202+0000 mon.smithi107 (mon.0) 902 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:23.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:23 smithi160 bash[25034]: audit 2024-09-21T19:03:22.029202+0000 mon.smithi107 (mon.0) 902 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:23.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:23 smithi160 bash[25034]: audit 2024-09-21T19:03:22.038624+0000 mon.smithi107 (mon.0) 903 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:23.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:23 smithi160 bash[25034]: audit 2024-09-21T19:03:22.038624+0000 mon.smithi107 (mon.0) 903 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:23.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:23 smithi160 bash[25034]: audit 2024-09-21T19:03:22.040585+0000 mon.smithi107 (mon.0) 904 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:03:23.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:23 smithi160 bash[25034]: audit 2024-09-21T19:03:22.040585+0000 mon.smithi107 (mon.0) 904 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:03:24.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:24 smithi107 bash[20033]: audit 2024-09-21T19:03:22.371738+0000 mgr.smithi107.uonppz (mgr.14203) 320 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:24.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:24 smithi107 bash[20033]: audit 2024-09-21T19:03:22.371738+0000 mgr.smithi107.uonppz (mgr.14203) 320 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:24.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:24 smithi160 bash[25034]: audit 2024-09-21T19:03:22.371738+0000 mgr.smithi107.uonppz (mgr.14203) 320 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:24.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:24 smithi160 bash[25034]: audit 2024-09-21T19:03:22.371738+0000 mgr.smithi107.uonppz (mgr.14203) 320 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:25.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:25 smithi107 bash[20033]: cluster 2024-09-21T19:03:23.377916+0000 mgr.smithi107.uonppz (mgr.14203) 321 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 584 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-09-21T19:03:25.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:25 smithi107 bash[20033]: cluster 2024-09-21T19:03:23.377916+0000 mgr.smithi107.uonppz (mgr.14203) 321 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 584 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-09-21T19:03:25.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:25 smithi107 bash[20033]: audit 2024-09-21T19:03:23.711822+0000 mgr.smithi107.uonppz (mgr.14203) 322 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:25.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:25 smithi107 bash[20033]: audit 2024-09-21T19:03:23.711822+0000 mgr.smithi107.uonppz (mgr.14203) 322 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:25.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:25 smithi160 bash[25034]: cluster 2024-09-21T19:03:23.377916+0000 mgr.smithi107.uonppz (mgr.14203) 321 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 584 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-09-21T19:03:25.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:25 smithi160 bash[25034]: cluster 2024-09-21T19:03:23.377916+0000 mgr.smithi107.uonppz (mgr.14203) 321 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 584 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-09-21T19:03:25.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:25 smithi160 bash[25034]: audit 2024-09-21T19:03:23.711822+0000 mgr.smithi107.uonppz (mgr.14203) 322 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:25.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:25 smithi160 bash[25034]: audit 2024-09-21T19:03:23.711822+0000 mgr.smithi107.uonppz (mgr.14203) 322 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:26.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:26 smithi107 bash[20033]: audit 2024-09-21T19:03:25.058630+0000 mgr.smithi107.uonppz (mgr.14203) 323 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:26.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:26 smithi107 bash[20033]: audit 2024-09-21T19:03:25.058630+0000 mgr.smithi107.uonppz (mgr.14203) 323 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:26.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:26 smithi160 bash[25034]: audit 2024-09-21T19:03:25.058630+0000 mgr.smithi107.uonppz (mgr.14203) 323 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:26.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:26 smithi160 bash[25034]: audit 2024-09-21T19:03:25.058630+0000 mgr.smithi107.uonppz (mgr.14203) 323 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:27.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:27 smithi107 bash[20033]: cluster 2024-09-21T19:03:25.379049+0000 mgr.smithi107.uonppz (mgr.14203) 324 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 852 B/s wr, 0 op/s 2024-09-21T19:03:27.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:27 smithi107 bash[20033]: cluster 2024-09-21T19:03:25.379049+0000 mgr.smithi107.uonppz (mgr.14203) 324 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 852 B/s wr, 0 op/s 2024-09-21T19:03:27.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:27 smithi107 bash[20033]: audit 2024-09-21T19:03:26.577653+0000 mon.smithi107 (mon.0) 905 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:03:27.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:27 smithi107 bash[20033]: audit 2024-09-21T19:03:26.577653+0000 mon.smithi107 (mon.0) 905 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:03:27.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:27 smithi160 bash[25034]: cluster 2024-09-21T19:03:25.379049+0000 mgr.smithi107.uonppz (mgr.14203) 324 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 852 B/s wr, 0 op/s 2024-09-21T19:03:27.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:27 smithi160 bash[25034]: cluster 2024-09-21T19:03:25.379049+0000 mgr.smithi107.uonppz (mgr.14203) 324 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 852 B/s wr, 0 op/s 2024-09-21T19:03:27.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:27 smithi160 bash[25034]: audit 2024-09-21T19:03:26.577653+0000 mon.smithi107 (mon.0) 905 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:03:27.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:27 smithi160 bash[25034]: audit 2024-09-21T19:03:26.577653+0000 mon.smithi107 (mon.0) 905 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:03:28.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:28 smithi107 bash[20033]: audit 2024-09-21T19:03:26.413523+0000 mgr.smithi107.uonppz (mgr.14203) 325 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:28.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:28 smithi107 bash[20033]: audit 2024-09-21T19:03:26.413523+0000 mgr.smithi107.uonppz (mgr.14203) 325 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:28.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:28 smithi107 bash[20033]: audit 2024-09-21T19:03:27.811094+0000 mon.smithi107 (mon.0) 906 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:28.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:28 smithi107 bash[20033]: audit 2024-09-21T19:03:27.811094+0000 mon.smithi107 (mon.0) 906 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:28.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:28 smithi107 bash[20033]: audit 2024-09-21T19:03:27.820267+0000 mon.smithi107 (mon.0) 907 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:28.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:28 smithi107 bash[20033]: audit 2024-09-21T19:03:27.820267+0000 mon.smithi107 (mon.0) 907 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:28.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:28 smithi160 bash[25034]: audit 2024-09-21T19:03:26.413523+0000 mgr.smithi107.uonppz (mgr.14203) 325 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:28.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:28 smithi160 bash[25034]: audit 2024-09-21T19:03:26.413523+0000 mgr.smithi107.uonppz (mgr.14203) 325 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:28.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:28 smithi160 bash[25034]: audit 2024-09-21T19:03:27.811094+0000 mon.smithi107 (mon.0) 906 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:28.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:28 smithi160 bash[25034]: audit 2024-09-21T19:03:27.811094+0000 mon.smithi107 (mon.0) 906 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:28.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:28 smithi160 bash[25034]: audit 2024-09-21T19:03:27.820267+0000 mon.smithi107 (mon.0) 907 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:28.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:28 smithi160 bash[25034]: audit 2024-09-21T19:03:27.820267+0000 mon.smithi107 (mon.0) 907 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:29.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:29 smithi107 bash[20033]: cluster 2024-09-21T19:03:27.379542+0000 mgr.smithi107.uonppz (mgr.14203) 326 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 767 B/s wr, 0 op/s 2024-09-21T19:03:29.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:29 smithi107 bash[20033]: cluster 2024-09-21T19:03:27.379542+0000 mgr.smithi107.uonppz (mgr.14203) 326 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 767 B/s wr, 0 op/s 2024-09-21T19:03:29.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:29 smithi107 bash[20033]: audit 2024-09-21T19:03:27.807863+0000 mgr.smithi107.uonppz (mgr.14203) 327 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:29.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:29 smithi107 bash[20033]: audit 2024-09-21T19:03:27.807863+0000 mgr.smithi107.uonppz (mgr.14203) 327 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:29.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:29 smithi107 bash[20033]: audit 2024-09-21T19:03:28.324396+0000 mon.smithi107 (mon.0) 908 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:29.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:29 smithi107 bash[20033]: audit 2024-09-21T19:03:28.324396+0000 mon.smithi107 (mon.0) 908 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:29.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:29 smithi107 bash[20033]: audit 2024-09-21T19:03:28.330213+0000 mon.smithi107 (mon.0) 909 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:29.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:29 smithi107 bash[20033]: audit 2024-09-21T19:03:28.330213+0000 mon.smithi107 (mon.0) 909 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:29.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:29 smithi107 bash[20033]: audit 2024-09-21T19:03:28.331165+0000 mon.smithi107 (mon.0) 910 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:03:29.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:29 smithi107 bash[20033]: audit 2024-09-21T19:03:28.331165+0000 mon.smithi107 (mon.0) 910 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:03:29.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:29 smithi107 bash[20033]: audit 2024-09-21T19:03:28.331761+0000 mon.smithi107 (mon.0) 911 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:03:29.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:29 smithi107 bash[20033]: audit 2024-09-21T19:03:28.331761+0000 mon.smithi107 (mon.0) 911 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:03:29.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:29 smithi107 bash[20033]: audit 2024-09-21T19:03:28.335651+0000 mon.smithi107 (mon.0) 912 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:29.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:29 smithi107 bash[20033]: audit 2024-09-21T19:03:28.335651+0000 mon.smithi107 (mon.0) 912 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:29.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:29 smithi107 bash[20033]: audit 2024-09-21T19:03:28.338109+0000 mon.smithi107 (mon.0) 913 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:03:29.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:29 smithi107 bash[20033]: audit 2024-09-21T19:03:28.338109+0000 mon.smithi107 (mon.0) 913 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:03:29.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:29 smithi107 bash[20033]: audit 2024-09-21T19:03:28.347179+0000 mon.smithi107 (mon.0) 914 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:29.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:29 smithi107 bash[20033]: audit 2024-09-21T19:03:28.347179+0000 mon.smithi107 (mon.0) 914 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:29.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:29 smithi160 bash[25034]: cluster 2024-09-21T19:03:27.379542+0000 mgr.smithi107.uonppz (mgr.14203) 326 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 767 B/s wr, 0 op/s 2024-09-21T19:03:29.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:29 smithi160 bash[25034]: cluster 2024-09-21T19:03:27.379542+0000 mgr.smithi107.uonppz (mgr.14203) 326 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 767 B/s wr, 0 op/s 2024-09-21T19:03:29.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:29 smithi160 bash[25034]: audit 2024-09-21T19:03:27.807863+0000 mgr.smithi107.uonppz (mgr.14203) 327 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:29.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:29 smithi160 bash[25034]: audit 2024-09-21T19:03:27.807863+0000 mgr.smithi107.uonppz (mgr.14203) 327 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:29.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:29 smithi160 bash[25034]: audit 2024-09-21T19:03:28.324396+0000 mon.smithi107 (mon.0) 908 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:29.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:29 smithi160 bash[25034]: audit 2024-09-21T19:03:28.324396+0000 mon.smithi107 (mon.0) 908 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:29.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:29 smithi160 bash[25034]: audit 2024-09-21T19:03:28.330213+0000 mon.smithi107 (mon.0) 909 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:29.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:29 smithi160 bash[25034]: audit 2024-09-21T19:03:28.330213+0000 mon.smithi107 (mon.0) 909 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:29.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:29 smithi160 bash[25034]: audit 2024-09-21T19:03:28.331165+0000 mon.smithi107 (mon.0) 910 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:03:29.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:29 smithi160 bash[25034]: audit 2024-09-21T19:03:28.331165+0000 mon.smithi107 (mon.0) 910 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:03:29.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:29 smithi160 bash[25034]: audit 2024-09-21T19:03:28.331761+0000 mon.smithi107 (mon.0) 911 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:03:29.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:29 smithi160 bash[25034]: audit 2024-09-21T19:03:28.331761+0000 mon.smithi107 (mon.0) 911 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:03:29.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:29 smithi160 bash[25034]: audit 2024-09-21T19:03:28.335651+0000 mon.smithi107 (mon.0) 912 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:29.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:29 smithi160 bash[25034]: audit 2024-09-21T19:03:28.335651+0000 mon.smithi107 (mon.0) 912 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:29.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:29 smithi160 bash[25034]: audit 2024-09-21T19:03:28.338109+0000 mon.smithi107 (mon.0) 913 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:03:29.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:29 smithi160 bash[25034]: audit 2024-09-21T19:03:28.338109+0000 mon.smithi107 (mon.0) 913 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:03:29.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:29 smithi160 bash[25034]: audit 2024-09-21T19:03:28.347179+0000 mon.smithi107 (mon.0) 914 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:29.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:29 smithi160 bash[25034]: audit 2024-09-21T19:03:28.347179+0000 mon.smithi107 (mon.0) 914 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:30.232 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:30 smithi107 bash[20033]: audit 2024-09-21T19:03:29.128460+0000 mgr.smithi107.uonppz (mgr.14203) 328 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:30.232 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:30 smithi107 bash[20033]: audit 2024-09-21T19:03:29.128460+0000 mgr.smithi107.uonppz (mgr.14203) 328 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:30.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:30 smithi160 bash[25034]: audit 2024-09-21T19:03:29.128460+0000 mgr.smithi107.uonppz (mgr.14203) 328 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:30.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:30 smithi160 bash[25034]: audit 2024-09-21T19:03:29.128460+0000 mgr.smithi107.uonppz (mgr.14203) 328 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:31.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:31 smithi107 bash[20033]: cluster 2024-09-21T19:03:29.380564+0000 mgr.smithi107.uonppz (mgr.14203) 329 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 767 B/s wr, 0 op/s 2024-09-21T19:03:31.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:31 smithi107 bash[20033]: cluster 2024-09-21T19:03:29.380564+0000 mgr.smithi107.uonppz (mgr.14203) 329 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 767 B/s wr, 0 op/s 2024-09-21T19:03:31.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:31 smithi160 bash[25034]: cluster 2024-09-21T19:03:29.380564+0000 mgr.smithi107.uonppz (mgr.14203) 329 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 767 B/s wr, 0 op/s 2024-09-21T19:03:31.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:31 smithi160 bash[25034]: cluster 2024-09-21T19:03:29.380564+0000 mgr.smithi107.uonppz (mgr.14203) 329 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 767 B/s wr, 0 op/s 2024-09-21T19:03:32.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:32 smithi107 bash[20033]: audit 2024-09-21T19:03:30.453085+0000 mgr.smithi107.uonppz (mgr.14203) 330 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:32.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:32 smithi107 bash[20033]: audit 2024-09-21T19:03:30.453085+0000 mgr.smithi107.uonppz (mgr.14203) 330 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:32.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:32 smithi160 bash[25034]: audit 2024-09-21T19:03:30.453085+0000 mgr.smithi107.uonppz (mgr.14203) 330 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:32.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:32 smithi160 bash[25034]: audit 2024-09-21T19:03:30.453085+0000 mgr.smithi107.uonppz (mgr.14203) 330 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:33.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:33 smithi107 bash[20033]: cluster 2024-09-21T19:03:31.381389+0000 mgr.smithi107.uonppz (mgr.14203) 331 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:03:33.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:33 smithi107 bash[20033]: cluster 2024-09-21T19:03:31.381389+0000 mgr.smithi107.uonppz (mgr.14203) 331 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:03:33.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:33 smithi107 bash[20033]: audit 2024-09-21T19:03:31.801924+0000 mgr.smithi107.uonppz (mgr.14203) 332 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:33.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:33 smithi107 bash[20033]: audit 2024-09-21T19:03:31.801924+0000 mgr.smithi107.uonppz (mgr.14203) 332 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:33.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:33 smithi160 bash[25034]: cluster 2024-09-21T19:03:31.381389+0000 mgr.smithi107.uonppz (mgr.14203) 331 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:03:33.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:33 smithi160 bash[25034]: cluster 2024-09-21T19:03:31.381389+0000 mgr.smithi107.uonppz (mgr.14203) 331 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:03:33.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:33 smithi160 bash[25034]: audit 2024-09-21T19:03:31.801924+0000 mgr.smithi107.uonppz (mgr.14203) 332 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:33.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:33 smithi160 bash[25034]: audit 2024-09-21T19:03:31.801924+0000 mgr.smithi107.uonppz (mgr.14203) 332 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:34.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:34 smithi107 bash[20033]: cluster 2024-09-21T19:03:33.109556+0000 mon.smithi107 (mon.0) 915 : cluster [DBG] mgrmap e23: smithi107.uonppz(active, since 7m), standbys: smithi160.rphsud 2024-09-21T19:03:34.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:34 smithi107 bash[20033]: cluster 2024-09-21T19:03:33.109556+0000 mon.smithi107 (mon.0) 915 : cluster [DBG] mgrmap e23: smithi107.uonppz(active, since 7m), standbys: smithi160.rphsud 2024-09-21T19:03:34.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:34 smithi160 bash[25034]: cluster 2024-09-21T19:03:33.109556+0000 mon.smithi107 (mon.0) 915 : cluster [DBG] mgrmap e23: smithi107.uonppz(active, since 7m), standbys: smithi160.rphsud 2024-09-21T19:03:34.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:34 smithi160 bash[25034]: cluster 2024-09-21T19:03:33.109556+0000 mon.smithi107 (mon.0) 915 : cluster [DBG] mgrmap e23: smithi107.uonppz(active, since 7m), standbys: smithi160.rphsud 2024-09-21T19:03:35.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:35 smithi107 bash[20033]: audit 2024-09-21T19:03:33.174481+0000 mgr.smithi107.uonppz (mgr.14203) 333 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:35.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:35 smithi107 bash[20033]: audit 2024-09-21T19:03:33.174481+0000 mgr.smithi107.uonppz (mgr.14203) 333 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:35.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:35 smithi107 bash[20033]: cluster 2024-09-21T19:03:33.382197+0000 mgr.smithi107.uonppz (mgr.14203) 334 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:03:35.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:35 smithi107 bash[20033]: cluster 2024-09-21T19:03:33.382197+0000 mgr.smithi107.uonppz (mgr.14203) 334 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:03:35.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:35 smithi107 bash[20033]: audit 2024-09-21T19:03:34.386025+0000 mon.smithi107 (mon.0) 916 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:35.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:35 smithi107 bash[20033]: audit 2024-09-21T19:03:34.386025+0000 mon.smithi107 (mon.0) 916 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:35.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:35 smithi107 bash[20033]: audit 2024-09-21T19:03:34.391514+0000 mon.smithi107 (mon.0) 917 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:35.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:35 smithi107 bash[20033]: audit 2024-09-21T19:03:34.391514+0000 mon.smithi107 (mon.0) 917 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:35.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:35 smithi107 bash[20033]: audit 2024-09-21T19:03:34.643162+0000 mon.smithi107 (mon.0) 918 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:03:35.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:35 smithi107 bash[20033]: audit 2024-09-21T19:03:34.643162+0000 mon.smithi107 (mon.0) 918 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:03:35.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:35 smithi160 bash[25034]: audit 2024-09-21T19:03:33.174481+0000 mgr.smithi107.uonppz (mgr.14203) 333 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:35.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:35 smithi160 bash[25034]: audit 2024-09-21T19:03:33.174481+0000 mgr.smithi107.uonppz (mgr.14203) 333 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:35.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:35 smithi160 bash[25034]: cluster 2024-09-21T19:03:33.382197+0000 mgr.smithi107.uonppz (mgr.14203) 334 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:03:35.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:35 smithi160 bash[25034]: cluster 2024-09-21T19:03:33.382197+0000 mgr.smithi107.uonppz (mgr.14203) 334 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:03:35.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:35 smithi160 bash[25034]: audit 2024-09-21T19:03:34.386025+0000 mon.smithi107 (mon.0) 916 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:35.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:35 smithi160 bash[25034]: audit 2024-09-21T19:03:34.386025+0000 mon.smithi107 (mon.0) 916 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:35.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:35 smithi160 bash[25034]: audit 2024-09-21T19:03:34.391514+0000 mon.smithi107 (mon.0) 917 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:35.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:35 smithi160 bash[25034]: audit 2024-09-21T19:03:34.391514+0000 mon.smithi107 (mon.0) 917 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:35.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:35 smithi160 bash[25034]: audit 2024-09-21T19:03:34.643162+0000 mon.smithi107 (mon.0) 918 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:03:35.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:35 smithi160 bash[25034]: audit 2024-09-21T19:03:34.643162+0000 mon.smithi107 (mon.0) 918 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:03:36.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:36 smithi107 bash[20033]: audit 2024-09-21T19:03:34.535661+0000 mgr.smithi107.uonppz (mgr.14203) 335 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:36.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:36 smithi107 bash[20033]: audit 2024-09-21T19:03:34.535661+0000 mgr.smithi107.uonppz (mgr.14203) 335 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:36.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:36 smithi160 bash[25034]: audit 2024-09-21T19:03:34.535661+0000 mgr.smithi107.uonppz (mgr.14203) 335 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:36.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:36 smithi160 bash[25034]: audit 2024-09-21T19:03:34.535661+0000 mgr.smithi107.uonppz (mgr.14203) 335 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:37.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:37 smithi107 bash[20033]: cluster 2024-09-21T19:03:35.383268+0000 mgr.smithi107.uonppz (mgr.14203) 336 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2024-09-21T19:03:37.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:37 smithi107 bash[20033]: cluster 2024-09-21T19:03:35.383268+0000 mgr.smithi107.uonppz (mgr.14203) 336 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2024-09-21T19:03:37.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:37 smithi107 bash[20033]: audit 2024-09-21T19:03:35.869814+0000 mgr.smithi107.uonppz (mgr.14203) 337 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:37.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:37 smithi107 bash[20033]: audit 2024-09-21T19:03:35.869814+0000 mgr.smithi107.uonppz (mgr.14203) 337 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:37.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:37 smithi160 bash[25034]: cluster 2024-09-21T19:03:35.383268+0000 mgr.smithi107.uonppz (mgr.14203) 336 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2024-09-21T19:03:37.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:37 smithi160 bash[25034]: cluster 2024-09-21T19:03:35.383268+0000 mgr.smithi107.uonppz (mgr.14203) 336 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2024-09-21T19:03:37.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:37 smithi160 bash[25034]: audit 2024-09-21T19:03:35.869814+0000 mgr.smithi107.uonppz (mgr.14203) 337 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:37.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:37 smithi160 bash[25034]: audit 2024-09-21T19:03:35.869814+0000 mgr.smithi107.uonppz (mgr.14203) 337 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:39.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:39 smithi107 bash[20033]: audit 2024-09-21T19:03:37.232265+0000 mgr.smithi107.uonppz (mgr.14203) 338 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:39.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:39 smithi107 bash[20033]: audit 2024-09-21T19:03:37.232265+0000 mgr.smithi107.uonppz (mgr.14203) 338 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:39.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:39 smithi107 bash[20033]: cluster 2024-09-21T19:03:37.384018+0000 mgr.smithi107.uonppz (mgr.14203) 339 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:03:39.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:39 smithi107 bash[20033]: cluster 2024-09-21T19:03:37.384018+0000 mgr.smithi107.uonppz (mgr.14203) 339 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:03:39.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:39 smithi160 bash[25034]: audit 2024-09-21T19:03:37.232265+0000 mgr.smithi107.uonppz (mgr.14203) 338 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:39.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:39 smithi160 bash[25034]: audit 2024-09-21T19:03:37.232265+0000 mgr.smithi107.uonppz (mgr.14203) 338 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:39.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:39 smithi160 bash[25034]: cluster 2024-09-21T19:03:37.384018+0000 mgr.smithi107.uonppz (mgr.14203) 339 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:03:39.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:39 smithi160 bash[25034]: cluster 2024-09-21T19:03:37.384018+0000 mgr.smithi107.uonppz (mgr.14203) 339 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:03:40.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:40 smithi107 bash[20033]: audit 2024-09-21T19:03:38.598134+0000 mgr.smithi107.uonppz (mgr.14203) 340 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:40.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:40 smithi107 bash[20033]: audit 2024-09-21T19:03:38.598134+0000 mgr.smithi107.uonppz (mgr.14203) 340 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:40.407 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:40 smithi160 bash[25034]: audit 2024-09-21T19:03:38.598134+0000 mgr.smithi107.uonppz (mgr.14203) 340 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:40.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:40 smithi160 bash[25034]: audit 2024-09-21T19:03:38.598134+0000 mgr.smithi107.uonppz (mgr.14203) 340 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:41.319 INFO:teuthology.orchestra.run.smithi107.stdout:haproxy.nfs.foo.smithi107.qpojci smithi107 *:2999,9999 stopped 0s ago 85s - - 2024-09-21T19:03:41.322 INFO:teuthology.orchestra.run.smithi107.stdout:test 2024-09-21T19:03:41.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:41 smithi107 bash[20033]: cluster 2024-09-21T19:03:39.385225+0000 mgr.smithi107.uonppz (mgr.14203) 341 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:03:41.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:41 smithi107 bash[20033]: cluster 2024-09-21T19:03:39.385225+0000 mgr.smithi107.uonppz (mgr.14203) 341 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:03:41.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:41 smithi107 bash[20033]: audit 2024-09-21T19:03:39.973621+0000 mgr.smithi107.uonppz (mgr.14203) 342 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:41.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:41 smithi107 bash[20033]: audit 2024-09-21T19:03:39.973621+0000 mgr.smithi107.uonppz (mgr.14203) 342 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:41.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:41 smithi107 bash[20033]: audit 2024-09-21T19:03:40.415178+0000 mon.smithi107 (mon.0) 919 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:41.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:41 smithi107 bash[20033]: audit 2024-09-21T19:03:40.415178+0000 mon.smithi107 (mon.0) 919 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:41.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:41 smithi107 bash[20033]: audit 2024-09-21T19:03:40.422317+0000 mon.smithi107 (mon.0) 920 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:41.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:41 smithi107 bash[20033]: audit 2024-09-21T19:03:40.422317+0000 mon.smithi107 (mon.0) 920 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:41.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:41 smithi107 bash[20033]: audit 2024-09-21T19:03:40.854027+0000 mon.smithi107 (mon.0) 921 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:41.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:41 smithi107 bash[20033]: audit 2024-09-21T19:03:40.854027+0000 mon.smithi107 (mon.0) 921 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:41.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:41 smithi107 bash[20033]: audit 2024-09-21T19:03:40.860171+0000 mon.smithi107 (mon.0) 922 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:41.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:41 smithi107 bash[20033]: audit 2024-09-21T19:03:40.860171+0000 mon.smithi107 (mon.0) 922 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:41.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:41 smithi107 bash[20033]: audit 2024-09-21T19:03:40.861315+0000 mon.smithi107 (mon.0) 923 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:03:41.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:41 smithi107 bash[20033]: audit 2024-09-21T19:03:40.861315+0000 mon.smithi107 (mon.0) 923 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:03:41.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:41 smithi107 bash[20033]: audit 2024-09-21T19:03:40.862016+0000 mon.smithi107 (mon.0) 924 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:03:41.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:41 smithi107 bash[20033]: audit 2024-09-21T19:03:40.862016+0000 mon.smithi107 (mon.0) 924 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:03:41.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:41 smithi107 bash[20033]: audit 2024-09-21T19:03:40.866376+0000 mon.smithi107 (mon.0) 925 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:41.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:41 smithi107 bash[20033]: audit 2024-09-21T19:03:40.866376+0000 mon.smithi107 (mon.0) 925 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:41.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:41 smithi107 bash[20033]: audit 2024-09-21T19:03:40.869041+0000 mon.smithi107 (mon.0) 926 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:03:41.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:41 smithi107 bash[20033]: audit 2024-09-21T19:03:40.869041+0000 mon.smithi107 (mon.0) 926 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:03:41.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:41 smithi107 bash[20033]: audit 2024-09-21T19:03:40.878333+0000 mon.smithi107 (mon.0) 927 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:41.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:41 smithi107 bash[20033]: audit 2024-09-21T19:03:40.878333+0000 mon.smithi107 (mon.0) 927 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:41.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:41 smithi160 bash[25034]: cluster 2024-09-21T19:03:39.385225+0000 mgr.smithi107.uonppz (mgr.14203) 341 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:03:41.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:41 smithi160 bash[25034]: cluster 2024-09-21T19:03:39.385225+0000 mgr.smithi107.uonppz (mgr.14203) 341 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:03:41.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:41 smithi160 bash[25034]: audit 2024-09-21T19:03:39.973621+0000 mgr.smithi107.uonppz (mgr.14203) 342 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:41.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:41 smithi160 bash[25034]: audit 2024-09-21T19:03:39.973621+0000 mgr.smithi107.uonppz (mgr.14203) 342 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:41.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:41 smithi160 bash[25034]: audit 2024-09-21T19:03:40.415178+0000 mon.smithi107 (mon.0) 919 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:41.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:41 smithi160 bash[25034]: audit 2024-09-21T19:03:40.415178+0000 mon.smithi107 (mon.0) 919 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:41.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:41 smithi160 bash[25034]: audit 2024-09-21T19:03:40.422317+0000 mon.smithi107 (mon.0) 920 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:41.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:41 smithi160 bash[25034]: audit 2024-09-21T19:03:40.422317+0000 mon.smithi107 (mon.0) 920 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:41.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:41 smithi160 bash[25034]: audit 2024-09-21T19:03:40.854027+0000 mon.smithi107 (mon.0) 921 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:41.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:41 smithi160 bash[25034]: audit 2024-09-21T19:03:40.854027+0000 mon.smithi107 (mon.0) 921 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:41.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:41 smithi160 bash[25034]: audit 2024-09-21T19:03:40.860171+0000 mon.smithi107 (mon.0) 922 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:41.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:41 smithi160 bash[25034]: audit 2024-09-21T19:03:40.860171+0000 mon.smithi107 (mon.0) 922 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:41.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:41 smithi160 bash[25034]: audit 2024-09-21T19:03:40.861315+0000 mon.smithi107 (mon.0) 923 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:03:41.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:41 smithi160 bash[25034]: audit 2024-09-21T19:03:40.861315+0000 mon.smithi107 (mon.0) 923 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:03:41.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:41 smithi160 bash[25034]: audit 2024-09-21T19:03:40.862016+0000 mon.smithi107 (mon.0) 924 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:03:41.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:41 smithi160 bash[25034]: audit 2024-09-21T19:03:40.862016+0000 mon.smithi107 (mon.0) 924 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:03:41.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:41 smithi160 bash[25034]: audit 2024-09-21T19:03:40.866376+0000 mon.smithi107 (mon.0) 925 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:41.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:41 smithi160 bash[25034]: audit 2024-09-21T19:03:40.866376+0000 mon.smithi107 (mon.0) 925 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:41.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:41 smithi160 bash[25034]: audit 2024-09-21T19:03:40.869041+0000 mon.smithi107 (mon.0) 926 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:03:41.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:41 smithi160 bash[25034]: audit 2024-09-21T19:03:40.869041+0000 mon.smithi107 (mon.0) 926 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:03:41.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:41 smithi160 bash[25034]: audit 2024-09-21T19:03:40.878333+0000 mon.smithi107 (mon.0) 927 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:41.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:41 smithi160 bash[25034]: audit 2024-09-21T19:03:40.878333+0000 mon.smithi107 (mon.0) 927 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:41.944 INFO:teuthology.orchestra.run.smithi107.stdout:Scheduled to start haproxy.nfs.foo.smithi107.qpojci on host 'smithi107' 2024-09-21T19:03:42.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:42 smithi107 bash[20033]: audit 2024-09-21T19:03:41.577821+0000 mon.smithi107 (mon.0) 928 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:03:42.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:42 smithi107 bash[20033]: audit 2024-09-21T19:03:41.577821+0000 mon.smithi107 (mon.0) 928 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:03:42.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:42 smithi107 bash[20033]: audit 2024-09-21T19:03:41.933487+0000 mon.smithi107 (mon.0) 929 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:42.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:42 smithi107 bash[20033]: audit 2024-09-21T19:03:41.933487+0000 mon.smithi107 (mon.0) 929 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:42.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:42 smithi107 bash[20033]: audit 2024-09-21T19:03:41.943631+0000 mon.smithi107 (mon.0) 930 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:42.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:42 smithi107 bash[20033]: audit 2024-09-21T19:03:41.943631+0000 mon.smithi107 (mon.0) 930 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:42.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:42 smithi107 bash[20033]: audit 2024-09-21T19:03:41.945551+0000 mon.smithi107 (mon.0) 931 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:03:42.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:42 smithi107 bash[20033]: audit 2024-09-21T19:03:41.945551+0000 mon.smithi107 (mon.0) 931 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:03:42.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:42 smithi160 bash[25034]: audit 2024-09-21T19:03:41.577821+0000 mon.smithi107 (mon.0) 928 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:03:42.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:42 smithi160 bash[25034]: audit 2024-09-21T19:03:41.577821+0000 mon.smithi107 (mon.0) 928 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:03:42.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:42 smithi160 bash[25034]: audit 2024-09-21T19:03:41.933487+0000 mon.smithi107 (mon.0) 929 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:42.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:42 smithi160 bash[25034]: audit 2024-09-21T19:03:41.933487+0000 mon.smithi107 (mon.0) 929 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:42.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:42 smithi160 bash[25034]: audit 2024-09-21T19:03:41.943631+0000 mon.smithi107 (mon.0) 930 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:42.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:42 smithi160 bash[25034]: audit 2024-09-21T19:03:41.943631+0000 mon.smithi107 (mon.0) 930 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:42.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:42 smithi160 bash[25034]: audit 2024-09-21T19:03:41.945551+0000 mon.smithi107 (mon.0) 931 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:03:42.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:42 smithi160 bash[25034]: audit 2024-09-21T19:03:41.945551+0000 mon.smithi107 (mon.0) 931 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:03:43.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:43 smithi107 bash[20033]: audit 2024-09-21T19:03:41.292200+0000 mgr.smithi107.uonppz (mgr.14203) 343 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:43.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:43 smithi107 bash[20033]: audit 2024-09-21T19:03:41.292200+0000 mgr.smithi107.uonppz (mgr.14203) 343 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:43.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:43 smithi107 bash[20033]: cluster 2024-09-21T19:03:41.386042+0000 mgr.smithi107.uonppz (mgr.14203) 344 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:03:43.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:43 smithi107 bash[20033]: cluster 2024-09-21T19:03:41.386042+0000 mgr.smithi107.uonppz (mgr.14203) 344 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:03:43.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:43 smithi107 bash[20033]: audit 2024-09-21T19:03:41.924211+0000 mgr.smithi107.uonppz (mgr.14203) 345 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi107.qpojci", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:43.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:43 smithi107 bash[20033]: audit 2024-09-21T19:03:41.924211+0000 mgr.smithi107.uonppz (mgr.14203) 345 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi107.qpojci", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:43.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:43 smithi107 bash[20033]: cephadm 2024-09-21T19:03:41.924859+0000 mgr.smithi107.uonppz (mgr.14203) 346 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi107.qpojci 2024-09-21T19:03:43.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:43 smithi107 bash[20033]: cephadm 2024-09-21T19:03:41.924859+0000 mgr.smithi107.uonppz (mgr.14203) 346 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi107.qpojci 2024-09-21T19:03:43.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:43 smithi160 bash[25034]: audit 2024-09-21T19:03:41.292200+0000 mgr.smithi107.uonppz (mgr.14203) 343 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:43.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:43 smithi160 bash[25034]: audit 2024-09-21T19:03:41.292200+0000 mgr.smithi107.uonppz (mgr.14203) 343 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:43.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:43 smithi160 bash[25034]: cluster 2024-09-21T19:03:41.386042+0000 mgr.smithi107.uonppz (mgr.14203) 344 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:03:43.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:43 smithi160 bash[25034]: cluster 2024-09-21T19:03:41.386042+0000 mgr.smithi107.uonppz (mgr.14203) 344 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:03:43.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:43 smithi160 bash[25034]: audit 2024-09-21T19:03:41.924211+0000 mgr.smithi107.uonppz (mgr.14203) 345 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi107.qpojci", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:43.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:43 smithi160 bash[25034]: audit 2024-09-21T19:03:41.924211+0000 mgr.smithi107.uonppz (mgr.14203) 345 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi107.qpojci", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:43.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:43 smithi160 bash[25034]: cephadm 2024-09-21T19:03:41.924859+0000 mgr.smithi107.uonppz (mgr.14203) 346 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi107.qpojci 2024-09-21T19:03:43.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:43 smithi160 bash[25034]: cephadm 2024-09-21T19:03:41.924859+0000 mgr.smithi107.uonppz (mgr.14203) 346 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi107.qpojci 2024-09-21T19:03:44.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:44 smithi107 bash[20033]: audit 2024-09-21T19:03:42.256617+0000 mgr.smithi107.uonppz (mgr.14203) 347 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:44.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:44 smithi107 bash[20033]: audit 2024-09-21T19:03:42.256617+0000 mgr.smithi107.uonppz (mgr.14203) 347 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:44.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:44 smithi160 bash[25034]: audit 2024-09-21T19:03:42.256617+0000 mgr.smithi107.uonppz (mgr.14203) 347 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:44.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:44 smithi160 bash[25034]: audit 2024-09-21T19:03:42.256617+0000 mgr.smithi107.uonppz (mgr.14203) 347 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:45.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:45 smithi107 bash[20033]: cluster 2024-09-21T19:03:43.386534+0000 mgr.smithi107.uonppz (mgr.14203) 348 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:03:45.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:45 smithi107 bash[20033]: cluster 2024-09-21T19:03:43.386534+0000 mgr.smithi107.uonppz (mgr.14203) 348 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:03:45.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:45 smithi107 bash[20033]: audit 2024-09-21T19:03:43.606694+0000 mgr.smithi107.uonppz (mgr.14203) 349 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:45.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:45 smithi107 bash[20033]: audit 2024-09-21T19:03:43.606694+0000 mgr.smithi107.uonppz (mgr.14203) 349 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:45.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:45 smithi107 bash[20033]: audit 2024-09-21T19:03:44.946204+0000 mgr.smithi107.uonppz (mgr.14203) 350 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:45.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:45 smithi107 bash[20033]: audit 2024-09-21T19:03:44.946204+0000 mgr.smithi107.uonppz (mgr.14203) 350 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:45.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:45 smithi160 bash[25034]: cluster 2024-09-21T19:03:43.386534+0000 mgr.smithi107.uonppz (mgr.14203) 348 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:03:45.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:45 smithi160 bash[25034]: cluster 2024-09-21T19:03:43.386534+0000 mgr.smithi107.uonppz (mgr.14203) 348 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 586 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:03:45.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:45 smithi160 bash[25034]: audit 2024-09-21T19:03:43.606694+0000 mgr.smithi107.uonppz (mgr.14203) 349 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:45.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:45 smithi160 bash[25034]: audit 2024-09-21T19:03:43.606694+0000 mgr.smithi107.uonppz (mgr.14203) 349 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:45.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:45 smithi160 bash[25034]: audit 2024-09-21T19:03:44.946204+0000 mgr.smithi107.uonppz (mgr.14203) 350 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:45.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:45 smithi160 bash[25034]: audit 2024-09-21T19:03:44.946204+0000 mgr.smithi107.uonppz (mgr.14203) 350 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:46.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:46 smithi160 bash[25034]: cluster 2024-09-21T19:03:45.387513+0000 mgr.smithi107.uonppz (mgr.14203) 351 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 595 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-21T19:03:46.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:46 smithi160 bash[25034]: cluster 2024-09-21T19:03:45.387513+0000 mgr.smithi107.uonppz (mgr.14203) 351 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 595 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-21T19:03:46.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:46 smithi107 bash[20033]: cluster 2024-09-21T19:03:45.387513+0000 mgr.smithi107.uonppz (mgr.14203) 351 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 595 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-21T19:03:46.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:46 smithi107 bash[20033]: cluster 2024-09-21T19:03:45.387513+0000 mgr.smithi107.uonppz (mgr.14203) 351 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 595 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-21T19:03:47.407 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:47 smithi160 bash[25034]: audit 2024-09-21T19:03:46.289406+0000 mgr.smithi107.uonppz (mgr.14203) 352 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:47.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:47 smithi160 bash[25034]: audit 2024-09-21T19:03:46.289406+0000 mgr.smithi107.uonppz (mgr.14203) 352 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:47.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:47 smithi107 bash[20033]: audit 2024-09-21T19:03:46.289406+0000 mgr.smithi107.uonppz (mgr.14203) 352 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:47.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:47 smithi107 bash[20033]: audit 2024-09-21T19:03:46.289406+0000 mgr.smithi107.uonppz (mgr.14203) 352 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:48.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:48 smithi160 bash[25034]: cluster 2024-09-21T19:03:47.387995+0000 mgr.smithi107.uonppz (mgr.14203) 353 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 595 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-21T19:03:48.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:48 smithi160 bash[25034]: cluster 2024-09-21T19:03:47.387995+0000 mgr.smithi107.uonppz (mgr.14203) 353 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 595 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-21T19:03:48.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:48 smithi160 bash[25034]: audit 2024-09-21T19:03:47.643869+0000 mgr.smithi107.uonppz (mgr.14203) 354 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:48.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:48 smithi160 bash[25034]: audit 2024-09-21T19:03:47.643869+0000 mgr.smithi107.uonppz (mgr.14203) 354 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:48.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:48 smithi160 bash[25034]: audit 2024-09-21T19:03:47.728850+0000 mon.smithi107 (mon.0) 932 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:48.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:48 smithi160 bash[25034]: audit 2024-09-21T19:03:47.728850+0000 mon.smithi107 (mon.0) 932 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:48.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:48 smithi160 bash[25034]: audit 2024-09-21T19:03:47.733902+0000 mon.smithi107 (mon.0) 933 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:48.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:48 smithi160 bash[25034]: audit 2024-09-21T19:03:47.733902+0000 mon.smithi107 (mon.0) 933 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:48.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:48 smithi160 bash[25034]: audit 2024-09-21T19:03:48.118178+0000 mon.smithi107 (mon.0) 934 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:48.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:48 smithi160 bash[25034]: audit 2024-09-21T19:03:48.118178+0000 mon.smithi107 (mon.0) 934 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:48.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:48 smithi160 bash[25034]: audit 2024-09-21T19:03:48.124907+0000 mon.smithi107 (mon.0) 935 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:48.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:48 smithi160 bash[25034]: audit 2024-09-21T19:03:48.124907+0000 mon.smithi107 (mon.0) 935 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:48.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:48 smithi160 bash[25034]: audit 2024-09-21T19:03:48.125930+0000 mon.smithi107 (mon.0) 936 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:03:48.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:48 smithi160 bash[25034]: audit 2024-09-21T19:03:48.125930+0000 mon.smithi107 (mon.0) 936 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:03:48.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:48 smithi160 bash[25034]: audit 2024-09-21T19:03:48.126572+0000 mon.smithi107 (mon.0) 937 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:03:48.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:48 smithi160 bash[25034]: audit 2024-09-21T19:03:48.126572+0000 mon.smithi107 (mon.0) 937 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:03:48.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:48 smithi160 bash[25034]: audit 2024-09-21T19:03:48.133316+0000 mon.smithi107 (mon.0) 938 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:48.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:48 smithi160 bash[25034]: audit 2024-09-21T19:03:48.133316+0000 mon.smithi107 (mon.0) 938 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:48.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:48 smithi160 bash[25034]: audit 2024-09-21T19:03:48.136260+0000 mon.smithi107 (mon.0) 939 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:03:48.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:48 smithi160 bash[25034]: audit 2024-09-21T19:03:48.136260+0000 mon.smithi107 (mon.0) 939 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:03:48.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:48 smithi160 bash[25034]: audit 2024-09-21T19:03:48.146016+0000 mon.smithi107 (mon.0) 940 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:48.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:48 smithi160 bash[25034]: audit 2024-09-21T19:03:48.146016+0000 mon.smithi107 (mon.0) 940 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:49.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:48 smithi107 bash[20033]: cluster 2024-09-21T19:03:47.387995+0000 mgr.smithi107.uonppz (mgr.14203) 353 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 595 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-21T19:03:49.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:48 smithi107 bash[20033]: cluster 2024-09-21T19:03:47.387995+0000 mgr.smithi107.uonppz (mgr.14203) 353 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 595 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-21T19:03:49.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:48 smithi107 bash[20033]: audit 2024-09-21T19:03:47.643869+0000 mgr.smithi107.uonppz (mgr.14203) 354 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:49.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:48 smithi107 bash[20033]: audit 2024-09-21T19:03:47.643869+0000 mgr.smithi107.uonppz (mgr.14203) 354 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:49.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:48 smithi107 bash[20033]: audit 2024-09-21T19:03:47.728850+0000 mon.smithi107 (mon.0) 932 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:49.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:48 smithi107 bash[20033]: audit 2024-09-21T19:03:47.728850+0000 mon.smithi107 (mon.0) 932 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:49.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:48 smithi107 bash[20033]: audit 2024-09-21T19:03:47.733902+0000 mon.smithi107 (mon.0) 933 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:49.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:48 smithi107 bash[20033]: audit 2024-09-21T19:03:47.733902+0000 mon.smithi107 (mon.0) 933 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:49.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:48 smithi107 bash[20033]: audit 2024-09-21T19:03:48.118178+0000 mon.smithi107 (mon.0) 934 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:49.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:48 smithi107 bash[20033]: audit 2024-09-21T19:03:48.118178+0000 mon.smithi107 (mon.0) 934 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:49.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:48 smithi107 bash[20033]: audit 2024-09-21T19:03:48.124907+0000 mon.smithi107 (mon.0) 935 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:49.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:48 smithi107 bash[20033]: audit 2024-09-21T19:03:48.124907+0000 mon.smithi107 (mon.0) 935 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:49.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:48 smithi107 bash[20033]: audit 2024-09-21T19:03:48.125930+0000 mon.smithi107 (mon.0) 936 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:03:49.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:48 smithi107 bash[20033]: audit 2024-09-21T19:03:48.125930+0000 mon.smithi107 (mon.0) 936 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:03:49.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:48 smithi107 bash[20033]: audit 2024-09-21T19:03:48.126572+0000 mon.smithi107 (mon.0) 937 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:03:49.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:48 smithi107 bash[20033]: audit 2024-09-21T19:03:48.126572+0000 mon.smithi107 (mon.0) 937 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:03:49.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:48 smithi107 bash[20033]: audit 2024-09-21T19:03:48.133316+0000 mon.smithi107 (mon.0) 938 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:49.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:48 smithi107 bash[20033]: audit 2024-09-21T19:03:48.133316+0000 mon.smithi107 (mon.0) 938 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:49.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:48 smithi107 bash[20033]: audit 2024-09-21T19:03:48.136260+0000 mon.smithi107 (mon.0) 939 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:03:49.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:48 smithi107 bash[20033]: audit 2024-09-21T19:03:48.136260+0000 mon.smithi107 (mon.0) 939 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:03:49.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:48 smithi107 bash[20033]: audit 2024-09-21T19:03:48.146016+0000 mon.smithi107 (mon.0) 940 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:49.149 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:48 smithi107 bash[20033]: audit 2024-09-21T19:03:48.146016+0000 mon.smithi107 (mon.0) 940 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:50.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:49 smithi107 bash[20033]: audit 2024-09-21T19:03:48.982338+0000 mgr.smithi107.uonppz (mgr.14203) 355 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:50.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:49 smithi107 bash[20033]: audit 2024-09-21T19:03:48.982338+0000 mgr.smithi107.uonppz (mgr.14203) 355 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:50.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:49 smithi160 bash[25034]: audit 2024-09-21T19:03:48.982338+0000 mgr.smithi107.uonppz (mgr.14203) 355 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:50.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:49 smithi160 bash[25034]: audit 2024-09-21T19:03:48.982338+0000 mgr.smithi107.uonppz (mgr.14203) 355 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:51.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:50 smithi107 bash[20033]: cluster 2024-09-21T19:03:49.389065+0000 mgr.smithi107.uonppz (mgr.14203) 356 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 0 op/s 2024-09-21T19:03:51.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:50 smithi107 bash[20033]: cluster 2024-09-21T19:03:49.389065+0000 mgr.smithi107.uonppz (mgr.14203) 356 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 0 op/s 2024-09-21T19:03:51.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:50 smithi160 bash[25034]: cluster 2024-09-21T19:03:49.389065+0000 mgr.smithi107.uonppz (mgr.14203) 356 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 0 op/s 2024-09-21T19:03:51.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:50 smithi160 bash[25034]: cluster 2024-09-21T19:03:49.389065+0000 mgr.smithi107.uonppz (mgr.14203) 356 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 0 op/s 2024-09-21T19:03:52.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:51 smithi107 bash[20033]: audit 2024-09-21T19:03:50.318197+0000 mgr.smithi107.uonppz (mgr.14203) 357 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:52.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:51 smithi107 bash[20033]: audit 2024-09-21T19:03:50.318197+0000 mgr.smithi107.uonppz (mgr.14203) 357 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:52.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:51 smithi160 bash[25034]: audit 2024-09-21T19:03:50.318197+0000 mgr.smithi107.uonppz (mgr.14203) 357 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:52.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:51 smithi160 bash[25034]: audit 2024-09-21T19:03:50.318197+0000 mgr.smithi107.uonppz (mgr.14203) 357 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:53.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:52 smithi107 bash[20033]: cluster 2024-09-21T19:03:51.389887+0000 mgr.smithi107.uonppz (mgr.14203) 358 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-21T19:03:53.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:52 smithi107 bash[20033]: cluster 2024-09-21T19:03:51.389887+0000 mgr.smithi107.uonppz (mgr.14203) 358 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-21T19:03:53.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:52 smithi107 bash[20033]: audit 2024-09-21T19:03:51.682296+0000 mgr.smithi107.uonppz (mgr.14203) 359 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:53.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:52 smithi107 bash[20033]: audit 2024-09-21T19:03:51.682296+0000 mgr.smithi107.uonppz (mgr.14203) 359 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:53.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:52 smithi160 bash[25034]: cluster 2024-09-21T19:03:51.389887+0000 mgr.smithi107.uonppz (mgr.14203) 358 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-21T19:03:53.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:52 smithi160 bash[25034]: cluster 2024-09-21T19:03:51.389887+0000 mgr.smithi107.uonppz (mgr.14203) 358 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-21T19:03:53.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:52 smithi160 bash[25034]: audit 2024-09-21T19:03:51.682296+0000 mgr.smithi107.uonppz (mgr.14203) 359 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:53.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:52 smithi160 bash[25034]: audit 2024-09-21T19:03:51.682296+0000 mgr.smithi107.uonppz (mgr.14203) 359 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:53.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:53 smithi160 bash[25034]: audit 2024-09-21T19:03:53.041431+0000 mgr.smithi107.uonppz (mgr.14203) 360 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:53.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:53 smithi160 bash[25034]: audit 2024-09-21T19:03:53.041431+0000 mgr.smithi107.uonppz (mgr.14203) 360 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:54.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:53 smithi107 bash[20033]: audit 2024-09-21T19:03:53.041431+0000 mgr.smithi107.uonppz (mgr.14203) 360 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:54.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:53 smithi107 bash[20033]: audit 2024-09-21T19:03:53.041431+0000 mgr.smithi107.uonppz (mgr.14203) 360 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:55.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:54 smithi107 bash[20033]: cluster 2024-09-21T19:03:53.390663+0000 mgr.smithi107.uonppz (mgr.14203) 361 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-21T19:03:55.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:54 smithi107 bash[20033]: cluster 2024-09-21T19:03:53.390663+0000 mgr.smithi107.uonppz (mgr.14203) 361 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-21T19:03:55.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:54 smithi160 bash[25034]: cluster 2024-09-21T19:03:53.390663+0000 mgr.smithi107.uonppz (mgr.14203) 361 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-21T19:03:55.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:54 smithi160 bash[25034]: cluster 2024-09-21T19:03:53.390663+0000 mgr.smithi107.uonppz (mgr.14203) 361 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-21T19:03:56.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:55 smithi107 bash[20033]: audit 2024-09-21T19:03:54.380808+0000 mgr.smithi107.uonppz (mgr.14203) 362 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:56.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:55 smithi107 bash[20033]: audit 2024-09-21T19:03:54.380808+0000 mgr.smithi107.uonppz (mgr.14203) 362 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:56.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:55 smithi160 bash[25034]: audit 2024-09-21T19:03:54.380808+0000 mgr.smithi107.uonppz (mgr.14203) 362 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:56.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:55 smithi160 bash[25034]: audit 2024-09-21T19:03:54.380808+0000 mgr.smithi107.uonppz (mgr.14203) 362 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:57.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:56 smithi107 bash[20033]: cluster 2024-09-21T19:03:55.391720+0000 mgr.smithi107.uonppz (mgr.14203) 363 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-21T19:03:57.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:56 smithi107 bash[20033]: cluster 2024-09-21T19:03:55.391720+0000 mgr.smithi107.uonppz (mgr.14203) 363 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-21T19:03:57.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:56 smithi107 bash[20033]: audit 2024-09-21T19:03:55.742063+0000 mgr.smithi107.uonppz (mgr.14203) 364 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:57.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:56 smithi107 bash[20033]: audit 2024-09-21T19:03:55.742063+0000 mgr.smithi107.uonppz (mgr.14203) 364 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:57.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:56 smithi107 bash[20033]: audit 2024-09-21T19:03:56.578594+0000 mon.smithi107 (mon.0) 941 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:03:57.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:56 smithi107 bash[20033]: audit 2024-09-21T19:03:56.578594+0000 mon.smithi107 (mon.0) 941 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:03:57.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:56 smithi160 bash[25034]: cluster 2024-09-21T19:03:55.391720+0000 mgr.smithi107.uonppz (mgr.14203) 363 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-21T19:03:57.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:56 smithi160 bash[25034]: cluster 2024-09-21T19:03:55.391720+0000 mgr.smithi107.uonppz (mgr.14203) 363 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-21T19:03:57.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:56 smithi160 bash[25034]: audit 2024-09-21T19:03:55.742063+0000 mgr.smithi107.uonppz (mgr.14203) 364 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:57.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:56 smithi160 bash[25034]: audit 2024-09-21T19:03:55.742063+0000 mgr.smithi107.uonppz (mgr.14203) 364 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:57.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:56 smithi160 bash[25034]: audit 2024-09-21T19:03:56.578594+0000 mon.smithi107 (mon.0) 941 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:03:57.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:56 smithi160 bash[25034]: audit 2024-09-21T19:03:56.578594+0000 mon.smithi107 (mon.0) 941 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:03:58.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:57 smithi107 bash[20033]: audit 2024-09-21T19:03:57.085960+0000 mgr.smithi107.uonppz (mgr.14203) 365 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:58.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:57 smithi107 bash[20033]: audit 2024-09-21T19:03:57.085960+0000 mgr.smithi107.uonppz (mgr.14203) 365 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:58.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:57 smithi160 bash[25034]: audit 2024-09-21T19:03:57.085960+0000 mgr.smithi107.uonppz (mgr.14203) 365 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:58.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:57 smithi160 bash[25034]: audit 2024-09-21T19:03:57.085960+0000 mgr.smithi107.uonppz (mgr.14203) 365 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:58.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:58 smithi160 bash[25034]: cluster 2024-09-21T19:03:57.392501+0000 mgr.smithi107.uonppz (mgr.14203) 366 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:03:58.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:58 smithi160 bash[25034]: cluster 2024-09-21T19:03:57.392501+0000 mgr.smithi107.uonppz (mgr.14203) 366 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:03:58.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:58 smithi160 bash[25034]: audit 2024-09-21T19:03:58.479476+0000 mon.smithi107 (mon.0) 942 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:58.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:58 smithi160 bash[25034]: audit 2024-09-21T19:03:58.479476+0000 mon.smithi107 (mon.0) 942 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:58.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:58 smithi160 bash[25034]: audit 2024-09-21T19:03:58.485318+0000 mon.smithi107 (mon.0) 943 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:58.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:58 smithi160 bash[25034]: audit 2024-09-21T19:03:58.485318+0000 mon.smithi107 (mon.0) 943 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:58.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:58 smithi160 bash[25034]: audit 2024-09-21T19:03:58.727899+0000 mon.smithi107 (mon.0) 944 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:03:58.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:58 smithi160 bash[25034]: audit 2024-09-21T19:03:58.727899+0000 mon.smithi107 (mon.0) 944 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:03:59.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:58 smithi107 bash[20033]: cluster 2024-09-21T19:03:57.392501+0000 mgr.smithi107.uonppz (mgr.14203) 366 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:03:59.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:58 smithi107 bash[20033]: cluster 2024-09-21T19:03:57.392501+0000 mgr.smithi107.uonppz (mgr.14203) 366 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:03:59.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:58 smithi107 bash[20033]: audit 2024-09-21T19:03:58.479476+0000 mon.smithi107 (mon.0) 942 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:59.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:58 smithi107 bash[20033]: audit 2024-09-21T19:03:58.479476+0000 mon.smithi107 (mon.0) 942 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:59.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:58 smithi107 bash[20033]: audit 2024-09-21T19:03:58.485318+0000 mon.smithi107 (mon.0) 943 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:59.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:58 smithi107 bash[20033]: audit 2024-09-21T19:03:58.485318+0000 mon.smithi107 (mon.0) 943 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:03:59.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:58 smithi107 bash[20033]: audit 2024-09-21T19:03:58.727899+0000 mon.smithi107 (mon.0) 944 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:03:59.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:58 smithi107 bash[20033]: audit 2024-09-21T19:03:58.727899+0000 mon.smithi107 (mon.0) 944 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:03:59.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:59 smithi107 bash[20033]: audit 2024-09-21T19:03:58.454663+0000 mgr.smithi107.uonppz (mgr.14203) 367 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:03:59.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:03:59 smithi107 bash[20033]: audit 2024-09-21T19:03:58.454663+0000 mgr.smithi107.uonppz (mgr.14203) 367 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:00.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:59 smithi160 bash[25034]: audit 2024-09-21T19:03:58.454663+0000 mgr.smithi107.uonppz (mgr.14203) 367 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:00.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:03:59 smithi160 bash[25034]: audit 2024-09-21T19:03:58.454663+0000 mgr.smithi107.uonppz (mgr.14203) 367 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:01.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:00 smithi107 bash[20033]: cluster 2024-09-21T19:03:59.393602+0000 mgr.smithi107.uonppz (mgr.14203) 368 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:04:01.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:00 smithi107 bash[20033]: cluster 2024-09-21T19:03:59.393602+0000 mgr.smithi107.uonppz (mgr.14203) 368 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:04:01.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:00 smithi107 bash[20033]: audit 2024-09-21T19:03:59.799828+0000 mgr.smithi107.uonppz (mgr.14203) 369 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:01.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:00 smithi107 bash[20033]: audit 2024-09-21T19:03:59.799828+0000 mgr.smithi107.uonppz (mgr.14203) 369 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:01.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:00 smithi160 bash[25034]: cluster 2024-09-21T19:03:59.393602+0000 mgr.smithi107.uonppz (mgr.14203) 368 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:04:01.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:00 smithi160 bash[25034]: cluster 2024-09-21T19:03:59.393602+0000 mgr.smithi107.uonppz (mgr.14203) 368 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:04:01.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:00 smithi160 bash[25034]: audit 2024-09-21T19:03:59.799828+0000 mgr.smithi107.uonppz (mgr.14203) 369 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:01.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:00 smithi160 bash[25034]: audit 2024-09-21T19:03:59.799828+0000 mgr.smithi107.uonppz (mgr.14203) 369 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:02.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:01 smithi107 bash[20033]: audit 2024-09-21T19:04:01.139879+0000 mgr.smithi107.uonppz (mgr.14203) 370 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:02.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:01 smithi107 bash[20033]: audit 2024-09-21T19:04:01.139879+0000 mgr.smithi107.uonppz (mgr.14203) 370 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:02.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:01 smithi160 bash[25034]: audit 2024-09-21T19:04:01.139879+0000 mgr.smithi107.uonppz (mgr.14203) 370 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:02.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:01 smithi160 bash[25034]: audit 2024-09-21T19:04:01.139879+0000 mgr.smithi107.uonppz (mgr.14203) 370 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:03.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:02 smithi107 bash[20033]: cluster 2024-09-21T19:04:01.394441+0000 mgr.smithi107.uonppz (mgr.14203) 371 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-09-21T19:04:03.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:02 smithi107 bash[20033]: cluster 2024-09-21T19:04:01.394441+0000 mgr.smithi107.uonppz (mgr.14203) 371 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-09-21T19:04:03.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:02 smithi160 bash[25034]: cluster 2024-09-21T19:04:01.394441+0000 mgr.smithi107.uonppz (mgr.14203) 371 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-09-21T19:04:03.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:02 smithi160 bash[25034]: cluster 2024-09-21T19:04:01.394441+0000 mgr.smithi107.uonppz (mgr.14203) 371 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-09-21T19:04:03.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:03 smithi160 bash[25034]: audit 2024-09-21T19:04:02.489844+0000 mgr.smithi107.uonppz (mgr.14203) 372 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:03.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:03 smithi160 bash[25034]: audit 2024-09-21T19:04:02.489844+0000 mgr.smithi107.uonppz (mgr.14203) 372 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:03.936 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:03 smithi107 bash[20033]: audit 2024-09-21T19:04:02.489844+0000 mgr.smithi107.uonppz (mgr.14203) 372 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:03.936 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:03 smithi107 bash[20033]: audit 2024-09-21T19:04:02.489844+0000 mgr.smithi107.uonppz (mgr.14203) 372 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:05.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:04 smithi107 bash[20033]: cluster 2024-09-21T19:04:03.395164+0000 mgr.smithi107.uonppz (mgr.14203) 373 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:04:05.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:04 smithi107 bash[20033]: cluster 2024-09-21T19:04:03.395164+0000 mgr.smithi107.uonppz (mgr.14203) 373 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:04:05.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:04 smithi107 bash[20033]: audit 2024-09-21T19:04:03.837047+0000 mgr.smithi107.uonppz (mgr.14203) 374 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:05.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:04 smithi107 bash[20033]: audit 2024-09-21T19:04:03.837047+0000 mgr.smithi107.uonppz (mgr.14203) 374 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:05.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:04 smithi107 bash[20033]: audit 2024-09-21T19:04:04.529302+0000 mon.smithi107 (mon.0) 945 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:05.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:04 smithi107 bash[20033]: audit 2024-09-21T19:04:04.529302+0000 mon.smithi107 (mon.0) 945 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:05.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:04 smithi107 bash[20033]: audit 2024-09-21T19:04:04.534583+0000 mon.smithi107 (mon.0) 946 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:05.148 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:04 smithi107 bash[20033]: audit 2024-09-21T19:04:04.534583+0000 mon.smithi107 (mon.0) 946 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:05.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:04 smithi160 bash[25034]: cluster 2024-09-21T19:04:03.395164+0000 mgr.smithi107.uonppz (mgr.14203) 373 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:04:05.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:04 smithi160 bash[25034]: cluster 2024-09-21T19:04:03.395164+0000 mgr.smithi107.uonppz (mgr.14203) 373 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:04:05.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:04 smithi160 bash[25034]: audit 2024-09-21T19:04:03.837047+0000 mgr.smithi107.uonppz (mgr.14203) 374 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:05.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:04 smithi160 bash[25034]: audit 2024-09-21T19:04:03.837047+0000 mgr.smithi107.uonppz (mgr.14203) 374 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:05.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:04 smithi160 bash[25034]: audit 2024-09-21T19:04:04.529302+0000 mon.smithi107 (mon.0) 945 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:05.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:04 smithi160 bash[25034]: audit 2024-09-21T19:04:04.529302+0000 mon.smithi107 (mon.0) 945 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:05.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:04 smithi160 bash[25034]: audit 2024-09-21T19:04:04.534583+0000 mon.smithi107 (mon.0) 946 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:05.158 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:04 smithi160 bash[25034]: audit 2024-09-21T19:04:04.534583+0000 mon.smithi107 (mon.0) 946 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:05.218 INFO:teuthology.orchestra.run.smithi107.stdout:haproxy.nfs.foo.smithi107.qpojci smithi107 *:2999,9999 running (6s) 0s ago 109s 4568k - 2.3.17-d1c9119 e85424b0d443 8cf600f3435b 2024-09-21T19:04:05.550 INFO:teuthology.orchestra.run.smithi107.stdout:Scheduled to stop haproxy.nfs.foo.smithi160.tbeqos on host 'smithi160' 2024-09-21T19:04:06.379 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:05 smithi107 bash[20033]: audit 2024-09-21T19:04:04.952822+0000 mon.smithi107 (mon.0) 947 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:06.379 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:05 smithi107 bash[20033]: audit 2024-09-21T19:04:04.952822+0000 mon.smithi107 (mon.0) 947 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:06.379 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:05 smithi107 bash[20033]: audit 2024-09-21T19:04:04.962307+0000 mon.smithi107 (mon.0) 948 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:06.379 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:05 smithi107 bash[20033]: audit 2024-09-21T19:04:04.962307+0000 mon.smithi107 (mon.0) 948 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:06.380 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:05 smithi107 bash[20033]: audit 2024-09-21T19:04:05.540428+0000 mon.smithi107 (mon.0) 949 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:06.380 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:05 smithi107 bash[20033]: audit 2024-09-21T19:04:05.540428+0000 mon.smithi107 (mon.0) 949 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:06.380 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:05 smithi107 bash[20033]: audit 2024-09-21T19:04:05.548108+0000 mon.smithi107 (mon.0) 950 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:04:06.380 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:05 smithi107 bash[20033]: audit 2024-09-21T19:04:05.548108+0000 mon.smithi107 (mon.0) 950 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:04:06.380 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:05 smithi107 bash[20033]: audit 2024-09-21T19:04:05.550654+0000 mon.smithi107 (mon.0) 951 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:06.380 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:05 smithi107 bash[20033]: audit 2024-09-21T19:04:05.550654+0000 mon.smithi107 (mon.0) 951 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:06.380 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:05 smithi107 bash[20033]: audit 2024-09-21T19:04:05.551133+0000 mon.smithi107 (mon.0) 952 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:04:06.380 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:05 smithi107 bash[20033]: audit 2024-09-21T19:04:05.551133+0000 mon.smithi107 (mon.0) 952 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:04:06.380 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:05 smithi107 bash[20033]: audit 2024-09-21T19:04:05.558632+0000 mon.smithi107 (mon.0) 953 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:06.380 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:05 smithi107 bash[20033]: audit 2024-09-21T19:04:05.558632+0000 mon.smithi107 (mon.0) 953 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:06.380 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:05 smithi107 bash[20033]: audit 2024-09-21T19:04:05.562496+0000 mon.smithi107 (mon.0) 954 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:04:06.380 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:05 smithi107 bash[20033]: audit 2024-09-21T19:04:05.562496+0000 mon.smithi107 (mon.0) 954 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:04:06.380 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:05 smithi107 bash[20033]: audit 2024-09-21T19:04:05.573656+0000 mon.smithi107 (mon.0) 955 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:06.380 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:05 smithi107 bash[20033]: audit 2024-09-21T19:04:05.573656+0000 mon.smithi107 (mon.0) 955 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:06.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:05 smithi160 bash[25034]: audit 2024-09-21T19:04:04.952822+0000 mon.smithi107 (mon.0) 947 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:06.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:05 smithi160 bash[25034]: audit 2024-09-21T19:04:04.952822+0000 mon.smithi107 (mon.0) 947 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:06.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:05 smithi160 bash[25034]: audit 2024-09-21T19:04:04.962307+0000 mon.smithi107 (mon.0) 948 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:06.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:05 smithi160 bash[25034]: audit 2024-09-21T19:04:04.962307+0000 mon.smithi107 (mon.0) 948 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:06.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:05 smithi160 bash[25034]: audit 2024-09-21T19:04:05.540428+0000 mon.smithi107 (mon.0) 949 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:06.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:05 smithi160 bash[25034]: audit 2024-09-21T19:04:05.540428+0000 mon.smithi107 (mon.0) 949 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:06.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:05 smithi160 bash[25034]: audit 2024-09-21T19:04:05.548108+0000 mon.smithi107 (mon.0) 950 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:04:06.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:05 smithi160 bash[25034]: audit 2024-09-21T19:04:05.548108+0000 mon.smithi107 (mon.0) 950 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:04:06.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:05 smithi160 bash[25034]: audit 2024-09-21T19:04:05.550654+0000 mon.smithi107 (mon.0) 951 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:06.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:05 smithi160 bash[25034]: audit 2024-09-21T19:04:05.550654+0000 mon.smithi107 (mon.0) 951 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:06.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:05 smithi160 bash[25034]: audit 2024-09-21T19:04:05.551133+0000 mon.smithi107 (mon.0) 952 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:04:06.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:05 smithi160 bash[25034]: audit 2024-09-21T19:04:05.551133+0000 mon.smithi107 (mon.0) 952 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:04:06.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:05 smithi160 bash[25034]: audit 2024-09-21T19:04:05.558632+0000 mon.smithi107 (mon.0) 953 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:06.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:05 smithi160 bash[25034]: audit 2024-09-21T19:04:05.558632+0000 mon.smithi107 (mon.0) 953 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:06.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:05 smithi160 bash[25034]: audit 2024-09-21T19:04:05.562496+0000 mon.smithi107 (mon.0) 954 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:04:06.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:05 smithi160 bash[25034]: audit 2024-09-21T19:04:05.562496+0000 mon.smithi107 (mon.0) 954 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:04:06.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:05 smithi160 bash[25034]: audit 2024-09-21T19:04:05.573656+0000 mon.smithi107 (mon.0) 955 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:06.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:05 smithi160 bash[25034]: audit 2024-09-21T19:04:05.573656+0000 mon.smithi107 (mon.0) 955 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:07.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:06 smithi107 bash[20033]: audit 2024-09-21T19:04:05.183704+0000 mgr.smithi107.uonppz (mgr.14203) 375 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:07.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:06 smithi107 bash[20033]: audit 2024-09-21T19:04:05.183704+0000 mgr.smithi107.uonppz (mgr.14203) 375 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:07.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:06 smithi107 bash[20033]: cluster 2024-09-21T19:04:05.395705+0000 mgr.smithi107.uonppz (mgr.14203) 376 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:04:07.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:06 smithi107 bash[20033]: cluster 2024-09-21T19:04:05.395705+0000 mgr.smithi107.uonppz (mgr.14203) 376 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:04:07.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:06 smithi107 bash[20033]: audit 2024-09-21T19:04:05.514764+0000 mgr.smithi107.uonppz (mgr.14203) 377 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi160.tbeqos", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:07.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:06 smithi107 bash[20033]: audit 2024-09-21T19:04:05.514764+0000 mgr.smithi107.uonppz (mgr.14203) 377 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi160.tbeqos", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:07.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:06 smithi107 bash[20033]: cephadm 2024-09-21T19:04:05.533826+0000 mgr.smithi107.uonppz (mgr.14203) 378 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi160.tbeqos 2024-09-21T19:04:07.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:06 smithi107 bash[20033]: cephadm 2024-09-21T19:04:05.533826+0000 mgr.smithi107.uonppz (mgr.14203) 378 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi160.tbeqos 2024-09-21T19:04:07.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:06 smithi107 bash[20033]: audit 2024-09-21T19:04:05.840621+0000 mgr.smithi107.uonppz (mgr.14203) 379 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:07.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:06 smithi107 bash[20033]: audit 2024-09-21T19:04:05.840621+0000 mgr.smithi107.uonppz (mgr.14203) 379 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:07.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:06 smithi160 bash[25034]: audit 2024-09-21T19:04:05.183704+0000 mgr.smithi107.uonppz (mgr.14203) 375 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:07.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:06 smithi160 bash[25034]: audit 2024-09-21T19:04:05.183704+0000 mgr.smithi107.uonppz (mgr.14203) 375 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:07.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:06 smithi160 bash[25034]: cluster 2024-09-21T19:04:05.395705+0000 mgr.smithi107.uonppz (mgr.14203) 376 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:04:07.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:06 smithi160 bash[25034]: cluster 2024-09-21T19:04:05.395705+0000 mgr.smithi107.uonppz (mgr.14203) 376 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:04:07.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:06 smithi160 bash[25034]: audit 2024-09-21T19:04:05.514764+0000 mgr.smithi107.uonppz (mgr.14203) 377 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi160.tbeqos", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:07.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:06 smithi160 bash[25034]: audit 2024-09-21T19:04:05.514764+0000 mgr.smithi107.uonppz (mgr.14203) 377 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi160.tbeqos", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:07.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:06 smithi160 bash[25034]: cephadm 2024-09-21T19:04:05.533826+0000 mgr.smithi107.uonppz (mgr.14203) 378 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi160.tbeqos 2024-09-21T19:04:07.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:06 smithi160 bash[25034]: cephadm 2024-09-21T19:04:05.533826+0000 mgr.smithi107.uonppz (mgr.14203) 378 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi160.tbeqos 2024-09-21T19:04:07.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:06 smithi160 bash[25034]: audit 2024-09-21T19:04:05.840621+0000 mgr.smithi107.uonppz (mgr.14203) 379 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:07.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:06 smithi160 bash[25034]: audit 2024-09-21T19:04:05.840621+0000 mgr.smithi107.uonppz (mgr.14203) 379 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:09.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:08 smithi107 bash[20033]: audit 2024-09-21T19:04:07.220568+0000 mgr.smithi107.uonppz (mgr.14203) 380 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:09.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:08 smithi107 bash[20033]: audit 2024-09-21T19:04:07.220568+0000 mgr.smithi107.uonppz (mgr.14203) 380 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:09.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:08 smithi107 bash[20033]: cluster 2024-09-21T19:04:07.396512+0000 mgr.smithi107.uonppz (mgr.14203) 381 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:04:09.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:08 smithi107 bash[20033]: cluster 2024-09-21T19:04:07.396512+0000 mgr.smithi107.uonppz (mgr.14203) 381 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:04:09.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:08 smithi160 bash[25034]: audit 2024-09-21T19:04:07.220568+0000 mgr.smithi107.uonppz (mgr.14203) 380 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:09.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:08 smithi160 bash[25034]: audit 2024-09-21T19:04:07.220568+0000 mgr.smithi107.uonppz (mgr.14203) 380 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:09.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:08 smithi160 bash[25034]: cluster 2024-09-21T19:04:07.396512+0000 mgr.smithi107.uonppz (mgr.14203) 381 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:04:09.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:08 smithi160 bash[25034]: cluster 2024-09-21T19:04:07.396512+0000 mgr.smithi107.uonppz (mgr.14203) 381 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:04:10.233 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:09 smithi107 bash[20033]: audit 2024-09-21T19:04:08.563123+0000 mgr.smithi107.uonppz (mgr.14203) 382 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:10.233 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:09 smithi107 bash[20033]: audit 2024-09-21T19:04:08.563123+0000 mgr.smithi107.uonppz (mgr.14203) 382 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:10.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:09 smithi160 bash[25034]: audit 2024-09-21T19:04:08.563123+0000 mgr.smithi107.uonppz (mgr.14203) 382 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:10.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:09 smithi160 bash[25034]: audit 2024-09-21T19:04:08.563123+0000 mgr.smithi107.uonppz (mgr.14203) 382 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:11.382 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:10 smithi160 bash[25034]: cluster 2024-09-21T19:04:09.397719+0000 mgr.smithi107.uonppz (mgr.14203) 383 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:04:11.382 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:10 smithi160 bash[25034]: cluster 2024-09-21T19:04:09.397719+0000 mgr.smithi107.uonppz (mgr.14203) 383 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:04:11.383 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:10 smithi160 bash[25034]: audit 2024-09-21T19:04:09.933481+0000 mgr.smithi107.uonppz (mgr.14203) 384 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:11.383 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:10 smithi160 bash[25034]: audit 2024-09-21T19:04:09.933481+0000 mgr.smithi107.uonppz (mgr.14203) 384 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:11.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:10 smithi107 bash[20033]: cluster 2024-09-21T19:04:09.397719+0000 mgr.smithi107.uonppz (mgr.14203) 383 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:04:11.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:10 smithi107 bash[20033]: cluster 2024-09-21T19:04:09.397719+0000 mgr.smithi107.uonppz (mgr.14203) 383 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:04:11.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:10 smithi107 bash[20033]: audit 2024-09-21T19:04:09.933481+0000 mgr.smithi107.uonppz (mgr.14203) 384 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:11.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:10 smithi107 bash[20033]: audit 2024-09-21T19:04:09.933481+0000 mgr.smithi107.uonppz (mgr.14203) 384 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:12.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:11 smithi107 bash[20033]: audit 2024-09-21T19:04:11.578603+0000 mon.smithi107 (mon.0) 956 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:04:12.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:11 smithi107 bash[20033]: audit 2024-09-21T19:04:11.578603+0000 mon.smithi107 (mon.0) 956 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:04:12.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:11 smithi107 bash[20033]: audit 2024-09-21T19:04:11.651198+0000 mon.smithi107 (mon.0) 957 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:12.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:11 smithi107 bash[20033]: audit 2024-09-21T19:04:11.651198+0000 mon.smithi107 (mon.0) 957 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:12.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:11 smithi107 bash[20033]: audit 2024-09-21T19:04:11.661370+0000 mon.smithi107 (mon.0) 958 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:12.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:11 smithi107 bash[20033]: audit 2024-09-21T19:04:11.661370+0000 mon.smithi107 (mon.0) 958 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:12.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:11 smithi107 bash[20033]: audit 2024-09-21T19:04:11.964449+0000 mon.smithi107 (mon.0) 959 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:04:12.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:11 smithi107 bash[20033]: audit 2024-09-21T19:04:11.964449+0000 mon.smithi107 (mon.0) 959 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:04:12.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:11 smithi160 bash[25034]: audit 2024-09-21T19:04:11.578603+0000 mon.smithi107 (mon.0) 956 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:04:12.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:11 smithi160 bash[25034]: audit 2024-09-21T19:04:11.578603+0000 mon.smithi107 (mon.0) 956 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:04:12.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:11 smithi160 bash[25034]: audit 2024-09-21T19:04:11.651198+0000 mon.smithi107 (mon.0) 957 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:12.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:11 smithi160 bash[25034]: audit 2024-09-21T19:04:11.651198+0000 mon.smithi107 (mon.0) 957 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:12.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:11 smithi160 bash[25034]: audit 2024-09-21T19:04:11.661370+0000 mon.smithi107 (mon.0) 958 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:12.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:11 smithi160 bash[25034]: audit 2024-09-21T19:04:11.661370+0000 mon.smithi107 (mon.0) 958 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:12.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:11 smithi160 bash[25034]: audit 2024-09-21T19:04:11.964449+0000 mon.smithi107 (mon.0) 959 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:04:12.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:11 smithi160 bash[25034]: audit 2024-09-21T19:04:11.964449+0000 mon.smithi107 (mon.0) 959 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:04:13.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:12 smithi107 bash[20033]: audit 2024-09-21T19:04:11.264448+0000 mgr.smithi107.uonppz (mgr.14203) 385 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:13.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:12 smithi107 bash[20033]: audit 2024-09-21T19:04:11.264448+0000 mgr.smithi107.uonppz (mgr.14203) 385 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:13.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:12 smithi107 bash[20033]: cluster 2024-09-21T19:04:11.398642+0000 mgr.smithi107.uonppz (mgr.14203) 386 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:04:13.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:12 smithi107 bash[20033]: cluster 2024-09-21T19:04:11.398642+0000 mgr.smithi107.uonppz (mgr.14203) 386 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:04:13.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:12 smithi107 bash[20033]: audit 2024-09-21T19:04:12.517477+0000 mon.smithi107 (mon.0) 960 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:13.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:12 smithi107 bash[20033]: audit 2024-09-21T19:04:12.517477+0000 mon.smithi107 (mon.0) 960 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:13.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:12 smithi107 bash[20033]: audit 2024-09-21T19:04:12.522389+0000 mon.smithi107 (mon.0) 961 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:13.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:12 smithi107 bash[20033]: audit 2024-09-21T19:04:12.522389+0000 mon.smithi107 (mon.0) 961 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:13.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:12 smithi160 bash[25034]: audit 2024-09-21T19:04:11.264448+0000 mgr.smithi107.uonppz (mgr.14203) 385 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:13.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:12 smithi160 bash[25034]: audit 2024-09-21T19:04:11.264448+0000 mgr.smithi107.uonppz (mgr.14203) 385 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:13.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:12 smithi160 bash[25034]: cluster 2024-09-21T19:04:11.398642+0000 mgr.smithi107.uonppz (mgr.14203) 386 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:04:13.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:12 smithi160 bash[25034]: cluster 2024-09-21T19:04:11.398642+0000 mgr.smithi107.uonppz (mgr.14203) 386 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:04:13.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:12 smithi160 bash[25034]: audit 2024-09-21T19:04:12.517477+0000 mon.smithi107 (mon.0) 960 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:13.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:12 smithi160 bash[25034]: audit 2024-09-21T19:04:12.517477+0000 mon.smithi107 (mon.0) 960 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:13.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:12 smithi160 bash[25034]: audit 2024-09-21T19:04:12.522389+0000 mon.smithi107 (mon.0) 961 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:13.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:12 smithi160 bash[25034]: audit 2024-09-21T19:04:12.522389+0000 mon.smithi107 (mon.0) 961 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:14.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:13 smithi107 bash[20033]: audit 2024-09-21T19:04:12.637135+0000 mgr.smithi107.uonppz (mgr.14203) 387 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:14.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:13 smithi107 bash[20033]: audit 2024-09-21T19:04:12.637135+0000 mgr.smithi107.uonppz (mgr.14203) 387 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:14.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:13 smithi160 bash[25034]: audit 2024-09-21T19:04:12.637135+0000 mgr.smithi107.uonppz (mgr.14203) 387 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:14.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:13 smithi160 bash[25034]: audit 2024-09-21T19:04:12.637135+0000 mgr.smithi107.uonppz (mgr.14203) 387 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:15.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:14 smithi107 bash[20033]: cluster 2024-09-21T19:04:13.399407+0000 mgr.smithi107.uonppz (mgr.14203) 388 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:04:15.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:14 smithi107 bash[20033]: cluster 2024-09-21T19:04:13.399407+0000 mgr.smithi107.uonppz (mgr.14203) 388 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:04:15.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:14 smithi107 bash[20033]: audit 2024-09-21T19:04:13.989163+0000 mgr.smithi107.uonppz (mgr.14203) 389 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:15.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:14 smithi107 bash[20033]: audit 2024-09-21T19:04:13.989163+0000 mgr.smithi107.uonppz (mgr.14203) 389 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:15.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:14 smithi160 bash[25034]: cluster 2024-09-21T19:04:13.399407+0000 mgr.smithi107.uonppz (mgr.14203) 388 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:04:15.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:14 smithi160 bash[25034]: cluster 2024-09-21T19:04:13.399407+0000 mgr.smithi107.uonppz (mgr.14203) 388 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:04:15.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:14 smithi160 bash[25034]: audit 2024-09-21T19:04:13.989163+0000 mgr.smithi107.uonppz (mgr.14203) 389 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:15.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:15 smithi160 bash[25034]: audit 2024-09-21T19:04:13.989163+0000 mgr.smithi107.uonppz (mgr.14203) 389 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:17.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:17 smithi107 bash[20033]: audit 2024-09-21T19:04:15.336314+0000 mgr.smithi107.uonppz (mgr.14203) 390 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:17.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:17 smithi107 bash[20033]: audit 2024-09-21T19:04:15.336314+0000 mgr.smithi107.uonppz (mgr.14203) 390 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:17.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:17 smithi107 bash[20033]: cluster 2024-09-21T19:04:15.400348+0000 mgr.smithi107.uonppz (mgr.14203) 391 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:04:17.147 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:17 smithi107 bash[20033]: cluster 2024-09-21T19:04:15.400348+0000 mgr.smithi107.uonppz (mgr.14203) 391 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:04:17.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:17 smithi160 bash[25034]: audit 2024-09-21T19:04:15.336314+0000 mgr.smithi107.uonppz (mgr.14203) 390 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:17.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:17 smithi160 bash[25034]: audit 2024-09-21T19:04:15.336314+0000 mgr.smithi107.uonppz (mgr.14203) 390 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:17.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:17 smithi160 bash[25034]: cluster 2024-09-21T19:04:15.400348+0000 mgr.smithi107.uonppz (mgr.14203) 391 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:04:17.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:17 smithi160 bash[25034]: cluster 2024-09-21T19:04:15.400348+0000 mgr.smithi107.uonppz (mgr.14203) 391 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:04:18.091 INFO:teuthology.orchestra.run.smithi107.stdout:haproxy.nfs.foo.smithi160.tbeqos smithi160 *:2999,9999 stopped 0s ago 113s - - 2024-09-21T19:04:18.092 INFO:teuthology.orchestra.run.smithi107.stdout:haproxy.nfs.foo.smithi107.qpojci 2024-09-21T19:04:18.396 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:18 smithi107 bash[20033]: audit 2024-09-21T19:04:16.699050+0000 mgr.smithi107.uonppz (mgr.14203) 392 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:18.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:18 smithi107 bash[20033]: audit 2024-09-21T19:04:16.699050+0000 mgr.smithi107.uonppz (mgr.14203) 392 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:18.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:18 smithi107 bash[20033]: audit 2024-09-21T19:04:17.714899+0000 mon.smithi107 (mon.0) 962 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:18.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:18 smithi107 bash[20033]: audit 2024-09-21T19:04:17.714899+0000 mon.smithi107 (mon.0) 962 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:18.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:18 smithi107 bash[20033]: audit 2024-09-21T19:04:17.719396+0000 mon.smithi107 (mon.0) 963 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:18.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:18 smithi107 bash[20033]: audit 2024-09-21T19:04:17.719396+0000 mon.smithi107 (mon.0) 963 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:18.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:18 smithi160 bash[25034]: audit 2024-09-21T19:04:16.699050+0000 mgr.smithi107.uonppz (mgr.14203) 392 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:18.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:18 smithi160 bash[25034]: audit 2024-09-21T19:04:16.699050+0000 mgr.smithi107.uonppz (mgr.14203) 392 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:18.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:18 smithi160 bash[25034]: audit 2024-09-21T19:04:17.714899+0000 mon.smithi107 (mon.0) 962 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:18.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:18 smithi160 bash[25034]: audit 2024-09-21T19:04:17.714899+0000 mon.smithi107 (mon.0) 962 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:18.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:18 smithi160 bash[25034]: audit 2024-09-21T19:04:17.719396+0000 mon.smithi107 (mon.0) 963 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:18.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:18 smithi160 bash[25034]: audit 2024-09-21T19:04:17.719396+0000 mon.smithi107 (mon.0) 963 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:18.645 INFO:teuthology.orchestra.run.smithi107.stdout:Scheduled to start haproxy.nfs.foo.smithi160.tbeqos on host 'smithi160' 2024-09-21T19:04:19.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:19 smithi107 bash[20033]: cluster 2024-09-21T19:04:17.401026+0000 mgr.smithi107.uonppz (mgr.14203) 393 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:04:19.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:19 smithi107 bash[20033]: cluster 2024-09-21T19:04:17.401026+0000 mgr.smithi107.uonppz (mgr.14203) 393 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:04:19.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:19 smithi107 bash[20033]: audit 2024-09-21T19:04:18.061831+0000 mgr.smithi107.uonppz (mgr.14203) 394 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:19.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:19 smithi107 bash[20033]: audit 2024-09-21T19:04:18.061831+0000 mgr.smithi107.uonppz (mgr.14203) 394 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:19.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:19 smithi107 bash[20033]: audit 2024-09-21T19:04:18.641206+0000 mon.smithi107 (mon.0) 964 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:19.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:19 smithi107 bash[20033]: audit 2024-09-21T19:04:18.641206+0000 mon.smithi107 (mon.0) 964 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:19.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:19 smithi107 bash[20033]: audit 2024-09-21T19:04:18.646640+0000 mon.smithi107 (mon.0) 965 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:19.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:19 smithi107 bash[20033]: audit 2024-09-21T19:04:18.646640+0000 mon.smithi107 (mon.0) 965 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:19.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:19 smithi107 bash[20033]: audit 2024-09-21T19:04:18.821209+0000 mon.smithi107 (mon.0) 966 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:19.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:19 smithi107 bash[20033]: audit 2024-09-21T19:04:18.821209+0000 mon.smithi107 (mon.0) 966 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:19.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:19 smithi107 bash[20033]: audit 2024-09-21T19:04:18.827826+0000 mon.smithi107 (mon.0) 967 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:19.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:19 smithi107 bash[20033]: audit 2024-09-21T19:04:18.827826+0000 mon.smithi107 (mon.0) 967 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:19.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:19 smithi107 bash[20033]: audit 2024-09-21T19:04:18.828903+0000 mon.smithi107 (mon.0) 968 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:04:19.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:19 smithi107 bash[20033]: audit 2024-09-21T19:04:18.828903+0000 mon.smithi107 (mon.0) 968 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:04:19.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:19 smithi107 bash[20033]: audit 2024-09-21T19:04:18.829663+0000 mon.smithi107 (mon.0) 969 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:04:19.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:19 smithi107 bash[20033]: audit 2024-09-21T19:04:18.829663+0000 mon.smithi107 (mon.0) 969 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:04:19.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:19 smithi107 bash[20033]: audit 2024-09-21T19:04:18.836307+0000 mon.smithi107 (mon.0) 970 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:19.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:19 smithi107 bash[20033]: audit 2024-09-21T19:04:18.836307+0000 mon.smithi107 (mon.0) 970 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:19.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:19 smithi107 bash[20033]: audit 2024-09-21T19:04:18.839076+0000 mon.smithi107 (mon.0) 971 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:04:19.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:19 smithi107 bash[20033]: audit 2024-09-21T19:04:18.839076+0000 mon.smithi107 (mon.0) 971 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:04:19.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:19 smithi107 bash[20033]: audit 2024-09-21T19:04:18.853888+0000 mon.smithi107 (mon.0) 972 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:19.399 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:19 smithi107 bash[20033]: audit 2024-09-21T19:04:18.853888+0000 mon.smithi107 (mon.0) 972 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:19.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:19 smithi160 bash[25034]: cluster 2024-09-21T19:04:17.401026+0000 mgr.smithi107.uonppz (mgr.14203) 393 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:04:19.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:19 smithi160 bash[25034]: cluster 2024-09-21T19:04:17.401026+0000 mgr.smithi107.uonppz (mgr.14203) 393 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 597 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:04:19.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:19 smithi160 bash[25034]: audit 2024-09-21T19:04:18.061831+0000 mgr.smithi107.uonppz (mgr.14203) 394 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:19.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:19 smithi160 bash[25034]: audit 2024-09-21T19:04:18.061831+0000 mgr.smithi107.uonppz (mgr.14203) 394 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:19.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:19 smithi160 bash[25034]: audit 2024-09-21T19:04:18.641206+0000 mon.smithi107 (mon.0) 964 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:19.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:19 smithi160 bash[25034]: audit 2024-09-21T19:04:18.641206+0000 mon.smithi107 (mon.0) 964 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:19.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:19 smithi160 bash[25034]: audit 2024-09-21T19:04:18.646640+0000 mon.smithi107 (mon.0) 965 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:19.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:19 smithi160 bash[25034]: audit 2024-09-21T19:04:18.646640+0000 mon.smithi107 (mon.0) 965 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:19.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:19 smithi160 bash[25034]: audit 2024-09-21T19:04:18.821209+0000 mon.smithi107 (mon.0) 966 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:19.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:19 smithi160 bash[25034]: audit 2024-09-21T19:04:18.821209+0000 mon.smithi107 (mon.0) 966 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:19.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:19 smithi160 bash[25034]: audit 2024-09-21T19:04:18.827826+0000 mon.smithi107 (mon.0) 967 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:19.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:19 smithi160 bash[25034]: audit 2024-09-21T19:04:18.827826+0000 mon.smithi107 (mon.0) 967 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:19.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:19 smithi160 bash[25034]: audit 2024-09-21T19:04:18.828903+0000 mon.smithi107 (mon.0) 968 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:04:19.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:19 smithi160 bash[25034]: audit 2024-09-21T19:04:18.828903+0000 mon.smithi107 (mon.0) 968 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:04:19.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:19 smithi160 bash[25034]: audit 2024-09-21T19:04:18.829663+0000 mon.smithi107 (mon.0) 969 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:04:19.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:19 smithi160 bash[25034]: audit 2024-09-21T19:04:18.829663+0000 mon.smithi107 (mon.0) 969 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:04:19.409 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:19 smithi160 bash[25034]: audit 2024-09-21T19:04:18.836307+0000 mon.smithi107 (mon.0) 970 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:19.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:19 smithi160 bash[25034]: audit 2024-09-21T19:04:18.836307+0000 mon.smithi107 (mon.0) 970 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:19.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:19 smithi160 bash[25034]: audit 2024-09-21T19:04:18.839076+0000 mon.smithi107 (mon.0) 971 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:04:19.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:19 smithi160 bash[25034]: audit 2024-09-21T19:04:18.839076+0000 mon.smithi107 (mon.0) 971 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:04:19.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:19 smithi160 bash[25034]: audit 2024-09-21T19:04:18.853888+0000 mon.smithi107 (mon.0) 972 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:19.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:19 smithi160 bash[25034]: audit 2024-09-21T19:04:18.853888+0000 mon.smithi107 (mon.0) 972 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:20.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:20 smithi107 bash[20033]: audit 2024-09-21T19:04:18.635752+0000 mgr.smithi107.uonppz (mgr.14203) 395 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi160.tbeqos", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:20.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:20 smithi107 bash[20033]: audit 2024-09-21T19:04:18.635752+0000 mgr.smithi107.uonppz (mgr.14203) 395 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi160.tbeqos", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:20.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:20 smithi107 bash[20033]: cephadm 2024-09-21T19:04:18.636132+0000 mgr.smithi107.uonppz (mgr.14203) 396 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi160.tbeqos 2024-09-21T19:04:20.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:20 smithi107 bash[20033]: cephadm 2024-09-21T19:04:18.636132+0000 mgr.smithi107.uonppz (mgr.14203) 396 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi160.tbeqos 2024-09-21T19:04:20.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:20 smithi107 bash[20033]: audit 2024-09-21T19:04:18.948414+0000 mgr.smithi107.uonppz (mgr.14203) 397 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:20.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:20 smithi107 bash[20033]: audit 2024-09-21T19:04:18.948414+0000 mgr.smithi107.uonppz (mgr.14203) 397 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:20.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:20 smithi160 bash[25034]: audit 2024-09-21T19:04:18.635752+0000 mgr.smithi107.uonppz (mgr.14203) 395 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi160.tbeqos", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:20.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:20 smithi160 bash[25034]: audit 2024-09-21T19:04:18.635752+0000 mgr.smithi107.uonppz (mgr.14203) 395 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi160.tbeqos", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:20.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:20 smithi160 bash[25034]: cephadm 2024-09-21T19:04:18.636132+0000 mgr.smithi107.uonppz (mgr.14203) 396 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi160.tbeqos 2024-09-21T19:04:20.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:20 smithi160 bash[25034]: cephadm 2024-09-21T19:04:18.636132+0000 mgr.smithi107.uonppz (mgr.14203) 396 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi160.tbeqos 2024-09-21T19:04:20.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:20 smithi160 bash[25034]: audit 2024-09-21T19:04:18.948414+0000 mgr.smithi107.uonppz (mgr.14203) 397 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:20.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:20 smithi160 bash[25034]: audit 2024-09-21T19:04:18.948414+0000 mgr.smithi107.uonppz (mgr.14203) 397 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:21.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:21 smithi107 bash[20033]: cluster 2024-09-21T19:04:19.402119+0000 mgr.smithi107.uonppz (mgr.14203) 398 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 605 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-21T19:04:21.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:21 smithi107 bash[20033]: cluster 2024-09-21T19:04:19.402119+0000 mgr.smithi107.uonppz (mgr.14203) 398 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 605 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-21T19:04:21.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:21 smithi160 bash[25034]: cluster 2024-09-21T19:04:19.402119+0000 mgr.smithi107.uonppz (mgr.14203) 398 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 605 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-21T19:04:21.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:21 smithi160 bash[25034]: cluster 2024-09-21T19:04:19.402119+0000 mgr.smithi107.uonppz (mgr.14203) 398 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 605 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-21T19:04:22.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:22 smithi107 bash[20033]: audit 2024-09-21T19:04:20.270158+0000 mgr.smithi107.uonppz (mgr.14203) 399 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:22.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:22 smithi107 bash[20033]: audit 2024-09-21T19:04:20.270158+0000 mgr.smithi107.uonppz (mgr.14203) 399 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:22.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:22 smithi160 bash[25034]: audit 2024-09-21T19:04:20.270158+0000 mgr.smithi107.uonppz (mgr.14203) 399 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:22.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:22 smithi160 bash[25034]: audit 2024-09-21T19:04:20.270158+0000 mgr.smithi107.uonppz (mgr.14203) 399 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:23.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:23 smithi107 bash[20033]: cluster 2024-09-21T19:04:21.402983+0000 mgr.smithi107.uonppz (mgr.14203) 400 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 605 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T19:04:23.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:23 smithi107 bash[20033]: cluster 2024-09-21T19:04:21.402983+0000 mgr.smithi107.uonppz (mgr.14203) 400 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 605 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T19:04:23.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:23 smithi107 bash[20033]: audit 2024-09-21T19:04:21.617671+0000 mgr.smithi107.uonppz (mgr.14203) 401 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:23.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:23 smithi107 bash[20033]: audit 2024-09-21T19:04:21.617671+0000 mgr.smithi107.uonppz (mgr.14203) 401 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:23.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:23 smithi160 bash[25034]: cluster 2024-09-21T19:04:21.402983+0000 mgr.smithi107.uonppz (mgr.14203) 400 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 605 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T19:04:23.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:23 smithi160 bash[25034]: cluster 2024-09-21T19:04:21.402983+0000 mgr.smithi107.uonppz (mgr.14203) 400 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 605 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T19:04:23.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:23 smithi160 bash[25034]: audit 2024-09-21T19:04:21.617671+0000 mgr.smithi107.uonppz (mgr.14203) 401 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:23.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:23 smithi160 bash[25034]: audit 2024-09-21T19:04:21.617671+0000 mgr.smithi107.uonppz (mgr.14203) 401 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:24.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:24 smithi107 bash[20033]: audit 2024-09-21T19:04:22.983413+0000 mgr.smithi107.uonppz (mgr.14203) 402 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:24.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:24 smithi107 bash[20033]: audit 2024-09-21T19:04:22.983413+0000 mgr.smithi107.uonppz (mgr.14203) 402 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:24.407 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:24 smithi160 bash[25034]: audit 2024-09-21T19:04:22.983413+0000 mgr.smithi107.uonppz (mgr.14203) 402 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:24.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:24 smithi160 bash[25034]: audit 2024-09-21T19:04:22.983413+0000 mgr.smithi107.uonppz (mgr.14203) 402 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:25.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:25 smithi107 bash[20033]: cluster 2024-09-21T19:04:23.403809+0000 mgr.smithi107.uonppz (mgr.14203) 403 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 605 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T19:04:25.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:25 smithi107 bash[20033]: cluster 2024-09-21T19:04:23.403809+0000 mgr.smithi107.uonppz (mgr.14203) 403 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 605 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T19:04:25.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:25 smithi160 bash[25034]: cluster 2024-09-21T19:04:23.403809+0000 mgr.smithi107.uonppz (mgr.14203) 403 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 605 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T19:04:25.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:25 smithi160 bash[25034]: cluster 2024-09-21T19:04:23.403809+0000 mgr.smithi107.uonppz (mgr.14203) 403 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 605 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T19:04:26.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:26 smithi107 bash[20033]: audit 2024-09-21T19:04:24.328863+0000 mgr.smithi107.uonppz (mgr.14203) 404 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:26.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:26 smithi107 bash[20033]: audit 2024-09-21T19:04:24.328863+0000 mgr.smithi107.uonppz (mgr.14203) 404 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:26.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:26 smithi160 bash[25034]: audit 2024-09-21T19:04:24.328863+0000 mgr.smithi107.uonppz (mgr.14203) 404 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:26.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:26 smithi160 bash[25034]: audit 2024-09-21T19:04:24.328863+0000 mgr.smithi107.uonppz (mgr.14203) 404 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:27.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:27 smithi107 bash[20033]: cluster 2024-09-21T19:04:25.404537+0000 mgr.smithi107.uonppz (mgr.14203) 405 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 605 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-21T19:04:27.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:27 smithi107 bash[20033]: cluster 2024-09-21T19:04:25.404537+0000 mgr.smithi107.uonppz (mgr.14203) 405 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 605 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-21T19:04:27.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:27 smithi107 bash[20033]: audit 2024-09-21T19:04:25.689142+0000 mgr.smithi107.uonppz (mgr.14203) 406 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:27.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:27 smithi107 bash[20033]: audit 2024-09-21T19:04:25.689142+0000 mgr.smithi107.uonppz (mgr.14203) 406 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:27.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:27 smithi107 bash[20033]: audit 2024-09-21T19:04:26.579281+0000 mon.smithi107 (mon.0) 973 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:04:27.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:27 smithi107 bash[20033]: audit 2024-09-21T19:04:26.579281+0000 mon.smithi107 (mon.0) 973 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:04:27.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:27 smithi160 bash[25034]: cluster 2024-09-21T19:04:25.404537+0000 mgr.smithi107.uonppz (mgr.14203) 405 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 605 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-21T19:04:27.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:27 smithi160 bash[25034]: cluster 2024-09-21T19:04:25.404537+0000 mgr.smithi107.uonppz (mgr.14203) 405 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 605 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-21T19:04:27.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:27 smithi160 bash[25034]: audit 2024-09-21T19:04:25.689142+0000 mgr.smithi107.uonppz (mgr.14203) 406 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:27.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:27 smithi160 bash[25034]: audit 2024-09-21T19:04:25.689142+0000 mgr.smithi107.uonppz (mgr.14203) 406 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:27.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:27 smithi160 bash[25034]: audit 2024-09-21T19:04:26.579281+0000 mon.smithi107 (mon.0) 973 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:04:27.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:27 smithi160 bash[25034]: audit 2024-09-21T19:04:26.579281+0000 mon.smithi107 (mon.0) 973 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:04:28.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:28 smithi107 bash[20033]: audit 2024-09-21T19:04:27.049831+0000 mgr.smithi107.uonppz (mgr.14203) 407 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:28.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:28 smithi107 bash[20033]: audit 2024-09-21T19:04:27.049831+0000 mgr.smithi107.uonppz (mgr.14203) 407 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:28.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:28 smithi160 bash[25034]: audit 2024-09-21T19:04:27.049831+0000 mgr.smithi107.uonppz (mgr.14203) 407 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:28.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:28 smithi160 bash[25034]: audit 2024-09-21T19:04:27.049831+0000 mgr.smithi107.uonppz (mgr.14203) 407 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:29.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:29 smithi107 bash[20033]: cluster 2024-09-21T19:04:27.405249+0000 mgr.smithi107.uonppz (mgr.14203) 408 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 605 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-21T19:04:29.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:29 smithi107 bash[20033]: cluster 2024-09-21T19:04:27.405249+0000 mgr.smithi107.uonppz (mgr.14203) 408 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 605 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-21T19:04:29.407 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:29 smithi160 bash[25034]: cluster 2024-09-21T19:04:27.405249+0000 mgr.smithi107.uonppz (mgr.14203) 408 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 605 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-21T19:04:29.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:29 smithi160 bash[25034]: cluster 2024-09-21T19:04:27.405249+0000 mgr.smithi107.uonppz (mgr.14203) 408 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 605 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-21T19:04:30.337 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:30 smithi160 bash[25034]: audit 2024-09-21T19:04:28.411391+0000 mgr.smithi107.uonppz (mgr.14203) 409 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:30.337 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:30 smithi160 bash[25034]: audit 2024-09-21T19:04:28.411391+0000 mgr.smithi107.uonppz (mgr.14203) 409 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:30.337 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:30 smithi160 bash[25034]: audit 2024-09-21T19:04:29.178685+0000 mon.smithi107 (mon.0) 974 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:30.337 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:30 smithi160 bash[25034]: audit 2024-09-21T19:04:29.178685+0000 mon.smithi107 (mon.0) 974 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:30.337 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:30 smithi160 bash[25034]: audit 2024-09-21T19:04:29.189151+0000 mon.smithi107 (mon.0) 975 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:30.337 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:30 smithi160 bash[25034]: audit 2024-09-21T19:04:29.189151+0000 mon.smithi107 (mon.0) 975 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:30.337 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:30 smithi160 bash[25034]: audit 2024-09-21T19:04:29.493762+0000 mon.smithi107 (mon.0) 976 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:04:30.337 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:30 smithi160 bash[25034]: audit 2024-09-21T19:04:29.493762+0000 mon.smithi107 (mon.0) 976 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:04:30.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:30 smithi107 bash[20033]: audit 2024-09-21T19:04:28.411391+0000 mgr.smithi107.uonppz (mgr.14203) 409 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:30.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:30 smithi107 bash[20033]: audit 2024-09-21T19:04:28.411391+0000 mgr.smithi107.uonppz (mgr.14203) 409 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:30.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:30 smithi107 bash[20033]: audit 2024-09-21T19:04:29.178685+0000 mon.smithi107 (mon.0) 974 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:30.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:30 smithi107 bash[20033]: audit 2024-09-21T19:04:29.178685+0000 mon.smithi107 (mon.0) 974 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:30.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:30 smithi107 bash[20033]: audit 2024-09-21T19:04:29.189151+0000 mon.smithi107 (mon.0) 975 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:30.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:30 smithi107 bash[20033]: audit 2024-09-21T19:04:29.189151+0000 mon.smithi107 (mon.0) 975 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:30.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:30 smithi107 bash[20033]: audit 2024-09-21T19:04:29.493762+0000 mon.smithi107 (mon.0) 976 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:04:30.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:30 smithi107 bash[20033]: audit 2024-09-21T19:04:29.493762+0000 mon.smithi107 (mon.0) 976 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:04:31.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:31 smithi107 bash[20033]: cluster 2024-09-21T19:04:29.406308+0000 mgr.smithi107.uonppz (mgr.14203) 410 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-21T19:04:31.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:31 smithi107 bash[20033]: cluster 2024-09-21T19:04:29.406308+0000 mgr.smithi107.uonppz (mgr.14203) 410 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-21T19:04:31.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:31 smithi107 bash[20033]: audit 2024-09-21T19:04:29.772036+0000 mgr.smithi107.uonppz (mgr.14203) 411 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:31.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:31 smithi107 bash[20033]: audit 2024-09-21T19:04:29.772036+0000 mgr.smithi107.uonppz (mgr.14203) 411 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:31.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:31 smithi160 bash[25034]: cluster 2024-09-21T19:04:29.406308+0000 mgr.smithi107.uonppz (mgr.14203) 410 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-21T19:04:31.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:31 smithi160 bash[25034]: cluster 2024-09-21T19:04:29.406308+0000 mgr.smithi107.uonppz (mgr.14203) 410 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-21T19:04:31.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:31 smithi160 bash[25034]: audit 2024-09-21T19:04:29.772036+0000 mgr.smithi107.uonppz (mgr.14203) 411 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:31.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:31 smithi160 bash[25034]: audit 2024-09-21T19:04:29.772036+0000 mgr.smithi107.uonppz (mgr.14203) 411 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:32.396 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:32 smithi107 bash[20033]: audit 2024-09-21T19:04:31.144806+0000 mgr.smithi107.uonppz (mgr.14203) 412 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:32.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:32 smithi107 bash[20033]: audit 2024-09-21T19:04:31.144806+0000 mgr.smithi107.uonppz (mgr.14203) 412 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:32.407 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:32 smithi160 bash[25034]: audit 2024-09-21T19:04:31.144806+0000 mgr.smithi107.uonppz (mgr.14203) 412 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:32.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:32 smithi160 bash[25034]: audit 2024-09-21T19:04:31.144806+0000 mgr.smithi107.uonppz (mgr.14203) 412 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:33.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:33 smithi107 bash[20033]: cluster 2024-09-21T19:04:31.407122+0000 mgr.smithi107.uonppz (mgr.14203) 413 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:04:33.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:33 smithi107 bash[20033]: cluster 2024-09-21T19:04:31.407122+0000 mgr.smithi107.uonppz (mgr.14203) 413 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:04:33.407 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:33 smithi160 bash[25034]: cluster 2024-09-21T19:04:31.407122+0000 mgr.smithi107.uonppz (mgr.14203) 413 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:04:33.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:33 smithi160 bash[25034]: cluster 2024-09-21T19:04:31.407122+0000 mgr.smithi107.uonppz (mgr.14203) 413 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T19:04:34.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:34 smithi107 bash[20033]: audit 2024-09-21T19:04:32.512359+0000 mgr.smithi107.uonppz (mgr.14203) 414 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:34.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:34 smithi107 bash[20033]: audit 2024-09-21T19:04:32.512359+0000 mgr.smithi107.uonppz (mgr.14203) 414 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:34.407 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:34 smithi160 bash[25034]: audit 2024-09-21T19:04:32.512359+0000 mgr.smithi107.uonppz (mgr.14203) 414 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:34.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:34 smithi160 bash[25034]: audit 2024-09-21T19:04:32.512359+0000 mgr.smithi107.uonppz (mgr.14203) 414 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:35.396 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:35 smithi107 bash[20033]: cluster 2024-09-21T19:04:33.407941+0000 mgr.smithi107.uonppz (mgr.14203) 415 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:35.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:35 smithi107 bash[20033]: cluster 2024-09-21T19:04:33.407941+0000 mgr.smithi107.uonppz (mgr.14203) 415 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:35.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:35 smithi107 bash[20033]: audit 2024-09-21T19:04:33.856939+0000 mgr.smithi107.uonppz (mgr.14203) 416 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:35.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:35 smithi107 bash[20033]: audit 2024-09-21T19:04:33.856939+0000 mgr.smithi107.uonppz (mgr.14203) 416 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:35.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:35 smithi160 bash[25034]: cluster 2024-09-21T19:04:33.407941+0000 mgr.smithi107.uonppz (mgr.14203) 415 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:35.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:35 smithi160 bash[25034]: cluster 2024-09-21T19:04:33.407941+0000 mgr.smithi107.uonppz (mgr.14203) 415 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:35.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:35 smithi160 bash[25034]: audit 2024-09-21T19:04:33.856939+0000 mgr.smithi107.uonppz (mgr.14203) 416 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:35.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:35 smithi160 bash[25034]: audit 2024-09-21T19:04:33.856939+0000 mgr.smithi107.uonppz (mgr.14203) 416 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:36.610 INFO:teuthology.orchestra.run.smithi107.stdout:haproxy.nfs.foo.smithi160.tbeqos smithi160 *:2999,9999 running (7s) 1s ago 2m 4612k - 2.3.17-d1c9119 e85424b0d443 19a0fb4b1f5a 2024-09-21T19:04:36.612 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:36 smithi107 bash[20033]: audit 2024-09-21T19:04:35.223652+0000 mgr.smithi107.uonppz (mgr.14203) 417 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:36.612 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:36 smithi107 bash[20033]: audit 2024-09-21T19:04:35.223652+0000 mgr.smithi107.uonppz (mgr.14203) 417 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:36.612 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:36 smithi107 bash[20033]: audit 2024-09-21T19:04:35.296998+0000 mon.smithi107 (mon.0) 977 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:36.612 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:36 smithi107 bash[20033]: audit 2024-09-21T19:04:35.296998+0000 mon.smithi107 (mon.0) 977 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:36.612 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:36 smithi107 bash[20033]: audit 2024-09-21T19:04:35.303918+0000 mon.smithi107 (mon.0) 978 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:36.612 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:36 smithi107 bash[20033]: audit 2024-09-21T19:04:35.303918+0000 mon.smithi107 (mon.0) 978 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:36.612 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:36 smithi107 bash[20033]: cluster 2024-09-21T19:04:35.408501+0000 mgr.smithi107.uonppz (mgr.14203) 418 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:36.612 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:36 smithi107 bash[20033]: cluster 2024-09-21T19:04:35.408501+0000 mgr.smithi107.uonppz (mgr.14203) 418 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:36.612 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:36 smithi107 bash[20033]: audit 2024-09-21T19:04:35.699861+0000 mon.smithi107 (mon.0) 979 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:36.613 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:36 smithi107 bash[20033]: audit 2024-09-21T19:04:35.699861+0000 mon.smithi107 (mon.0) 979 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:36.613 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:36 smithi107 bash[20033]: audit 2024-09-21T19:04:35.705198+0000 mon.smithi107 (mon.0) 980 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:36.613 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:36 smithi107 bash[20033]: audit 2024-09-21T19:04:35.705198+0000 mon.smithi107 (mon.0) 980 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:36.613 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:36 smithi107 bash[20033]: audit 2024-09-21T19:04:35.706212+0000 mon.smithi107 (mon.0) 981 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:04:36.613 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:36 smithi107 bash[20033]: audit 2024-09-21T19:04:35.706212+0000 mon.smithi107 (mon.0) 981 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:04:36.613 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:36 smithi107 bash[20033]: audit 2024-09-21T19:04:35.706881+0000 mon.smithi107 (mon.0) 982 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:04:36.613 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:36 smithi107 bash[20033]: audit 2024-09-21T19:04:35.706881+0000 mon.smithi107 (mon.0) 982 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:04:36.613 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:36 smithi107 bash[20033]: audit 2024-09-21T19:04:35.711149+0000 mon.smithi107 (mon.0) 983 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:36.613 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:36 smithi107 bash[20033]: audit 2024-09-21T19:04:35.711149+0000 mon.smithi107 (mon.0) 983 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:36.613 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:36 smithi107 bash[20033]: audit 2024-09-21T19:04:35.713788+0000 mon.smithi107 (mon.0) 984 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:04:36.613 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:36 smithi107 bash[20033]: audit 2024-09-21T19:04:35.713788+0000 mon.smithi107 (mon.0) 984 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:04:36.613 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:36 smithi107 bash[20033]: audit 2024-09-21T19:04:35.722919+0000 mon.smithi107 (mon.0) 985 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:36.613 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:36 smithi107 bash[20033]: audit 2024-09-21T19:04:35.722919+0000 mon.smithi107 (mon.0) 985 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:36.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:36 smithi160 bash[25034]: audit 2024-09-21T19:04:35.223652+0000 mgr.smithi107.uonppz (mgr.14203) 417 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:36.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:36 smithi160 bash[25034]: audit 2024-09-21T19:04:35.223652+0000 mgr.smithi107.uonppz (mgr.14203) 417 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:36.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:36 smithi160 bash[25034]: audit 2024-09-21T19:04:35.296998+0000 mon.smithi107 (mon.0) 977 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:36.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:36 smithi160 bash[25034]: audit 2024-09-21T19:04:35.296998+0000 mon.smithi107 (mon.0) 977 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:36.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:36 smithi160 bash[25034]: audit 2024-09-21T19:04:35.303918+0000 mon.smithi107 (mon.0) 978 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:36.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:36 smithi160 bash[25034]: audit 2024-09-21T19:04:35.303918+0000 mon.smithi107 (mon.0) 978 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:36.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:36 smithi160 bash[25034]: cluster 2024-09-21T19:04:35.408501+0000 mgr.smithi107.uonppz (mgr.14203) 418 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:36.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:36 smithi160 bash[25034]: cluster 2024-09-21T19:04:35.408501+0000 mgr.smithi107.uonppz (mgr.14203) 418 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:36.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:36 smithi160 bash[25034]: audit 2024-09-21T19:04:35.699861+0000 mon.smithi107 (mon.0) 979 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:36.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:36 smithi160 bash[25034]: audit 2024-09-21T19:04:35.699861+0000 mon.smithi107 (mon.0) 979 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:36.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:36 smithi160 bash[25034]: audit 2024-09-21T19:04:35.705198+0000 mon.smithi107 (mon.0) 980 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:36.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:36 smithi160 bash[25034]: audit 2024-09-21T19:04:35.705198+0000 mon.smithi107 (mon.0) 980 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:36.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:36 smithi160 bash[25034]: audit 2024-09-21T19:04:35.706212+0000 mon.smithi107 (mon.0) 981 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:04:36.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:36 smithi160 bash[25034]: audit 2024-09-21T19:04:35.706212+0000 mon.smithi107 (mon.0) 981 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:04:36.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:36 smithi160 bash[25034]: audit 2024-09-21T19:04:35.706881+0000 mon.smithi107 (mon.0) 982 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:04:36.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:36 smithi160 bash[25034]: audit 2024-09-21T19:04:35.706881+0000 mon.smithi107 (mon.0) 982 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:04:36.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:36 smithi160 bash[25034]: audit 2024-09-21T19:04:35.711149+0000 mon.smithi107 (mon.0) 983 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:36.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:36 smithi160 bash[25034]: audit 2024-09-21T19:04:35.711149+0000 mon.smithi107 (mon.0) 983 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:36.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:36 smithi160 bash[25034]: audit 2024-09-21T19:04:35.713788+0000 mon.smithi107 (mon.0) 984 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:04:36.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:36 smithi160 bash[25034]: audit 2024-09-21T19:04:35.713788+0000 mon.smithi107 (mon.0) 984 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:04:36.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:36 smithi160 bash[25034]: audit 2024-09-21T19:04:35.722919+0000 mon.smithi107 (mon.0) 985 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:36.660 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:36 smithi160 bash[25034]: audit 2024-09-21T19:04:35.722919+0000 mon.smithi107 (mon.0) 985 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:04:37.338 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-21T19:04:37.348 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi107.front.sepia.ceph.com 2024-09-21T19:04:37.348 DEBUG:teuthology.orchestra.run.smithi107:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo "Check with $(hostname) ganesha(s) down..." 2024-09-21T19:04:37.348 DEBUG:teuthology.orchestra.run.smithi107:> for c in `systemctl | grep ceph- | grep @nfs | awk '"'"'{print $1}'"'"'`; do 2024-09-21T19:04:37.348 DEBUG:teuthology.orchestra.run.smithi107:> cid=`echo $c | sed '"'"'s/@/-/'"'"'` 2024-09-21T19:04:37.348 DEBUG:teuthology.orchestra.run.smithi107:> id=`echo $c | cut -d @ -f 2 | sed '"'"'s/.service$//'"'"'` 2024-09-21T19:04:37.348 DEBUG:teuthology.orchestra.run.smithi107:> fsid=`echo $c | cut -d @ -f 1 | cut -d - -f 2-` 2024-09-21T19:04:37.348 DEBUG:teuthology.orchestra.run.smithi107:> echo "Removing daemon $id fsid $fsid..." 2024-09-21T19:04:37.348 DEBUG:teuthology.orchestra.run.smithi107:> sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id 2024-09-21T19:04:37.348 DEBUG:teuthology.orchestra.run.smithi107:> 2024-09-21T19:04:37.348 DEBUG:teuthology.orchestra.run.smithi107:> echo "Waking up cephadm..." 2024-09-21T19:04:37.348 DEBUG:teuthology.orchestra.run.smithi107:> sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh 2024-09-21T19:04:37.349 DEBUG:teuthology.orchestra.run.smithi107:> 2024-09-21T19:04:37.349 DEBUG:teuthology.orchestra.run.smithi107:> while ! timeout 1 cat /mnt/foo/testfile ; do true ; done 2024-09-21T19:04:37.349 DEBUG:teuthology.orchestra.run.smithi107:> echo "Mount is back!" 2024-09-21T19:04:37.349 DEBUG:teuthology.orchestra.run.smithi107:> done 2024-09-21T19:04:37.349 DEBUG:teuthology.orchestra.run.smithi107:> ' 2024-09-21T19:04:37.362 INFO:teuthology.orchestra.run.smithi107.stderr:++ hostname 2024-09-21T19:04:37.363 INFO:teuthology.orchestra.run.smithi107.stdout:Check with smithi107 ganesha(s) down... 2024-09-21T19:04:37.363 INFO:teuthology.orchestra.run.smithi107.stderr:+ echo 'Check with smithi107 ganesha(s) down...' 2024-09-21T19:04:37.363 INFO:teuthology.orchestra.run.smithi107.stderr:++ systemctl 2024-09-21T19:04:37.363 INFO:teuthology.orchestra.run.smithi107.stderr:++ grep ceph- 2024-09-21T19:04:37.364 INFO:teuthology.orchestra.run.smithi107.stderr:++ awk '{print $1}' 2024-09-21T19:04:37.364 INFO:teuthology.orchestra.run.smithi107.stderr:++ grep @nfs 2024-09-21T19:04:37.371 INFO:teuthology.orchestra.run.smithi107.stderr:+ for c in `systemctl | grep ceph- | grep @nfs | awk '{print $1}'` 2024-09-21T19:04:37.372 INFO:teuthology.orchestra.run.smithi107.stderr:++ sed s/@/-/ 2024-09-21T19:04:37.372 INFO:teuthology.orchestra.run.smithi107.stderr:++ echo ceph-96af9b06-784a-11ef-baf6-efdc52797490@nfs.foo.0.0.smithi107.mvmipa.service 2024-09-21T19:04:37.373 INFO:teuthology.orchestra.run.smithi107.stderr:+ cid=ceph-96af9b06-784a-11ef-baf6-efdc52797490-nfs.foo.0.0.smithi107.mvmipa.service 2024-09-21T19:04:37.374 INFO:teuthology.orchestra.run.smithi107.stderr:++ echo ceph-96af9b06-784a-11ef-baf6-efdc52797490@nfs.foo.0.0.smithi107.mvmipa.service 2024-09-21T19:04:37.374 INFO:teuthology.orchestra.run.smithi107.stderr:++ cut -d @ -f 2 2024-09-21T19:04:37.374 INFO:teuthology.orchestra.run.smithi107.stderr:++ sed 's/.service$//' 2024-09-21T19:04:37.378 INFO:teuthology.orchestra.run.smithi107.stderr:+ id=nfs.foo.0.0.smithi107.mvmipa 2024-09-21T19:04:37.378 INFO:teuthology.orchestra.run.smithi107.stderr:++ echo ceph-96af9b06-784a-11ef-baf6-efdc52797490@nfs.foo.0.0.smithi107.mvmipa.service 2024-09-21T19:04:37.378 INFO:teuthology.orchestra.run.smithi107.stderr:++ cut -d @ -f 1 2024-09-21T19:04:37.378 INFO:teuthology.orchestra.run.smithi107.stderr:++ cut -d - -f 2- 2024-09-21T19:04:37.378 INFO:teuthology.orchestra.run.smithi107.stderr:+ fsid=96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T19:04:37.378 INFO:teuthology.orchestra.run.smithi107.stdout:Removing daemon nfs.foo.0.0.smithi107.mvmipa fsid 96af9b06-784a-11ef-baf6-efdc52797490... 2024-09-21T19:04:37.379 INFO:teuthology.orchestra.run.smithi107.stderr:+ echo 'Removing daemon nfs.foo.0.0.smithi107.mvmipa fsid 96af9b06-784a-11ef-baf6-efdc52797490...' 2024-09-21T19:04:37.379 INFO:teuthology.orchestra.run.smithi107.stderr:+ sudo /home/ubuntu/cephtest/cephadm rm-daemon --fsid 96af9b06-784a-11ef-baf6-efdc52797490 --name nfs.foo.0.0.smithi107.mvmipa 2024-09-21T19:04:37.573 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:37 smithi107 bash[20033]: audit 2024-09-21T19:04:36.572218+0000 mgr.smithi107.uonppz (mgr.14203) 419 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:37.573 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:37 smithi107 bash[20033]: audit 2024-09-21T19:04:36.572218+0000 mgr.smithi107.uonppz (mgr.14203) 419 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:37.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:37 smithi160 bash[25034]: audit 2024-09-21T19:04:36.572218+0000 mgr.smithi107.uonppz (mgr.14203) 419 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:37.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:37 smithi160 bash[25034]: audit 2024-09-21T19:04:36.572218+0000 mgr.smithi107.uonppz (mgr.14203) 419 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:38.589 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:38 smithi160 bash[25034]: cluster 2024-09-21T19:04:37.409000+0000 mgr.smithi107.uonppz (mgr.14203) 420 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:38.589 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:38 smithi160 bash[25034]: cluster 2024-09-21T19:04:37.409000+0000 mgr.smithi107.uonppz (mgr.14203) 420 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:38.596 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:38 smithi107 bash[20033]: cluster 2024-09-21T19:04:37.409000+0000 mgr.smithi107.uonppz (mgr.14203) 420 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:38.596 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:38 smithi107 bash[20033]: cluster 2024-09-21T19:04:37.409000+0000 mgr.smithi107.uonppz (mgr.14203) 420 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:39.150 INFO:teuthology.orchestra.run.smithi107.stdout:Waking up cephadm... 2024-09-21T19:04:39.150 INFO:teuthology.orchestra.run.smithi107.stderr:+ echo 'Waking up cephadm...' 2024-09-21T19:04:39.150 INFO:teuthology.orchestra.run.smithi107.stderr:+ sudo /home/ubuntu/cephtest/cephadm shell -- ceph orch ps --refresh 2024-09-21T19:04:39.396 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:38 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:40.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:40 smithi107 bash[20033]: cluster 2024-09-21T19:04:39.409991+0000 mgr.smithi107.uonppz (mgr.14203) 421 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:40.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:40 smithi107 bash[20033]: cluster 2024-09-21T19:04:39.409991+0000 mgr.smithi107.uonppz (mgr.14203) 421 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:40.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:40 smithi160 bash[25034]: cluster 2024-09-21T19:04:39.409991+0000 mgr.smithi107.uonppz (mgr.14203) 421 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:40.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:40 smithi160 bash[25034]: cluster 2024-09-21T19:04:39.409991+0000 mgr.smithi107.uonppz (mgr.14203) 421 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:42.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:42 smithi160 bash[25034]: cluster 2024-09-21T19:04:41.410959+0000 mgr.smithi107.uonppz (mgr.14203) 422 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:42.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:42 smithi160 bash[25034]: cluster 2024-09-21T19:04:41.410959+0000 mgr.smithi107.uonppz (mgr.14203) 422 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:42.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:42 smithi160 bash[25034]: audit 2024-09-21T19:04:41.579458+0000 mon.smithi107 (mon.0) 986 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:04:42.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:42 smithi160 bash[25034]: audit 2024-09-21T19:04:41.579458+0000 mon.smithi107 (mon.0) 986 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:04:42.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:42 smithi107 bash[20033]: cluster 2024-09-21T19:04:41.410959+0000 mgr.smithi107.uonppz (mgr.14203) 422 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:42.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:42 smithi107 bash[20033]: cluster 2024-09-21T19:04:41.410959+0000 mgr.smithi107.uonppz (mgr.14203) 422 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:42.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:42 smithi107 bash[20033]: audit 2024-09-21T19:04:41.579458+0000 mon.smithi107 (mon.0) 986 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:04:42.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:42 smithi107 bash[20033]: audit 2024-09-21T19:04:41.579458+0000 mon.smithi107 (mon.0) 986 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:04:43.994 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring fsid 96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T19:04:44.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:44 smithi107 bash[20033]: cluster 2024-09-21T19:04:43.411811+0000 mgr.smithi107.uonppz (mgr.14203) 423 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:44.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:44 smithi107 bash[20033]: cluster 2024-09-21T19:04:43.411811+0000 mgr.smithi107.uonppz (mgr.14203) 423 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:44.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:44 smithi160 bash[25034]: cluster 2024-09-21T19:04:43.411811+0000 mgr.smithi107.uonppz (mgr.14203) 423 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:44.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:44 smithi160 bash[25034]: cluster 2024-09-21T19:04:43.411811+0000 mgr.smithi107.uonppz (mgr.14203) 423 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:46.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:46 smithi107 bash[20033]: cluster 2024-09-21T19:04:45.412836+0000 mgr.smithi107.uonppz (mgr.14203) 424 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:46.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:46 smithi107 bash[20033]: cluster 2024-09-21T19:04:45.412836+0000 mgr.smithi107.uonppz (mgr.14203) 424 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:46.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:46 smithi160 bash[25034]: cluster 2024-09-21T19:04:45.412836+0000 mgr.smithi107.uonppz (mgr.14203) 424 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:46.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:46 smithi160 bash[25034]: cluster 2024-09-21T19:04:45.412836+0000 mgr.smithi107.uonppz (mgr.14203) 424 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:48.118 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:04:48.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:48 smithi107 bash[20033]: cluster 2024-09-21T19:04:47.413575+0000 mgr.smithi107.uonppz (mgr.14203) 425 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:48.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:48 smithi107 bash[20033]: cluster 2024-09-21T19:04:47.413575+0000 mgr.smithi107.uonppz (mgr.14203) 425 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:48.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:48 smithi160 bash[25034]: cluster 2024-09-21T19:04:47.413575+0000 mgr.smithi107.uonppz (mgr.14203) 425 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:48.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:48 smithi160 bash[25034]: cluster 2024-09-21T19:04:47.413575+0000 mgr.smithi107.uonppz (mgr.14203) 425 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:50.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:50 smithi107 bash[20033]: cluster 2024-09-21T19:04:49.414678+0000 mgr.smithi107.uonppz (mgr.14203) 426 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:50.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:50 smithi107 bash[20033]: cluster 2024-09-21T19:04:49.414678+0000 mgr.smithi107.uonppz (mgr.14203) 426 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:50.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:50 smithi160 bash[25034]: cluster 2024-09-21T19:04:49.414678+0000 mgr.smithi107.uonppz (mgr.14203) 426 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:50.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:50 smithi160 bash[25034]: cluster 2024-09-21T19:04:49.414678+0000 mgr.smithi107.uonppz (mgr.14203) 426 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:52.262 INFO:teuthology.orchestra.run.smithi107.stderr:Using ceph image with id '3fa9090ef91d' and tag '0ecbb435437226bc091a0c2d4549ba25bf724efe' created on 2024-09-21 15:43:11 +0000 UTC 2024-09-21T19:04:52.262 INFO:teuthology.orchestra.run.smithi107.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5 2024-09-21T19:04:52.646 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:52 smithi107 bash[20033]: cluster 2024-09-21T19:04:51.415239+0000 mgr.smithi107.uonppz (mgr.14203) 427 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:52.646 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:52 smithi107 bash[20033]: cluster 2024-09-21T19:04:51.415239+0000 mgr.smithi107.uonppz (mgr.14203) 427 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:52.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:52 smithi160 bash[25034]: cluster 2024-09-21T19:04:51.415239+0000 mgr.smithi107.uonppz (mgr.14203) 427 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:52.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:52 smithi160 bash[25034]: cluster 2024-09-21T19:04:51.415239+0000 mgr.smithi107.uonppz (mgr.14203) 427 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T19:04:53.856 INFO:teuthology.orchestra.run.smithi107.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T19:04:53.856 INFO:teuthology.orchestra.run.smithi107.stdout:alertmanager.smithi107 smithi107 *:9093,9094 running (7m) 18s ago 9m 13.5M - 0.27.0 11f11916f8cd 56f199f3655b 2024-09-21T19:04:53.856 INFO:teuthology.orchestra.run.smithi107.stdout:ceph-exporter.smithi107 smithi107 *:9926 running (9m) 18s ago 9m 8983k - 19.3.0-5129-g0ecbb435 3fa9090ef91d 9ce412fac232 2024-09-21T19:04:53.856 INFO:teuthology.orchestra.run.smithi107.stdout:ceph-exporter.smithi160 smithi160 *:9926 running (8m) 18s ago 8m 6087k - 19.3.0-5129-g0ecbb435 3fa9090ef91d 11fcaf40ffb2 2024-09-21T19:04:53.856 INFO:teuthology.orchestra.run.smithi107.stdout:crash.smithi107 smithi107 running (9m) 18s ago 9m 7256k - 19.3.0-5129-g0ecbb435 3fa9090ef91d 9a560b51202c 2024-09-21T19:04:53.856 INFO:teuthology.orchestra.run.smithi107.stdout:crash.smithi160 smithi160 running (8m) 18s ago 8m 7212k - 19.3.0-5129-g0ecbb435 3fa9090ef91d c7a064c9bf18 2024-09-21T19:04:53.856 INFO:teuthology.orchestra.run.smithi107.stdout:grafana.smithi107 smithi107 *:3000 running (7m) 18s ago 9m 67.9M - 10.4.8 5aad1d7cf004 d8adb009f99e 2024-09-21T19:04:53.857 INFO:teuthology.orchestra.run.smithi107.stdout:haproxy.nfs.foo.smithi107.qpojci smithi107 *:2999,9999 running (55s) 18s ago 2m 5000k - 2.3.17-d1c9119 e85424b0d443 8cf600f3435b 2024-09-21T19:04:53.857 INFO:teuthology.orchestra.run.smithi107.stdout:haproxy.nfs.foo.smithi160.tbeqos smithi160 *:2999,9999 running (24s) 18s ago 2m 4612k - 2.3.17-d1c9119 e85424b0d443 19a0fb4b1f5a 2024-09-21T19:04:53.857 INFO:teuthology.orchestra.run.smithi107.stdout:keepalived.nfs.foo.smithi107.dwpbaw smithi107 running (2m) 18s ago 2m 2467k - 2.2.4 4a3a1ff181d9 9ca3a93fa973 2024-09-21T19:04:53.857 INFO:teuthology.orchestra.run.smithi107.stdout:keepalived.nfs.foo.smithi160.ryvhin smithi160 running (2m) 18s ago 2m 2480k - 2.2.4 4a3a1ff181d9 e6957df115d7 2024-09-21T19:04:53.857 INFO:teuthology.orchestra.run.smithi107.stdout:mds.foofs.smithi107.pusxfc smithi107 running (2m) 18s ago 2m 13.4M - 19.3.0-5129-g0ecbb435 3fa9090ef91d e35a47641b3a 2024-09-21T19:04:53.857 INFO:teuthology.orchestra.run.smithi107.stdout:mds.foofs.smithi160.ygfwpu smithi160 running (2m) 18s ago 2m 15.3M - 19.3.0-5129-g0ecbb435 3fa9090ef91d 8e17ce67a5c7 2024-09-21T19:04:53.857 INFO:teuthology.orchestra.run.smithi107.stdout:mgr.smithi107.uonppz smithi107 *:9283,8765,8443 running (11m) 18s ago 11m 519M - 19.3.0-5129-g0ecbb435 3fa9090ef91d fd40c35c9bca 2024-09-21T19:04:53.857 INFO:teuthology.orchestra.run.smithi107.stdout:mgr.smithi160.rphsud smithi160 *:8443,9283,8765 running (8m) 18s ago 8m 441M - 19.3.0-5129-g0ecbb435 3fa9090ef91d 47f6e3bde342 2024-09-21T19:04:53.857 INFO:teuthology.orchestra.run.smithi107.stdout:mon.smithi107 smithi107 running (11m) 18s ago 11m 52.0M 2048M 19.3.0-5129-g0ecbb435 3fa9090ef91d 99d6cfdfb550 2024-09-21T19:04:53.857 INFO:teuthology.orchestra.run.smithi107.stdout:mon.smithi160 smithi160 running (8m) 18s ago 8m 40.1M 2048M 19.3.0-5129-g0ecbb435 3fa9090ef91d d3fc4e56d8a9 2024-09-21T19:04:53.857 INFO:teuthology.orchestra.run.smithi107.stdout:nfs.foo.0.0.smithi107.mvmipa smithi107 *:12999 running (2m) 18s ago 2m 52.0M - 5.9 3fa9090ef91d fa2ca484b1a5 2024-09-21T19:04:53.858 INFO:teuthology.orchestra.run.smithi107.stdout:node-exporter.smithi107 smithi107 *:9100 running (9m) 18s ago 9m 8792k - 1.7.0 72c9c2088986 e00603267c2f 2024-09-21T19:04:53.858 INFO:teuthology.orchestra.run.smithi107.stdout:node-exporter.smithi160 smithi160 *:9100 running (8m) 18s ago 8m 8647k - 1.7.0 72c9c2088986 8ca4882dfb5e 2024-09-21T19:04:53.858 INFO:teuthology.orchestra.run.smithi107.stdout:osd.0 smithi160 running (6m) 18s ago 6m 45.2M 3772M 19.3.0-5129-g0ecbb435 3fa9090ef91d ce078adac0d2 2024-09-21T19:04:53.858 INFO:teuthology.orchestra.run.smithi107.stdout:osd.1 smithi107 running (6m) 18s ago 6m 48.7M 3004M 19.3.0-5129-g0ecbb435 3fa9090ef91d 082a19138bec 2024-09-21T19:04:53.858 INFO:teuthology.orchestra.run.smithi107.stdout:osd.2 smithi160 running (6m) 18s ago 6m 44.8M 3772M 19.3.0-5129-g0ecbb435 3fa9090ef91d 1f865459eb1f 2024-09-21T19:04:53.858 INFO:teuthology.orchestra.run.smithi107.stdout:osd.3 smithi107 running (6m) 18s ago 6m 44.5M 3004M 19.3.0-5129-g0ecbb435 3fa9090ef91d da265c115c6a 2024-09-21T19:04:53.858 INFO:teuthology.orchestra.run.smithi107.stdout:osd.4 smithi160 running (6m) 18s ago 6m 48.6M 3772M 19.3.0-5129-g0ecbb435 3fa9090ef91d 8f6327ce6e56 2024-09-21T19:04:53.858 INFO:teuthology.orchestra.run.smithi107.stdout:osd.5 smithi107 running (6m) 18s ago 6m 41.8M 3004M 19.3.0-5129-g0ecbb435 3fa9090ef91d c535d9b3d8d7 2024-09-21T19:04:53.858 INFO:teuthology.orchestra.run.smithi107.stdout:osd.6 smithi160 running (6m) 18s ago 6m 48.2M 3772M 19.3.0-5129-g0ecbb435 3fa9090ef91d 249be539ec4a 2024-09-21T19:04:53.858 INFO:teuthology.orchestra.run.smithi107.stdout:osd.7 smithi107 running (6m) 18s ago 6m 44.5M 3004M 19.3.0-5129-g0ecbb435 3fa9090ef91d bf0b42b6bbf3 2024-09-21T19:04:53.858 INFO:teuthology.orchestra.run.smithi107.stdout:prometheus.smithi107 smithi107 *:9095 running (111s) 18s ago 8m 43.6M - 2.51.0 1d3b7f56885b d730201f2234 2024-09-21T19:04:54.608 INFO:teuthology.orchestra.run.smithi107.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T19:04:54.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:54 smithi107 bash[20033]: cluster 2024-09-21T19:04:53.415955+0000 mgr.smithi107.uonppz (mgr.14203) 428 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:04:54.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:54 smithi107 bash[20033]: cluster 2024-09-21T19:04:53.415955+0000 mgr.smithi107.uonppz (mgr.14203) 428 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:04:54.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:54 smithi107 bash[20033]: audit 2024-09-21T19:04:53.805704+0000 mgr.smithi107.uonppz (mgr.14203) 429 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:54.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:54 smithi107 bash[20033]: audit 2024-09-21T19:04:53.805704+0000 mgr.smithi107.uonppz (mgr.14203) 429 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:54.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:54 smithi107 bash[20033]: audit 2024-09-21T19:04:53.811801+0000 mon.smithi107 (mon.0) 987 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:04:54.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:54 smithi107 bash[20033]: audit 2024-09-21T19:04:53.811801+0000 mon.smithi107 (mon.0) 987 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:04:54.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:54 smithi160 bash[25034]: cluster 2024-09-21T19:04:53.415955+0000 mgr.smithi107.uonppz (mgr.14203) 428 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:04:54.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:54 smithi160 bash[25034]: cluster 2024-09-21T19:04:53.415955+0000 mgr.smithi107.uonppz (mgr.14203) 428 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:04:54.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:54 smithi160 bash[25034]: audit 2024-09-21T19:04:53.805704+0000 mgr.smithi107.uonppz (mgr.14203) 429 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:54.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:54 smithi160 bash[25034]: audit 2024-09-21T19:04:53.805704+0000 mgr.smithi107.uonppz (mgr.14203) 429 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:54.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:54 smithi160 bash[25034]: audit 2024-09-21T19:04:53.811801+0000 mon.smithi107 (mon.0) 987 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:04:54.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:54 smithi160 bash[25034]: audit 2024-09-21T19:04:53.811801+0000 mon.smithi107 (mon.0) 987 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:04:55.609 INFO:teuthology.orchestra.run.smithi107.stderr:+ true 2024-09-21T19:04:55.610 INFO:teuthology.orchestra.run.smithi107.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T19:04:56.611 INFO:teuthology.orchestra.run.smithi107.stderr:+ true 2024-09-21T19:04:56.611 INFO:teuthology.orchestra.run.smithi107.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T19:04:56.896 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:56 smithi107 bash[20033]: cluster 2024-09-21T19:04:55.416941+0000 mgr.smithi107.uonppz (mgr.14203) 430 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:04:56.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:56 smithi107 bash[20033]: cluster 2024-09-21T19:04:55.416941+0000 mgr.smithi107.uonppz (mgr.14203) 430 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:04:56.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:56 smithi160 bash[25034]: cluster 2024-09-21T19:04:55.416941+0000 mgr.smithi107.uonppz (mgr.14203) 430 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:04:56.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:56 smithi160 bash[25034]: cluster 2024-09-21T19:04:55.416941+0000 mgr.smithi107.uonppz (mgr.14203) 430 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:04:57.612 INFO:teuthology.orchestra.run.smithi107.stderr:+ true 2024-09-21T19:04:57.613 INFO:teuthology.orchestra.run.smithi107.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T19:04:57.896 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:57 smithi107 bash[20033]: audit 2024-09-21T19:04:56.579894+0000 mon.smithi107 (mon.0) 988 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:04:57.896 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:57 smithi107 bash[20033]: audit 2024-09-21T19:04:56.579894+0000 mon.smithi107 (mon.0) 988 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:04:57.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:57 smithi160 bash[25034]: audit 2024-09-21T19:04:56.579894+0000 mon.smithi107 (mon.0) 988 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:04:57.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:57 smithi160 bash[25034]: audit 2024-09-21T19:04:56.579894+0000 mon.smithi107 (mon.0) 988 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:04:58.614 INFO:teuthology.orchestra.run.smithi107.stderr:+ true 2024-09-21T19:04:58.614 INFO:teuthology.orchestra.run.smithi107.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T19:04:58.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:58 smithi107 bash[20033]: cluster 2024-09-21T19:04:57.417661+0000 mgr.smithi107.uonppz (mgr.14203) 431 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:04:58.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:04:58 smithi107 bash[20033]: cluster 2024-09-21T19:04:57.417661+0000 mgr.smithi107.uonppz (mgr.14203) 431 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:04:58.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:58 smithi160 bash[25034]: cluster 2024-09-21T19:04:57.417661+0000 mgr.smithi107.uonppz (mgr.14203) 431 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:04:58.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:04:58 smithi160 bash[25034]: cluster 2024-09-21T19:04:57.417661+0000 mgr.smithi107.uonppz (mgr.14203) 431 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:04:59.616 INFO:teuthology.orchestra.run.smithi107.stderr:+ true 2024-09-21T19:04:59.616 INFO:teuthology.orchestra.run.smithi107.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T19:05:00.617 INFO:teuthology.orchestra.run.smithi107.stderr:+ true 2024-09-21T19:05:00.617 INFO:teuthology.orchestra.run.smithi107.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T19:05:00.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: cluster 2024-09-21T19:04:59.418235+0000 mgr.smithi107.uonppz (mgr.14203) 432 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:05:00.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: cluster 2024-09-21T19:04:59.418235+0000 mgr.smithi107.uonppz (mgr.14203) 432 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:05:00.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:04:59.585721+0000 mon.smithi107 (mon.0) 989 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:00.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:04:59.585721+0000 mon.smithi107 (mon.0) 989 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:00.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:04:59.594458+0000 mon.smithi107 (mon.0) 990 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:00.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:04:59.594458+0000 mon.smithi107 (mon.0) 990 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:00.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.068769+0000 mon.smithi107 (mon.0) 991 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:00.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.068769+0000 mon.smithi107 (mon.0) 991 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:00.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.074982+0000 mon.smithi107 (mon.0) 992 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:00.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.074982+0000 mon.smithi107 (mon.0) 992 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:00.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.075954+0000 mon.smithi107 (mon.0) 993 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:05:00.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.075954+0000 mon.smithi107 (mon.0) 993 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:05:00.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.076634+0000 mon.smithi107 (mon.0) 994 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:05:00.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.076634+0000 mon.smithi107 (mon.0) 994 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:05:00.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.080805+0000 mon.smithi107 (mon.0) 995 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:00.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.080805+0000 mon.smithi107 (mon.0) 995 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:00.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.083298+0000 mon.smithi107 (mon.0) 996 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:05:00.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.083298+0000 mon.smithi107 (mon.0) 996 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:05:00.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.093259+0000 mon.smithi107 (mon.0) 997 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:00.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.093259+0000 mon.smithi107 (mon.0) 997 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:00.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: cephadm 2024-09-21T19:05:00.093563+0000 mgr.smithi107.uonppz (mgr.14203) 433 : cephadm [INF] Fencing old nfs.foo.0.0.smithi107.mvmipa 2024-09-21T19:05:00.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: cephadm 2024-09-21T19:05:00.093563+0000 mgr.smithi107.uonppz (mgr.14203) 433 : cephadm [INF] Fencing old nfs.foo.0.0.smithi107.mvmipa 2024-09-21T19:05:00.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.093745+0000 mon.smithi107 (mon.0) 998 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi107.mvmipa"} : dispatch 2024-09-21T19:05:00.901 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.093745+0000 mon.smithi107 (mon.0) 998 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi107.mvmipa"} : dispatch 2024-09-21T19:05:00.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.096808+0000 mon.smithi107 (mon.0) 999 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi107.mvmipa"}]': finished 2024-09-21T19:05:00.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.096808+0000 mon.smithi107 (mon.0) 999 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi107.mvmipa"}]': finished 2024-09-21T19:05:00.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.102943+0000 mon.smithi107 (mon.0) 1000 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:00.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.102943+0000 mon.smithi107 (mon.0) 1000 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:00.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: cephadm 2024-09-21T19:05:00.103268+0000 mgr.smithi107.uonppz (mgr.14203) 434 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi107.zidtcn 2024-09-21T19:05:00.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: cephadm 2024-09-21T19:05:00.103268+0000 mgr.smithi107.uonppz (mgr.14203) 434 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi107.zidtcn 2024-09-21T19:05:00.902 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.103455+0000 mon.smithi107 (mon.0) 1001 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi107.zidtcn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-21T19:05:00.903 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.103455+0000 mon.smithi107 (mon.0) 1001 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi107.zidtcn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-21T19:05:00.903 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.106761+0000 mon.smithi107 (mon.0) 1002 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi107.zidtcn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-21T19:05:00.903 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.106761+0000 mon.smithi107 (mon.0) 1002 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi107.zidtcn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-21T19:05:00.903 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: cephadm 2024-09-21T19:05:00.108524+0000 mgr.smithi107.uonppz (mgr.14203) 435 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-21T19:05:00.904 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: cephadm 2024-09-21T19:05:00.108524+0000 mgr.smithi107.uonppz (mgr.14203) 435 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-21T19:05:00.904 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.108711+0000 mon.smithi107 (mon.0) 1003 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]} : dispatch 2024-09-21T19:05:00.904 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.108711+0000 mon.smithi107 (mon.0) 1003 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]} : dispatch 2024-09-21T19:05:00.904 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.111742+0000 mon.smithi107 (mon.0) 1004 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-21T19:05:00.905 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.111742+0000 mon.smithi107 (mon.0) 1004 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-21T19:05:00.905 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.113950+0000 mon.smithi107 (mon.0) 1005 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:05:00.905 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.113950+0000 mon.smithi107 (mon.0) 1005 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:05:00.905 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.157664+0000 mon.smithi107 (mon.0) 1006 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-21T19:05:00.905 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.157664+0000 mon.smithi107 (mon.0) 1006 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-21T19:05:00.905 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.159338+0000 mon.smithi107 (mon.0) 1007 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-21T19:05:00.905 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.159338+0000 mon.smithi107 (mon.0) 1007 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-21T19:05:00.906 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.215999+0000 mon.smithi107 (mon.0) 1008 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi107.zidtcn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-21T19:05:00.906 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.215999+0000 mon.smithi107 (mon.0) 1008 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi107.zidtcn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-21T19:05:00.906 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.217787+0000 mon.smithi107 (mon.0) 1009 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi107.zidtcn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-21T19:05:00.906 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.217787+0000 mon.smithi107 (mon.0) 1009 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi107.zidtcn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-21T19:05:00.906 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.220926+0000 mon.smithi107 (mon.0) 1010 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:05:00.906 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:00 smithi107 bash[20033]: audit 2024-09-21T19:05:00.220926+0000 mon.smithi107 (mon.0) 1010 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:05:00.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: cluster 2024-09-21T19:04:59.418235+0000 mgr.smithi107.uonppz (mgr.14203) 432 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:05:00.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: cluster 2024-09-21T19:04:59.418235+0000 mgr.smithi107.uonppz (mgr.14203) 432 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-21T19:05:00.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:04:59.585721+0000 mon.smithi107 (mon.0) 989 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:00.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:04:59.585721+0000 mon.smithi107 (mon.0) 989 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:00.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:04:59.594458+0000 mon.smithi107 (mon.0) 990 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:00.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:04:59.594458+0000 mon.smithi107 (mon.0) 990 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:00.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.068769+0000 mon.smithi107 (mon.0) 991 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:00.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.068769+0000 mon.smithi107 (mon.0) 991 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:00.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.074982+0000 mon.smithi107 (mon.0) 992 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:00.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.074982+0000 mon.smithi107 (mon.0) 992 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:00.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.075954+0000 mon.smithi107 (mon.0) 993 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:05:00.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.075954+0000 mon.smithi107 (mon.0) 993 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:05:00.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.076634+0000 mon.smithi107 (mon.0) 994 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:05:00.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.076634+0000 mon.smithi107 (mon.0) 994 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:05:00.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.080805+0000 mon.smithi107 (mon.0) 995 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:00.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.080805+0000 mon.smithi107 (mon.0) 995 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:00.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.083298+0000 mon.smithi107 (mon.0) 996 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:05:00.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.083298+0000 mon.smithi107 (mon.0) 996 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:05:00.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.093259+0000 mon.smithi107 (mon.0) 997 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:00.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.093259+0000 mon.smithi107 (mon.0) 997 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:00.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: cephadm 2024-09-21T19:05:00.093563+0000 mgr.smithi107.uonppz (mgr.14203) 433 : cephadm [INF] Fencing old nfs.foo.0.0.smithi107.mvmipa 2024-09-21T19:05:00.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: cephadm 2024-09-21T19:05:00.093563+0000 mgr.smithi107.uonppz (mgr.14203) 433 : cephadm [INF] Fencing old nfs.foo.0.0.smithi107.mvmipa 2024-09-21T19:05:00.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.093745+0000 mon.smithi107 (mon.0) 998 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi107.mvmipa"} : dispatch 2024-09-21T19:05:00.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.093745+0000 mon.smithi107 (mon.0) 998 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi107.mvmipa"} : dispatch 2024-09-21T19:05:00.914 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.096808+0000 mon.smithi107 (mon.0) 999 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi107.mvmipa"}]': finished 2024-09-21T19:05:00.914 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.096808+0000 mon.smithi107 (mon.0) 999 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi107.mvmipa"}]': finished 2024-09-21T19:05:00.914 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.102943+0000 mon.smithi107 (mon.0) 1000 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:00.914 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.102943+0000 mon.smithi107 (mon.0) 1000 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:00.914 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: cephadm 2024-09-21T19:05:00.103268+0000 mgr.smithi107.uonppz (mgr.14203) 434 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi107.zidtcn 2024-09-21T19:05:00.914 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: cephadm 2024-09-21T19:05:00.103268+0000 mgr.smithi107.uonppz (mgr.14203) 434 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi107.zidtcn 2024-09-21T19:05:00.914 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.103455+0000 mon.smithi107 (mon.0) 1001 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi107.zidtcn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-21T19:05:00.914 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.103455+0000 mon.smithi107 (mon.0) 1001 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi107.zidtcn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-21T19:05:00.914 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.106761+0000 mon.smithi107 (mon.0) 1002 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi107.zidtcn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-21T19:05:00.914 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.106761+0000 mon.smithi107 (mon.0) 1002 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi107.zidtcn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-21T19:05:00.914 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: cephadm 2024-09-21T19:05:00.108524+0000 mgr.smithi107.uonppz (mgr.14203) 435 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-21T19:05:00.914 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: cephadm 2024-09-21T19:05:00.108524+0000 mgr.smithi107.uonppz (mgr.14203) 435 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-21T19:05:00.914 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.108711+0000 mon.smithi107 (mon.0) 1003 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]} : dispatch 2024-09-21T19:05:00.915 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.108711+0000 mon.smithi107 (mon.0) 1003 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]} : dispatch 2024-09-21T19:05:00.915 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.111742+0000 mon.smithi107 (mon.0) 1004 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-21T19:05:00.915 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.111742+0000 mon.smithi107 (mon.0) 1004 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-21T19:05:00.915 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.113950+0000 mon.smithi107 (mon.0) 1005 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:05:00.915 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.113950+0000 mon.smithi107 (mon.0) 1005 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:05:00.915 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.157664+0000 mon.smithi107 (mon.0) 1006 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-21T19:05:00.915 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.157664+0000 mon.smithi107 (mon.0) 1006 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-21T19:05:00.915 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.159338+0000 mon.smithi107 (mon.0) 1007 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-21T19:05:00.916 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.159338+0000 mon.smithi107 (mon.0) 1007 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-21T19:05:00.916 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.215999+0000 mon.smithi107 (mon.0) 1008 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi107.zidtcn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-21T19:05:00.916 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.215999+0000 mon.smithi107 (mon.0) 1008 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi107.zidtcn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-21T19:05:00.916 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.217787+0000 mon.smithi107 (mon.0) 1009 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi107.zidtcn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-21T19:05:00.916 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.217787+0000 mon.smithi107 (mon.0) 1009 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi107.zidtcn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-21T19:05:00.916 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.220926+0000 mon.smithi107 (mon.0) 1010 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:05:00.916 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:00 smithi160 bash[25034]: audit 2024-09-21T19:05:00.220926+0000 mon.smithi107 (mon.0) 1010 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:05:01.619 INFO:teuthology.orchestra.run.smithi107.stderr:+ true 2024-09-21T19:05:01.619 INFO:teuthology.orchestra.run.smithi107.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T19:05:01.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:01 smithi107 bash[20033]: cephadm 2024-09-21T19:05:00.215423+0000 mgr.smithi107.uonppz (mgr.14203) 436 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-21T19:05:01.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:01 smithi107 bash[20033]: cephadm 2024-09-21T19:05:00.215423+0000 mgr.smithi107.uonppz (mgr.14203) 436 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-21T19:05:01.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:01 smithi107 bash[20033]: cephadm 2024-09-21T19:05:00.215531+0000 mgr.smithi107.uonppz (mgr.14203) 437 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi107.zidtcn-rgw 2024-09-21T19:05:01.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:01 smithi107 bash[20033]: cephadm 2024-09-21T19:05:00.215531+0000 mgr.smithi107.uonppz (mgr.14203) 437 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi107.zidtcn-rgw 2024-09-21T19:05:01.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:01 smithi107 bash[20033]: cephadm 2024-09-21T19:05:00.220234+0000 mgr.smithi107.uonppz (mgr.14203) 438 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi107.zidtcn's ganesha conf is defaulting to empty 2024-09-21T19:05:01.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:01 smithi107 bash[20033]: cephadm 2024-09-21T19:05:00.220234+0000 mgr.smithi107.uonppz (mgr.14203) 438 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi107.zidtcn's ganesha conf is defaulting to empty 2024-09-21T19:05:01.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:01 smithi107 bash[20033]: cephadm 2024-09-21T19:05:00.222122+0000 mgr.smithi107.uonppz (mgr.14203) 439 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi107.zidtcn on smithi107 2024-09-21T19:05:01.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:01 smithi107 bash[20033]: cephadm 2024-09-21T19:05:00.222122+0000 mgr.smithi107.uonppz (mgr.14203) 439 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi107.zidtcn on smithi107 2024-09-21T19:05:01.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:01 smithi160 bash[25034]: cephadm 2024-09-21T19:05:00.215423+0000 mgr.smithi107.uonppz (mgr.14203) 436 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-21T19:05:01.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:01 smithi160 bash[25034]: cephadm 2024-09-21T19:05:00.215423+0000 mgr.smithi107.uonppz (mgr.14203) 436 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-21T19:05:01.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:01 smithi160 bash[25034]: cephadm 2024-09-21T19:05:00.215531+0000 mgr.smithi107.uonppz (mgr.14203) 437 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi107.zidtcn-rgw 2024-09-21T19:05:01.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:01 smithi160 bash[25034]: cephadm 2024-09-21T19:05:00.215531+0000 mgr.smithi107.uonppz (mgr.14203) 437 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi107.zidtcn-rgw 2024-09-21T19:05:01.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:01 smithi160 bash[25034]: cephadm 2024-09-21T19:05:00.220234+0000 mgr.smithi107.uonppz (mgr.14203) 438 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi107.zidtcn's ganesha conf is defaulting to empty 2024-09-21T19:05:01.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:01 smithi160 bash[25034]: cephadm 2024-09-21T19:05:00.220234+0000 mgr.smithi107.uonppz (mgr.14203) 438 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi107.zidtcn's ganesha conf is defaulting to empty 2024-09-21T19:05:01.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:01 smithi160 bash[25034]: cephadm 2024-09-21T19:05:00.222122+0000 mgr.smithi107.uonppz (mgr.14203) 439 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi107.zidtcn on smithi107 2024-09-21T19:05:01.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:01 smithi160 bash[25034]: cephadm 2024-09-21T19:05:00.222122+0000 mgr.smithi107.uonppz (mgr.14203) 439 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi107.zidtcn on smithi107 2024-09-21T19:05:02.620 INFO:teuthology.orchestra.run.smithi107.stderr:+ true 2024-09-21T19:05:02.620 INFO:teuthology.orchestra.run.smithi107.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T19:05:02.896 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:02 smithi107 bash[20033]: cluster 2024-09-21T19:05:01.419310+0000 mgr.smithi107.uonppz (mgr.14203) 440 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:02.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:02 smithi107 bash[20033]: cluster 2024-09-21T19:05:01.419310+0000 mgr.smithi107.uonppz (mgr.14203) 440 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:02.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:02 smithi160 bash[25034]: cluster 2024-09-21T19:05:01.419310+0000 mgr.smithi107.uonppz (mgr.14203) 440 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:02.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:02 smithi160 bash[25034]: cluster 2024-09-21T19:05:01.419310+0000 mgr.smithi107.uonppz (mgr.14203) 440 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:03.240 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:02 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:05:03.526 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:03 smithi107 systemd[1]: /etc/systemd/system/ceph-96af9b06-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:05:03.622 INFO:teuthology.orchestra.run.smithi107.stderr:+ true 2024-09-21T19:05:03.622 INFO:teuthology.orchestra.run.smithi107.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T19:05:04.624 INFO:teuthology.orchestra.run.smithi107.stderr:+ true 2024-09-21T19:05:04.624 INFO:teuthology.orchestra.run.smithi107.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T19:05:04.783 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:04 smithi107 bash[20033]: cluster 2024-09-21T19:05:03.419877+0000 mgr.smithi107.uonppz (mgr.14203) 441 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:04.783 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:04 smithi107 bash[20033]: cluster 2024-09-21T19:05:03.419877+0000 mgr.smithi107.uonppz (mgr.14203) 441 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:04.783 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:04 smithi107 bash[20033]: audit 2024-09-21T19:05:03.447239+0000 mon.smithi107 (mon.0) 1011 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:04.783 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:04 smithi107 bash[20033]: audit 2024-09-21T19:05:03.447239+0000 mon.smithi107 (mon.0) 1011 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:04.783 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:04 smithi107 bash[20033]: audit 2024-09-21T19:05:03.453045+0000 mon.smithi107 (mon.0) 1012 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:04.783 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:04 smithi107 bash[20033]: audit 2024-09-21T19:05:03.453045+0000 mon.smithi107 (mon.0) 1012 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:04.783 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:04 smithi107 bash[20033]: audit 2024-09-21T19:05:03.458244+0000 mon.smithi107 (mon.0) 1013 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:04.783 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:04 smithi107 bash[20033]: audit 2024-09-21T19:05:03.458244+0000 mon.smithi107 (mon.0) 1013 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:04.783 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:04 smithi107 bash[20033]: audit 2024-09-21T19:05:03.465648+0000 mon.smithi107 (mon.0) 1014 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:04.783 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:04 smithi107 bash[20033]: audit 2024-09-21T19:05:03.465648+0000 mon.smithi107 (mon.0) 1014 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:04.784 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:04 smithi107 bash[20033]: audit 2024-09-21T19:05:03.483105+0000 mon.smithi107 (mon.0) 1015 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:05:04.784 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:04 smithi107 bash[20033]: audit 2024-09-21T19:05:03.483105+0000 mon.smithi107 (mon.0) 1015 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:05:04.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:04 smithi160 bash[25034]: cluster 2024-09-21T19:05:03.419877+0000 mgr.smithi107.uonppz (mgr.14203) 441 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:04.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:04 smithi160 bash[25034]: cluster 2024-09-21T19:05:03.419877+0000 mgr.smithi107.uonppz (mgr.14203) 441 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:04.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:04 smithi160 bash[25034]: audit 2024-09-21T19:05:03.447239+0000 mon.smithi107 (mon.0) 1011 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:04.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:04 smithi160 bash[25034]: audit 2024-09-21T19:05:03.447239+0000 mon.smithi107 (mon.0) 1011 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:04.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:04 smithi160 bash[25034]: audit 2024-09-21T19:05:03.453045+0000 mon.smithi107 (mon.0) 1012 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:04.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:04 smithi160 bash[25034]: audit 2024-09-21T19:05:03.453045+0000 mon.smithi107 (mon.0) 1012 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:04.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:04 smithi160 bash[25034]: audit 2024-09-21T19:05:03.458244+0000 mon.smithi107 (mon.0) 1013 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:04.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:04 smithi160 bash[25034]: audit 2024-09-21T19:05:03.458244+0000 mon.smithi107 (mon.0) 1013 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:04.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:04 smithi160 bash[25034]: audit 2024-09-21T19:05:03.465648+0000 mon.smithi107 (mon.0) 1014 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:04.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:04 smithi160 bash[25034]: audit 2024-09-21T19:05:03.465648+0000 mon.smithi107 (mon.0) 1014 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:04.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:04 smithi160 bash[25034]: audit 2024-09-21T19:05:03.483105+0000 mon.smithi107 (mon.0) 1015 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:05:04.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:04 smithi160 bash[25034]: audit 2024-09-21T19:05:03.483105+0000 mon.smithi107 (mon.0) 1015 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:05:05.625 INFO:teuthology.orchestra.run.smithi107.stderr:+ true 2024-09-21T19:05:05.625 INFO:teuthology.orchestra.run.smithi107.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T19:05:05.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:05 smithi107 bash[20033]: cluster 2024-09-21T19:05:04.825738+0000 mds.foofs.smithi160.ygfwpu (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14572 (172.21.15.107:0/4207381700) 2024-09-21T19:05:05.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:05 smithi107 bash[20033]: cluster 2024-09-21T19:05:04.825738+0000 mds.foofs.smithi160.ygfwpu (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14572 (172.21.15.107:0/4207381700) 2024-09-21T19:05:05.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:05 smithi107 bash[20033]: audit 2024-09-21T19:05:04.826234+0000 mon.smithi160 (mon.1) 19 : audit [INF] from='mds.? [v2:172.21.15.160:6832/2944401305,v1:172.21.15.160:6833/2944401305]' entity='mds.foofs.smithi160.ygfwpu' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.107:0/4207381700"} : dispatch 2024-09-21T19:05:05.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:05 smithi107 bash[20033]: audit 2024-09-21T19:05:04.826234+0000 mon.smithi160 (mon.1) 19 : audit [INF] from='mds.? [v2:172.21.15.160:6832/2944401305,v1:172.21.15.160:6833/2944401305]' entity='mds.foofs.smithi160.ygfwpu' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.107:0/4207381700"} : dispatch 2024-09-21T19:05:05.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:05 smithi107 bash[20033]: audit 2024-09-21T19:05:04.827693+0000 mon.smithi107 (mon.0) 1016 : audit [INF] from='mds.? ' entity='mds.foofs.smithi160.ygfwpu' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.107:0/4207381700"} : dispatch 2024-09-21T19:05:05.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:05 smithi107 bash[20033]: audit 2024-09-21T19:05:04.827693+0000 mon.smithi107 (mon.0) 1016 : audit [INF] from='mds.? ' entity='mds.foofs.smithi160.ygfwpu' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.107:0/4207381700"} : dispatch 2024-09-21T19:05:05.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:05 smithi160 bash[25034]: cluster 2024-09-21T19:05:04.825738+0000 mds.foofs.smithi160.ygfwpu (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14572 (172.21.15.107:0/4207381700) 2024-09-21T19:05:05.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:05 smithi160 bash[25034]: cluster 2024-09-21T19:05:04.825738+0000 mds.foofs.smithi160.ygfwpu (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14572 (172.21.15.107:0/4207381700) 2024-09-21T19:05:05.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:05 smithi160 bash[25034]: audit 2024-09-21T19:05:04.826234+0000 mon.smithi160 (mon.1) 19 : audit [INF] from='mds.? [v2:172.21.15.160:6832/2944401305,v1:172.21.15.160:6833/2944401305]' entity='mds.foofs.smithi160.ygfwpu' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.107:0/4207381700"} : dispatch 2024-09-21T19:05:05.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:05 smithi160 bash[25034]: audit 2024-09-21T19:05:04.826234+0000 mon.smithi160 (mon.1) 19 : audit [INF] from='mds.? [v2:172.21.15.160:6832/2944401305,v1:172.21.15.160:6833/2944401305]' entity='mds.foofs.smithi160.ygfwpu' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.107:0/4207381700"} : dispatch 2024-09-21T19:05:05.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:05 smithi160 bash[25034]: audit 2024-09-21T19:05:04.827693+0000 mon.smithi107 (mon.0) 1016 : audit [INF] from='mds.? ' entity='mds.foofs.smithi160.ygfwpu' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.107:0/4207381700"} : dispatch 2024-09-21T19:05:05.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:05 smithi160 bash[25034]: audit 2024-09-21T19:05:04.827693+0000 mon.smithi107 (mon.0) 1016 : audit [INF] from='mds.? ' entity='mds.foofs.smithi160.ygfwpu' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.107:0/4207381700"} : dispatch 2024-09-21T19:05:06.627 INFO:teuthology.orchestra.run.smithi107.stderr:+ true 2024-09-21T19:05:06.627 INFO:teuthology.orchestra.run.smithi107.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T19:05:06.896 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:06 smithi107 bash[20033]: cluster 2024-09-21T19:05:05.420871+0000 mgr.smithi107.uonppz (mgr.14203) 442 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:05:06.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:06 smithi107 bash[20033]: cluster 2024-09-21T19:05:05.420871+0000 mgr.smithi107.uonppz (mgr.14203) 442 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:05:06.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:06 smithi107 bash[20033]: audit 2024-09-21T19:05:05.459160+0000 mon.smithi107 (mon.0) 1017 : audit [INF] from='mds.? ' entity='mds.foofs.smithi160.ygfwpu' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.107:0/4207381700"}]': finished 2024-09-21T19:05:06.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:06 smithi107 bash[20033]: audit 2024-09-21T19:05:05.459160+0000 mon.smithi107 (mon.0) 1017 : audit [INF] from='mds.? ' entity='mds.foofs.smithi160.ygfwpu' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.107:0/4207381700"}]': finished 2024-09-21T19:05:06.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:06 smithi107 bash[20033]: cluster 2024-09-21T19:05:05.464796+0000 mon.smithi107 (mon.0) 1018 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-21T19:05:06.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:06 smithi107 bash[20033]: cluster 2024-09-21T19:05:05.464796+0000 mon.smithi107 (mon.0) 1018 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-21T19:05:06.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:06 smithi160 bash[25034]: cluster 2024-09-21T19:05:05.420871+0000 mgr.smithi107.uonppz (mgr.14203) 442 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:05:06.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:06 smithi160 bash[25034]: cluster 2024-09-21T19:05:05.420871+0000 mgr.smithi107.uonppz (mgr.14203) 442 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:05:06.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:06 smithi160 bash[25034]: audit 2024-09-21T19:05:05.459160+0000 mon.smithi107 (mon.0) 1017 : audit [INF] from='mds.? ' entity='mds.foofs.smithi160.ygfwpu' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.107:0/4207381700"}]': finished 2024-09-21T19:05:06.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:06 smithi160 bash[25034]: audit 2024-09-21T19:05:05.459160+0000 mon.smithi107 (mon.0) 1017 : audit [INF] from='mds.? ' entity='mds.foofs.smithi160.ygfwpu' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.107:0/4207381700"}]': finished 2024-09-21T19:05:06.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:06 smithi160 bash[25034]: cluster 2024-09-21T19:05:05.464796+0000 mon.smithi107 (mon.0) 1018 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-21T19:05:06.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:06 smithi160 bash[25034]: cluster 2024-09-21T19:05:05.464796+0000 mon.smithi107 (mon.0) 1018 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-21T19:05:07.629 INFO:teuthology.orchestra.run.smithi107.stderr:+ true 2024-09-21T19:05:07.629 INFO:teuthology.orchestra.run.smithi107.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T19:05:08.631 INFO:teuthology.orchestra.run.smithi107.stderr:+ true 2024-09-21T19:05:08.631 INFO:teuthology.orchestra.run.smithi107.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T19:05:09.396 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:09 smithi107 bash[20033]: cluster 2024-09-21T19:05:07.421590+0000 mgr.smithi107.uonppz (mgr.14203) 443 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 204 B/s wr, 0 op/s 2024-09-21T19:05:09.396 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:09 smithi107 bash[20033]: cluster 2024-09-21T19:05:07.421590+0000 mgr.smithi107.uonppz (mgr.14203) 443 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 204 B/s wr, 0 op/s 2024-09-21T19:05:09.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:09 smithi107 bash[20033]: audit 2024-09-21T19:05:08.018064+0000 mon.smithi107 (mon.0) 1019 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:09.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:09 smithi107 bash[20033]: audit 2024-09-21T19:05:08.018064+0000 mon.smithi107 (mon.0) 1019 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:09.407 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:09 smithi160 bash[25034]: cluster 2024-09-21T19:05:07.421590+0000 mgr.smithi107.uonppz (mgr.14203) 443 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 204 B/s wr, 0 op/s 2024-09-21T19:05:09.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:09 smithi160 bash[25034]: cluster 2024-09-21T19:05:07.421590+0000 mgr.smithi107.uonppz (mgr.14203) 443 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 607 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 204 B/s wr, 0 op/s 2024-09-21T19:05:09.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:09 smithi160 bash[25034]: audit 2024-09-21T19:05:08.018064+0000 mon.smithi107 (mon.0) 1019 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:09.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:09 smithi160 bash[25034]: audit 2024-09-21T19:05:08.018064+0000 mon.smithi107 (mon.0) 1019 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:09.632 INFO:teuthology.orchestra.run.smithi107.stderr:+ true 2024-09-21T19:05:09.632 INFO:teuthology.orchestra.run.smithi107.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T19:05:10.633 INFO:teuthology.orchestra.run.smithi107.stderr:+ true 2024-09-21T19:05:10.633 INFO:teuthology.orchestra.run.smithi107.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T19:05:10.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:10 smithi107 bash[20033]: audit 2024-09-21T19:05:09.273781+0000 mon.smithi107 (mon.0) 1020 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:10.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:10 smithi107 bash[20033]: audit 2024-09-21T19:05:09.273781+0000 mon.smithi107 (mon.0) 1020 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:10.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:10 smithi107 bash[20033]: audit 2024-09-21T19:05:09.281947+0000 mon.smithi107 (mon.0) 1021 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:10.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:10 smithi107 bash[20033]: audit 2024-09-21T19:05:09.281947+0000 mon.smithi107 (mon.0) 1021 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:10.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:10 smithi107 bash[20033]: cluster 2024-09-21T19:05:09.422192+0000 mgr.smithi107.uonppz (mgr.14203) 444 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 716 B/s wr, 1 op/s 2024-09-21T19:05:10.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:10 smithi107 bash[20033]: cluster 2024-09-21T19:05:09.422192+0000 mgr.smithi107.uonppz (mgr.14203) 444 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 716 B/s wr, 1 op/s 2024-09-21T19:05:10.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:10 smithi107 bash[20033]: audit 2024-09-21T19:05:09.753770+0000 mon.smithi107 (mon.0) 1022 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:10.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:10 smithi107 bash[20033]: audit 2024-09-21T19:05:09.753770+0000 mon.smithi107 (mon.0) 1022 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:10.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:10 smithi107 bash[20033]: audit 2024-09-21T19:05:09.760427+0000 mon.smithi107 (mon.0) 1023 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:10.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:10 smithi107 bash[20033]: audit 2024-09-21T19:05:09.760427+0000 mon.smithi107 (mon.0) 1023 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:10.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:10 smithi160 bash[25034]: audit 2024-09-21T19:05:09.273781+0000 mon.smithi107 (mon.0) 1020 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:10.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:10 smithi160 bash[25034]: audit 2024-09-21T19:05:09.273781+0000 mon.smithi107 (mon.0) 1020 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:10.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:10 smithi160 bash[25034]: audit 2024-09-21T19:05:09.281947+0000 mon.smithi107 (mon.0) 1021 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:10.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:10 smithi160 bash[25034]: audit 2024-09-21T19:05:09.281947+0000 mon.smithi107 (mon.0) 1021 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:10.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:10 smithi160 bash[25034]: cluster 2024-09-21T19:05:09.422192+0000 mgr.smithi107.uonppz (mgr.14203) 444 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 716 B/s wr, 1 op/s 2024-09-21T19:05:10.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:10 smithi160 bash[25034]: cluster 2024-09-21T19:05:09.422192+0000 mgr.smithi107.uonppz (mgr.14203) 444 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 716 B/s wr, 1 op/s 2024-09-21T19:05:10.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:10 smithi160 bash[25034]: audit 2024-09-21T19:05:09.753770+0000 mon.smithi107 (mon.0) 1022 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:10.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:10 smithi160 bash[25034]: audit 2024-09-21T19:05:09.753770+0000 mon.smithi107 (mon.0) 1022 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:10.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:10 smithi160 bash[25034]: audit 2024-09-21T19:05:09.760427+0000 mon.smithi107 (mon.0) 1023 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:10.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:10 smithi160 bash[25034]: audit 2024-09-21T19:05:09.760427+0000 mon.smithi107 (mon.0) 1023 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:11.635 INFO:teuthology.orchestra.run.smithi107.stderr:+ true 2024-09-21T19:05:11.635 INFO:teuthology.orchestra.run.smithi107.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T19:05:11.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:11 smithi107 bash[20033]: audit 2024-09-21T19:05:10.336939+0000 mon.smithi107 (mon.0) 1024 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:05:11.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:11 smithi107 bash[20033]: audit 2024-09-21T19:05:10.336939+0000 mon.smithi107 (mon.0) 1024 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:05:11.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:11 smithi107 bash[20033]: audit 2024-09-21T19:05:10.338137+0000 mon.smithi107 (mon.0) 1025 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:05:11.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:11 smithi107 bash[20033]: audit 2024-09-21T19:05:10.338137+0000 mon.smithi107 (mon.0) 1025 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:05:11.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:11 smithi107 bash[20033]: audit 2024-09-21T19:05:10.347870+0000 mon.smithi107 (mon.0) 1026 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:11.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:11 smithi107 bash[20033]: audit 2024-09-21T19:05:10.347870+0000 mon.smithi107 (mon.0) 1026 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:11.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:11 smithi107 bash[20033]: audit 2024-09-21T19:05:10.354612+0000 mon.smithi107 (mon.0) 1027 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:05:11.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:11 smithi107 bash[20033]: audit 2024-09-21T19:05:10.354612+0000 mon.smithi107 (mon.0) 1027 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:05:11.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:11 smithi107 bash[20033]: audit 2024-09-21T19:05:10.373344+0000 mon.smithi107 (mon.0) 1028 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:11.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:11 smithi107 bash[20033]: audit 2024-09-21T19:05:10.373344+0000 mon.smithi107 (mon.0) 1028 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:11.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:11 smithi107 bash[20033]: cephadm 2024-09-21T19:05:10.399359+0000 mgr.smithi107.uonppz (mgr.14203) 445 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi107.qpojci (dependencies changed)... 2024-09-21T19:05:11.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:11 smithi107 bash[20033]: cephadm 2024-09-21T19:05:10.399359+0000 mgr.smithi107.uonppz (mgr.14203) 445 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi107.qpojci (dependencies changed)... 2024-09-21T19:05:11.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:11 smithi107 bash[20033]: cephadm 2024-09-21T19:05:10.403838+0000 mgr.smithi107.uonppz (mgr.14203) 446 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi107.qpojci on smithi107 2024-09-21T19:05:11.648 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:11 smithi107 bash[20033]: cephadm 2024-09-21T19:05:10.403838+0000 mgr.smithi107.uonppz (mgr.14203) 446 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi107.qpojci on smithi107 2024-09-21T19:05:11.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:11 smithi160 bash[25034]: audit 2024-09-21T19:05:10.336939+0000 mon.smithi107 (mon.0) 1024 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:05:11.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:11 smithi160 bash[25034]: audit 2024-09-21T19:05:10.336939+0000 mon.smithi107 (mon.0) 1024 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:05:11.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:11 smithi160 bash[25034]: audit 2024-09-21T19:05:10.338137+0000 mon.smithi107 (mon.0) 1025 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:05:11.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:11 smithi160 bash[25034]: audit 2024-09-21T19:05:10.338137+0000 mon.smithi107 (mon.0) 1025 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:05:11.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:11 smithi160 bash[25034]: audit 2024-09-21T19:05:10.347870+0000 mon.smithi107 (mon.0) 1026 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:11.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:11 smithi160 bash[25034]: audit 2024-09-21T19:05:10.347870+0000 mon.smithi107 (mon.0) 1026 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:11.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:11 smithi160 bash[25034]: audit 2024-09-21T19:05:10.354612+0000 mon.smithi107 (mon.0) 1027 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:05:11.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:11 smithi160 bash[25034]: audit 2024-09-21T19:05:10.354612+0000 mon.smithi107 (mon.0) 1027 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:05:11.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:11 smithi160 bash[25034]: audit 2024-09-21T19:05:10.373344+0000 mon.smithi107 (mon.0) 1028 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:11.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:11 smithi160 bash[25034]: audit 2024-09-21T19:05:10.373344+0000 mon.smithi107 (mon.0) 1028 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:11.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:11 smithi160 bash[25034]: cephadm 2024-09-21T19:05:10.399359+0000 mgr.smithi107.uonppz (mgr.14203) 445 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi107.qpojci (dependencies changed)... 2024-09-21T19:05:11.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:11 smithi160 bash[25034]: cephadm 2024-09-21T19:05:10.399359+0000 mgr.smithi107.uonppz (mgr.14203) 445 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi107.qpojci (dependencies changed)... 2024-09-21T19:05:11.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:11 smithi160 bash[25034]: cephadm 2024-09-21T19:05:10.403838+0000 mgr.smithi107.uonppz (mgr.14203) 446 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi107.qpojci on smithi107 2024-09-21T19:05:11.659 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:11 smithi160 bash[25034]: cephadm 2024-09-21T19:05:10.403838+0000 mgr.smithi107.uonppz (mgr.14203) 446 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi107.qpojci on smithi107 2024-09-21T19:05:12.590 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:12 smithi107 bash[20033]: cluster 2024-09-21T19:05:11.422967+0000 mgr.smithi107.uonppz (mgr.14203) 447 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 818 B/s wr, 2 op/s 2024-09-21T19:05:12.590 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:12 smithi107 bash[20033]: cluster 2024-09-21T19:05:11.422967+0000 mgr.smithi107.uonppz (mgr.14203) 447 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 818 B/s wr, 2 op/s 2024-09-21T19:05:12.590 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:12 smithi107 bash[20033]: audit 2024-09-21T19:05:11.580755+0000 mon.smithi107 (mon.0) 1029 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:05:12.590 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:12 smithi107 bash[20033]: audit 2024-09-21T19:05:11.580755+0000 mon.smithi107 (mon.0) 1029 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:05:12.637 INFO:teuthology.orchestra.run.smithi107.stderr:+ true 2024-09-21T19:05:12.637 INFO:teuthology.orchestra.run.smithi107.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T19:05:12.657 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:12 smithi160 bash[25034]: cluster 2024-09-21T19:05:11.422967+0000 mgr.smithi107.uonppz (mgr.14203) 447 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 818 B/s wr, 2 op/s 2024-09-21T19:05:12.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:12 smithi160 bash[25034]: cluster 2024-09-21T19:05:11.422967+0000 mgr.smithi107.uonppz (mgr.14203) 447 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 818 B/s wr, 2 op/s 2024-09-21T19:05:12.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:12 smithi160 bash[25034]: audit 2024-09-21T19:05:11.580755+0000 mon.smithi107 (mon.0) 1029 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:05:12.658 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:12 smithi160 bash[25034]: audit 2024-09-21T19:05:11.580755+0000 mon.smithi107 (mon.0) 1029 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:05:13.639 INFO:teuthology.orchestra.run.smithi107.stderr:+ true 2024-09-21T19:05:13.639 INFO:teuthology.orchestra.run.smithi107.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T19:05:14.641 INFO:teuthology.orchestra.run.smithi107.stderr:+ true 2024-09-21T19:05:14.641 INFO:teuthology.orchestra.run.smithi107.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T19:05:15.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:14 smithi107 bash[20033]: cluster 2024-09-21T19:05:13.423872+0000 mgr.smithi107.uonppz (mgr.14203) 448 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 818 B/s wr, 2 op/s 2024-09-21T19:05:15.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:14 smithi107 bash[20033]: cluster 2024-09-21T19:05:13.423872+0000 mgr.smithi107.uonppz (mgr.14203) 448 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 818 B/s wr, 2 op/s 2024-09-21T19:05:15.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:14 smithi107 bash[20033]: audit 2024-09-21T19:05:13.918156+0000 mon.smithi107 (mon.0) 1030 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:15.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:14 smithi107 bash[20033]: audit 2024-09-21T19:05:13.918156+0000 mon.smithi107 (mon.0) 1030 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:15.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:14 smithi107 bash[20033]: audit 2024-09-21T19:05:13.923196+0000 mon.smithi107 (mon.0) 1031 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:15.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:14 smithi107 bash[20033]: audit 2024-09-21T19:05:13.923196+0000 mon.smithi107 (mon.0) 1031 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:15.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:14 smithi107 bash[20033]: cephadm 2024-09-21T19:05:13.925352+0000 mgr.smithi107.uonppz (mgr.14203) 449 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi160.tbeqos (dependencies changed)... 2024-09-21T19:05:15.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:14 smithi107 bash[20033]: cephadm 2024-09-21T19:05:13.925352+0000 mgr.smithi107.uonppz (mgr.14203) 449 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi160.tbeqos (dependencies changed)... 2024-09-21T19:05:15.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:14 smithi107 bash[20033]: cephadm 2024-09-21T19:05:13.927180+0000 mgr.smithi107.uonppz (mgr.14203) 450 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi160.tbeqos on smithi160 2024-09-21T19:05:15.398 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:14 smithi107 bash[20033]: cephadm 2024-09-21T19:05:13.927180+0000 mgr.smithi107.uonppz (mgr.14203) 450 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi160.tbeqos on smithi160 2024-09-21T19:05:15.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:14 smithi160 bash[25034]: cluster 2024-09-21T19:05:13.423872+0000 mgr.smithi107.uonppz (mgr.14203) 448 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 818 B/s wr, 2 op/s 2024-09-21T19:05:15.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:14 smithi160 bash[25034]: cluster 2024-09-21T19:05:13.423872+0000 mgr.smithi107.uonppz (mgr.14203) 448 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 818 B/s wr, 2 op/s 2024-09-21T19:05:15.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:14 smithi160 bash[25034]: audit 2024-09-21T19:05:13.918156+0000 mon.smithi107 (mon.0) 1030 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:15.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:14 smithi160 bash[25034]: audit 2024-09-21T19:05:13.918156+0000 mon.smithi107 (mon.0) 1030 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:15.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:14 smithi160 bash[25034]: audit 2024-09-21T19:05:13.923196+0000 mon.smithi107 (mon.0) 1031 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:15.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:14 smithi160 bash[25034]: audit 2024-09-21T19:05:13.923196+0000 mon.smithi107 (mon.0) 1031 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:15.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:14 smithi160 bash[25034]: cephadm 2024-09-21T19:05:13.925352+0000 mgr.smithi107.uonppz (mgr.14203) 449 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi160.tbeqos (dependencies changed)... 2024-09-21T19:05:15.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:14 smithi160 bash[25034]: cephadm 2024-09-21T19:05:13.925352+0000 mgr.smithi107.uonppz (mgr.14203) 449 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi160.tbeqos (dependencies changed)... 2024-09-21T19:05:15.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:14 smithi160 bash[25034]: cephadm 2024-09-21T19:05:13.927180+0000 mgr.smithi107.uonppz (mgr.14203) 450 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi160.tbeqos on smithi160 2024-09-21T19:05:15.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:14 smithi160 bash[25034]: cephadm 2024-09-21T19:05:13.927180+0000 mgr.smithi107.uonppz (mgr.14203) 450 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi160.tbeqos on smithi160 2024-09-21T19:05:15.642 INFO:teuthology.orchestra.run.smithi107.stderr:+ true 2024-09-21T19:05:15.643 INFO:teuthology.orchestra.run.smithi107.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T19:05:16.645 INFO:teuthology.orchestra.run.smithi107.stderr:+ true 2024-09-21T19:05:16.645 INFO:teuthology.orchestra.run.smithi107.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T19:05:16.648 INFO:teuthology.orchestra.run.smithi107.stdout:haproxy.nfs.foo.smithi160.tbeqos 2024-09-21T19:05:16.649 INFO:teuthology.orchestra.run.smithi107.stdout:Mount is back! 2024-09-21T19:05:16.649 INFO:teuthology.orchestra.run.smithi107.stderr:+ echo 'Mount is back!' 2024-09-21T19:05:16.650 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi160.front.sepia.ceph.com 2024-09-21T19:05:16.651 DEBUG:teuthology.orchestra.run.smithi160:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo "Check with $(hostname) ganesha(s) down..." 2024-09-21T19:05:16.651 DEBUG:teuthology.orchestra.run.smithi160:> for c in `systemctl | grep ceph- | grep @nfs | awk '"'"'{print $1}'"'"'`; do 2024-09-21T19:05:16.651 DEBUG:teuthology.orchestra.run.smithi160:> cid=`echo $c | sed '"'"'s/@/-/'"'"'` 2024-09-21T19:05:16.651 DEBUG:teuthology.orchestra.run.smithi160:> id=`echo $c | cut -d @ -f 2 | sed '"'"'s/.service$//'"'"'` 2024-09-21T19:05:16.651 DEBUG:teuthology.orchestra.run.smithi160:> fsid=`echo $c | cut -d @ -f 1 | cut -d - -f 2-` 2024-09-21T19:05:16.651 DEBUG:teuthology.orchestra.run.smithi160:> echo "Removing daemon $id fsid $fsid..." 2024-09-21T19:05:16.651 DEBUG:teuthology.orchestra.run.smithi160:> sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id 2024-09-21T19:05:16.651 DEBUG:teuthology.orchestra.run.smithi160:> 2024-09-21T19:05:16.651 DEBUG:teuthology.orchestra.run.smithi160:> echo "Waking up cephadm..." 2024-09-21T19:05:16.651 DEBUG:teuthology.orchestra.run.smithi160:> sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh 2024-09-21T19:05:16.651 DEBUG:teuthology.orchestra.run.smithi160:> 2024-09-21T19:05:16.651 DEBUG:teuthology.orchestra.run.smithi160:> while ! timeout 1 cat /mnt/foo/testfile ; do true ; done 2024-09-21T19:05:16.652 DEBUG:teuthology.orchestra.run.smithi160:> echo "Mount is back!" 2024-09-21T19:05:16.652 DEBUG:teuthology.orchestra.run.smithi160:> done 2024-09-21T19:05:16.652 DEBUG:teuthology.orchestra.run.smithi160:> ' 2024-09-21T19:05:16.663 INFO:teuthology.orchestra.run.smithi160.stderr:++ hostname 2024-09-21T19:05:16.663 INFO:teuthology.orchestra.run.smithi160.stderr:+ echo 'Check with smithi160 ganesha(s) down...' 2024-09-21T19:05:16.663 INFO:teuthology.orchestra.run.smithi160.stdout:Check with smithi160 ganesha(s) down... 2024-09-21T19:05:16.664 INFO:teuthology.orchestra.run.smithi160.stderr:++ systemctl 2024-09-21T19:05:16.664 INFO:teuthology.orchestra.run.smithi160.stderr:++ grep ceph- 2024-09-21T19:05:16.665 INFO:teuthology.orchestra.run.smithi160.stderr:++ grep @nfs 2024-09-21T19:05:16.665 INFO:teuthology.orchestra.run.smithi160.stderr:++ awk '{print $1}' 2024-09-21T19:05:16.671 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-21T19:05:16.681 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi107.front.sepia.ceph.com 2024-09-21T19:05:16.681 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- bash -c 'stat -c '"'"'%u %g'"'"' /var/log/ceph | grep '"'"'167 167'"'"'' 2024-09-21T19:05:17.178 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:16 smithi160 bash[25034]: cluster 2024-09-21T19:05:15.425055+0000 mgr.smithi107.uonppz (mgr.14203) 451 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 921 B/s wr, 2 op/s 2024-09-21T19:05:17.179 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:16 smithi160 bash[25034]: cluster 2024-09-21T19:05:15.425055+0000 mgr.smithi107.uonppz (mgr.14203) 451 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 921 B/s wr, 2 op/s 2024-09-21T19:05:17.396 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:16 smithi107 bash[20033]: cluster 2024-09-21T19:05:15.425055+0000 mgr.smithi107.uonppz (mgr.14203) 451 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 921 B/s wr, 2 op/s 2024-09-21T19:05:17.397 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:16 smithi107 bash[20033]: cluster 2024-09-21T19:05:15.425055+0000 mgr.smithi107.uonppz (mgr.14203) 451 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 921 B/s wr, 2 op/s 2024-09-21T19:05:18.592 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:18 smithi160 bash[25034]: audit 2024-09-21T19:05:17.408129+0000 mon.smithi107 (mon.0) 1032 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:18.592 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:18 smithi160 bash[25034]: audit 2024-09-21T19:05:17.408129+0000 mon.smithi107 (mon.0) 1032 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:18.592 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:18 smithi160 bash[25034]: audit 2024-09-21T19:05:17.420040+0000 mon.smithi107 (mon.0) 1033 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:18.592 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:18 smithi160 bash[25034]: audit 2024-09-21T19:05:17.420040+0000 mon.smithi107 (mon.0) 1033 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:18.592 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:18 smithi160 bash[25034]: cluster 2024-09-21T19:05:17.425849+0000 mgr.smithi107.uonppz (mgr.14203) 452 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.0 KiB/s wr, 2 op/s 2024-09-21T19:05:18.592 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:18 smithi160 bash[25034]: cluster 2024-09-21T19:05:17.425849+0000 mgr.smithi107.uonppz (mgr.14203) 452 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.0 KiB/s wr, 2 op/s 2024-09-21T19:05:18.592 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:18 smithi160 bash[25034]: audit 2024-09-21T19:05:17.733929+0000 mon.smithi107 (mon.0) 1034 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:05:18.592 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:18 smithi160 bash[25034]: audit 2024-09-21T19:05:17.733929+0000 mon.smithi107 (mon.0) 1034 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:05:18.762 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:18 smithi107 bash[20033]: audit 2024-09-21T19:05:17.408129+0000 mon.smithi107 (mon.0) 1032 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:18.763 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:18 smithi107 bash[20033]: audit 2024-09-21T19:05:17.408129+0000 mon.smithi107 (mon.0) 1032 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:18.763 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:18 smithi107 bash[20033]: audit 2024-09-21T19:05:17.420040+0000 mon.smithi107 (mon.0) 1033 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:18.763 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:18 smithi107 bash[20033]: audit 2024-09-21T19:05:17.420040+0000 mon.smithi107 (mon.0) 1033 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:18.763 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:18 smithi107 bash[20033]: cluster 2024-09-21T19:05:17.425849+0000 mgr.smithi107.uonppz (mgr.14203) 452 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.0 KiB/s wr, 2 op/s 2024-09-21T19:05:18.763 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:18 smithi107 bash[20033]: cluster 2024-09-21T19:05:17.425849+0000 mgr.smithi107.uonppz (mgr.14203) 452 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.0 KiB/s wr, 2 op/s 2024-09-21T19:05:18.763 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:18 smithi107 bash[20033]: audit 2024-09-21T19:05:17.733929+0000 mon.smithi107 (mon.0) 1034 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:05:18.763 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:18 smithi107 bash[20033]: audit 2024-09-21T19:05:17.733929+0000 mon.smithi107 (mon.0) 1034 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:05:20.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:20 smithi107 bash[20033]: cluster 2024-09-21T19:05:19.426979+0000 mgr.smithi107.uonppz (mgr.14203) 453 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 852 B/s wr, 1 op/s 2024-09-21T19:05:20.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:20 smithi107 bash[20033]: cluster 2024-09-21T19:05:19.426979+0000 mgr.smithi107.uonppz (mgr.14203) 453 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 852 B/s wr, 1 op/s 2024-09-21T19:05:20.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:20 smithi160 bash[25034]: cluster 2024-09-21T19:05:19.426979+0000 mgr.smithi107.uonppz (mgr.14203) 453 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 852 B/s wr, 1 op/s 2024-09-21T19:05:20.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:20 smithi160 bash[25034]: cluster 2024-09-21T19:05:19.426979+0000 mgr.smithi107.uonppz (mgr.14203) 453 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 852 B/s wr, 1 op/s 2024-09-21T19:05:21.539 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:05:22.784 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:22 smithi107 bash[20033]: cluster 2024-09-21T19:05:21.427814+0000 mgr.smithi107.uonppz (mgr.14203) 454 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-09-21T19:05:22.784 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:22 smithi107 bash[20033]: cluster 2024-09-21T19:05:21.427814+0000 mgr.smithi107.uonppz (mgr.14203) 454 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-09-21T19:05:22.861 INFO:teuthology.orchestra.run.smithi107.stdout:167 167 2024-09-21T19:05:22.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:22 smithi160 bash[25034]: cluster 2024-09-21T19:05:21.427814+0000 mgr.smithi107.uonppz (mgr.14203) 454 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-09-21T19:05:22.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:22 smithi160 bash[25034]: cluster 2024-09-21T19:05:21.427814+0000 mgr.smithi107.uonppz (mgr.14203) 454 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-09-21T19:05:23.607 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- bash -c 'ceph orch status' 2024-09-21T19:05:24.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:24 smithi107 bash[20033]: cluster 2024-09-21T19:05:23.428372+0000 mgr.smithi107.uonppz (mgr.14203) 455 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-09-21T19:05:24.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:24 smithi107 bash[20033]: cluster 2024-09-21T19:05:23.428372+0000 mgr.smithi107.uonppz (mgr.14203) 455 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-09-21T19:05:24.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:24 smithi107 bash[20033]: audit 2024-09-21T19:05:23.511621+0000 mon.smithi107 (mon.0) 1035 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:24.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:24 smithi107 bash[20033]: audit 2024-09-21T19:05:23.511621+0000 mon.smithi107 (mon.0) 1035 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:24.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:24 smithi107 bash[20033]: audit 2024-09-21T19:05:23.516941+0000 mon.smithi107 (mon.0) 1036 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:24.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:24 smithi107 bash[20033]: audit 2024-09-21T19:05:23.516941+0000 mon.smithi107 (mon.0) 1036 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:24.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:24 smithi107 bash[20033]: audit 2024-09-21T19:05:23.652845+0000 mon.smithi107 (mon.0) 1037 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:24.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:24 smithi107 bash[20033]: audit 2024-09-21T19:05:23.652845+0000 mon.smithi107 (mon.0) 1037 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:24.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:24 smithi107 bash[20033]: audit 2024-09-21T19:05:23.659062+0000 mon.smithi107 (mon.0) 1038 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:24.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:24 smithi107 bash[20033]: audit 2024-09-21T19:05:23.659062+0000 mon.smithi107 (mon.0) 1038 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:24.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:24 smithi107 bash[20033]: audit 2024-09-21T19:05:23.660295+0000 mon.smithi107 (mon.0) 1039 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:05:24.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:24 smithi107 bash[20033]: audit 2024-09-21T19:05:23.660295+0000 mon.smithi107 (mon.0) 1039 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:05:24.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:24 smithi107 bash[20033]: audit 2024-09-21T19:05:23.660993+0000 mon.smithi107 (mon.0) 1040 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:05:24.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:24 smithi107 bash[20033]: audit 2024-09-21T19:05:23.660993+0000 mon.smithi107 (mon.0) 1040 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:05:24.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:24 smithi107 bash[20033]: audit 2024-09-21T19:05:23.665714+0000 mon.smithi107 (mon.0) 1041 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:24.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:24 smithi107 bash[20033]: audit 2024-09-21T19:05:23.665714+0000 mon.smithi107 (mon.0) 1041 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:24.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:24 smithi107 bash[20033]: audit 2024-09-21T19:05:23.668260+0000 mon.smithi107 (mon.0) 1042 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:05:24.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:24 smithi107 bash[20033]: audit 2024-09-21T19:05:23.668260+0000 mon.smithi107 (mon.0) 1042 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:05:24.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:24 smithi107 bash[20033]: audit 2024-09-21T19:05:23.678305+0000 mon.smithi107 (mon.0) 1043 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:24.899 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:24 smithi107 bash[20033]: audit 2024-09-21T19:05:23.678305+0000 mon.smithi107 (mon.0) 1043 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:24.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:24 smithi160 bash[25034]: cluster 2024-09-21T19:05:23.428372+0000 mgr.smithi107.uonppz (mgr.14203) 455 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-09-21T19:05:24.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:24 smithi160 bash[25034]: cluster 2024-09-21T19:05:23.428372+0000 mgr.smithi107.uonppz (mgr.14203) 455 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-09-21T19:05:24.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:24 smithi160 bash[25034]: audit 2024-09-21T19:05:23.511621+0000 mon.smithi107 (mon.0) 1035 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:24.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:24 smithi160 bash[25034]: audit 2024-09-21T19:05:23.511621+0000 mon.smithi107 (mon.0) 1035 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:24.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:24 smithi160 bash[25034]: audit 2024-09-21T19:05:23.516941+0000 mon.smithi107 (mon.0) 1036 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:24.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:24 smithi160 bash[25034]: audit 2024-09-21T19:05:23.516941+0000 mon.smithi107 (mon.0) 1036 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:24.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:24 smithi160 bash[25034]: audit 2024-09-21T19:05:23.652845+0000 mon.smithi107 (mon.0) 1037 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:24.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:24 smithi160 bash[25034]: audit 2024-09-21T19:05:23.652845+0000 mon.smithi107 (mon.0) 1037 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:24.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:24 smithi160 bash[25034]: audit 2024-09-21T19:05:23.659062+0000 mon.smithi107 (mon.0) 1038 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:24.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:24 smithi160 bash[25034]: audit 2024-09-21T19:05:23.659062+0000 mon.smithi107 (mon.0) 1038 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:24.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:24 smithi160 bash[25034]: audit 2024-09-21T19:05:23.660295+0000 mon.smithi107 (mon.0) 1039 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:05:24.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:24 smithi160 bash[25034]: audit 2024-09-21T19:05:23.660295+0000 mon.smithi107 (mon.0) 1039 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:05:24.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:24 smithi160 bash[25034]: audit 2024-09-21T19:05:23.660993+0000 mon.smithi107 (mon.0) 1040 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:05:24.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:24 smithi160 bash[25034]: audit 2024-09-21T19:05:23.660993+0000 mon.smithi107 (mon.0) 1040 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:05:24.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:24 smithi160 bash[25034]: audit 2024-09-21T19:05:23.665714+0000 mon.smithi107 (mon.0) 1041 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:24.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:24 smithi160 bash[25034]: audit 2024-09-21T19:05:23.665714+0000 mon.smithi107 (mon.0) 1041 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:24.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:24 smithi160 bash[25034]: audit 2024-09-21T19:05:23.668260+0000 mon.smithi107 (mon.0) 1042 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:05:24.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:24 smithi160 bash[25034]: audit 2024-09-21T19:05:23.668260+0000 mon.smithi107 (mon.0) 1042 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T19:05:24.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:24 smithi160 bash[25034]: audit 2024-09-21T19:05:23.678305+0000 mon.smithi107 (mon.0) 1043 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:24.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:24 smithi160 bash[25034]: audit 2024-09-21T19:05:23.678305+0000 mon.smithi107 (mon.0) 1043 : audit [INF] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' 2024-09-21T19:05:26.896 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:26 smithi107 bash[20033]: cluster 2024-09-21T19:05:25.429358+0000 mgr.smithi107.uonppz (mgr.14203) 456 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-09-21T19:05:26.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:26 smithi107 bash[20033]: cluster 2024-09-21T19:05:25.429358+0000 mgr.smithi107.uonppz (mgr.14203) 456 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-09-21T19:05:26.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:26 smithi160 bash[25034]: cluster 2024-09-21T19:05:25.429358+0000 mgr.smithi107.uonppz (mgr.14203) 456 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-09-21T19:05:26.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:26 smithi160 bash[25034]: cluster 2024-09-21T19:05:25.429358+0000 mgr.smithi107.uonppz (mgr.14203) 456 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-09-21T19:05:27.896 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:27 smithi107 bash[20033]: audit 2024-09-21T19:05:26.580985+0000 mon.smithi107 (mon.0) 1044 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:05:27.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:27 smithi107 bash[20033]: audit 2024-09-21T19:05:26.580985+0000 mon.smithi107 (mon.0) 1044 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:05:27.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:27 smithi160 bash[25034]: audit 2024-09-21T19:05:26.580985+0000 mon.smithi107 (mon.0) 1044 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:05:27.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:27 smithi160 bash[25034]: audit 2024-09-21T19:05:26.580985+0000 mon.smithi107 (mon.0) 1044 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:05:28.460 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:05:28.896 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:28 smithi107 bash[20033]: cluster 2024-09-21T19:05:27.430121+0000 mgr.smithi107.uonppz (mgr.14203) 457 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-09-21T19:05:28.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:28 smithi107 bash[20033]: cluster 2024-09-21T19:05:27.430121+0000 mgr.smithi107.uonppz (mgr.14203) 457 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-09-21T19:05:28.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:28 smithi160 bash[25034]: cluster 2024-09-21T19:05:27.430121+0000 mgr.smithi107.uonppz (mgr.14203) 457 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-09-21T19:05:28.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:28 smithi160 bash[25034]: cluster 2024-09-21T19:05:27.430121+0000 mgr.smithi107.uonppz (mgr.14203) 457 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-09-21T19:05:30.114 INFO:teuthology.orchestra.run.smithi107.stdout:Backend: cephadm 2024-09-21T19:05:30.114 INFO:teuthology.orchestra.run.smithi107.stdout:Available: Yes 2024-09-21T19:05:30.114 INFO:teuthology.orchestra.run.smithi107.stdout:Paused: No 2024-09-21T19:05:30.862 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:30 smithi107 bash[20033]: cluster 2024-09-21T19:05:29.431293+0000 mgr.smithi107.uonppz (mgr.14203) 458 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-09-21T19:05:30.862 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:30 smithi107 bash[20033]: cluster 2024-09-21T19:05:29.431293+0000 mgr.smithi107.uonppz (mgr.14203) 458 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-09-21T19:05:30.862 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:30 smithi107 bash[20033]: audit 2024-09-21T19:05:30.115019+0000 mgr.smithi107.uonppz (mgr.14203) 459 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:05:30.862 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:30 smithi107 bash[20033]: audit 2024-09-21T19:05:30.115019+0000 mgr.smithi107.uonppz (mgr.14203) 459 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:05:30.863 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- bash -c 'ceph orch ps' 2024-09-21T19:05:30.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:30 smithi160 bash[25034]: cluster 2024-09-21T19:05:29.431293+0000 mgr.smithi107.uonppz (mgr.14203) 458 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-09-21T19:05:30.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:30 smithi160 bash[25034]: cluster 2024-09-21T19:05:29.431293+0000 mgr.smithi107.uonppz (mgr.14203) 458 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-09-21T19:05:30.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:30 smithi160 bash[25034]: audit 2024-09-21T19:05:30.115019+0000 mgr.smithi107.uonppz (mgr.14203) 459 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:05:30.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:30 smithi160 bash[25034]: audit 2024-09-21T19:05:30.115019+0000 mgr.smithi107.uonppz (mgr.14203) 459 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:05:32.896 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:32 smithi107 bash[20033]: cluster 2024-09-21T19:05:31.432132+0000 mgr.smithi107.uonppz (mgr.14203) 460 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-09-21T19:05:32.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:32 smithi107 bash[20033]: cluster 2024-09-21T19:05:31.432132+0000 mgr.smithi107.uonppz (mgr.14203) 460 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-09-21T19:05:32.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:32 smithi160 bash[25034]: cluster 2024-09-21T19:05:31.432132+0000 mgr.smithi107.uonppz (mgr.14203) 460 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-09-21T19:05:32.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:32 smithi160 bash[25034]: cluster 2024-09-21T19:05:31.432132+0000 mgr.smithi107.uonppz (mgr.14203) 460 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-09-21T19:05:34.646 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:34 smithi107 bash[20033]: cluster 2024-09-21T19:05:33.432952+0000 mgr.smithi107.uonppz (mgr.14203) 461 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:34.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:34 smithi107 bash[20033]: cluster 2024-09-21T19:05:33.432952+0000 mgr.smithi107.uonppz (mgr.14203) 461 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:34.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:34 smithi160 bash[25034]: cluster 2024-09-21T19:05:33.432952+0000 mgr.smithi107.uonppz (mgr.14203) 461 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:34.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:34 smithi160 bash[25034]: cluster 2024-09-21T19:05:33.432952+0000 mgr.smithi107.uonppz (mgr.14203) 461 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:35.722 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:05:36.896 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:36 smithi107 bash[20033]: cluster 2024-09-21T19:05:35.434014+0000 mgr.smithi107.uonppz (mgr.14203) 462 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:36.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:36 smithi107 bash[20033]: cluster 2024-09-21T19:05:35.434014+0000 mgr.smithi107.uonppz (mgr.14203) 462 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:36.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:36 smithi160 bash[25034]: cluster 2024-09-21T19:05:35.434014+0000 mgr.smithi107.uonppz (mgr.14203) 462 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:36.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:36 smithi160 bash[25034]: cluster 2024-09-21T19:05:35.434014+0000 mgr.smithi107.uonppz (mgr.14203) 462 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:37.389 INFO:teuthology.orchestra.run.smithi107.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T19:05:37.390 INFO:teuthology.orchestra.run.smithi107.stdout:alertmanager.smithi107 smithi107 *:9093,9094 running (8m) 13s ago 10m 13.6M - 0.27.0 11f11916f8cd 56f199f3655b 2024-09-21T19:05:37.390 INFO:teuthology.orchestra.run.smithi107.stdout:ceph-exporter.smithi107 smithi107 *:9926 running (10m) 13s ago 10m 9048k - 19.3.0-5129-g0ecbb435 3fa9090ef91d 9ce412fac232 2024-09-21T19:05:37.390 INFO:teuthology.orchestra.run.smithi107.stdout:ceph-exporter.smithi160 smithi160 *:9926 running (9m) 13s ago 9m 6087k - 19.3.0-5129-g0ecbb435 3fa9090ef91d 11fcaf40ffb2 2024-09-21T19:05:37.390 INFO:teuthology.orchestra.run.smithi107.stdout:crash.smithi107 smithi107 running (10m) 13s ago 10m 7256k - 19.3.0-5129-g0ecbb435 3fa9090ef91d 9a560b51202c 2024-09-21T19:05:37.390 INFO:teuthology.orchestra.run.smithi107.stdout:crash.smithi160 smithi160 running (9m) 13s ago 9m 7212k - 19.3.0-5129-g0ecbb435 3fa9090ef91d c7a064c9bf18 2024-09-21T19:05:37.390 INFO:teuthology.orchestra.run.smithi107.stdout:grafana.smithi107 smithi107 *:3000 running (8m) 13s ago 9m 69.2M - 10.4.8 5aad1d7cf004 d8adb009f99e 2024-09-21T19:05:37.390 INFO:teuthology.orchestra.run.smithi107.stdout:haproxy.nfs.foo.smithi107.qpojci smithi107 *:2999,9999 running (23s) 13s ago 3m 4756k - 2.3.17-d1c9119 e85424b0d443 4a316e2b6c45 2024-09-21T19:05:37.390 INFO:teuthology.orchestra.run.smithi107.stdout:haproxy.nfs.foo.smithi160.tbeqos smithi160 *:2999,9999 running (19s) 13s ago 3m 4620k - 2.3.17-d1c9119 e85424b0d443 5106deb4ae8c 2024-09-21T19:05:37.390 INFO:teuthology.orchestra.run.smithi107.stdout:keepalived.nfs.foo.smithi107.dwpbaw smithi107 running (2m) 13s ago 2m 2467k - 2.2.4 4a3a1ff181d9 9ca3a93fa973 2024-09-21T19:05:37.390 INFO:teuthology.orchestra.run.smithi107.stdout:keepalived.nfs.foo.smithi160.ryvhin smithi160 running (3m) 13s ago 3m 2476k - 2.2.4 4a3a1ff181d9 e6957df115d7 2024-09-21T19:05:37.390 INFO:teuthology.orchestra.run.smithi107.stdout:mds.foofs.smithi107.pusxfc smithi107 running (3m) 13s ago 3m 13.6M - 19.3.0-5129-g0ecbb435 3fa9090ef91d e35a47641b3a 2024-09-21T19:05:37.391 INFO:teuthology.orchestra.run.smithi107.stdout:mds.foofs.smithi160.ygfwpu smithi160 running (3m) 13s ago 3m 15.8M - 19.3.0-5129-g0ecbb435 3fa9090ef91d 8e17ce67a5c7 2024-09-21T19:05:37.391 INFO:teuthology.orchestra.run.smithi107.stdout:mgr.smithi107.uonppz smithi107 *:9283,8765,8443 running (12m) 13s ago 12m 521M - 19.3.0-5129-g0ecbb435 3fa9090ef91d fd40c35c9bca 2024-09-21T19:05:37.391 INFO:teuthology.orchestra.run.smithi107.stdout:mgr.smithi160.rphsud smithi160 *:8443,9283,8765 running (9m) 13s ago 9m 441M - 19.3.0-5129-g0ecbb435 3fa9090ef91d 47f6e3bde342 2024-09-21T19:05:37.391 INFO:teuthology.orchestra.run.smithi107.stdout:mon.smithi107 smithi107 running (12m) 13s ago 12m 51.8M 2048M 19.3.0-5129-g0ecbb435 3fa9090ef91d 99d6cfdfb550 2024-09-21T19:05:37.391 INFO:teuthology.orchestra.run.smithi107.stdout:mon.smithi160 smithi160 running (8m) 13s ago 8m 42.0M 2048M 19.3.0-5129-g0ecbb435 3fa9090ef91d d3fc4e56d8a9 2024-09-21T19:05:37.391 INFO:teuthology.orchestra.run.smithi107.stdout:nfs.foo.0.1.smithi107.zidtcn smithi107 *:12999 running (33s) 13s ago 33s 50.4M - 5.9 3fa9090ef91d fcfab1c5c6de 2024-09-21T19:05:37.391 INFO:teuthology.orchestra.run.smithi107.stdout:node-exporter.smithi107 smithi107 *:9100 running (10m) 13s ago 10m 8960k - 1.7.0 72c9c2088986 e00603267c2f 2024-09-21T19:05:37.391 INFO:teuthology.orchestra.run.smithi107.stdout:node-exporter.smithi160 smithi160 *:9100 running (9m) 13s ago 9m 8783k - 1.7.0 72c9c2088986 8ca4882dfb5e 2024-09-21T19:05:37.391 INFO:teuthology.orchestra.run.smithi107.stdout:osd.0 smithi160 running (7m) 13s ago 7m 45.6M 3772M 19.3.0-5129-g0ecbb435 3fa9090ef91d ce078adac0d2 2024-09-21T19:05:37.391 INFO:teuthology.orchestra.run.smithi107.stdout:osd.1 smithi107 running (7m) 13s ago 7m 49.2M 3004M 19.3.0-5129-g0ecbb435 3fa9090ef91d 082a19138bec 2024-09-21T19:05:37.391 INFO:teuthology.orchestra.run.smithi107.stdout:osd.2 smithi160 running (7m) 13s ago 7m 45.2M 3772M 19.3.0-5129-g0ecbb435 3fa9090ef91d 1f865459eb1f 2024-09-21T19:05:37.391 INFO:teuthology.orchestra.run.smithi107.stdout:osd.3 smithi107 running (7m) 13s ago 7m 45.1M 3004M 19.3.0-5129-g0ecbb435 3fa9090ef91d da265c115c6a 2024-09-21T19:05:37.391 INFO:teuthology.orchestra.run.smithi107.stdout:osd.4 smithi160 running (7m) 13s ago 7m 49.1M 3772M 19.3.0-5129-g0ecbb435 3fa9090ef91d 8f6327ce6e56 2024-09-21T19:05:37.391 INFO:teuthology.orchestra.run.smithi107.stdout:osd.5 smithi107 running (6m) 13s ago 7m 41.4M 3004M 19.3.0-5129-g0ecbb435 3fa9090ef91d c535d9b3d8d7 2024-09-21T19:05:37.392 INFO:teuthology.orchestra.run.smithi107.stdout:osd.6 smithi160 running (6m) 13s ago 7m 48.7M 3772M 19.3.0-5129-g0ecbb435 3fa9090ef91d 249be539ec4a 2024-09-21T19:05:37.392 INFO:teuthology.orchestra.run.smithi107.stdout:osd.7 smithi107 running (6m) 13s ago 6m 43.9M 3004M 19.3.0-5129-g0ecbb435 3fa9090ef91d bf0b42b6bbf3 2024-09-21T19:05:37.392 INFO:teuthology.orchestra.run.smithi107.stdout:prometheus.smithi107 smithi107 *:9095 running (2m) 13s ago 9m 44.9M - 2.51.0 1d3b7f56885b d730201f2234 2024-09-21T19:05:38.144 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- bash -c 'ceph orch ls' 2024-09-21T19:05:38.896 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:38 smithi107 bash[20033]: audit 2024-09-21T19:05:37.372762+0000 mgr.smithi107.uonppz (mgr.14203) 463 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:05:38.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:38 smithi107 bash[20033]: audit 2024-09-21T19:05:37.372762+0000 mgr.smithi107.uonppz (mgr.14203) 463 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:05:38.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:38 smithi107 bash[20033]: cluster 2024-09-21T19:05:37.434505+0000 mgr.smithi107.uonppz (mgr.14203) 464 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:05:38.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:38 smithi107 bash[20033]: cluster 2024-09-21T19:05:37.434505+0000 mgr.smithi107.uonppz (mgr.14203) 464 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:05:38.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:38 smithi160 bash[25034]: audit 2024-09-21T19:05:37.372762+0000 mgr.smithi107.uonppz (mgr.14203) 463 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:05:38.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:38 smithi160 bash[25034]: audit 2024-09-21T19:05:37.372762+0000 mgr.smithi107.uonppz (mgr.14203) 463 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:05:38.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:38 smithi160 bash[25034]: cluster 2024-09-21T19:05:37.434505+0000 mgr.smithi107.uonppz (mgr.14203) 464 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:05:38.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:38 smithi160 bash[25034]: cluster 2024-09-21T19:05:37.434505+0000 mgr.smithi107.uonppz (mgr.14203) 464 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:05:40.896 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:40 smithi107 bash[20033]: cluster 2024-09-21T19:05:39.435598+0000 mgr.smithi107.uonppz (mgr.14203) 465 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:40.900 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:40 smithi107 bash[20033]: cluster 2024-09-21T19:05:39.435598+0000 mgr.smithi107.uonppz (mgr.14203) 465 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:40.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:40 smithi160 bash[25034]: cluster 2024-09-21T19:05:39.435598+0000 mgr.smithi107.uonppz (mgr.14203) 465 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:40.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:40 smithi160 bash[25034]: cluster 2024-09-21T19:05:39.435598+0000 mgr.smithi107.uonppz (mgr.14203) 465 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:42.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:42 smithi107 bash[20033]: cluster 2024-09-21T19:05:41.436576+0000 mgr.smithi107.uonppz (mgr.14203) 466 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:42.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:42 smithi107 bash[20033]: cluster 2024-09-21T19:05:41.436576+0000 mgr.smithi107.uonppz (mgr.14203) 466 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:42.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:42 smithi107 bash[20033]: audit 2024-09-21T19:05:41.581222+0000 mon.smithi107 (mon.0) 1045 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:05:42.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:42 smithi107 bash[20033]: audit 2024-09-21T19:05:41.581222+0000 mon.smithi107 (mon.0) 1045 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:05:42.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:42 smithi160 bash[25034]: cluster 2024-09-21T19:05:41.436576+0000 mgr.smithi107.uonppz (mgr.14203) 466 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:42.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:42 smithi160 bash[25034]: cluster 2024-09-21T19:05:41.436576+0000 mgr.smithi107.uonppz (mgr.14203) 466 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:42.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:42 smithi160 bash[25034]: audit 2024-09-21T19:05:41.581222+0000 mon.smithi107 (mon.0) 1045 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:05:42.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:42 smithi160 bash[25034]: audit 2024-09-21T19:05:41.581222+0000 mon.smithi107 (mon.0) 1045 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:05:43.006 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:05:44.622 INFO:teuthology.orchestra.run.smithi107.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-21T19:05:44.622 INFO:teuthology.orchestra.run.smithi107.stdout:alertmanager ?:9093,9094 1/1 20s ago 11m count:1 2024-09-21T19:05:44.622 INFO:teuthology.orchestra.run.smithi107.stdout:ceph-exporter ?:9926 2/2 21s ago 11m * 2024-09-21T19:05:44.623 INFO:teuthology.orchestra.run.smithi107.stdout:crash 2/2 21s ago 11m * 2024-09-21T19:05:44.623 INFO:teuthology.orchestra.run.smithi107.stdout:grafana ?:3000 1/1 20s ago 11m count:1 2024-09-21T19:05:44.623 INFO:teuthology.orchestra.run.smithi107.stdout:ingress.nfs.foo 10.0.31.107:2999,9999 4/4 21s ago 3m count:2 2024-09-21T19:05:44.623 INFO:teuthology.orchestra.run.smithi107.stdout:mds.foofs 2/2 21s ago 4m count:2 2024-09-21T19:05:44.623 INFO:teuthology.orchestra.run.smithi107.stdout:mgr 2/2 21s ago 11m count:2 2024-09-21T19:05:44.623 INFO:teuthology.orchestra.run.smithi107.stdout:mon 2/2 21s ago 9m smithi107:172.21.15.107=smithi107;smithi160:172.21.15.160=smithi160;count:2 2024-09-21T19:05:44.623 INFO:teuthology.orchestra.run.smithi107.stdout:nfs.foo ?:12999 1/1 20s ago 3m count:1 2024-09-21T19:05:44.623 INFO:teuthology.orchestra.run.smithi107.stdout:node-exporter ?:9100 2/2 21s ago 11m * 2024-09-21T19:05:44.623 INFO:teuthology.orchestra.run.smithi107.stdout:osd.all-available-devices 8 21s ago 8m * 2024-09-21T19:05:44.623 INFO:teuthology.orchestra.run.smithi107.stdout:prometheus ?:9095 1/1 20s ago 11m count:1 2024-09-21T19:05:44.848 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:44 smithi107 bash[20033]: cluster 2024-09-21T19:05:43.437208+0000 mgr.smithi107.uonppz (mgr.14203) 467 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:44.849 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:44 smithi107 bash[20033]: cluster 2024-09-21T19:05:43.437208+0000 mgr.smithi107.uonppz (mgr.14203) 467 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:44.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:44 smithi160 bash[25034]: cluster 2024-09-21T19:05:43.437208+0000 mgr.smithi107.uonppz (mgr.14203) 467 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:44.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:44 smithi160 bash[25034]: cluster 2024-09-21T19:05:43.437208+0000 mgr.smithi107.uonppz (mgr.14203) 467 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:45.360 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- bash -c 'ceph orch host ls' 2024-09-21T19:05:45.646 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:45 smithi107 bash[20033]: audit 2024-09-21T19:05:44.608673+0000 mgr.smithi107.uonppz (mgr.14203) 468 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:05:45.647 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:45 smithi107 bash[20033]: audit 2024-09-21T19:05:44.608673+0000 mgr.smithi107.uonppz (mgr.14203) 468 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:05:45.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:45 smithi160 bash[25034]: audit 2024-09-21T19:05:44.608673+0000 mgr.smithi107.uonppz (mgr.14203) 468 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:05:45.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:45 smithi160 bash[25034]: audit 2024-09-21T19:05:44.608673+0000 mgr.smithi107.uonppz (mgr.14203) 468 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:05:46.896 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:46 smithi107 bash[20033]: cluster 2024-09-21T19:05:45.437983+0000 mgr.smithi107.uonppz (mgr.14203) 469 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:46.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:46 smithi107 bash[20033]: cluster 2024-09-21T19:05:45.437983+0000 mgr.smithi107.uonppz (mgr.14203) 469 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:46.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:46 smithi160 bash[25034]: cluster 2024-09-21T19:05:45.437983+0000 mgr.smithi107.uonppz (mgr.14203) 469 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:46.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:46 smithi160 bash[25034]: cluster 2024-09-21T19:05:45.437983+0000 mgr.smithi107.uonppz (mgr.14203) 469 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:48.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:48 smithi107 bash[20033]: cluster 2024-09-21T19:05:47.438793+0000 mgr.smithi107.uonppz (mgr.14203) 470 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:05:48.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:48 smithi107 bash[20033]: cluster 2024-09-21T19:05:47.438793+0000 mgr.smithi107.uonppz (mgr.14203) 470 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:05:48.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:48 smithi160 bash[25034]: cluster 2024-09-21T19:05:47.438793+0000 mgr.smithi107.uonppz (mgr.14203) 470 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:05:48.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:48 smithi160 bash[25034]: cluster 2024-09-21T19:05:47.438793+0000 mgr.smithi107.uonppz (mgr.14203) 470 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:05:50.221 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:05:50.896 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:50 smithi107 bash[20033]: cluster 2024-09-21T19:05:49.439918+0000 mgr.smithi107.uonppz (mgr.14203) 471 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:50.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:50 smithi107 bash[20033]: cluster 2024-09-21T19:05:49.439918+0000 mgr.smithi107.uonppz (mgr.14203) 471 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:50.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:50 smithi160 bash[25034]: cluster 2024-09-21T19:05:49.439918+0000 mgr.smithi107.uonppz (mgr.14203) 471 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:50.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:50 smithi160 bash[25034]: cluster 2024-09-21T19:05:49.439918+0000 mgr.smithi107.uonppz (mgr.14203) 471 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:52.040 INFO:teuthology.orchestra.run.smithi107.stdout:HOST ADDR LABELS STATUS 2024-09-21T19:05:52.040 INFO:teuthology.orchestra.run.smithi107.stdout:smithi107 172.21.15.107 2024-09-21T19:05:52.040 INFO:teuthology.orchestra.run.smithi107.stdout:smithi160 172.21.15.160 2024-09-21T19:05:52.041 INFO:teuthology.orchestra.run.smithi107.stdout:2 hosts in cluster 2024-09-21T19:05:52.768 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- bash -c 'ceph orch device ls' 2024-09-21T19:05:52.896 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:52 smithi107 bash[20033]: cluster 2024-09-21T19:05:51.440787+0000 mgr.smithi107.uonppz (mgr.14203) 472 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:52.896 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:52 smithi107 bash[20033]: cluster 2024-09-21T19:05:51.440787+0000 mgr.smithi107.uonppz (mgr.14203) 472 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:52.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:52 smithi107 bash[20033]: audit 2024-09-21T19:05:52.041073+0000 mgr.smithi107.uonppz (mgr.14203) 473 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:05:52.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:52 smithi107 bash[20033]: audit 2024-09-21T19:05:52.041073+0000 mgr.smithi107.uonppz (mgr.14203) 473 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:05:52.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:52 smithi160 bash[25034]: cluster 2024-09-21T19:05:51.440787+0000 mgr.smithi107.uonppz (mgr.14203) 472 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:52.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:52 smithi160 bash[25034]: cluster 2024-09-21T19:05:51.440787+0000 mgr.smithi107.uonppz (mgr.14203) 472 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:52.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:52 smithi160 bash[25034]: audit 2024-09-21T19:05:52.041073+0000 mgr.smithi107.uonppz (mgr.14203) 473 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:05:52.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:52 smithi160 bash[25034]: audit 2024-09-21T19:05:52.041073+0000 mgr.smithi107.uonppz (mgr.14203) 473 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:05:54.896 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:54 smithi107 bash[20033]: cluster 2024-09-21T19:05:53.441648+0000 mgr.smithi107.uonppz (mgr.14203) 474 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:54.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:54 smithi107 bash[20033]: cluster 2024-09-21T19:05:53.441648+0000 mgr.smithi107.uonppz (mgr.14203) 474 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:54.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:54 smithi160 bash[25034]: cluster 2024-09-21T19:05:53.441648+0000 mgr.smithi107.uonppz (mgr.14203) 474 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:54.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:54 smithi160 bash[25034]: cluster 2024-09-21T19:05:53.441648+0000 mgr.smithi107.uonppz (mgr.14203) 474 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:56.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:56 smithi107 bash[20033]: cluster 2024-09-21T19:05:55.442693+0000 mgr.smithi107.uonppz (mgr.14203) 475 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:56.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:56 smithi107 bash[20033]: cluster 2024-09-21T19:05:55.442693+0000 mgr.smithi107.uonppz (mgr.14203) 475 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:56.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:56 smithi107 bash[20033]: audit 2024-09-21T19:05:56.581597+0000 mon.smithi107 (mon.0) 1046 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:05:56.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:56 smithi107 bash[20033]: audit 2024-09-21T19:05:56.581597+0000 mon.smithi107 (mon.0) 1046 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:05:56.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:56 smithi160 bash[25034]: cluster 2024-09-21T19:05:55.442693+0000 mgr.smithi107.uonppz (mgr.14203) 475 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:56.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:56 smithi160 bash[25034]: cluster 2024-09-21T19:05:55.442693+0000 mgr.smithi107.uonppz (mgr.14203) 475 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:05:56.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:56 smithi160 bash[25034]: audit 2024-09-21T19:05:56.581597+0000 mon.smithi107 (mon.0) 1046 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:05:56.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:56 smithi160 bash[25034]: audit 2024-09-21T19:05:56.581597+0000 mon.smithi107 (mon.0) 1046 : audit [DBG] from='mgr.14203 172.21.15.107:0/3752230560' entity='mgr.smithi107.uonppz' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T19:05:57.618 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:05:58.896 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:58 smithi107 bash[20033]: cluster 2024-09-21T19:05:57.443602+0000 mgr.smithi107.uonppz (mgr.14203) 476 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:05:58.896 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:58 smithi107 bash[20033]: cluster 2024-09-21T19:05:57.443602+0000 mgr.smithi107.uonppz (mgr.14203) 476 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:05:58.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:58 smithi160 bash[25034]: cluster 2024-09-21T19:05:57.443602+0000 mgr.smithi107.uonppz (mgr.14203) 476 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:05:58.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:58 smithi160 bash[25034]: cluster 2024-09-21T19:05:57.443602+0000 mgr.smithi107.uonppz (mgr.14203) 476 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:05:59.149 INFO:teuthology.orchestra.run.smithi107.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-09-21T19:05:59.149 INFO:teuthology.orchestra.run.smithi107.stdout:smithi107 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400NK400BGN 372G No 4m ago Has a FileSystem, LVM detected 2024-09-21T19:05:59.149 INFO:teuthology.orchestra.run.smithi107.stdout:smithi107 /dev/nvme1n1 ssd Linux_a8fabfa3e1c0b6bb10f4 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T19:05:59.149 INFO:teuthology.orchestra.run.smithi107.stdout:smithi107 /dev/nvme2n1 ssd Linux_624ccedffee5faa7945f 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T19:05:59.149 INFO:teuthology.orchestra.run.smithi107.stdout:smithi107 /dev/nvme3n1 ssd Linux_124ef3cb5a02a4d19d9f 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T19:05:59.149 INFO:teuthology.orchestra.run.smithi107.stdout:smithi107 /dev/nvme4n1 ssd Linux_b8f78cfcda2679720578 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T19:05:59.149 INFO:teuthology.orchestra.run.smithi107.stdout:smithi160 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300JY400BGN 372G No 4m ago Has a FileSystem, LVM detected 2024-09-21T19:05:59.149 INFO:teuthology.orchestra.run.smithi107.stdout:smithi160 /dev/nvme1n1 ssd Linux_f718baefdeda9868a988 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T19:05:59.149 INFO:teuthology.orchestra.run.smithi107.stdout:smithi160 /dev/nvme2n1 ssd Linux_53d95ac547134a2b0f89 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T19:05:59.150 INFO:teuthology.orchestra.run.smithi107.stdout:smithi160 /dev/nvme3n1 ssd Linux_40b85a58e83034857b1d 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T19:05:59.150 INFO:teuthology.orchestra.run.smithi107.stdout:smithi160 /dev/nvme4n1 ssd Linux_bf39ec6c13404b4ccc53 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T19:05:59.896 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:59 smithi107 bash[20033]: audit 2024-09-21T19:05:59.142082+0000 mgr.smithi107.uonppz (mgr.14203) 477 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:05:59.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:05:59 smithi107 bash[20033]: audit 2024-09-21T19:05:59.142082+0000 mgr.smithi107.uonppz (mgr.14203) 477 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:05:59.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:59 smithi160 bash[25034]: audit 2024-09-21T19:05:59.142082+0000 mgr.smithi107.uonppz (mgr.14203) 477 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:05:59.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:05:59 smithi160 bash[25034]: audit 2024-09-21T19:05:59.142082+0000 mgr.smithi107.uonppz (mgr.14203) 477 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:05:59.932 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96af9b06-784a-11ef-baf6-efdc52797490 -- bash -c 'ceph orch ls | grep '"'"'^osd.all-available-devices '"'"'' 2024-09-21T19:06:00.896 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:06:00 smithi107 bash[20033]: cluster 2024-09-21T19:05:59.444690+0000 mgr.smithi107.uonppz (mgr.14203) 478 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:06:00.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:06:00 smithi107 bash[20033]: cluster 2024-09-21T19:05:59.444690+0000 mgr.smithi107.uonppz (mgr.14203) 478 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:06:00.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:06:00 smithi160 bash[25034]: cluster 2024-09-21T19:05:59.444690+0000 mgr.smithi107.uonppz (mgr.14203) 478 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:06:00.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:06:00 smithi160 bash[25034]: cluster 2024-09-21T19:05:59.444690+0000 mgr.smithi107.uonppz (mgr.14203) 478 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:06:02.896 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:06:02 smithi107 bash[20033]: cluster 2024-09-21T19:06:01.445518+0000 mgr.smithi107.uonppz (mgr.14203) 479 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:06:02.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:06:02 smithi107 bash[20033]: cluster 2024-09-21T19:06:01.445518+0000 mgr.smithi107.uonppz (mgr.14203) 479 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:06:02.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:06:02 smithi160 bash[25034]: cluster 2024-09-21T19:06:01.445518+0000 mgr.smithi107.uonppz (mgr.14203) 479 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:06:02.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:06:02 smithi160 bash[25034]: cluster 2024-09-21T19:06:01.445518+0000 mgr.smithi107.uonppz (mgr.14203) 479 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:06:04.804 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/mon.smithi107/config 2024-09-21T19:06:04.896 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:06:04 smithi107 bash[20033]: cluster 2024-09-21T19:06:03.446387+0000 mgr.smithi107.uonppz (mgr.14203) 480 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:06:04.897 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:06:04 smithi107 bash[20033]: cluster 2024-09-21T19:06:03.446387+0000 mgr.smithi107.uonppz (mgr.14203) 480 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:06:04.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:06:04 smithi160 bash[25034]: cluster 2024-09-21T19:06:03.446387+0000 mgr.smithi107.uonppz (mgr.14203) 480 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:06:04.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:06:04 smithi160 bash[25034]: cluster 2024-09-21T19:06:03.446387+0000 mgr.smithi107.uonppz (mgr.14203) 480 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:06:06.539 INFO:teuthology.orchestra.run.smithi107.stdout:osd.all-available-devices 8 43s ago 9m * 2024-09-21T19:06:06.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:06:06 smithi107 bash[20033]: cluster 2024-09-21T19:06:05.447378+0000 mgr.smithi107.uonppz (mgr.14203) 481 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:06:06.898 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:06:06 smithi107 bash[20033]: cluster 2024-09-21T19:06:05.447378+0000 mgr.smithi107.uonppz (mgr.14203) 481 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:06:06.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:06:06 smithi160 bash[25034]: cluster 2024-09-21T19:06:05.447378+0000 mgr.smithi107.uonppz (mgr.14203) 481 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:06:06.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:06:06 smithi160 bash[25034]: cluster 2024-09-21T19:06:05.447378+0000 mgr.smithi107.uonppz (mgr.14203) 481 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 608 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T19:06:07.273 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-09-21T19:06:07.283 INFO:tasks.vip:Removing 10.0.15.107 (and any VIPs) on smithi107.front.sepia.ceph.com iface enp3s0f1... 2024-09-21T19:06:07.283 DEBUG:teuthology.orchestra.run.smithi107:> sudo ip addr del 10.0.15.107/16 dev enp3s0f1 2024-09-21T19:06:07.298 DEBUG:teuthology.orchestra.run.smithi107:> sudo ip addr del 10.0.31.107/16 dev enp3s0f1 2024-09-21T19:06:07.354 INFO:tasks.vip:Removing 10.0.15.160 (and any VIPs) on smithi160.front.sepia.ceph.com iface enp3s0f1... 2024-09-21T19:06:07.354 DEBUG:teuthology.orchestra.run.smithi160:> sudo ip addr del 10.0.15.160/16 dev enp3s0f1 2024-09-21T19:06:07.369 DEBUG:teuthology.orchestra.run.smithi160:> sudo ip addr del 10.0.31.107/16 dev enp3s0f1 2024-09-21T19:06:07.423 INFO:teuthology.orchestra.run.smithi160.stderr:RTNETLINK answers: Cannot assign requested address 2024-09-21T19:06:07.424 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-21T19:06:07.425 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-21T19:06:07.434 INFO:tasks.cephadm:Teardown begin 2024-09-21T19:06:07.434 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T19:06:07.448 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T19:06:07.483 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-21T19:06:07.483 DEBUG:teuthology.orchestra.run.smithi107:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T19:06:07.497 DEBUG:teuthology.orchestra.run.smithi160:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T19:06:07.531 INFO:tasks.cephadm:Stopping all daemons... 2024-09-21T19:06:07.532 INFO:tasks.cephadm.mon.smithi107:Stopping mon.smithi107... 2024-09-21T19:06:07.532 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ceph-96af9b06-784a-11ef-baf6-efdc52797490@mon.smithi107 2024-09-21T19:06:07.634 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:06:07 smithi107 systemd[1]: Stopping Ceph mon.smithi107 for 96af9b06-784a-11ef-baf6-efdc52797490... 2024-09-21T19:06:07.849 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:06:07 smithi107 bash[20033]: audit 2024-09-21T19:06:06.517990+0000 mgr.smithi107.uonppz (mgr.14203) 482 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:06:07.849 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:06:07 smithi107 bash[20033]: audit 2024-09-21T19:06:06.517990+0000 mgr.smithi107.uonppz (mgr.14203) 482 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:06:07.849 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:06:07 smithi107 bash[20033]: debug 2024-09-21T19:06:07.681+0000 7f229bf8d640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi107 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-09-21T19:06:07.849 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:Sep 21 19:06:07 smithi107 bash[20033]: debug 2024-09-21T19:06:07.681+0000 7f229bf8d640 -1 mon.smithi107@0(leader) e2 *** Got Signal Terminated *** 2024-09-21T19:06:07.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:06:07 smithi160 bash[25034]: audit 2024-09-21T19:06:06.517990+0000 mgr.smithi107.uonppz (mgr.14203) 482 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:06:07.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:06:07 smithi160 bash[25034]: audit 2024-09-21T19:06:06.517990+0000 mgr.smithi107.uonppz (mgr.14203) 482 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:06:08.767 DEBUG:teuthology.orchestra.run.smithi107:> sudo pkill -f 'journalctl -f -n 0 -u ceph-96af9b06-784a-11ef-baf6-efdc52797490@mon.smithi107.service' 2024-09-21T19:06:08.809 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T19:06:08.809 INFO:tasks.cephadm.mon.smithi107:Stopped mon.smithi107 2024-09-21T19:06:08.809 INFO:tasks.cephadm.mon.smithi160:Stopping mon.smithi160... 2024-09-21T19:06:08.810 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ceph-96af9b06-784a-11ef-baf6-efdc52797490@mon.smithi160 2024-09-21T19:06:08.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:06:08 smithi160 systemd[1]: Stopping Ceph mon.smithi160 for 96af9b06-784a-11ef-baf6-efdc52797490... 2024-09-21T19:06:09.157 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:06:08 smithi160 bash[25034]: debug 2024-09-21T19:06:08.937+0000 7f691a575640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi160 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-09-21T19:06:09.157 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Sep 21 19:06:08 smithi160 bash[25034]: debug 2024-09-21T19:06:08.937+0000 7f691a575640 -1 mon.smithi160@1(peon) e2 *** Got Signal Terminated *** 2024-09-21T19:06:09.760 DEBUG:teuthology.orchestra.run.smithi160:> sudo pkill -f 'journalctl -f -n 0 -u ceph-96af9b06-784a-11ef-baf6-efdc52797490@mon.smithi160.service' 2024-09-21T19:06:09.801 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T19:06:09.801 INFO:tasks.cephadm.mon.smithi160:Stopped mon.smithi160 2024-09-21T19:06:09.801 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 96af9b06-784a-11ef-baf6-efdc52797490 --force --keep-logs 2024-09-21T19:06:09.985 INFO:teuthology.orchestra.run.smithi107.stdout:Deleting cluster with fsid: 96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T19:07:15.419 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 96af9b06-784a-11ef-baf6-efdc52797490 --force --keep-logs 2024-09-21T19:07:15.606 INFO:teuthology.orchestra.run.smithi160.stdout:Deleting cluster with fsid: 96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T19:08:09.706 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T19:08:09.721 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T19:08:09.732 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-21T19:08:09.734 DEBUG:teuthology.misc:Transferring archived files from smithi107:/var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/crash to /home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914123/remote/smithi107/crash 2024-09-21T19:08:09.734 DEBUG:teuthology.orchestra.run.smithi107:> sudo tar c -f - -C /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/crash -- . 2024-09-21T19:08:09.776 INFO:teuthology.orchestra.run.smithi107.stderr:tar: /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T19:08:09.776 INFO:teuthology.orchestra.run.smithi107.stderr:tar: Error is not recoverable: exiting now 2024-09-21T19:08:09.778 DEBUG:teuthology.misc:Transferring archived files from smithi160:/var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/crash to /home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914123/remote/smithi160/crash 2024-09-21T19:08:09.778 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/crash -- . 2024-09-21T19:08:09.789 INFO:teuthology.orchestra.run.smithi160.stderr:tar: /var/lib/ceph/96af9b06-784a-11ef-baf6-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T19:08:09.789 INFO:teuthology.orchestra.run.smithi160.stderr:tar: Error is not recoverable: exiting now 2024-09-21T19:08:09.790 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-21T19:08:09.790 DEBUG:teuthology.orchestra.run.smithi107:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v CEPHADM_DAEMON_PLACE_FAIL | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-09-21T19:08:09.834 INFO:tasks.cephadm:Compressing logs... 2024-09-21T19:08:09.834 DEBUG:teuthology.orchestra.run.smithi107:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-21T19:08:09.881 DEBUG:teuthology.orchestra.run.smithi160:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-21T19:08:09.889 INFO:teuthology.orchestra.run.smithi107.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-21T19:08:09.893 INFO:teuthology.orchestra.run.smithi160.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-21T19:08:09.903 INFO:teuthology.orchestra.run.smithi107.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T19:08:09.903 INFO:teuthology.orchestra.run.smithi107.stderr:gzip -5 --verbose -- /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-osd.7.log 2024-09-21T19:08:09.903 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-mgr.smithi107.uonppz.log 2024-09-21T19:08:09.903 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph.cephadm.log 2024-09-21T19:08:09.903 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-mgr.smithi107.uonppz.log: gzip -5 --verbose -- /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-osd.3.log 2024-09-21T19:08:09.903 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-osd.5.log 2024-09-21T19:08:09.903 INFO:teuthology.orchestra.run.smithi107.stderr: 84.6% -- replaced with /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph.cephadm.log.gz 2024-09-21T19:08:09.903 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-osd.1.log 2024-09-21T19:08:09.905 INFO:teuthology.orchestra.run.smithi107.stderr:gzip -5 --verbose -- /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph.log 2024-09-21T19:08:09.905 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-osd.5.log: /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-client.ceph-exporter.smithi107.log 2024-09-21T19:08:09.905 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph.log: gzip -5 --verbose -- /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-volume.log 2024-09-21T19:08:09.905 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-client.ceph-exporter.smithi107.log: 94.1% -- replaced with /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-client.ceph-exporter.smithi107.log.gz 2024-09-21T19:08:09.907 INFO:teuthology.orchestra.run.smithi107.stderr: 88.2% -- replaced with /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph.log.gzgzip -5 --verbose -- /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph.audit.log 2024-09-21T19:08:09.907 INFO:teuthology.orchestra.run.smithi107.stderr: 2024-09-21T19:08:09.908 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T19:08:09.908 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-osd.0.log 2024-09-21T19:08:09.908 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-osd.2.log 2024-09-21T19:08:09.909 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-osd.6.log 2024-09-21T19:08:09.909 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph.cephadm.log 2024-09-21T19:08:09.909 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-mgr.smithi160.rphsud.log 2024-09-21T19:08:09.909 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-client.ceph-exporter.smithi160.log 2024-09-21T19:08:09.909 INFO:teuthology.orchestra.run.smithi160.stderr: 83.5% -- replaced with /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph.cephadm.log.gz 2024-09-21T19:08:09.909 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-mgr.smithi160.rphsud.log: gzip -5 --verbose -- /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph.log 2024-09-21T19:08:09.911 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-client.ceph-exporter.smithi160.log: 90.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T19:08:09.911 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-volume.log 2024-09-21T19:08:09.911 INFO:teuthology.orchestra.run.smithi160.stderr: 30.1% -- replaced with /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-client.ceph-exporter.smithi160.log.gz 2024-09-21T19:08:09.911 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph.log: gzip -5 --verbose -- /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph.audit.log 2024-09-21T19:08:09.911 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-mon.smithi160.log 2024-09-21T19:08:09.911 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph.audit.log: 88.2%gzip -5 --verbose -- /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-osd.4.log 2024-09-21T19:08:09.912 INFO:teuthology.orchestra.run.smithi160.stderr: -- replaced with /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph.log.gz 2024-09-21T19:08:09.912 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-mon.smithi160.log: gzip -5 --verbose -- /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-mds.foofs.smithi160.ygfwpu.log 2024-09-21T19:08:09.912 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-mon.smithi107.log 2024-09-21T19:08:09.913 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-osd.4.log: 91.5% -- replaced with /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph.audit.log.gz 2024-09-21T19:08:09.915 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-mds.foofs.smithi160.ygfwpu.log: 92.0% -- replaced with /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-mgr.smithi160.rphsud.log.gz 2024-09-21T19:08:09.916 INFO:teuthology.orchestra.run.smithi160.stderr: 87.1% -- replaced with /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-mds.foofs.smithi160.ygfwpu.log.gz 2024-09-21T19:08:09.916 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph.audit.log: 91.3% -- replaced with /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph.audit.log.gz 2024-09-21T19:08:09.916 INFO:teuthology.orchestra.run.smithi107.stderr:gzip -5 --verbose -- /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-mds.foofs.smithi107.pusxfc.log 2024-09-21T19:08:09.920 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-mon.smithi107.log: 91.3% -- replaced with /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-volume.log.gz 2024-09-21T19:08:09.922 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-mds.foofs.smithi107.pusxfc.log: 78.0% -- replaced with /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-mds.foofs.smithi107.pusxfc.log.gz 2024-09-21T19:08:09.922 INFO:teuthology.orchestra.run.smithi160.stderr: 91.3% -- replaced with /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-volume.log.gz 2024-09-21T19:08:09.934 INFO:teuthology.orchestra.run.smithi107.stderr: 90.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T19:08:10.084 INFO:teuthology.orchestra.run.smithi160.stderr: 92.8% -- replaced with /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-mon.smithi160.log.gz 2024-09-21T19:08:10.091 INFO:teuthology.orchestra.run.smithi160.stderr: 93.1% -- replaced with /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-osd.2.log.gz 2024-09-21T19:08:10.091 INFO:teuthology.orchestra.run.smithi160.stderr: 92.9% -- replaced with /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-osd.4.log.gz 2024-09-21T19:08:10.106 INFO:teuthology.orchestra.run.smithi107.stderr: 93.4% -- replaced with /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-osd.1.log.gz 2024-09-21T19:08:10.115 INFO:teuthology.orchestra.run.smithi107.stderr: 93.1% -- replaced with /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-osd.7.log.gz 2024-09-21T19:08:10.117 INFO:teuthology.orchestra.run.smithi160.stderr: 93.1% -- replaced with /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-osd.0.log.gz 2024-09-21T19:08:10.136 INFO:teuthology.orchestra.run.smithi107.stderr: 89.3% -- replaced with /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-mgr.smithi107.uonppz.log.gz 2024-09-21T19:08:10.145 INFO:teuthology.orchestra.run.smithi107.stderr: 93.1% -- replaced with /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-osd.5.log.gz 2024-09-21T19:08:10.169 INFO:teuthology.orchestra.run.smithi160.stderr: 93.0% -- replaced with /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-osd.6.log.gz 2024-09-21T19:08:10.170 INFO:teuthology.orchestra.run.smithi160.stderr: 2024-09-21T19:08:10.171 INFO:teuthology.orchestra.run.smithi160.stderr:real 0m0.285s 2024-09-21T19:08:10.171 INFO:teuthology.orchestra.run.smithi160.stderr:user 0m1.009s 2024-09-21T19:08:10.171 INFO:teuthology.orchestra.run.smithi160.stderr:sys 0m0.055s 2024-09-21T19:08:10.173 INFO:teuthology.orchestra.run.smithi107.stderr: 93.3% -- replaced with /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-osd.3.log.gz 2024-09-21T19:08:10.333 INFO:teuthology.orchestra.run.smithi107.stderr: 90.9% -- replaced with /var/log/ceph/96af9b06-784a-11ef-baf6-efdc52797490/ceph-mon.smithi107.log.gz 2024-09-21T19:08:10.335 INFO:teuthology.orchestra.run.smithi107.stderr: 2024-09-21T19:08:10.336 INFO:teuthology.orchestra.run.smithi107.stderr:real 0m0.452s 2024-09-21T19:08:10.336 INFO:teuthology.orchestra.run.smithi107.stderr:user 0m1.581s 2024-09-21T19:08:10.336 INFO:teuthology.orchestra.run.smithi107.stderr:sys 0m0.080s 2024-09-21T19:08:10.336 INFO:tasks.cephadm:Archiving logs... 2024-09-21T19:08:10.336 DEBUG:teuthology.misc:Transferring archived files from smithi107:/var/log/ceph to /home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914123/remote/smithi107/log 2024-09-21T19:08:10.337 DEBUG:teuthology.orchestra.run.smithi107:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T19:08:10.564 DEBUG:teuthology.misc:Transferring archived files from smithi160:/var/log/ceph to /home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914123/remote/smithi160/log 2024-09-21T19:08:10.565 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T19:08:10.692 INFO:tasks.cephadm:Removing cluster... 2024-09-21T19:08:10.692 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 96af9b06-784a-11ef-baf6-efdc52797490 --force 2024-09-21T19:08:10.874 INFO:teuthology.orchestra.run.smithi107.stdout:Deleting cluster with fsid: 96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T19:08:12.003 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 96af9b06-784a-11ef-baf6-efdc52797490 --force 2024-09-21T19:08:12.189 INFO:teuthology.orchestra.run.smithi160.stdout:Deleting cluster with fsid: 96af9b06-784a-11ef-baf6-efdc52797490 2024-09-21T19:08:13.313 INFO:tasks.cephadm:Removing cephadm ... 2024-09-21T19:08:13.313 DEBUG:teuthology.orchestra.run.smithi107:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T19:08:13.319 DEBUG:teuthology.orchestra.run.smithi160:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T19:08:13.324 INFO:tasks.cephadm:Teardown complete 2024-09-21T19:08:13.325 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-09-21T19:08:13.335 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi107:/dev/vg_nvme/lv_1... 2024-09-21T19:08:13.335 DEBUG:teuthology.orchestra.run.smithi107:> sudo nvme disconnect -n lv_1 2024-09-21T19:08:13.633 INFO:teuthology.orchestra.run.smithi107.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-09-21T19:08:13.634 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T19:08:13.634 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi107:/dev/vg_nvme/lv_2... 2024-09-21T19:08:13.635 DEBUG:teuthology.orchestra.run.smithi107:> sudo nvme disconnect -n lv_2 2024-09-21T19:08:13.920 INFO:teuthology.orchestra.run.smithi107.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-09-21T19:08:13.922 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T19:08:13.922 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi107:/dev/vg_nvme/lv_3... 2024-09-21T19:08:13.922 DEBUG:teuthology.orchestra.run.smithi107:> sudo nvme disconnect -n lv_3 2024-09-21T19:08:14.160 INFO:teuthology.orchestra.run.smithi107.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-09-21T19:08:14.161 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T19:08:14.162 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi107:/dev/vg_nvme/lv_4... 2024-09-21T19:08:14.162 DEBUG:teuthology.orchestra.run.smithi107:> sudo nvme disconnect -n lv_4 2024-09-21T19:08:14.412 INFO:teuthology.orchestra.run.smithi107.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-09-21T19:08:14.413 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T19:08:14.414 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-21T19:08:14.414 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/scratch_devs 2024-09-21T19:08:14.427 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi160:/dev/vg_nvme/lv_1... 2024-09-21T19:08:14.427 DEBUG:teuthology.orchestra.run.smithi160:> sudo nvme disconnect -n lv_1 2024-09-21T19:08:14.675 INFO:teuthology.orchestra.run.smithi160.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-09-21T19:08:14.676 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T19:08:14.677 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi160:/dev/vg_nvme/lv_2... 2024-09-21T19:08:14.677 DEBUG:teuthology.orchestra.run.smithi160:> sudo nvme disconnect -n lv_2 2024-09-21T19:08:14.939 INFO:teuthology.orchestra.run.smithi160.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-09-21T19:08:14.940 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T19:08:14.941 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi160:/dev/vg_nvme/lv_3... 2024-09-21T19:08:14.941 DEBUG:teuthology.orchestra.run.smithi160:> sudo nvme disconnect -n lv_3 2024-09-21T19:08:15.207 INFO:teuthology.orchestra.run.smithi160.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-09-21T19:08:15.208 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T19:08:15.209 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi160:/dev/vg_nvme/lv_4... 2024-09-21T19:08:15.209 DEBUG:teuthology.orchestra.run.smithi160:> sudo nvme disconnect -n lv_4 2024-09-21T19:08:15.467 INFO:teuthology.orchestra.run.smithi160.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-09-21T19:08:15.469 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T19:08:15.470 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-09-21T19:08:15.470 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/scratch_devs 2024-09-21T19:08:15.484 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-21T19:08:15.496 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-21T19:08:15.497 DEBUG:teuthology.orchestra.run.smithi107:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T19:08:15.499 DEBUG:teuthology.orchestra.run.smithi160:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T19:08:15.511 INFO:teuthology.orchestra.run.smithi107.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T19:08:15.511 INFO:teuthology.orchestra.run.smithi107.stdout:============================================================================== 2024-09-21T19:08:15.511 INFO:teuthology.orchestra.run.smithi107.stdout:+hv01.front.sepi 67.205.162.81 3 u 56 64 377 0.063 -3.494 1.031 2024-09-21T19:08:15.511 INFO:teuthology.orchestra.run.smithi107.stdout:*hv02.front.sepi 63.231.80.2 3 u 59 64 377 0.095 -3.299 0.724 2024-09-21T19:08:15.511 INFO:teuthology.orchestra.run.smithi107.stdout:+hv03.front.sepi 74.6.168.72 3 u 59 64 377 0.076 -0.918 1.100 2024-09-21T19:08:15.511 INFO:teuthology.orchestra.run.smithi107.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-09-21T19:08:15.538 INFO:teuthology.orchestra.run.smithi160.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T19:08:15.538 INFO:teuthology.orchestra.run.smithi160.stdout:============================================================================== 2024-09-21T19:08:15.538 INFO:teuthology.orchestra.run.smithi160.stdout:*hv01.front.sepi 67.205.162.81 3 u 53 64 377 0.069 -3.229 1.279 2024-09-21T19:08:15.538 INFO:teuthology.orchestra.run.smithi160.stdout:+hv02.front.sepi 63.231.80.2 3 u 62 64 377 0.087 -2.074 1.087 2024-09-21T19:08:15.538 INFO:teuthology.orchestra.run.smithi160.stdout:+hv03.front.sepi 74.6.168.72 3 u 57 64 377 0.094 -0.817 0.796 2024-09-21T19:08:15.538 INFO:teuthology.orchestra.run.smithi160.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-09-21T19:08:15.539 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-21T19:08:15.550 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-21T19:08:15.550 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-21T19:08:15.561 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-21T19:08:15.572 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-21T19:08:15.584 INFO:teuthology.task.internal:Duration was 1430.696465 seconds 2024-09-21T19:08:15.584 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-21T19:08:15.595 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-21T19:08:15.596 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T19:08:15.598 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T19:08:15.639 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-21T19:08:15.639 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi107.front.sepia.ceph.com 2024-09-21T19:08:15.639 DEBUG:teuthology.orchestra.run.smithi107:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-21T19:08:15.693 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi160.front.sepia.ceph.com 2024-09-21T19:08:15.693 DEBUG:teuthology.orchestra.run.smithi160:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-21T19:08:15.703 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-21T19:08:15.703 DEBUG:teuthology.orchestra.run.smithi107:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T19:08:15.741 DEBUG:teuthology.orchestra.run.smithi160:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T19:08:15.791 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-21T19:08:15.792 DEBUG:teuthology.orchestra.run.smithi107:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T19:08:15.794 DEBUG:teuthology.orchestra.run.smithi160:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T19:08:15.943 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-21T19:08:15.960 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-21T19:08:15.960 DEBUG:teuthology.orchestra.run.smithi107:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T19:08:15.972 DEBUG:teuthology.orchestra.run.smithi160:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T19:08:15.984 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-21T19:08:15.996 DEBUG:teuthology.orchestra.run.smithi107:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-21T19:08:16.018 DEBUG:teuthology.orchestra.run.smithi160:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-21T19:08:16.026 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern = core 2024-09-21T19:08:16.036 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern = core 2024-09-21T19:08:16.058 DEBUG:teuthology.orchestra.run.smithi107:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T19:08:16.100 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T19:08:16.100 DEBUG:teuthology.orchestra.run.smithi160:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T19:08:16.106 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T19:08:16.106 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-21T19:08:16.118 INFO:teuthology.task.internal:Transferring archived files... 2024-09-21T19:08:16.119 DEBUG:teuthology.misc:Transferring archived files from smithi107:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914123/remote/smithi107 2024-09-21T19:08:16.119 DEBUG:teuthology.orchestra.run.smithi107:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T19:08:16.168 DEBUG:teuthology.misc:Transferring archived files from smithi160:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914123/remote/smithi160 2024-09-21T19:08:16.168 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T19:08:16.191 INFO:teuthology.task.internal:Removing archive directory... 2024-09-21T19:08:16.191 DEBUG:teuthology.orchestra.run.smithi107:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T19:08:16.205 DEBUG:teuthology.orchestra.run.smithi160:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T19:08:16.235 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-21T19:08:16.247 INFO:teuthology.task.internal:Not uploading archives. 2024-09-21T19:08:16.247 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-21T19:08:16.258 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-21T19:08:16.258 DEBUG:teuthology.orchestra.run.smithi107:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T19:08:16.260 DEBUG:teuthology.orchestra.run.smithi160:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T19:08:16.264 INFO:teuthology.orchestra.run.smithi107.stdout: 658458 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 19:08 /home/ubuntu/cephtest 2024-09-21T19:08:16.287 INFO:teuthology.orchestra.run.smithi160.stdout: 658622 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 19:08 /home/ubuntu/cephtest 2024-09-21T19:08:16.288 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-21T19:08:16.300 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-21T19:08:16.325 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} duration: 1430.69646525383 owner: scheduled_adking@teuthology success: true 2024-09-21T19:08:16.326 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-21T19:08:16.400 INFO:teuthology.run:pass