2024-09-18T08:05:07.144 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-18T08:05:07.162 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-18T08:05:07.248 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-18_06:59:44-orch:cephadm-wip-guits-main-2024-09-17-1213-distro-default-smithi/7910373 branch: wip-guits-main-2024-09-17-1213 description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: gabrioux@ibm.com first_in_suite: false job_id: '7910373' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-18_06:59:44-orch:cephadm-wip-guits-main-2024-09-17-1213-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-guits-main-2024-09-17-1213 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: e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e workunit: branch: wip-guits-main-2024-09-17-1213 sha1: e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 8982 sha1: e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-main-2024-09-17-1213 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e targets: smithi079.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG5/q04Dw3m5B2AI9uadS9uHI9UnNJJfQPAi2DzxCjk8PcDEDdxMnVm5KMMDwka70OffY/yYE9lSf1Qxl2uj2X0= smithi135.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDfju8I7dX6a5AE29DlX0lKpM3bZwn42LscoOZtLvWa6Y0fKO0m069xTwMmKdZd1qzyRLyye+NyFjvRIwzoUf1o= 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-18_06:59:44 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-18T08:05:07.248 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e/qa; will attempt to use it 2024-09-18T08:05:07.248 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e/qa/tasks 2024-09-18T08:05:07.249 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-18T08:05:07.250 INFO:teuthology.task.internal:Checking packages... 2024-09-18T08:05:07.271 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e' 2024-09-18T08:05:07.271 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-18T08:05:07.271 INFO:teuthology.packaging:ref: None 2024-09-18T08:05:07.271 INFO:teuthology.packaging:tag: None 2024-09-18T08:05:07.271 INFO:teuthology.packaging:branch: wip-guits-main-2024-09-17-1213 2024-09-18T08:05:07.271 INFO:teuthology.packaging:sha1: e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e 2024-09-18T08:05:07.271 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-guits-main-2024-09-17-1213 2024-09-18T08:05:07.408 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4983-ge7fb7b56-1jammy 2024-09-18T08:05:07.410 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-18T08:05:07.416 INFO:teuthology.task.internal:no buildpackages task found 2024-09-18T08:05:07.416 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-18T08:05:07.439 INFO:teuthology.task.internal:Saving configuration 2024-09-18T08:05:07.451 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-18T08:05:07.472 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-18T08:05:07.493 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi079.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-18_06:59:44-orch:cephadm-wip-guits-main-2024-09-17-1213-distro-default-smithi/7910373', '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-18 07:59:33.249845', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOKEaRaSua8IwiXPnCxG7u6PTKnwAW3aPBlxgnoiawvk'} 2024-09-18T08:05:07.511 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi135.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-18_06:59:44-orch:cephadm-wip-guits-main-2024-09-17-1213-distro-default-smithi/7910373', '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-18 07:59:33.248474', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDwMt5v2CXc/+aZ/gZgvO0YUXF/Ka08bE9PneYLY8UvR'} 2024-09-18T08:05:07.511 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-18T08:05:07.517 INFO:teuthology.task.internal:roles: ubuntu@smithi079.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-09-18T08:05:07.517 INFO:teuthology.task.internal:roles: ubuntu@smithi135.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-09-18T08:05:07.517 INFO:teuthology.run_tasks:Running task console_log... 2024-09-18T08:05:07.602 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff6beaebbe0>, signals=[15]) 2024-09-18T08:05:07.602 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-18T08:05:07.608 INFO:teuthology.task.internal:Opening connections... 2024-09-18T08:05:07.608 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi079.front.sepia.ceph.com 2024-09-18T08:05:07.609 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T08:05:07.690 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi135.front.sepia.ceph.com 2024-09-18T08:05:07.691 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi135.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T08:05:07.768 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-18T08:05:07.774 DEBUG:teuthology.orchestra.run.smithi079:> uname -m 2024-09-18T08:05:07.780 INFO:teuthology.orchestra.run.smithi079.stdout:x86_64 2024-09-18T08:05:07.780 DEBUG:teuthology.orchestra.run.smithi079:> cat /etc/os-release 2024-09-18T08:05:07.826 INFO:teuthology.orchestra.run.smithi079.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-18T08:05:07.826 INFO:teuthology.orchestra.run.smithi079.stdout:NAME="Ubuntu" 2024-09-18T08:05:07.827 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION_ID="22.04" 2024-09-18T08:05:07.827 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-18T08:05:07.827 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION_CODENAME=jammy 2024-09-18T08:05:07.827 INFO:teuthology.orchestra.run.smithi079.stdout:ID=ubuntu 2024-09-18T08:05:07.827 INFO:teuthology.orchestra.run.smithi079.stdout:ID_LIKE=debian 2024-09-18T08:05:07.827 INFO:teuthology.orchestra.run.smithi079.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-18T08:05:07.827 INFO:teuthology.orchestra.run.smithi079.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-18T08:05:07.827 INFO:teuthology.orchestra.run.smithi079.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-18T08:05:07.827 INFO:teuthology.orchestra.run.smithi079.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-18T08:05:07.827 INFO:teuthology.orchestra.run.smithi079.stdout:UBUNTU_CODENAME=jammy 2024-09-18T08:05:07.828 INFO:teuthology.lock.ops:Updating smithi079.front.sepia.ceph.com on lock server 2024-09-18T08:05:07.849 DEBUG:teuthology.orchestra.run.smithi135:> uname -m 2024-09-18T08:05:07.854 INFO:teuthology.orchestra.run.smithi135.stdout:x86_64 2024-09-18T08:05:07.855 DEBUG:teuthology.orchestra.run.smithi135:> cat /etc/os-release 2024-09-18T08:05:07.902 INFO:teuthology.orchestra.run.smithi135.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-18T08:05:07.902 INFO:teuthology.orchestra.run.smithi135.stdout:NAME="Ubuntu" 2024-09-18T08:05:07.902 INFO:teuthology.orchestra.run.smithi135.stdout:VERSION_ID="22.04" 2024-09-18T08:05:07.902 INFO:teuthology.orchestra.run.smithi135.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-18T08:05:07.902 INFO:teuthology.orchestra.run.smithi135.stdout:VERSION_CODENAME=jammy 2024-09-18T08:05:07.902 INFO:teuthology.orchestra.run.smithi135.stdout:ID=ubuntu 2024-09-18T08:05:07.903 INFO:teuthology.orchestra.run.smithi135.stdout:ID_LIKE=debian 2024-09-18T08:05:07.903 INFO:teuthology.orchestra.run.smithi135.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-18T08:05:07.903 INFO:teuthology.orchestra.run.smithi135.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-18T08:05:07.903 INFO:teuthology.orchestra.run.smithi135.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-18T08:05:07.903 INFO:teuthology.orchestra.run.smithi135.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-18T08:05:07.903 INFO:teuthology.orchestra.run.smithi135.stdout:UBUNTU_CODENAME=jammy 2024-09-18T08:05:07.903 INFO:teuthology.lock.ops:Updating smithi135.front.sepia.ceph.com on lock server 2024-09-18T08:05:07.941 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-18T08:05:07.950 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-18T08:05:07.980 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-18T08:05:07.981 DEBUG:teuthology.orchestra.run.smithi079:> test '!' -e /home/ubuntu/cephtest 2024-09-18T08:05:07.983 DEBUG:teuthology.orchestra.run.smithi135:> test '!' -e /home/ubuntu/cephtest 2024-09-18T08:05:07.988 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-18T08:05:08.016 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-18T08:05:08.016 DEBUG:teuthology.orchestra.run.smithi079:> test -z $(ls -A /var/lib/ceph) 2024-09-18T08:05:08.032 DEBUG:teuthology.orchestra.run.smithi135:> test -z $(ls -A /var/lib/ceph) 2024-09-18T08:05:08.039 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-18T08:05:08.093 INFO:teuthology.run_tasks:Running task kernel... 2024-09-18T08:05:08.108 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-18T08:05:08.108 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-18T08:05:08.109 DEBUG:teuthology.orchestra.run.smithi079:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-18T08:05:08.109 DEBUG:teuthology.orchestra.run.smithi135:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-18T08:05:08.113 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T08:05:08.114 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2024-09-18T08:05:08.114 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T08:05:08.115 DEBUG:teuthology.orchestra.run.smithi135:> uname -r 2024-09-18T08:05:08.163 INFO:teuthology.orchestra.run.smithi135.stdout:5.15.0-56-generic 2024-09-18T08:05:08.163 INFO:teuthology.task.kernel:Running kernel on smithi135: 5.15.0-56-generic 2024-09-18T08:05:08.163 DEBUG:teuthology.orchestra.run.smithi135:> sudo apt-get clean 2024-09-18T08:05:08.166 INFO:teuthology.orchestra.run.smithi079.stdout:5.15.0-56-generic 2024-09-18T08:05:08.166 INFO:teuthology.task.kernel:Running kernel on smithi079: 5.15.0-56-generic 2024-09-18T08:05:08.167 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get clean 2024-09-18T08:05:08.292 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get update 2024-09-18T08:05:08.314 DEBUG:teuthology.orchestra.run.smithi135:> sudo apt-get update 2024-09-18T08:05:08.421 INFO:teuthology.orchestra.run.smithi079.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-18T08:05:08.451 INFO:teuthology.orchestra.run.smithi135.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-18T08:05:08.538 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-18T08:05:08.562 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-18T08:05:08.619 INFO:teuthology.orchestra.run.smithi079.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-18T08:05:08.645 INFO:teuthology.orchestra.run.smithi135.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-18T08:05:08.645 INFO:teuthology.orchestra.run.smithi079.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,839 kB] 2024-09-18T08:05:08.662 INFO:teuthology.orchestra.run.smithi135.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [544 kB] 2024-09-18T08:05:08.732 INFO:teuthology.orchestra.run.smithi135.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,839 kB] 2024-09-18T08:05:08.750 INFO:teuthology.orchestra.run.smithi079.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [544 kB] 2024-09-18T08:05:08.755 INFO:teuthology.orchestra.run.smithi079.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [298 kB] 2024-09-18T08:05:08.758 INFO:teuthology.orchestra.run.smithi079.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-18T08:05:08.758 INFO:teuthology.orchestra.run.smithi079.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,431 kB] 2024-09-18T08:05:08.769 INFO:teuthology.orchestra.run.smithi135.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [298 kB] 2024-09-18T08:05:08.771 INFO:teuthology.orchestra.run.smithi135.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-18T08:05:08.771 INFO:teuthology.orchestra.run.smithi135.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-18T08:05:08.772 INFO:teuthology.orchestra.run.smithi135.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,431 kB] 2024-09-18T08:05:08.779 INFO:teuthology.orchestra.run.smithi079.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-18T08:05:08.780 INFO:teuthology.orchestra.run.smithi079.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [418 kB] 2024-09-18T08:05:08.784 INFO:teuthology.orchestra.run.smithi079.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-18T08:05:08.791 INFO:teuthology.orchestra.run.smithi135.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [418 kB] 2024-09-18T08:05:08.794 INFO:teuthology.orchestra.run.smithi135.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-18T08:05:08.794 INFO:teuthology.orchestra.run.smithi135.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [628 kB] 2024-09-18T08:05:08.798 INFO:teuthology.orchestra.run.smithi135.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [903 kB] 2024-09-18T08:05:08.803 INFO:teuthology.orchestra.run.smithi079.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [903 kB] 2024-09-18T08:05:08.804 INFO:teuthology.orchestra.run.smithi135.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [177 kB] 2024-09-18T08:05:08.806 INFO:teuthology.orchestra.run.smithi135.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-18T08:05:08.806 INFO:teuthology.orchestra.run.smithi135.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-18T08:05:08.810 INFO:teuthology.orchestra.run.smithi079.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [628 kB] 2024-09-18T08:05:08.816 INFO:teuthology.orchestra.run.smithi079.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [177 kB] 2024-09-18T08:05:08.817 INFO:teuthology.orchestra.run.smithi079.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-18T08:05:08.817 INFO:teuthology.orchestra.run.smithi079.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-18T08:05:08.818 INFO:teuthology.orchestra.run.smithi079.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-18T08:05:08.818 INFO:teuthology.orchestra.run.smithi079.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-18T08:05:08.829 INFO:teuthology.orchestra.run.smithi135.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-18T08:05:08.829 INFO:teuthology.orchestra.run.smithi135.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-18T08:05:08.829 INFO:teuthology.orchestra.run.smithi135.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-18T08:05:08.841 INFO:teuthology.orchestra.run.smithi079.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-18T08:05:08.974 INFO:teuthology.orchestra.run.smithi079.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-18T08:05:08.999 INFO:teuthology.orchestra.run.smithi135.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-18T08:05:09.112 INFO:teuthology.orchestra.run.smithi079.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,058 kB] 2024-09-18T08:05:09.138 INFO:teuthology.orchestra.run.smithi135.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [701 kB] 2024-09-18T08:05:09.333 INFO:teuthology.orchestra.run.smithi135.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,058 kB] 2024-09-18T08:05:09.431 INFO:teuthology.orchestra.run.smithi079.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [701 kB] 2024-09-18T08:05:09.466 INFO:teuthology.orchestra.run.smithi079.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [355 kB] 2024-09-18T08:05:09.480 INFO:teuthology.orchestra.run.smithi079.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-18T08:05:09.481 INFO:teuthology.orchestra.run.smithi079.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,495 kB] 2024-09-18T08:05:09.493 INFO:teuthology.orchestra.run.smithi135.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [355 kB] 2024-09-18T08:05:09.507 INFO:teuthology.orchestra.run.smithi135.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-18T08:05:09.508 INFO:teuthology.orchestra.run.smithi135.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-18T08:05:09.509 INFO:teuthology.orchestra.run.smithi135.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,495 kB] 2024-09-18T08:05:09.550 INFO:teuthology.orchestra.run.smithi079.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-18T08:05:09.554 INFO:teuthology.orchestra.run.smithi079.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [429 kB] 2024-09-18T08:05:09.569 INFO:teuthology.orchestra.run.smithi079.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-18T08:05:09.569 INFO:teuthology.orchestra.run.smithi079.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-18T08:05:09.582 INFO:teuthology.orchestra.run.smithi135.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [429 kB] 2024-09-18T08:05:09.597 INFO:teuthology.orchestra.run.smithi135.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-18T08:05:09.597 INFO:teuthology.orchestra.run.smithi135.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-18T08:05:09.600 INFO:teuthology.orchestra.run.smithi079.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-18T08:05:09.620 INFO:teuthology.orchestra.run.smithi079.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-18T08:05:09.627 INFO:teuthology.orchestra.run.smithi135.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-18T08:05:09.628 INFO:teuthology.orchestra.run.smithi079.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-18T08:05:09.632 INFO:teuthology.orchestra.run.smithi079.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-18T08:05:09.632 INFO:teuthology.orchestra.run.smithi079.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-18T08:05:09.646 INFO:teuthology.orchestra.run.smithi135.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-18T08:05:09.652 INFO:teuthology.orchestra.run.smithi135.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-18T08:05:09.657 INFO:teuthology.orchestra.run.smithi135.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-18T08:05:09.657 INFO:teuthology.orchestra.run.smithi135.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-18T08:05:09.658 INFO:teuthology.orchestra.run.smithi135.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-18T08:05:09.679 INFO:teuthology.orchestra.run.smithi079.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-18T08:05:09.679 INFO:teuthology.orchestra.run.smithi079.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-18T08:05:09.679 INFO:teuthology.orchestra.run.smithi079.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-18T08:05:09.681 INFO:teuthology.orchestra.run.smithi079.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-18T08:05:09.714 INFO:teuthology.orchestra.run.smithi079.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-18T08:05:09.714 INFO:teuthology.orchestra.run.smithi079.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-18T08:05:09.715 INFO:teuthology.orchestra.run.smithi079.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-18T08:05:09.715 INFO:teuthology.orchestra.run.smithi079.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-18T08:05:09.716 INFO:teuthology.orchestra.run.smithi079.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-18T08:05:09.734 INFO:teuthology.orchestra.run.smithi135.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-18T08:05:09.734 INFO:teuthology.orchestra.run.smithi135.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-18T08:05:09.736 INFO:teuthology.orchestra.run.smithi135.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-18T08:05:09.737 INFO:teuthology.orchestra.run.smithi135.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-18T08:05:09.737 INFO:teuthology.orchestra.run.smithi135.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-18T08:05:09.738 INFO:teuthology.orchestra.run.smithi135.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-18T08:05:09.739 INFO:teuthology.orchestra.run.smithi135.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-18T08:05:09.760 INFO:teuthology.orchestra.run.smithi079.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-18T08:05:09.820 INFO:teuthology.orchestra.run.smithi135.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-18T08:05:09.820 INFO:teuthology.orchestra.run.smithi135.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-18T08:05:15.033 INFO:teuthology.orchestra.run.smithi079.stdout:Fetched 16.2 MB in 2s (7,464 kB/s) 2024-09-18T08:05:15.196 INFO:teuthology.orchestra.run.smithi135.stdout:Fetched 16.2 MB in 2s (7,512 kB/s) 2024-09-18T08:05:16.498 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2024-09-18T08:05:16.516 DEBUG:teuthology.orchestra.run.smithi079:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-18T08:05:16.578 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2024-09-18T08:05:16.689 INFO:teuthology.orchestra.run.smithi135.stdout:Reading package lists... 2024-09-18T08:05:16.707 DEBUG:teuthology.orchestra.run.smithi135:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-18T08:05:16.769 INFO:teuthology.orchestra.run.smithi135.stdout:Reading package lists... 2024-09-18T08:05:16.787 INFO:teuthology.orchestra.run.smithi079.stdout:Building dependency tree... 2024-09-18T08:05:16.788 INFO:teuthology.orchestra.run.smithi079.stdout:Reading state information... 2024-09-18T08:05:16.962 INFO:teuthology.orchestra.run.smithi079.stdout:The following packages were automatically installed and are no longer required: 2024-09-18T08:05:16.962 INFO:teuthology.orchestra.run.smithi079.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-18T08:05:16.962 INFO:teuthology.orchestra.run.smithi079.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-18T08:05:16.963 INFO:teuthology.orchestra.run.smithi079.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-18T08:05:16.963 INFO:teuthology.orchestra.run.smithi079.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-18T08:05:16.963 INFO:teuthology.orchestra.run.smithi079.stdout: python2.7-minimal 2024-09-18T08:05:16.963 INFO:teuthology.orchestra.run.smithi079.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-18T08:05:16.965 INFO:teuthology.orchestra.run.smithi079.stdout:The following additional packages will be installed: 2024-09-18T08:05:16.965 INFO:teuthology.orchestra.run.smithi079.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-18T08:05:16.965 INFO:teuthology.orchestra.run.smithi079.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-18T08:05:16.965 INFO:teuthology.orchestra.run.smithi079.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-18T08:05:16.966 INFO:teuthology.orchestra.run.smithi079.stdout:Suggested packages: 2024-09-18T08:05:16.966 INFO:teuthology.orchestra.run.smithi079.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-18T08:05:16.966 INFO:teuthology.orchestra.run.smithi079.stdout:Recommended packages: 2024-09-18T08:05:16.966 INFO:teuthology.orchestra.run.smithi079.stdout: thermald 2024-09-18T08:05:16.980 INFO:teuthology.orchestra.run.smithi135.stdout:Building dependency tree... 2024-09-18T08:05:16.981 INFO:teuthology.orchestra.run.smithi135.stdout:Reading state information... 2024-09-18T08:05:17.016 INFO:teuthology.orchestra.run.smithi079.stdout:The following NEW packages will be installed: 2024-09-18T08:05:17.017 INFO:teuthology.orchestra.run.smithi079.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-18T08:05:17.017 INFO:teuthology.orchestra.run.smithi079.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-18T08:05:17.017 INFO:teuthology.orchestra.run.smithi079.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-18T08:05:17.018 INFO:teuthology.orchestra.run.smithi079.stdout:The following packages will be upgraded: 2024-09-18T08:05:17.018 INFO:teuthology.orchestra.run.smithi079.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-18T08:05:17.069 INFO:teuthology.orchestra.run.smithi079.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-18T08:05:17.069 INFO:teuthology.orchestra.run.smithi079.stdout:Need to get 113 MB of archives. 2024-09-18T08:05:17.069 INFO:teuthology.orchestra.run.smithi079.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-18T08:05:17.069 INFO:teuthology.orchestra.run.smithi079.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-18T08:05:17.160 INFO:teuthology.orchestra.run.smithi135.stdout:The following packages were automatically installed and are no longer required: 2024-09-18T08:05:17.161 INFO:teuthology.orchestra.run.smithi135.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-18T08:05:17.161 INFO:teuthology.orchestra.run.smithi135.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-18T08:05:17.161 INFO:teuthology.orchestra.run.smithi135.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-18T08:05:17.161 INFO:teuthology.orchestra.run.smithi135.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-18T08:05:17.161 INFO:teuthology.orchestra.run.smithi135.stdout: python2.7-minimal 2024-09-18T08:05:17.161 INFO:teuthology.orchestra.run.smithi135.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-18T08:05:17.162 INFO:teuthology.orchestra.run.smithi135.stdout:The following additional packages will be installed: 2024-09-18T08:05:17.162 INFO:teuthology.orchestra.run.smithi135.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-18T08:05:17.162 INFO:teuthology.orchestra.run.smithi135.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-18T08:05:17.163 INFO:teuthology.orchestra.run.smithi135.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-18T08:05:17.164 INFO:teuthology.orchestra.run.smithi135.stdout:Suggested packages: 2024-09-18T08:05:17.164 INFO:teuthology.orchestra.run.smithi135.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-18T08:05:17.165 INFO:teuthology.orchestra.run.smithi135.stdout:Recommended packages: 2024-09-18T08:05:17.165 INFO:teuthology.orchestra.run.smithi135.stdout: thermald 2024-09-18T08:05:17.220 INFO:teuthology.orchestra.run.smithi135.stdout:The following NEW packages will be installed: 2024-09-18T08:05:17.220 INFO:teuthology.orchestra.run.smithi135.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-18T08:05:17.220 INFO:teuthology.orchestra.run.smithi135.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-18T08:05:17.221 INFO:teuthology.orchestra.run.smithi135.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-18T08:05:17.222 INFO:teuthology.orchestra.run.smithi135.stdout:The following packages will be upgraded: 2024-09-18T08:05:17.222 INFO:teuthology.orchestra.run.smithi135.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-18T08:05:17.405 INFO:teuthology.orchestra.run.smithi135.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-18T08:05:17.405 INFO:teuthology.orchestra.run.smithi135.stdout:Need to get 113 MB of archives. 2024-09-18T08:05:17.405 INFO:teuthology.orchestra.run.smithi135.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-18T08:05:17.405 INFO:teuthology.orchestra.run.smithi135.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-18T08:05:17.508 INFO:teuthology.orchestra.run.smithi079.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-18T08:05:17.617 INFO:teuthology.orchestra.run.smithi079.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-18T08:05:18.461 INFO:teuthology.orchestra.run.smithi079.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-18T08:05:18.461 INFO:teuthology.orchestra.run.smithi079.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-18T08:05:18.461 INFO:teuthology.orchestra.run.smithi079.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-18T08:05:18.599 INFO:teuthology.orchestra.run.smithi079.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-18T08:05:18.621 INFO:teuthology.orchestra.run.smithi079.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-18T08:05:18.831 INFO:teuthology.orchestra.run.smithi135.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-18T08:05:19.022 INFO:teuthology.orchestra.run.smithi079.stdout:Fetched 113 MB in 2s (71.0 MB/s) 2024-09-18T08:05:19.181 INFO:teuthology.orchestra.run.smithi135.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-18T08:05:19.233 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-18T08:05:21.306 INFO:teuthology.orchestra.run.smithi079.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-18T08:05:21.310 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-18T08:05:21.422 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-18T08:05:21.442 INFO:teuthology.orchestra.run.smithi135.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-18T08:05:21.442 INFO:teuthology.orchestra.run.smithi135.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-18T08:05:21.443 INFO:teuthology.orchestra.run.smithi135.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-18T08:05:21.868 INFO:teuthology.orchestra.run.smithi135.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-18T08:05:21.925 INFO:teuthology.orchestra.run.smithi135.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-18T08:05:22.349 INFO:teuthology.orchestra.run.smithi135.stdout:Fetched 113 MB in 5s (24.1 MB/s) 2024-09-18T08:05:22.523 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-18T08:05:23.857 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-18T08:05:23.878 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-18T08:05:23.943 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-18T08:05:24.504 INFO:teuthology.orchestra.run.smithi135.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-18T08:05:24.509 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-18T08:05:24.579 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-18T08:05:24.802 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-18T08:05:24.824 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-18T08:05:24.860 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-18T08:05:26.839 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-18T08:05:26.861 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-18T08:05:26.949 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-18T08:05:27.434 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-18T08:05:27.454 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-18T08:05:27.492 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-18T08:05:31.420 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-18T08:05:31.545 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-18T08:05:31.885 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-18T08:05:32.006 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-18T08:05:32.318 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-18T08:05:32.340 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-18T08:05:32.385 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-18T08:05:34.397 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-18T08:05:34.522 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-18T08:05:34.838 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-18T08:05:34.942 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-18T08:05:35.270 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-18T08:05:35.293 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-18T08:05:35.336 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-18T08:05:37.968 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-18T08:05:38.005 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-18T08:05:38.043 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-18T08:05:40.775 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-18T08:05:40.813 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-18T08:05:40.850 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-18T08:05:41.281 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-18T08:05:41.412 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-18T08:05:41.753 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-18T08:05:41.850 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-18T08:05:41.993 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-18T08:05:42.113 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-18T08:05:43.438 INFO:teuthology.orchestra.run.smithi079.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-18T08:05:43.438 INFO:teuthology.orchestra.run.smithi079.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-18T08:05:43.438 INFO:teuthology.orchestra.run.smithi079.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-18T08:05:43.438 INFO:teuthology.orchestra.run.smithi079.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-18T08:05:43.606 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-18T08:05:43.976 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-18T08:05:44.944 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-18T08:05:45.269 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-18T08:05:45.283 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-18T08:05:45.384 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-18T08:05:45.398 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-18T08:05:45.518 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-18T08:05:45.524 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-18T08:05:45.653 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-18T08:05:46.945 INFO:teuthology.orchestra.run.smithi079.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-18T08:05:46.969 INFO:teuthology.orchestra.run.smithi135.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-18T08:05:46.969 INFO:teuthology.orchestra.run.smithi135.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-18T08:05:46.970 INFO:teuthology.orchestra.run.smithi135.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-18T08:05:46.970 INFO:teuthology.orchestra.run.smithi135.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-18T08:05:47.017 INFO:teuthology.orchestra.run.smithi079.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-18T08:05:47.018 INFO:teuthology.orchestra.run.smithi079.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-18T08:05:47.129 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-18T08:05:48.506 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-18T08:05:48.631 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-18T08:05:48.757 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-18T08:05:50.735 INFO:teuthology.orchestra.run.smithi135.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-18T08:05:50.808 INFO:teuthology.orchestra.run.smithi135.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-18T08:05:50.808 INFO:teuthology.orchestra.run.smithi135.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-18T08:06:01.696 INFO:teuthology.orchestra.run.smithi079.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-18T08:06:01.696 INFO:teuthology.orchestra.run.smithi079.stdout:Sourcing file `/etc/default/grub' 2024-09-18T08:06:01.719 INFO:teuthology.orchestra.run.smithi079.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-18T08:06:01.733 INFO:teuthology.orchestra.run.smithi079.stdout:Generating grub configuration file ... 2024-09-18T08:06:02.014 INFO:teuthology.orchestra.run.smithi079.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-18T08:06:02.042 INFO:teuthology.orchestra.run.smithi079.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-18T08:06:02.308 INFO:teuthology.orchestra.run.smithi079.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-18T08:06:02.313 INFO:teuthology.orchestra.run.smithi079.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-18T08:06:02.374 INFO:teuthology.orchestra.run.smithi079.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-18T08:06:02.379 INFO:teuthology.orchestra.run.smithi079.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-18T08:06:02.526 INFO:teuthology.orchestra.run.smithi079.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-18T08:06:02.526 INFO:teuthology.orchestra.run.smithi079.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-18T08:06:02.526 INFO:teuthology.orchestra.run.smithi079.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-18T08:06:02.569 INFO:teuthology.orchestra.run.smithi079.stdout:done 2024-09-18T08:06:03.075 DEBUG:teuthology.orchestra.run.smithi079:> dpkg -s linux-image-generic 2024-09-18T08:06:03.092 INFO:teuthology.orchestra.run.smithi079.stdout:Package: linux-image-generic 2024-09-18T08:06:03.092 INFO:teuthology.orchestra.run.smithi079.stdout:Status: install ok installed 2024-09-18T08:06:03.092 INFO:teuthology.orchestra.run.smithi079.stdout:Priority: optional 2024-09-18T08:06:03.093 INFO:teuthology.orchestra.run.smithi079.stdout:Section: kernel 2024-09-18T08:06:03.093 INFO:teuthology.orchestra.run.smithi079.stdout:Installed-Size: 21 2024-09-18T08:06:03.093 INFO:teuthology.orchestra.run.smithi079.stdout:Maintainer: Ubuntu Kernel Team 2024-09-18T08:06:03.093 INFO:teuthology.orchestra.run.smithi079.stdout:Architecture: amd64 2024-09-18T08:06:03.093 INFO:teuthology.orchestra.run.smithi079.stdout:Source: linux-meta 2024-09-18T08:06:03.093 INFO:teuthology.orchestra.run.smithi079.stdout:Version: 5.15.0.122.122 2024-09-18T08:06:03.093 INFO:teuthology.orchestra.run.smithi079.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-18T08:06:03.093 INFO:teuthology.orchestra.run.smithi079.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-18T08:06:03.093 INFO:teuthology.orchestra.run.smithi079.stdout:Recommends: thermald 2024-09-18T08:06:03.093 INFO:teuthology.orchestra.run.smithi079.stdout:Description: Generic Linux kernel image 2024-09-18T08:06:03.093 INFO:teuthology.orchestra.run.smithi079.stdout: This package will always depend on the latest generic kernel image 2024-09-18T08:06:03.093 INFO:teuthology.orchestra.run.smithi079.stdout: available. 2024-09-18T08:06:03.094 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-18T08:06:03.094 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-18T08:06:03.094 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-18T08:06:03.094 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-18T08:06:03.094 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi079.front.sepia.ceph.com, path=None, version=distro) 2024-09-18T08:06:03.094 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get clean 2024-09-18T08:06:03.266 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get update 2024-09-18T08:06:03.387 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-18T08:06:03.436 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-18T08:06:03.453 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-18T08:06:03.471 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-18T08:06:04.855 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2024-09-18T08:06:04.873 DEBUG:teuthology.orchestra.run.smithi079:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-18T08:06:04.934 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2024-09-18T08:06:04.968 INFO:teuthology.orchestra.run.smithi135.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-18T08:06:04.968 INFO:teuthology.orchestra.run.smithi135.stdout:Sourcing file `/etc/default/grub' 2024-09-18T08:06:04.982 INFO:teuthology.orchestra.run.smithi135.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-18T08:06:05.006 INFO:teuthology.orchestra.run.smithi135.stdout:Generating grub configuration file ... 2024-09-18T08:06:05.154 INFO:teuthology.orchestra.run.smithi079.stdout:Building dependency tree... 2024-09-18T08:06:05.155 INFO:teuthology.orchestra.run.smithi079.stdout:Reading state information... 2024-09-18T08:06:05.272 INFO:teuthology.orchestra.run.smithi135.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-18T08:06:05.291 INFO:teuthology.orchestra.run.smithi135.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-18T08:06:05.330 INFO:teuthology.orchestra.run.smithi079.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-18T08:06:05.330 INFO:teuthology.orchestra.run.smithi079.stdout:The following packages were automatically installed and are no longer required: 2024-09-18T08:06:05.330 INFO:teuthology.orchestra.run.smithi079.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-18T08:06:05.330 INFO:teuthology.orchestra.run.smithi079.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-18T08:06:05.331 INFO:teuthology.orchestra.run.smithi079.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-18T08:06:05.331 INFO:teuthology.orchestra.run.smithi079.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-18T08:06:05.331 INFO:teuthology.orchestra.run.smithi079.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-18T08:06:05.331 INFO:teuthology.orchestra.run.smithi079.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-18T08:06:05.368 INFO:teuthology.orchestra.run.smithi079.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-18T08:06:05.370 DEBUG:teuthology.orchestra.run.smithi079:> dpkg -s linux-image-generic 2024-09-18T08:06:05.382 INFO:teuthology.orchestra.run.smithi079.stdout:Package: linux-image-generic 2024-09-18T08:06:05.382 INFO:teuthology.orchestra.run.smithi079.stdout:Status: install ok installed 2024-09-18T08:06:05.382 INFO:teuthology.orchestra.run.smithi079.stdout:Priority: optional 2024-09-18T08:06:05.382 INFO:teuthology.orchestra.run.smithi079.stdout:Section: kernel 2024-09-18T08:06:05.382 INFO:teuthology.orchestra.run.smithi079.stdout:Installed-Size: 21 2024-09-18T08:06:05.382 INFO:teuthology.orchestra.run.smithi079.stdout:Maintainer: Ubuntu Kernel Team 2024-09-18T08:06:05.382 INFO:teuthology.orchestra.run.smithi079.stdout:Architecture: amd64 2024-09-18T08:06:05.382 INFO:teuthology.orchestra.run.smithi079.stdout:Source: linux-meta 2024-09-18T08:06:05.382 INFO:teuthology.orchestra.run.smithi079.stdout:Version: 5.15.0.122.122 2024-09-18T08:06:05.382 INFO:teuthology.orchestra.run.smithi079.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-18T08:06:05.383 INFO:teuthology.orchestra.run.smithi079.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-18T08:06:05.383 INFO:teuthology.orchestra.run.smithi079.stdout:Recommends: thermald 2024-09-18T08:06:05.383 INFO:teuthology.orchestra.run.smithi079.stdout:Description: Generic Linux kernel image 2024-09-18T08:06:05.383 INFO:teuthology.orchestra.run.smithi079.stdout: This package will always depend on the latest generic kernel image 2024-09-18T08:06:05.383 INFO:teuthology.orchestra.run.smithi079.stdout: available. 2024-09-18T08:06:05.383 DEBUG:teuthology.orchestra.run.smithi079:> mktemp 2024-09-18T08:06:05.429 INFO:teuthology.orchestra.run.smithi079.stdout:/tmp/tmp.2MJJuZiue2 2024-09-18T08:06:05.429 DEBUG:teuthology.orchestra.run.smithi079:> sudo cp /boot/grub/grub.cfg /tmp/tmp.2MJJuZiue2 2024-09-18T08:06:05.491 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 0666 /tmp/tmp.2MJJuZiue2 2024-09-18T08:06:05.559 INFO:teuthology.orchestra.run.smithi135.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-18T08:06:05.568 INFO:teuthology.orchestra.run.smithi135.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-18T08:06:05.618 DEBUG:teuthology.orchestra.remote:smithi079:/tmp/tmp.2MJJuZiue2 is 10KB 2024-09-18T08:06:05.631 DEBUG:teuthology.orchestra.run.smithi079:> rm -fr /tmp/tmp.2MJJuZiue2 2024-09-18T08:06:05.635 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-18T08:06:05.636 INFO:teuthology.orchestra.run.smithi135.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-18T08:06:05.642 INFO:teuthology.orchestra.run.smithi135.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-18T08:06:05.688 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-18T08:06:05.688 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-18T08:06:05.688 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-18T08:06:05.757 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-18T08:06:05.757 DEBUG:teuthology.orchestra.run.smithi079:> sudo update-grub 2024-09-18T08:06:05.787 INFO:teuthology.orchestra.run.smithi135.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-18T08:06:05.787 INFO:teuthology.orchestra.run.smithi135.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-18T08:06:05.787 INFO:teuthology.orchestra.run.smithi135.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-18T08:06:05.824 INFO:teuthology.orchestra.run.smithi135.stdout:done 2024-09-18T08:06:06.271 DEBUG:teuthology.orchestra.run.smithi135:> dpkg -s linux-image-generic 2024-09-18T08:06:06.290 INFO:teuthology.orchestra.run.smithi135.stdout:Package: linux-image-generic 2024-09-18T08:06:06.291 INFO:teuthology.orchestra.run.smithi135.stdout:Status: install ok installed 2024-09-18T08:06:06.291 INFO:teuthology.orchestra.run.smithi135.stdout:Priority: optional 2024-09-18T08:06:06.291 INFO:teuthology.orchestra.run.smithi135.stdout:Section: kernel 2024-09-18T08:06:06.291 INFO:teuthology.orchestra.run.smithi135.stdout:Installed-Size: 21 2024-09-18T08:06:06.291 INFO:teuthology.orchestra.run.smithi135.stdout:Maintainer: Ubuntu Kernel Team 2024-09-18T08:06:06.291 INFO:teuthology.orchestra.run.smithi135.stdout:Architecture: amd64 2024-09-18T08:06:06.291 INFO:teuthology.orchestra.run.smithi135.stdout:Source: linux-meta 2024-09-18T08:06:06.291 INFO:teuthology.orchestra.run.smithi135.stdout:Version: 5.15.0.122.122 2024-09-18T08:06:06.291 INFO:teuthology.orchestra.run.smithi135.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-18T08:06:06.291 INFO:teuthology.orchestra.run.smithi135.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-18T08:06:06.291 INFO:teuthology.orchestra.run.smithi135.stdout:Recommends: thermald 2024-09-18T08:06:06.292 INFO:teuthology.orchestra.run.smithi135.stdout:Description: Generic Linux kernel image 2024-09-18T08:06:06.292 INFO:teuthology.orchestra.run.smithi135.stdout: This package will always depend on the latest generic kernel image 2024-09-18T08:06:06.292 INFO:teuthology.orchestra.run.smithi135.stdout: available. 2024-09-18T08:06:06.292 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-18T08:06:06.292 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-18T08:06:06.292 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-18T08:06:06.292 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-18T08:06:06.292 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi135.front.sepia.ceph.com, path=None, version=distro) 2024-09-18T08:06:06.292 DEBUG:teuthology.orchestra.run.smithi135:> sudo apt-get clean 2024-09-18T08:06:06.466 DEBUG:teuthology.orchestra.run.smithi135:> sudo apt-get update 2024-09-18T08:06:06.583 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-18T08:06:06.645 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-18T08:06:06.662 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-18T08:06:06.679 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-18T08:06:07.086 INFO:teuthology.orchestra.run.smithi079.stderr:Sourcing file `/etc/default/grub' 2024-09-18T08:06:07.087 INFO:teuthology.orchestra.run.smithi079.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-18T08:06:07.090 INFO:teuthology.orchestra.run.smithi079.stderr:Generating grub configuration file ... 2024-09-18T08:06:07.312 INFO:teuthology.orchestra.run.smithi079.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-18T08:06:07.318 INFO:teuthology.orchestra.run.smithi079.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-18T08:06:07.542 INFO:teuthology.orchestra.run.smithi079.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-18T08:06:07.547 INFO:teuthology.orchestra.run.smithi079.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-18T08:06:07.588 INFO:teuthology.orchestra.run.smithi079.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-18T08:06:07.593 INFO:teuthology.orchestra.run.smithi079.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-18T08:06:07.728 INFO:teuthology.orchestra.run.smithi079.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-18T08:06:07.728 INFO:teuthology.orchestra.run.smithi079.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-18T08:06:07.728 INFO:teuthology.orchestra.run.smithi079.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-18T08:06:07.744 INFO:teuthology.orchestra.run.smithi079.stderr:done 2024-09-18T08:06:07.746 DEBUG:teuthology.orchestra.run.smithi079:> sudo shutdown -r now 2024-09-18T08:06:08.050 INFO:teuthology.orchestra.run.smithi135.stdout:Reading package lists... 2024-09-18T08:06:08.069 DEBUG:teuthology.orchestra.run.smithi135:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-18T08:06:08.130 INFO:teuthology.orchestra.run.smithi135.stdout:Reading package lists... 2024-09-18T08:06:08.340 INFO:teuthology.orchestra.run.smithi135.stdout:Building dependency tree... 2024-09-18T08:06:08.340 INFO:teuthology.orchestra.run.smithi135.stdout:Reading state information... 2024-09-18T08:06:08.511 INFO:teuthology.orchestra.run.smithi135.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-18T08:06:08.512 INFO:teuthology.orchestra.run.smithi135.stdout:The following packages were automatically installed and are no longer required: 2024-09-18T08:06:08.512 INFO:teuthology.orchestra.run.smithi135.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-18T08:06:08.512 INFO:teuthology.orchestra.run.smithi135.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-18T08:06:08.512 INFO:teuthology.orchestra.run.smithi135.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-18T08:06:08.512 INFO:teuthology.orchestra.run.smithi135.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-18T08:06:08.513 INFO:teuthology.orchestra.run.smithi135.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-18T08:06:08.513 INFO:teuthology.orchestra.run.smithi135.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-18T08:06:08.554 INFO:teuthology.orchestra.run.smithi135.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-18T08:06:08.556 DEBUG:teuthology.orchestra.run.smithi135:> dpkg -s linux-image-generic 2024-09-18T08:06:08.571 INFO:teuthology.orchestra.run.smithi135.stdout:Package: linux-image-generic 2024-09-18T08:06:08.572 INFO:teuthology.orchestra.run.smithi135.stdout:Status: install ok installed 2024-09-18T08:06:08.572 INFO:teuthology.orchestra.run.smithi135.stdout:Priority: optional 2024-09-18T08:06:08.572 INFO:teuthology.orchestra.run.smithi135.stdout:Section: kernel 2024-09-18T08:06:08.572 INFO:teuthology.orchestra.run.smithi135.stdout:Installed-Size: 21 2024-09-18T08:06:08.572 INFO:teuthology.orchestra.run.smithi135.stdout:Maintainer: Ubuntu Kernel Team 2024-09-18T08:06:08.572 INFO:teuthology.orchestra.run.smithi135.stdout:Architecture: amd64 2024-09-18T08:06:08.572 INFO:teuthology.orchestra.run.smithi135.stdout:Source: linux-meta 2024-09-18T08:06:08.572 INFO:teuthology.orchestra.run.smithi135.stdout:Version: 5.15.0.122.122 2024-09-18T08:06:08.572 INFO:teuthology.orchestra.run.smithi135.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-18T08:06:08.572 INFO:teuthology.orchestra.run.smithi135.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-18T08:06:08.572 INFO:teuthology.orchestra.run.smithi135.stdout:Recommends: thermald 2024-09-18T08:06:08.572 INFO:teuthology.orchestra.run.smithi135.stdout:Description: Generic Linux kernel image 2024-09-18T08:06:08.573 INFO:teuthology.orchestra.run.smithi135.stdout: This package will always depend on the latest generic kernel image 2024-09-18T08:06:08.573 INFO:teuthology.orchestra.run.smithi135.stdout: available. 2024-09-18T08:06:08.573 DEBUG:teuthology.orchestra.run.smithi135:> mktemp 2024-09-18T08:06:08.617 INFO:teuthology.orchestra.run.smithi135.stdout:/tmp/tmp.9kVstibNXO 2024-09-18T08:06:08.617 DEBUG:teuthology.orchestra.run.smithi135:> sudo cp /boot/grub/grub.cfg /tmp/tmp.9kVstibNXO 2024-09-18T08:06:08.673 DEBUG:teuthology.orchestra.run.smithi135:> sudo chmod 0666 /tmp/tmp.9kVstibNXO 2024-09-18T08:06:08.786 DEBUG:teuthology.orchestra.remote:smithi135:/tmp/tmp.9kVstibNXO is 10KB 2024-09-18T08:06:08.799 DEBUG:teuthology.orchestra.run.smithi135:> rm -fr /tmp/tmp.9kVstibNXO 2024-09-18T08:06:08.805 DEBUG:teuthology.orchestra.run.smithi135:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-18T08:06:08.859 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2024-09-18T08:06:08.860 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-18T08:06:08.860 DEBUG:teuthology.orchestra.run.smithi135:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-18T08:06:08.925 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-18T08:06:08.925 DEBUG:teuthology.orchestra.run.smithi135:> sudo update-grub 2024-09-18T08:06:10.261 INFO:teuthology.orchestra.run.smithi135.stderr:Sourcing file `/etc/default/grub' 2024-09-18T08:06:10.261 INFO:teuthology.orchestra.run.smithi135.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-18T08:06:10.263 INFO:teuthology.orchestra.run.smithi135.stderr:Generating grub configuration file ... 2024-09-18T08:06:10.436 INFO:teuthology.orchestra.run.smithi135.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-18T08:06:10.442 INFO:teuthology.orchestra.run.smithi135.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-18T08:06:10.714 INFO:teuthology.orchestra.run.smithi135.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-18T08:06:10.719 INFO:teuthology.orchestra.run.smithi135.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-18T08:06:10.761 INFO:teuthology.orchestra.run.smithi135.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-18T08:06:10.766 INFO:teuthology.orchestra.run.smithi135.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-18T08:06:10.868 INFO:teuthology.orchestra.run.smithi135.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-18T08:06:10.869 INFO:teuthology.orchestra.run.smithi135.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-18T08:06:10.869 INFO:teuthology.orchestra.run.smithi135.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-18T08:06:10.879 INFO:teuthology.orchestra.run.smithi135.stderr:done 2024-09-18T08:06:10.881 DEBUG:teuthology.orchestra.run.smithi135:> sudo shutdown -r now 2024-09-18T08:06:37.775 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-18T08:06:37.776 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-09-18T08:06:37.777 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T08:06:40.887 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-18T08:06:40.887 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi135.front.sepia.ceph.com' 2024-09-18T08:06:40.888 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi135.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T08:06:56.317 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2024-09-18T08:06:59.389 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.135 2024-09-18T08:07:05.321 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-09-18T08:07:05.322 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T08:07:08.381 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2024-09-18T08:07:08.390 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi135.front.sepia.ceph.com' 2024-09-18T08:07:08.391 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi135.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T08:07:11.453 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.135 2024-09-18T08:07:20.389 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-09-18T08:07:20.391 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T08:07:23.457 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi135.front.sepia.ceph.com' 2024-09-18T08:07:23.458 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi135.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T08:07:38.817 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2024-09-18T08:07:41.885 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.135 2024-09-18T08:07:53.830 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-09-18T08:07:53.831 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T08:07:54.078 DEBUG:teuthology.orchestra.run.smithi079:> true 2024-09-18T08:07:54.900 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-09-18T08:07:54.900 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-122-generic"... 2024-09-18T08:07:54.900 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2024-09-18T08:07:54.946 INFO:teuthology.orchestra.run.smithi079.stdout:5.15.0-122-generic 2024-09-18T08:07:54.947 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-18T08:07:54.947 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-18T08:07:54.947 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-18T08:07:55.947 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-18T08:07:55.948 DEBUG:teuthology.orchestra.run.smithi079:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-18T08:07:56.035 INFO:teuthology.orchestra.run.smithi079.stdout:ttyS1 2024-09-18T08:07:56.064 DEBUG:teuthology.parallel:result is None 2024-09-18T08:07:56.886 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi135.front.sepia.ceph.com' 2024-09-18T08:07:56.887 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi135.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T08:07:57.147 DEBUG:teuthology.orchestra.run.smithi135:> true 2024-09-18T08:07:57.735 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi135.front.sepia.ceph.com' 2024-09-18T08:07:57.736 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-122-generic"... 2024-09-18T08:07:57.736 DEBUG:teuthology.orchestra.run.smithi135:> uname -r 2024-09-18T08:07:57.781 INFO:teuthology.orchestra.run.smithi135.stdout:5.15.0-122-generic 2024-09-18T08:07:57.781 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-18T08:07:57.781 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-18T08:07:57.781 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-18T08:07:58.782 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-18T08:07:58.783 DEBUG:teuthology.orchestra.run.smithi135:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-18T08:07:59.147 INFO:teuthology.orchestra.run.smithi135.stdout:ttyS1 2024-09-18T08:07:59.175 DEBUG:teuthology.parallel:result is None 2024-09-18T08:07:59.175 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-18T08:07:59.186 INFO:teuthology.task.internal:Creating test directory... 2024-09-18T08:07:59.186 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-18T08:07:59.188 DEBUG:teuthology.orchestra.run.smithi135:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-18T08:07:59.194 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-18T08:07:59.219 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-18T08:07:59.269 INFO:teuthology.task.internal:Creating archive directory... 2024-09-18T08:07:59.270 DEBUG:teuthology.orchestra.run.smithi079:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-18T08:07:59.272 DEBUG:teuthology.orchestra.run.smithi135:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-18T08:07:59.291 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-18T08:07:59.311 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-18T08:07:59.311 DEBUG:teuthology.orchestra.run.smithi079:> 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-18T08:07:59.328 DEBUG:teuthology.orchestra.run.smithi135:> 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-18T08:07:59.350 INFO:teuthology.orchestra.run.smithi135.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-18T08:07:59.358 INFO:teuthology.orchestra.run.smithi135.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-18T08:07:59.388 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-18T08:07:59.397 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-18T08:07:59.399 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-18T08:07:59.406 INFO:teuthology.task.internal:Configuring sudo... 2024-09-18T08:07:59.406 DEBUG:teuthology.orchestra.run.smithi079:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-18T08:07:59.409 DEBUG:teuthology.orchestra.run.smithi135:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-18T08:07:59.429 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-18T08:07:59.438 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-18T08:07:59.438 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-18T08:07:59.468 DEBUG:teuthology.orchestra.run.smithi135:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-18T08:07:59.481 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-18T08:07:59.519 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-18T08:07:59.567 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-18T08:07:59.567 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-18T08:07:59.627 DEBUG:teuthology.orchestra.run.smithi135:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-18T08:07:59.633 DEBUG:teuthology.orchestra.run.smithi135:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-18T08:07:59.681 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2024-09-18T08:07:59.681 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-18T08:07:59.738 DEBUG:teuthology.orchestra.run.smithi079:> sudo service rsyslog restart 2024-09-18T08:07:59.740 DEBUG:teuthology.orchestra.run.smithi135:> sudo service rsyslog restart 2024-09-18T08:07:59.829 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-18T08:07:59.836 INFO:teuthology.task.internal:Starting timer... 2024-09-18T08:07:59.836 INFO:teuthology.run_tasks:Running task pcp... 2024-09-18T08:07:59.890 INFO:teuthology.run_tasks:Running task selinux... 2024-09-18T08:07:59.939 DEBUG:teuthology.task.selinux:Excluding smithi079: OS 'ubuntu' does not support SELinux 2024-09-18T08:07:59.939 DEBUG:teuthology.task.selinux:Excluding smithi135: OS 'ubuntu' does not support SELinux 2024-09-18T08:07:59.939 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-18T08:07:59.940 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-18T08:07:59.940 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-18T08:07:59.940 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-18T08:07:59.989 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-18T08:08:00.003 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-18T08:08:00.004 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi079.front.sepia.ceph.com,smithi135.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-18T08:15:33.365 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi079.front.sepia.ceph.com'), Remote(name='ubuntu@smithi135.front.sepia.ceph.com')] 2024-09-18T08:15:33.367 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-09-18T08:15:33.368 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T08:15:33.454 DEBUG:teuthology.orchestra.run.smithi079:> true 2024-09-18T08:15:33.532 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-09-18T08:15:33.533 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi135.front.sepia.ceph.com' 2024-09-18T08:15:33.533 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi135.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T08:15:33.611 DEBUG:teuthology.orchestra.run.smithi135:> true 2024-09-18T08:15:33.689 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi135.front.sepia.ceph.com' 2024-09-18T08:15:33.689 INFO:teuthology.run_tasks:Running task clock... 2024-09-18T08:15:33.700 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-18T08:15:33.701 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-18T08:15:33.701 DEBUG:teuthology.orchestra.run.smithi079:> 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-18T08:15:33.703 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-18T08:15:33.704 DEBUG:teuthology.orchestra.run.smithi135:> 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-18T08:15:33.730 INFO:teuthology.orchestra.run.smithi079.stdout:18 Sep 08:15:33 ntpd[18510]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-18T08:15:33.730 INFO:teuthology.orchestra.run.smithi079.stdout:18 Sep 08:15:33 ntpd[18510]: Command line: ntpd -gq 2024-09-18T08:15:33.730 INFO:teuthology.orchestra.run.smithi079.stdout:18 Sep 08:15:33 ntpd[18510]: ---------------------------------------------------- 2024-09-18T08:15:33.730 INFO:teuthology.orchestra.run.smithi079.stdout:18 Sep 08:15:33 ntpd[18510]: ntp-4 is maintained by Network Time Foundation, 2024-09-18T08:15:33.730 INFO:teuthology.orchestra.run.smithi079.stdout:18 Sep 08:15:33 ntpd[18510]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-18T08:15:33.730 INFO:teuthology.orchestra.run.smithi079.stdout:18 Sep 08:15:33 ntpd[18510]: corporation. Support and training for ntp-4 are 2024-09-18T08:15:33.730 INFO:teuthology.orchestra.run.smithi079.stdout:18 Sep 08:15:33 ntpd[18510]: available at https://www.nwtime.org/support 2024-09-18T08:15:33.730 INFO:teuthology.orchestra.run.smithi079.stdout:18 Sep 08:15:33 ntpd[18510]: ---------------------------------------------------- 2024-09-18T08:15:33.731 INFO:teuthology.orchestra.run.smithi079.stdout:18 Sep 08:15:33 ntpd[18510]: proto: precision = 0.058 usec (-24) 2024-09-18T08:15:33.731 INFO:teuthology.orchestra.run.smithi079.stdout:18 Sep 08:15:33 ntpd[18510]: basedate set to 2022-02-04 2024-09-18T08:15:33.731 INFO:teuthology.orchestra.run.smithi079.stdout:18 Sep 08:15:33 ntpd[18510]: gps base set to 2022-02-06 (week 2196) 2024-09-18T08:15:33.731 INFO:teuthology.orchestra.run.smithi079.stdout:18 Sep 08:15:33 ntpd[18510]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-18T08:15:33.731 INFO:teuthology.orchestra.run.smithi079.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-18T08:15:33.731 INFO:teuthology.orchestra.run.smithi079.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-18T08:15:33.732 INFO:teuthology.orchestra.run.smithi079.stdout:18 Sep 08:15:33 ntpd[18510]: restrict ::: KOD does nothing without LIMITED. 2024-09-18T08:15:33.732 INFO:teuthology.orchestra.run.smithi079.stdout:18 Sep 08:15:33 ntpd[18510]: Listen and drop on 0 v6wildcard [::]:123 2024-09-18T08:15:33.733 INFO:teuthology.orchestra.run.smithi079.stdout:18 Sep 08:15:33 ntpd[18510]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-18T08:15:33.733 INFO:teuthology.orchestra.run.smithi079.stdout:18 Sep 08:15:33 ntpd[18510]: Listen normally on 2 lo 127.0.0.1:123 2024-09-18T08:15:33.733 INFO:teuthology.orchestra.run.smithi079.stdout:18 Sep 08:15:33 ntpd[18510]: Listen normally on 3 enp3s0f1 172.21.15.79:123 2024-09-18T08:15:33.733 INFO:teuthology.orchestra.run.smithi079.stdout:18 Sep 08:15:33 ntpd[18510]: Listen normally on 4 lo [::1]:123 2024-09-18T08:15:33.733 INFO:teuthology.orchestra.run.smithi079.stdout:18 Sep 08:15:33 ntpd[18510]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:ce87%5]:123 2024-09-18T08:15:33.733 INFO:teuthology.orchestra.run.smithi079.stdout:18 Sep 08:15:33 ntpd[18510]: Listening on routing socket on fd #22 for interface updates 2024-09-18T08:15:33.761 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 08:15:33 ntpd[18517]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-18T08:15:33.762 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 08:15:33 ntpd[18517]: Command line: ntpd -gq 2024-09-18T08:15:33.762 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 08:15:33 ntpd[18517]: ---------------------------------------------------- 2024-09-18T08:15:33.762 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 08:15:33 ntpd[18517]: ntp-4 is maintained by Network Time Foundation, 2024-09-18T08:15:33.762 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 08:15:33 ntpd[18517]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-18T08:15:33.762 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 08:15:33 ntpd[18517]: corporation. Support and training for ntp-4 are 2024-09-18T08:15:33.762 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 08:15:33 ntpd[18517]: available at https://www.nwtime.org/support 2024-09-18T08:15:33.762 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 08:15:33 ntpd[18517]: ---------------------------------------------------- 2024-09-18T08:15:33.763 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 08:15:33 ntpd[18517]: proto: precision = 0.043 usec (-24) 2024-09-18T08:15:33.763 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 08:15:33 ntpd[18517]: basedate set to 2022-02-04 2024-09-18T08:15:33.763 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 08:15:33 ntpd[18517]: gps base set to 2022-02-06 (week 2196) 2024-09-18T08:15:33.763 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 08:15:33 ntpd[18517]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-18T08:15:33.763 INFO:teuthology.orchestra.run.smithi135.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-18T08:15:33.763 INFO:teuthology.orchestra.run.smithi135.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-18T08:15:33.764 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 08:15:33 ntpd[18517]: restrict ::: KOD does nothing without LIMITED. 2024-09-18T08:15:33.764 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 08:15:33 ntpd[18517]: Listen and drop on 0 v6wildcard [::]:123 2024-09-18T08:15:33.765 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 08:15:33 ntpd[18517]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-18T08:15:33.765 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 08:15:33 ntpd[18517]: Listen normally on 2 lo 127.0.0.1:123 2024-09-18T08:15:33.765 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 08:15:33 ntpd[18517]: Listen normally on 3 enp3s0f1 172.21.15.135:123 2024-09-18T08:15:33.765 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 08:15:33 ntpd[18517]: Listen normally on 4 lo [::1]:123 2024-09-18T08:15:33.765 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 08:15:33 ntpd[18517]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:8083%5]:123 2024-09-18T08:15:33.765 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 08:15:33 ntpd[18517]: Listening on routing socket on fd #22 for interface updates 2024-09-18T08:15:34.730 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:34 ntpd[18510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:34.730 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:34 ntpd[18510]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:34.730 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:34 ntpd[18510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:34.730 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:34 ntpd[18510]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:34.730 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:34 ntpd[18510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:34.731 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:34 ntpd[18510]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:34.731 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:34 ntpd[18510]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T08:15:34.731 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:34 ntpd[18510]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T08:15:34.762 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:34 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:34.763 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:34 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:34.763 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:34 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:34.763 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:34 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:34.763 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:34 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:34.763 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:34 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:34.763 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:34 ntpd[18517]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T08:15:34.763 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:34 ntpd[18517]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T08:15:34.763 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:34 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:34.763 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:34 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:34.763 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:34 ntpd[18517]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T08:15:34.763 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:34 ntpd[18517]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T08:15:36.730 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:36 ntpd[18510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:36.730 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:36 ntpd[18510]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:36.730 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:36 ntpd[18510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:36.730 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:36 ntpd[18510]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:36.730 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:36 ntpd[18510]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T08:15:36.730 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:36 ntpd[18510]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T08:15:36.763 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:36 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:36.763 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:36 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:36.763 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:36 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:36.763 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:36 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:36.763 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:36 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:36.763 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:36 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:36.763 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:36 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:36.764 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:36 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:36.764 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:36 ntpd[18517]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T08:15:36.764 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:36 ntpd[18517]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T08:15:36.764 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:36 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:36.764 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:36 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:36.764 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:36 ntpd[18517]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T08:15:36.764 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:36 ntpd[18517]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T08:15:37.763 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:37 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:37.763 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:37 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:37.763 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:37 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:37.763 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:37 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:37.764 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:37 ntpd[18517]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T08:15:37.764 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:37 ntpd[18517]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T08:15:38.732 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:38 ntpd[18510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:38.732 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:38 ntpd[18510]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:38.733 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:38 ntpd[18510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:38.733 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:38 ntpd[18510]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:38.733 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:38 ntpd[18510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:38.733 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:38 ntpd[18510]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:38.733 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:38 ntpd[18510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:38.734 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:38 ntpd[18510]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:38.734 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:38 ntpd[18510]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T08:15:38.734 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:38 ntpd[18510]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T08:15:38.734 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:38 ntpd[18510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:38.734 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:38 ntpd[18510]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:38.734 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:38 ntpd[18510]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T08:15:38.735 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:38 ntpd[18510]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T08:15:38.735 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:38 ntpd[18510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:38.735 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:38 ntpd[18510]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:38.735 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:38 ntpd[18510]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T08:15:38.735 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:38 ntpd[18510]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T08:15:38.764 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:38 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:38.765 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:38 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:38.765 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:38 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:38.765 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:38 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:38.765 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:38 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:38.766 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:38 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:38.766 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:38 ntpd[18517]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T08:15:38.766 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:38 ntpd[18517]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T08:15:38.766 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:38 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:38.766 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:38 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:38.767 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:38 ntpd[18517]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T08:15:38.767 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:38 ntpd[18517]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T08:15:39.762 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:39 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:39.762 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:39 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:39.762 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:39 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:39.763 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:39 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:39.763 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:39 ntpd[18517]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T08:15:39.763 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:39 ntpd[18517]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T08:15:40.730 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:40 ntpd[18510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:40.730 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:40 ntpd[18510]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:40.730 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:40 ntpd[18510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:40.730 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:40 ntpd[18510]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:40.730 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:40 ntpd[18510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:40.730 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:40 ntpd[18510]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:40.730 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:40 ntpd[18510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:40.730 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:40 ntpd[18510]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:40.730 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:40 ntpd[18510]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T08:15:40.730 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:40 ntpd[18510]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T08:15:40.731 INFO:teuthology.orchestra.run.smithi079.stdout:18 Sep 08:15:40 ntpd[18510]: ntpd: time slew -0.001635 s 2024-09-18T08:15:40.731 INFO:teuthology.orchestra.run.smithi079.stdout:ntpd: time slew -0.001635s 2024-09-18T08:15:40.731 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:40 ntpd[18510]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-18T08:15:40.731 INFO:teuthology.orchestra.run.smithi079.stderr:18 Sep 08:15:40 ntpd[18510]: can't open /var/log/ntpstats/loopstats.20240918: Permission denied 2024-09-18T08:15:40.762 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:40 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:40.762 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:40 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:40.762 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:40 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:40.763 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:40 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:40.763 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:40 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T08:15:40.763 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:40 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T08:15:40.763 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:40 ntpd[18517]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T08:15:40.763 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:40 ntpd[18517]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T08:15:40.763 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 08:15:40 ntpd[18517]: ntpd: time slew -0.001346 s 2024-09-18T08:15:40.763 INFO:teuthology.orchestra.run.smithi135.stdout:ntpd: time slew -0.001346s 2024-09-18T08:15:40.764 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:40 ntpd[18517]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-18T08:15:40.764 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 08:15:40 ntpd[18517]: can't open /var/log/ntpstats/loopstats.20240918: Permission denied 2024-09-18T08:15:40.778 INFO:teuthology.orchestra.run.smithi079.stdout: remote refid st t when poll reach delay offset jitter 2024-09-18T08:15:40.778 INFO:teuthology.orchestra.run.smithi079.stdout:============================================================================== 2024-09-18T08:15:40.778 INFO:teuthology.orchestra.run.smithi079.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-18T08:15:40.778 INFO:teuthology.orchestra.run.smithi079.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-18T08:15:40.778 INFO:teuthology.orchestra.run.smithi079.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-18T08:15:40.778 INFO:teuthology.orchestra.run.smithi079.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-18T08:15:40.892 INFO:teuthology.orchestra.run.smithi135.stdout: remote refid st t when poll reach delay offset jitter 2024-09-18T08:15:40.893 INFO:teuthology.orchestra.run.smithi135.stdout:============================================================================== 2024-09-18T08:15:40.893 INFO:teuthology.orchestra.run.smithi135.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-18T08:15:40.893 INFO:teuthology.orchestra.run.smithi135.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-18T08:15:40.893 INFO:teuthology.orchestra.run.smithi135.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-18T08:15:40.893 INFO:teuthology.orchestra.run.smithi135.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-18T08:15:40.894 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-09-18T08:15:40.905 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-09-18T08:15:40.905 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-18T08:15:40.905 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/scratch_devs of=/dev/stdout 2024-09-18T08:15:40.911 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-18T08:15:40.911 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_1 2024-09-18T08:15:40.958 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-18T08:15:40.958 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T08:15:40.959 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 880 Links: 1 2024-09-18T08:15:40.959 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T08:15:40.959 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-09-18 08:12:00.427857702 +0000 2024-09-18T08:15:40.959 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-09-18 08:12:00.183859881 +0000 2024-09-18T08:15:40.959 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-09-18 08:12:00.183859881 +0000 2024-09-18T08:15:40.959 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-09-18T08:15:40.959 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-18T08:15:41.012 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-09-18T08:15:41.013 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-09-18T08:15:41.013 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000382677 s, 1.3 MB/s 2024-09-18T08:15:41.014 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-18T08:15:41.063 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_2 2024-09-18T08:15:41.110 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-18T08:15:41.110 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T08:15:41.110 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 900 Links: 1 2024-09-18T08:15:41.110 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T08:15:41.110 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-09-18 08:12:00.911853378 +0000 2024-09-18T08:15:41.110 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-09-18 08:12:00.671855521 +0000 2024-09-18T08:15:41.110 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-09-18 08:12:00.671855521 +0000 2024-09-18T08:15:41.110 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-09-18T08:15:41.111 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-18T08:15:41.164 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-09-18T08:15:41.164 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-09-18T08:15:41.164 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000338553 s, 1.5 MB/s 2024-09-18T08:15:41.165 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-18T08:15:41.215 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_3 2024-09-18T08:15:41.262 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-18T08:15:41.262 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T08:15:41.262 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 916 Links: 1 2024-09-18T08:15:41.263 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T08:15:41.263 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-09-18 08:12:01.407848948 +0000 2024-09-18T08:15:41.263 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-09-18 08:12:01.171851056 +0000 2024-09-18T08:15:41.263 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-09-18 08:12:01.171851056 +0000 2024-09-18T08:15:41.263 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-09-18T08:15:41.263 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-18T08:15:41.316 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-09-18T08:15:41.316 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-09-18T08:15:41.316 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000370199 s, 1.4 MB/s 2024-09-18T08:15:41.317 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-18T08:15:41.367 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_4 2024-09-18T08:15:41.414 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-18T08:15:41.414 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T08:15:41.414 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 935 Links: 1 2024-09-18T08:15:41.415 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T08:15:41.415 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-09-18 08:12:01.883844696 +0000 2024-09-18T08:15:41.415 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-09-18 08:12:01.647846804 +0000 2024-09-18T08:15:41.415 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-09-18 08:12:01.647846804 +0000 2024-09-18T08:15:41.415 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-09-18T08:15:41.415 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-18T08:15:41.468 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-09-18T08:15:41.468 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-09-18T08:15:41.469 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000352601 s, 1.5 MB/s 2024-09-18T08:15:41.470 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-18T08:15:41.519 DEBUG:teuthology.orchestra.run.smithi079:> 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-18T08:15:41.642 INFO:teuthology.orchestra.run.smithi079.stdout:loop 2024-09-18T08:15:41.643 INFO:tasks.nvme_loop:Connecting nvme_loop smithi079:/dev/vg_nvme/lv_1... 2024-09-18T08:15:41.644 DEBUG:teuthology.orchestra.run.smithi079:> 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-18T08:15:41.660 INFO:teuthology.orchestra.run.smithi079.stdout:1 2024-09-18T08:15:41.678 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/vg_nvme/lv_11 2024-09-18T08:15:41.696 INFO:tasks.nvme_loop:Connecting nvme_loop smithi079:/dev/vg_nvme/lv_2... 2024-09-18T08:15:41.696 DEBUG:teuthology.orchestra.run.smithi079:> 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-18T08:15:41.757 INFO:teuthology.orchestra.run.smithi079.stdout:1 2024-09-18T08:15:41.775 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/vg_nvme/lv_21 2024-09-18T08:15:41.791 INFO:tasks.nvme_loop:Connecting nvme_loop smithi079:/dev/vg_nvme/lv_3... 2024-09-18T08:15:41.791 DEBUG:teuthology.orchestra.run.smithi079:> 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-18T08:15:41.849 INFO:teuthology.orchestra.run.smithi079.stdout:1 2024-09-18T08:15:41.869 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/vg_nvme/lv_31 2024-09-18T08:15:41.885 INFO:tasks.nvme_loop:Connecting nvme_loop smithi079:/dev/vg_nvme/lv_4... 2024-09-18T08:15:41.885 DEBUG:teuthology.orchestra.run.smithi079:> 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-18T08:15:41.942 INFO:teuthology.orchestra.run.smithi079.stdout:1 2024-09-18T08:15:41.963 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/vg_nvme/lv_41 2024-09-18T08:15:41.980 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-18T08:15:41.980 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/scratch_devs of=/dev/stdout 2024-09-18T08:15:42.027 DEBUG:teuthology.orchestra.run.smithi079:> sudo nvme list -o json 2024-09-18T08:15:42.080 INFO:teuthology.orchestra.run.smithi079.stdout:{ 2024-09-18T08:15:42.081 INFO:teuthology.orchestra.run.smithi079.stdout: "Devices" : [ 2024-09-18T08:15:42.081 INFO:teuthology.orchestra.run.smithi079.stdout: { 2024-09-18T08:15:42.081 INFO:teuthology.orchestra.run.smithi079.stdout: "DevicePath" : "/dev/nvme0n1", 2024-09-18T08:15:42.081 INFO:teuthology.orchestra.run.smithi079.stdout: "Firmware" : "8DV101H0", 2024-09-18T08:15:42.081 INFO:teuthology.orchestra.run.smithi079.stdout: "Index" : 0, 2024-09-18T08:15:42.082 INFO:teuthology.orchestra.run.smithi079.stdout: "ModelNumber" : "INTEL SSDPEDMD400G4", 2024-09-18T08:15:42.082 INFO:teuthology.orchestra.run.smithi079.stdout: "ProductName" : "Unknown Device", 2024-09-18T08:15:42.082 INFO:teuthology.orchestra.run.smithi079.stdout: "SerialNumber" : "PHFT6204013G400BGN" 2024-09-18T08:15:42.082 INFO:teuthology.orchestra.run.smithi079.stdout: }, 2024-09-18T08:15:42.082 INFO:teuthology.orchestra.run.smithi079.stdout: { 2024-09-18T08:15:42.083 INFO:teuthology.orchestra.run.smithi079.stdout: "DevicePath" : "/dev/nvme1n1", 2024-09-18T08:15:42.083 INFO:teuthology.orchestra.run.smithi079.stdout: "Firmware" : "5.15.0-1", 2024-09-18T08:15:42.083 INFO:teuthology.orchestra.run.smithi079.stdout: "Index" : 1, 2024-09-18T08:15:42.083 INFO:teuthology.orchestra.run.smithi079.stdout: "ModelNumber" : "Linux", 2024-09-18T08:15:42.083 INFO:teuthology.orchestra.run.smithi079.stdout: "ProductName" : "Unknown Device", 2024-09-18T08:15:42.083 INFO:teuthology.orchestra.run.smithi079.stdout: "SerialNumber" : "775ce908e7aff35036aa" 2024-09-18T08:15:42.084 INFO:teuthology.orchestra.run.smithi079.stdout: }, 2024-09-18T08:15:42.084 INFO:teuthology.orchestra.run.smithi079.stdout: { 2024-09-18T08:15:42.084 INFO:teuthology.orchestra.run.smithi079.stdout: "DevicePath" : "/dev/nvme2n1", 2024-09-18T08:15:42.084 INFO:teuthology.orchestra.run.smithi079.stdout: "Firmware" : "5.15.0-1", 2024-09-18T08:15:42.084 INFO:teuthology.orchestra.run.smithi079.stdout: "Index" : 2, 2024-09-18T08:15:42.085 INFO:teuthology.orchestra.run.smithi079.stdout: "ModelNumber" : "Linux", 2024-09-18T08:15:42.085 INFO:teuthology.orchestra.run.smithi079.stdout: "ProductName" : "Unknown Device", 2024-09-18T08:15:42.085 INFO:teuthology.orchestra.run.smithi079.stdout: "SerialNumber" : "fef44278e7da57a3fd93" 2024-09-18T08:15:42.086 INFO:teuthology.orchestra.run.smithi079.stdout: }, 2024-09-18T08:15:42.086 INFO:teuthology.orchestra.run.smithi079.stdout: { 2024-09-18T08:15:42.086 INFO:teuthology.orchestra.run.smithi079.stdout: "DevicePath" : "/dev/nvme3n1", 2024-09-18T08:15:42.086 INFO:teuthology.orchestra.run.smithi079.stdout: "Firmware" : "5.15.0-1", 2024-09-18T08:15:42.087 INFO:teuthology.orchestra.run.smithi079.stdout: "Index" : 3, 2024-09-18T08:15:42.087 INFO:teuthology.orchestra.run.smithi079.stdout: "ModelNumber" : "Linux", 2024-09-18T08:15:42.087 INFO:teuthology.orchestra.run.smithi079.stdout: "ProductName" : "Unknown Device", 2024-09-18T08:15:42.087 INFO:teuthology.orchestra.run.smithi079.stdout: "SerialNumber" : "ddc1bd13ef18420f70a1" 2024-09-18T08:15:42.087 INFO:teuthology.orchestra.run.smithi079.stdout: }, 2024-09-18T08:15:42.088 INFO:teuthology.orchestra.run.smithi079.stdout: { 2024-09-18T08:15:42.088 INFO:teuthology.orchestra.run.smithi079.stdout: "DevicePath" : "/dev/nvme4n1", 2024-09-18T08:15:42.088 INFO:teuthology.orchestra.run.smithi079.stdout: "Firmware" : "5.15.0-1", 2024-09-18T08:15:42.088 INFO:teuthology.orchestra.run.smithi079.stdout: "Index" : 4, 2024-09-18T08:15:42.088 INFO:teuthology.orchestra.run.smithi079.stdout: "ModelNumber" : "Linux", 2024-09-18T08:15:42.088 INFO:teuthology.orchestra.run.smithi079.stdout: "ProductName" : "Unknown Device", 2024-09-18T08:15:42.089 INFO:teuthology.orchestra.run.smithi079.stdout: "SerialNumber" : "c8687f71430bd2a08661" 2024-09-18T08:15:42.089 INFO:teuthology.orchestra.run.smithi079.stdout: } 2024-09-18T08:15:42.089 INFO:teuthology.orchestra.run.smithi079.stdout: ] 2024-09-18T08:15:42.090 INFO:teuthology.orchestra.run.smithi079.stdout:} 2024-09-18T08:15:42.091 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-09-18T08:15:42.091 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-18T08:15:42.091 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/scratch_devs 2024-09-18T08:15:42.151 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2024-09-18T08:15:42.151 DEBUG:teuthology.orchestra.run.smithi135:> dd if=/scratch_devs of=/dev/stdout 2024-09-18T08:15:42.158 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-18T08:15:42.158 DEBUG:teuthology.orchestra.run.smithi135:> stat /dev/vg_nvme/lv_1 2024-09-18T08:15:42.206 INFO:teuthology.orchestra.run.smithi135.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-18T08:15:42.207 INFO:teuthology.orchestra.run.smithi135.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T08:15:42.207 INFO:teuthology.orchestra.run.smithi135.stdout:Device: 5h/5d Inode: 883 Links: 1 2024-09-18T08:15:42.207 INFO:teuthology.orchestra.run.smithi135.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T08:15:42.207 INFO:teuthology.orchestra.run.smithi135.stdout:Access: 2024-09-18 08:12:01.033473847 +0000 2024-09-18T08:15:42.207 INFO:teuthology.orchestra.run.smithi135.stdout:Modify: 2024-09-18 08:12:00.801475919 +0000 2024-09-18T08:15:42.208 INFO:teuthology.orchestra.run.smithi135.stdout:Change: 2024-09-18 08:12:00.801475919 +0000 2024-09-18T08:15:42.208 INFO:teuthology.orchestra.run.smithi135.stdout: Birth: - 2024-09-18T08:15:42.208 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-18T08:15:42.261 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records in 2024-09-18T08:15:42.261 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records out 2024-09-18T08:15:42.261 INFO:teuthology.orchestra.run.smithi135.stderr:512 bytes copied, 0.000374648 s, 1.4 MB/s 2024-09-18T08:15:42.263 DEBUG:teuthology.orchestra.run.smithi135:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-18T08:15:42.311 DEBUG:teuthology.orchestra.run.smithi135:> stat /dev/vg_nvme/lv_2 2024-09-18T08:15:42.358 INFO:teuthology.orchestra.run.smithi135.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-18T08:15:42.358 INFO:teuthology.orchestra.run.smithi135.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T08:15:42.358 INFO:teuthology.orchestra.run.smithi135.stdout:Device: 5h/5d Inode: 901 Links: 1 2024-09-18T08:15:42.358 INFO:teuthology.orchestra.run.smithi135.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T08:15:42.358 INFO:teuthology.orchestra.run.smithi135.stdout:Access: 2024-09-18 08:12:01.541469310 +0000 2024-09-18T08:15:42.358 INFO:teuthology.orchestra.run.smithi135.stdout:Modify: 2024-09-18 08:12:01.285471597 +0000 2024-09-18T08:15:42.358 INFO:teuthology.orchestra.run.smithi135.stdout:Change: 2024-09-18 08:12:01.285471597 +0000 2024-09-18T08:15:42.358 INFO:teuthology.orchestra.run.smithi135.stdout: Birth: - 2024-09-18T08:15:42.358 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-18T08:15:42.412 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records in 2024-09-18T08:15:42.412 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records out 2024-09-18T08:15:42.413 INFO:teuthology.orchestra.run.smithi135.stderr:512 bytes copied, 0.000370733 s, 1.4 MB/s 2024-09-18T08:15:42.413 DEBUG:teuthology.orchestra.run.smithi135:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-18T08:15:42.463 DEBUG:teuthology.orchestra.run.smithi135:> stat /dev/vg_nvme/lv_3 2024-09-18T08:15:42.509 INFO:teuthology.orchestra.run.smithi135.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-18T08:15:42.510 INFO:teuthology.orchestra.run.smithi135.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T08:15:42.510 INFO:teuthology.orchestra.run.smithi135.stdout:Device: 5h/5d Inode: 918 Links: 1 2024-09-18T08:15:42.510 INFO:teuthology.orchestra.run.smithi135.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T08:15:42.510 INFO:teuthology.orchestra.run.smithi135.stdout:Access: 2024-09-18 08:12:02.033464916 +0000 2024-09-18T08:15:42.510 INFO:teuthology.orchestra.run.smithi135.stdout:Modify: 2024-09-18 08:12:01.785467131 +0000 2024-09-18T08:15:42.510 INFO:teuthology.orchestra.run.smithi135.stdout:Change: 2024-09-18 08:12:01.785467131 +0000 2024-09-18T08:15:42.510 INFO:teuthology.orchestra.run.smithi135.stdout: Birth: - 2024-09-18T08:15:42.510 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-18T08:15:42.564 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records in 2024-09-18T08:15:42.564 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records out 2024-09-18T08:15:42.564 INFO:teuthology.orchestra.run.smithi135.stderr:512 bytes copied, 0.00030324 s, 1.7 MB/s 2024-09-18T08:15:42.565 DEBUG:teuthology.orchestra.run.smithi135:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-18T08:15:42.615 DEBUG:teuthology.orchestra.run.smithi135:> stat /dev/vg_nvme/lv_4 2024-09-18T08:15:42.662 INFO:teuthology.orchestra.run.smithi135.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-18T08:15:42.662 INFO:teuthology.orchestra.run.smithi135.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T08:15:42.662 INFO:teuthology.orchestra.run.smithi135.stdout:Device: 5h/5d Inode: 935 Links: 1 2024-09-18T08:15:42.662 INFO:teuthology.orchestra.run.smithi135.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T08:15:42.662 INFO:teuthology.orchestra.run.smithi135.stdout:Access: 2024-09-18 08:12:02.525460520 +0000 2024-09-18T08:15:42.662 INFO:teuthology.orchestra.run.smithi135.stdout:Modify: 2024-09-18 08:12:02.285462665 +0000 2024-09-18T08:15:42.662 INFO:teuthology.orchestra.run.smithi135.stdout:Change: 2024-09-18 08:12:02.285462665 +0000 2024-09-18T08:15:42.663 INFO:teuthology.orchestra.run.smithi135.stdout: Birth: - 2024-09-18T08:15:42.663 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-18T08:15:42.717 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records in 2024-09-18T08:15:42.717 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records out 2024-09-18T08:15:42.717 INFO:teuthology.orchestra.run.smithi135.stderr:512 bytes copied, 0.00036312 s, 1.4 MB/s 2024-09-18T08:15:42.718 DEBUG:teuthology.orchestra.run.smithi135:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-18T08:15:42.770 DEBUG:teuthology.orchestra.run.smithi135:> 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-18T08:15:42.906 INFO:teuthology.orchestra.run.smithi135.stdout:loop 2024-09-18T08:15:42.907 INFO:tasks.nvme_loop:Connecting nvme_loop smithi135:/dev/vg_nvme/lv_1... 2024-09-18T08:15:42.908 DEBUG:teuthology.orchestra.run.smithi135:> 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-18T08:15:42.925 INFO:teuthology.orchestra.run.smithi135.stdout:1 2024-09-18T08:15:42.945 INFO:teuthology.orchestra.run.smithi135.stdout:/dev/vg_nvme/lv_11 2024-09-18T08:15:42.963 INFO:tasks.nvme_loop:Connecting nvme_loop smithi135:/dev/vg_nvme/lv_2... 2024-09-18T08:15:42.963 DEBUG:teuthology.orchestra.run.smithi135:> 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-18T08:15:43.021 INFO:teuthology.orchestra.run.smithi135.stdout:1 2024-09-18T08:15:43.040 INFO:teuthology.orchestra.run.smithi135.stdout:/dev/vg_nvme/lv_21 2024-09-18T08:15:43.056 INFO:tasks.nvme_loop:Connecting nvme_loop smithi135:/dev/vg_nvme/lv_3... 2024-09-18T08:15:43.057 DEBUG:teuthology.orchestra.run.smithi135:> 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-18T08:15:43.115 INFO:teuthology.orchestra.run.smithi135.stdout:1 2024-09-18T08:15:43.135 INFO:teuthology.orchestra.run.smithi135.stdout:/dev/vg_nvme/lv_31 2024-09-18T08:15:43.152 INFO:tasks.nvme_loop:Connecting nvme_loop smithi135:/dev/vg_nvme/lv_4... 2024-09-18T08:15:43.152 DEBUG:teuthology.orchestra.run.smithi135:> 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-18T08:15:43.209 INFO:teuthology.orchestra.run.smithi135.stdout:1 2024-09-18T08:15:43.229 INFO:teuthology.orchestra.run.smithi135.stdout:/dev/vg_nvme/lv_41 2024-09-18T08:15:43.247 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2024-09-18T08:15:43.247 DEBUG:teuthology.orchestra.run.smithi135:> dd if=/scratch_devs of=/dev/stdout 2024-09-18T08:15:43.294 DEBUG:teuthology.orchestra.run.smithi135:> sudo nvme list -o json 2024-09-18T08:15:43.348 INFO:teuthology.orchestra.run.smithi135.stdout:{ 2024-09-18T08:15:43.348 INFO:teuthology.orchestra.run.smithi135.stdout: "Devices" : [ 2024-09-18T08:15:43.348 INFO:teuthology.orchestra.run.smithi135.stdout: { 2024-09-18T08:15:43.348 INFO:teuthology.orchestra.run.smithi135.stdout: "DevicePath" : "/dev/nvme0n1", 2024-09-18T08:15:43.348 INFO:teuthology.orchestra.run.smithi135.stdout: "Firmware" : "8DV101H0", 2024-09-18T08:15:43.349 INFO:teuthology.orchestra.run.smithi135.stdout: "Index" : 0, 2024-09-18T08:15:43.349 INFO:teuthology.orchestra.run.smithi135.stdout: "ModelNumber" : "INTEL SSDPEDMD400G4", 2024-09-18T08:15:43.349 INFO:teuthology.orchestra.run.smithi135.stdout: "ProductName" : "Unknown Device", 2024-09-18T08:15:43.349 INFO:teuthology.orchestra.run.smithi135.stdout: "SerialNumber" : "PHFT620401BA400BGN" 2024-09-18T08:15:43.349 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2024-09-18T08:15:43.349 INFO:teuthology.orchestra.run.smithi135.stdout: { 2024-09-18T08:15:43.349 INFO:teuthology.orchestra.run.smithi135.stdout: "DevicePath" : "/dev/nvme1n1", 2024-09-18T08:15:43.349 INFO:teuthology.orchestra.run.smithi135.stdout: "Firmware" : "5.15.0-1", 2024-09-18T08:15:43.349 INFO:teuthology.orchestra.run.smithi135.stdout: "Index" : 1, 2024-09-18T08:15:43.349 INFO:teuthology.orchestra.run.smithi135.stdout: "ModelNumber" : "Linux", 2024-09-18T08:15:43.349 INFO:teuthology.orchestra.run.smithi135.stdout: "ProductName" : "Unknown Device", 2024-09-18T08:15:43.349 INFO:teuthology.orchestra.run.smithi135.stdout: "SerialNumber" : "fd22fc076e4e0160bdfc" 2024-09-18T08:15:43.349 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2024-09-18T08:15:43.350 INFO:teuthology.orchestra.run.smithi135.stdout: { 2024-09-18T08:15:43.350 INFO:teuthology.orchestra.run.smithi135.stdout: "DevicePath" : "/dev/nvme2n1", 2024-09-18T08:15:43.350 INFO:teuthology.orchestra.run.smithi135.stdout: "Firmware" : "5.15.0-1", 2024-09-18T08:15:43.350 INFO:teuthology.orchestra.run.smithi135.stdout: "Index" : 2, 2024-09-18T08:15:43.350 INFO:teuthology.orchestra.run.smithi135.stdout: "ModelNumber" : "Linux", 2024-09-18T08:15:43.350 INFO:teuthology.orchestra.run.smithi135.stdout: "ProductName" : "Unknown Device", 2024-09-18T08:15:43.350 INFO:teuthology.orchestra.run.smithi135.stdout: "SerialNumber" : "a7fa7bbd06ced2d2a4cc" 2024-09-18T08:15:43.350 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2024-09-18T08:15:43.350 INFO:teuthology.orchestra.run.smithi135.stdout: { 2024-09-18T08:15:43.350 INFO:teuthology.orchestra.run.smithi135.stdout: "DevicePath" : "/dev/nvme3n1", 2024-09-18T08:15:43.350 INFO:teuthology.orchestra.run.smithi135.stdout: "Firmware" : "5.15.0-1", 2024-09-18T08:15:43.350 INFO:teuthology.orchestra.run.smithi135.stdout: "Index" : 3, 2024-09-18T08:15:43.350 INFO:teuthology.orchestra.run.smithi135.stdout: "ModelNumber" : "Linux", 2024-09-18T08:15:43.351 INFO:teuthology.orchestra.run.smithi135.stdout: "ProductName" : "Unknown Device", 2024-09-18T08:15:43.351 INFO:teuthology.orchestra.run.smithi135.stdout: "SerialNumber" : "29161d49dcb35e95afaf" 2024-09-18T08:15:43.351 INFO:teuthology.orchestra.run.smithi135.stdout: }, 2024-09-18T08:15:43.351 INFO:teuthology.orchestra.run.smithi135.stdout: { 2024-09-18T08:15:43.351 INFO:teuthology.orchestra.run.smithi135.stdout: "DevicePath" : "/dev/nvme4n1", 2024-09-18T08:15:43.351 INFO:teuthology.orchestra.run.smithi135.stdout: "Firmware" : "5.15.0-1", 2024-09-18T08:15:43.351 INFO:teuthology.orchestra.run.smithi135.stdout: "Index" : 4, 2024-09-18T08:15:43.351 INFO:teuthology.orchestra.run.smithi135.stdout: "ModelNumber" : "Linux", 2024-09-18T08:15:43.351 INFO:teuthology.orchestra.run.smithi135.stdout: "ProductName" : "Unknown Device", 2024-09-18T08:15:43.351 INFO:teuthology.orchestra.run.smithi135.stdout: "SerialNumber" : "6361be2fbfda54877130" 2024-09-18T08:15:43.351 INFO:teuthology.orchestra.run.smithi135.stdout: } 2024-09-18T08:15:43.351 INFO:teuthology.orchestra.run.smithi135.stdout: ] 2024-09-18T08:15:43.352 INFO:teuthology.orchestra.run.smithi135.stdout:} 2024-09-18T08:15:43.352 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-09-18T08:15:43.353 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2024-09-18T08:15:43.353 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/scratch_devs 2024-09-18T08:15:43.404 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-18T08:15:43.492 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': 'e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e'} 2024-09-18T08:15:43.492 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e 2024-09-18T08:15:43.493 INFO:tasks.cephadm:Cluster fsid is 331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:15:43.493 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-18T08:15:43.493 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-09-18T08:15:43.493 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi079': '172.21.15.79', 'mon.smithi135': '172.21.15.135'} 2024-09-18T08:15:43.493 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-18T08:15:43.493 DEBUG:teuthology.orchestra.run.smithi079:> sudo hostname $(hostname -s) 2024-09-18T08:15:43.508 DEBUG:teuthology.orchestra.run.smithi135:> sudo hostname $(hostname -s) 2024-09-18T08:15:43.522 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-18T08:15:43.522 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e 2024-09-18T08:15:43.676 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e', '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/83115/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-4983-ge7fb7b56', 'node_name': '172.21.2.17+braggi17', '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-4983-ge7fb7b56-1jammy'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-17-1213/e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-09-17 20:21:43.091116', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-main-2024-09-17-1213', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-guits-main-2024-09-17-1213/e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-09-18T08:15:43.816 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-guits-main-2024-09-17-1213, sha1 e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e 2024-09-18T08:15:43.817 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-17-1213/e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-18T08:15:43.818 INFO:tasks.cephadm:Downloading cephadm from url: https://2.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-17-1213/e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-18T08:15:43.818 DEBUG:teuthology.orchestra.run.smithi079:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-17-1213/e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-18T08:15:44.282 INFO:teuthology.orchestra.run.smithi079.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811939 Sep 18 08:15 /home/ubuntu/cephtest/cephadm 2024-09-18T08:15:44.283 DEBUG:teuthology.orchestra.run.smithi135:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-17-1213/e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-18T08:15:44.752 INFO:teuthology.orchestra.run.smithi135.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811939 Sep 18 08:15 /home/ubuntu/cephtest/cephadm 2024-09-18T08:15:44.753 DEBUG:teuthology.orchestra.run.smithi079:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-18T08:15:44.761 DEBUG:teuthology.orchestra.run.smithi135:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-18T08:15:44.780 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e on all hosts... 2024-09-18T08:15:44.781 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e pull 2024-09-18T08:15:44.804 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e pull 2024-09-18T08:15:44.989 INFO:teuthology.orchestra.run.smithi079.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e... 2024-09-18T08:15:44.992 INFO:teuthology.orchestra.run.smithi135.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e... 2024-09-18T08:17:29.690 INFO:teuthology.orchestra.run.smithi079.stdout:{ 2024-09-18T08:17:29.691 INFO:teuthology.orchestra.run.smithi079.stdout: "ceph_version": "ceph version 19.3.0-4983-ge7fb7b56 (e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e) squid (dev)", 2024-09-18T08:17:29.691 INFO:teuthology.orchestra.run.smithi079.stdout: "image_id": "b22e1e37ddf1ca6e22136cd6540a9ab61e7cafb8bfbc7a91a2f20f7f9941bd9a", 2024-09-18T08:17:29.691 INFO:teuthology.orchestra.run.smithi079.stdout: "repo_digests": [ 2024-09-18T08:17:29.691 INFO:teuthology.orchestra.run.smithi079.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:1f5b5a3734f665ef333266f39143ac3ef1eb1951b21258f2307e10332e2d7ac9" 2024-09-18T08:17:29.691 INFO:teuthology.orchestra.run.smithi079.stdout: ] 2024-09-18T08:17:29.691 INFO:teuthology.orchestra.run.smithi079.stdout:} 2024-09-18T08:17:47.074 INFO:teuthology.orchestra.run.smithi135.stdout:{ 2024-09-18T08:17:47.074 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph_version": "ceph version 19.3.0-4983-ge7fb7b56 (e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e) squid (dev)", 2024-09-18T08:17:47.075 INFO:teuthology.orchestra.run.smithi135.stdout: "image_id": "b22e1e37ddf1ca6e22136cd6540a9ab61e7cafb8bfbc7a91a2f20f7f9941bd9a", 2024-09-18T08:17:47.075 INFO:teuthology.orchestra.run.smithi135.stdout: "repo_digests": [ 2024-09-18T08:17:47.075 INFO:teuthology.orchestra.run.smithi135.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:1f5b5a3734f665ef333266f39143ac3ef1eb1951b21258f2307e10332e2d7ac9" 2024-09-18T08:17:47.075 INFO:teuthology.orchestra.run.smithi135.stdout: ] 2024-09-18T08:17:47.075 INFO:teuthology.orchestra.run.smithi135.stdout:} 2024-09-18T08:17:47.124 DEBUG:teuthology.orchestra.run.smithi079:> sudo mkdir -p /etc/ceph 2024-09-18T08:17:47.139 DEBUG:teuthology.orchestra.run.smithi135:> sudo mkdir -p /etc/ceph 2024-09-18T08:17:47.153 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 777 /etc/ceph 2024-09-18T08:17:47.193 DEBUG:teuthology.orchestra.run.smithi135:> sudo chmod 777 /etc/ceph 2024-09-18T08:17:47.208 INFO:tasks.cephadm:Writing seed config... 2024-09-18T08:17:47.209 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-18T08:17:47.209 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-18T08:17:47.209 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-18T08:17:47.209 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-18T08:17:47.209 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-18T08:17:47.209 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-18T08:17:47.209 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-18T08:17:47.209 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-09-18T08:17:47.210 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-18T08:17:47.210 DEBUG:teuthology.orchestra.run.smithi079:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-18T08:17:47.242 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 = 331e14a2-7596-11ef-bceb-c7b262605968 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-18T08:17:47.242 DEBUG:teuthology.orchestra.run.smithi079:mon.smithi079> sudo journalctl -f -n 0 -u ceph-331e14a2-7596-11ef-bceb-c7b262605968@mon.smithi079.service 2024-09-18T08:17:47.287 INFO:tasks.cephadm:Bootstrapping... 2024-09-18T08:17:47.287 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e -v bootstrap --fsid 331e14a2-7596-11ef-bceb-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.79 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-18T08:17:47.511 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-09-18T08:17:47.511 INFO:teuthology.orchestra.run.smithi079.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e', '-v', 'bootstrap', '--fsid', '331e14a2-7596-11ef-bceb-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.79', '--skip-admin-label'] 2024-09-18T08:17:47.511 INFO:teuthology.orchestra.run.smithi079.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-18T08:17:47.512 INFO:teuthology.orchestra.run.smithi079.stdout:Verifying podman|docker is present... 2024-09-18T08:17:47.512 INFO:teuthology.orchestra.run.smithi079.stdout:Verifying lvm2 is present... 2024-09-18T08:17:47.512 INFO:teuthology.orchestra.run.smithi079.stdout:Verifying time synchronization is in place... 2024-09-18T08:17:47.517 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-18T08:17:47.517 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-18T08:17:47.522 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-18T08:17:47.523 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout inactive 2024-09-18T08:17:47.526 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-18T08:17:47.526 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-18T08:17:47.529 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-18T08:17:47.529 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout inactive 2024-09-18T08:17:47.533 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-18T08:17:47.533 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout masked 2024-09-18T08:17:47.536 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-18T08:17:47.536 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout inactive 2024-09-18T08:17:47.539 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-18T08:17:47.539 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-18T08:17:47.543 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-18T08:17:47.543 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout inactive 2024-09-18T08:17:47.547 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout enabled 2024-09-18T08:17:47.550 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout active 2024-09-18T08:17:47.550 INFO:teuthology.orchestra.run.smithi079.stdout:Unit ntp.service is enabled and running 2024-09-18T08:17:47.551 INFO:teuthology.orchestra.run.smithi079.stdout:Repeating the final host check... 2024-09-18T08:17:47.551 INFO:teuthology.orchestra.run.smithi079.stdout:docker (/usr/bin/docker) is present 2024-09-18T08:17:47.551 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl is present 2024-09-18T08:17:47.551 INFO:teuthology.orchestra.run.smithi079.stdout:lvcreate is present 2024-09-18T08:17:47.554 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-18T08:17:47.554 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-18T08:17:47.557 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-18T08:17:47.557 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout inactive 2024-09-18T08:17:47.561 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-18T08:17:47.561 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-18T08:17:47.564 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-18T08:17:47.564 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout inactive 2024-09-18T08:17:47.567 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-18T08:17:47.567 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout masked 2024-09-18T08:17:47.572 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-18T08:17:47.572 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout inactive 2024-09-18T08:17:47.575 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-18T08:17:47.575 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-18T08:17:47.579 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-18T08:17:47.579 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout inactive 2024-09-18T08:17:47.585 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout enabled 2024-09-18T08:17:47.590 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout active 2024-09-18T08:17:47.590 INFO:teuthology.orchestra.run.smithi079.stdout:Unit ntp.service is enabled and running 2024-09-18T08:17:47.590 INFO:teuthology.orchestra.run.smithi079.stdout:Host looks OK 2024-09-18T08:17:47.590 INFO:teuthology.orchestra.run.smithi079.stdout:Cluster fsid: 331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:17:47.590 INFO:teuthology.orchestra.run.smithi079.stdout:Acquiring lock 140470058368160 on /run/cephadm/331e14a2-7596-11ef-bceb-c7b262605968.lock 2024-09-18T08:17:47.590 INFO:teuthology.orchestra.run.smithi079.stdout:Lock 140470058368160 acquired on /run/cephadm/331e14a2-7596-11ef-bceb-c7b262605968.lock 2024-09-18T08:17:47.590 INFO:teuthology.orchestra.run.smithi079.stdout:Verifying IP 172.21.15.79 port 3300 ... 2024-09-18T08:17:47.590 INFO:teuthology.orchestra.run.smithi079.stdout:Verifying IP 172.21.15.79 port 6789 ... 2024-09-18T08:17:47.590 INFO:teuthology.orchestra.run.smithi079.stdout:Base mon IP(s) is [172.21.15.79:3300, 172.21.15.79:6789], mon addrv is [v2:172.21.15.79:3300,v1:172.21.15.79:6789] 2024-09-18T08:17:47.593 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-09-18T08:17:47.594 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.79 metric 100 2024-09-18T08:17:47.594 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.79 metric 100 2024-09-18T08:17:47.594 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-18T08:17:47.594 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.79 metric 100 2024-09-18T08:17:47.594 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.79 metric 100 2024-09-18T08:17:47.594 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.79 metric 100 2024-09-18T08:17:47.594 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.79 metric 100 2024-09-18T08:17:47.595 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-18T08:17:47.595 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-09-18T08:17:47.595 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1754sec pref medium 2024-09-18T08:17:47.597 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-18T08:17:47.597 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-18T08:17:47.597 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-18T08:17:47.597 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-18T08:17:47.597 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:ce87/64 scope link 2024-09-18T08:17:47.597 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-18T08:17:47.598 INFO:teuthology.orchestra.run.smithi079.stdout:Mon IP `172.21.15.79` is in CIDR network `172.21.0.0/20` 2024-09-18T08:17:47.599 INFO:teuthology.orchestra.run.smithi079.stdout:Mon IP `172.21.15.79` is in CIDR network `172.21.0.0/20` 2024-09-18T08:17:47.599 INFO:teuthology.orchestra.run.smithi079.stdout:Mon IP `172.21.15.79` is in CIDR network `172.21.0.1/32` 2024-09-18T08:17:47.599 INFO:teuthology.orchestra.run.smithi079.stdout:Mon IP `172.21.15.79` is in CIDR network `172.21.0.1/32` 2024-09-18T08:17:47.599 INFO:teuthology.orchestra.run.smithi079.stdout:Mon IP `172.21.15.79` is in CIDR network `172.21.0.2/32` 2024-09-18T08:17:47.599 INFO:teuthology.orchestra.run.smithi079.stdout:Mon IP `172.21.15.79` is in CIDR network `172.21.0.2/32` 2024-09-18T08:17:47.599 INFO:teuthology.orchestra.run.smithi079.stdout:Mon IP `172.21.15.79` is in CIDR network `172.21.15.254/32` 2024-09-18T08:17:47.599 INFO:teuthology.orchestra.run.smithi079.stdout:Mon IP `172.21.15.79` is in CIDR network `172.21.15.254/32` 2024-09-18T08:17:47.599 INFO:teuthology.orchestra.run.smithi079.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-18T08:17:47.599 INFO:teuthology.orchestra.run.smithi079.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-18T08:17:47.600 INFO:teuthology.orchestra.run.smithi079.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e... 2024-09-18T08:17:47.795 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/docker: stdout e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e: Pulling from ceph-ci/ceph 2024-09-18T08:17:47.795 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/docker: stdout Digest: sha256:1f5b5a3734f665ef333266f39143ac3ef1eb1951b21258f2307e10332e2d7ac9 2024-09-18T08:17:47.795 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e 2024-09-18T08:17:47.795 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e 2024-09-18T08:17:49.401 INFO:teuthology.orchestra.run.smithi079.stdout:ceph: stdout ceph version 19.3.0-4983-ge7fb7b56 (e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e) squid (dev) 2024-09-18T08:17:49.401 INFO:teuthology.orchestra.run.smithi079.stdout:Ceph version: ceph version 19.3.0-4983-ge7fb7b56 (e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e) squid (dev) 2024-09-18T08:17:49.401 INFO:teuthology.orchestra.run.smithi079.stdout:Extracting ceph user uid/gid from container image... 2024-09-18T08:17:50.782 INFO:teuthology.orchestra.run.smithi079.stdout:stat: stdout 167 167 2024-09-18T08:17:50.782 INFO:teuthology.orchestra.run.smithi079.stdout:Creating initial keys... 2024-09-18T08:17:52.047 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-authtool: stdout AQCvjOpm0LphHxAAV7Wfj45BaQyVqtfgm7hYXg== 2024-09-18T08:17:53.445 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-authtool: stdout AQCwjOpm+JP+NhAA/JCgSKsey1PFaXndU+xUjA== 2024-09-18T08:17:54.801 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-authtool: stdout AQCyjOpmymxJEBAAHmbdZcMZ/8H1AWfrWLnpkA== 2024-09-18T08:17:54.802 INFO:teuthology.orchestra.run.smithi079.stdout:Creating initial monmap... 2024-09-18T08:17:56.334 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-18T08:17:56.334 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-18T08:17:56.334 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:17:56.334 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-18T08:17:56.334 INFO:teuthology.orchestra.run.smithi079.stdout:monmaptool for smithi079 [v2:172.21.15.79:3300,v1:172.21.15.79:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-18T08:17:56.334 INFO:teuthology.orchestra.run.smithi079.stdout:setting min_mon_release = quincy 2024-09-18T08:17:56.334 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/monmaptool: set fsid to 331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:17:56.334 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-18T08:17:56.335 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:17:56.335 INFO:teuthology.orchestra.run.smithi079.stdout:Creating mon... 2024-09-18T08:17:57.927 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.333+0000 7f981befec80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-18T08:17:57.928 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.333+0000 7f981befec80 1 imported monmap: 2024-09-18T08:17:57.928 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-09-18T08:17:57.928 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr fsid 331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:17:57.928 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-09-18T08:17:55.726152+0000 2024-09-18T08:17:57.928 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr created 2024-09-18T08:17:55.726152+0000 2024-09-18T08:17:57.928 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-09-18T08:17:57.928 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-09-18T08:17:57.928 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon.smithi079 2024-09-18T08:17:57.928 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T08:17:57.928 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.333+0000 7f981befec80 0 /usr/bin/ceph-mon: set fsid to 331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:17:57.929 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: RocksDB version: 7.9.2 2024-09-18T08:17:57.929 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T08:17:57.929 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Git sha 0 2024-09-18T08:17:57.929 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Compile date 2024-09-17 15:59:30 2024-09-18T08:17:57.929 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: DB SUMMARY 2024-09-18T08:17:57.929 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T08:17:57.929 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: DB Session ID: MITEHU55XIH5P1CVQSOC 2024-09-18T08:17:57.929 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T08:17:57.929 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi079/store.db dir, Total Num: 0, files: 2024-09-18T08:17:57.929 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T08:17:57.929 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi079/store.db: 2024-09-18T08:17:57.929 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T08:17:57.930 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.error_if_exists: 0 2024-09-18T08:17:57.930 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.create_if_missing: 1 2024-09-18T08:17:57.930 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.paranoid_checks: 1 2024-09-18T08:17:57.930 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-18T08:17:57.930 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-18T08:17:57.930 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-18T08:17:57.930 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.env: 0x559e4951c120 2024-09-18T08:17:57.930 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-18T08:17:57.930 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.info_log: 0x559e4b196d80 2024-09-18T08:17:57.930 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-18T08:17:57.930 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.statistics: (nil) 2024-09-18T08:17:57.930 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.use_fsync: 0 2024-09-18T08:17:57.930 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.max_log_file_size: 0 2024-09-18T08:17:57.931 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-18T08:17:57.931 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-18T08:17:57.931 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-18T08:17:57.931 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-18T08:17:57.931 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.allow_fallocate: 1 2024-09-18T08:17:57.931 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-18T08:17:57.931 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-18T08:17:57.931 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.use_direct_reads: 0 2024-09-18T08:17:57.931 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-18T08:17:57.931 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-18T08:17:57.931 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.db_log_dir: 2024-09-18T08:17:57.931 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.wal_dir: 2024-09-18T08:17:57.931 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-18T08:17:57.932 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-18T08:17:57.932 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-18T08:17:57.932 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-18T08:17:57.932 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-18T08:17:57.932 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-18T08:17:57.932 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-18T08:17:57.932 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-18T08:17:57.932 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.write_buffer_manager: 0x559e4b18fcc0 2024-09-18T08:17:57.932 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-18T08:17:57.932 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-18T08:17:57.932 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-18T08:17:57.932 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-18T08:17:57.933 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-18T08:17:57.933 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-18T08:17:57.933 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-18T08:17:57.933 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-18T08:17:57.933 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.unordered_write: 0 2024-09-18T08:17:57.933 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-18T08:17:57.933 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-18T08:17:57.933 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-18T08:17:57.933 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-18T08:17:57.933 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.row_cache: None 2024-09-18T08:17:57.933 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.wal_filter: None 2024-09-18T08:17:57.933 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-18T08:17:57.933 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-18T08:17:57.934 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.two_write_queues: 0 2024-09-18T08:17:57.934 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-18T08:17:57.934 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.wal_compression: 0 2024-09-18T08:17:57.934 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.atomic_flush: 0 2024-09-18T08:17:57.934 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-18T08:17:57.934 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-18T08:17:57.934 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-18T08:17:57.934 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.log_readahead_size: 0 2024-09-18T08:17:57.935 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-18T08:17:57.935 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-18T08:17:57.935 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-18T08:17:57.935 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-18T08:17:57.935 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-18T08:17:57.935 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-18T08:17:57.935 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-18T08:17:57.935 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.max_background_jobs: 2 2024-09-18T08:17:57.935 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.max_background_compactions: -1 2024-09-18T08:17:57.935 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.max_subcompactions: 1 2024-09-18T08:17:57.935 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-18T08:17:57.935 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-18T08:17:57.936 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-18T08:17:57.936 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-18T08:17:57.936 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-18T08:17:57.936 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-18T08:17:57.936 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-18T08:17:57.936 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-18T08:17:57.936 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.max_open_files: -1 2024-09-18T08:17:57.936 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-18T08:17:57.936 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-18T08:17:57.936 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-18T08:17:57.936 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-18T08:17:57.936 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Options.max_background_flushes: -1 2024-09-18T08:17:57.936 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Compression algorithms supported: 2024-09-18T08:17:57.937 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: kZSTD supported: 0 2024-09-18T08:17:57.937 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: kXpressCompression supported: 0 2024-09-18T08:17:57.937 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: kBZip2Compression supported: 0 2024-09-18T08:17:57.937 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-18T08:17:57.937 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: kLZ4Compression supported: 1 2024-09-18T08:17:57.937 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: kZlibCompression supported: 1 2024-09-18T08:17:57.937 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-18T08:17:57.937 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: kSnappyCompression supported: 1 2024-09-18T08:17:57.937 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-18T08:17:57.937 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-18T08:17:57.937 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.337+0000 7f981befec80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-09-18T08:17:57.938 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T08:17:57.938 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi079/store.db/MANIFEST-000001 2024-09-18T08:17:57.938 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T08:17:57.938 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-18T08:17:57.938 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T08:17:57.938 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-18T08:17:57.938 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.merge_operator: 2024-09-18T08:17:57.938 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.compaction_filter: None 2024-09-18T08:17:57.938 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-18T08:17:57.938 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-18T08:17:57.939 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-18T08:17:57.939 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-18T08:17:57.939 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559e4b1969a0) 2024-09-18T08:17:57.939 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-09-18T08:17:57.939 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-09-18T08:17:57.939 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-18T08:17:57.939 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-09-18T08:17:57.939 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-09-18T08:17:57.939 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-09-18T08:17:57.939 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-09-18T08:17:57.939 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-09-18T08:17:57.939 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-09-18T08:17:57.939 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-09-18T08:17:57.940 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x559e4b17f610 2024-09-18T08:17:57.940 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-09-18T08:17:57.940 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-09-18T08:17:57.940 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-09-18T08:17:57.940 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-09-18T08:17:57.940 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-09-18T08:17:57.940 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-09-18T08:17:57.940 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-09-18T08:17:57.940 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-09-18T08:17:57.940 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-09-18T08:17:57.940 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-09-18T08:17:57.940 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-09-18T08:17:57.940 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-09-18T08:17:57.941 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-09-18T08:17:57.941 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-09-18T08:17:57.941 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-09-18T08:17:57.941 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-09-18T08:17:57.941 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-09-18T08:17:57.941 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-09-18T08:17:57.941 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-09-18T08:17:57.941 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-09-18T08:17:57.941 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-09-18T08:17:57.941 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-09-18T08:17:57.941 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-09-18T08:17:57.941 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-09-18T08:17:57.941 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-09-18T08:17:57.942 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-09-18T08:17:57.942 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T08:17:57.942 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-18T08:17:57.942 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-18T08:17:57.942 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.compression: NoCompression 2024-09-18T08:17:57.942 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-18T08:17:57.942 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-18T08:17:57.942 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-18T08:17:57.942 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.num_levels: 7 2024-09-18T08:17:57.942 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-18T08:17:57.942 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-18T08:17:57.942 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-18T08:17:57.942 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-18T08:17:57.942 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-18T08:17:57.943 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-18T08:17:57.943 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-18T08:17:57.943 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-18T08:17:57.943 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-18T08:17:57.943 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-18T08:17:57.943 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-18T08:17:57.943 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-18T08:17:57.943 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-18T08:17:57.943 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-18T08:17:57.943 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-18T08:17:57.943 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-18T08:17:57.943 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-18T08:17:57.943 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-18T08:17:57.943 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-18T08:17:57.944 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-18T08:17:57.944 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-18T08:17:57.944 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-18T08:17:57.944 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-18T08:17:57.944 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-18T08:17:57.944 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-18T08:17:57.944 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-18T08:17:57.944 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-18T08:17:57.944 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-18T08:17:57.944 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-18T08:17:57.944 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-18T08:17:57.944 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-18T08:17:57.944 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-18T08:17:57.945 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-18T08:17:57.945 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-18T08:17:57.945 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-18T08:17:57.945 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-18T08:17:57.945 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-18T08:17:57.945 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-18T08:17:57.945 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-18T08:17:57.945 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-18T08:17:57.945 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-18T08:17:57.945 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-18T08:17:57.945 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-18T08:17:57.945 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-18T08:17:57.946 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-18T08:17:57.946 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-18T08:17:57.946 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-18T08:17:57.946 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-18T08:17:57.946 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-18T08:17:57.946 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-18T08:17:57.946 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-18T08:17:57.946 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-18T08:17:57.946 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-18T08:17:57.946 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-18T08:17:57.946 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.inplace_update_support: 0 2024-09-18T08:17:57.946 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-18T08:17:57.946 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-18T08:17:57.947 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-18T08:17:57.947 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-18T08:17:57.947 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.bloom_locality: 0 2024-09-18T08:17:57.947 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.max_successive_merges: 0 2024-09-18T08:17:57.947 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-18T08:17:57.947 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-18T08:17:57.947 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-18T08:17:57.947 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-18T08:17:57.947 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.ttl: 2592000 2024-09-18T08:17:57.947 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-18T08:17:57.947 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-18T08:17:57.947 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-18T08:17:57.947 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.enable_blob_files: false 2024-09-18T08:17:57.947 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.min_blob_size: 0 2024-09-18T08:17:57.948 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-18T08:17:57.948 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-18T08:17:57.948 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-18T08:17:57.948 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-18T08:17:57.948 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-18T08:17:57.948 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-18T08:17:57.948 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-18T08:17:57.948 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-18T08:17:57.948 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi079/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-18T08:17:57.948 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T08:17:57.948 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-18T08:17:57.948 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T08:17:57.948 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: aaabce56-de7c-4478-ae0f-4f7923772bde 2024-09-18T08:17:57.949 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T08:17:57.949 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-09-18T08:17:57.949 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T08:17:57.949 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x559e4b1aee00 2024-09-18T08:17:57.949 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f981befec80 4 rocksdb: DB pointer 0x559e4b290000 2024-09-18T08:17:57.949 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f9813689640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-18T08:17:57.949 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.341+0000 7f9813689640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-18T08:17:57.949 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-09-18T08:17:57.949 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-18T08:17:57.949 INFO:teuthology.orchestra.run.smithi079.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-18T08:17:57.949 INFO:teuthology.orchestra.run.smithi079.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-18T08:17:57.949 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-18T08:17:57.949 INFO:teuthology.orchestra.run.smithi079.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-18T08:17:57.950 INFO:teuthology.orchestra.run.smithi079.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-18T08:17:57.950 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-18T08:17:57.950 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T08:17:57.950 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-18T08:17:57.950 INFO:teuthology.orchestra.run.smithi079.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-18T08:17:57.950 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-18T08:17:57.950 INFO:teuthology.orchestra.run.smithi079.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-18T08:17:57.950 INFO:teuthology.orchestra.run.smithi079.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-18T08:17:57.950 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T08:17:57.950 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-18T08:17:57.950 INFO:teuthology.orchestra.run.smithi079.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-18T08:17:57.950 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-18T08:17:57.950 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T08:17:57.950 INFO:teuthology.orchestra.run.smithi079.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-18T08:17:57.950 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T08:17:57.951 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-18T08:17:57.951 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-18T08:17:57.951 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-18T08:17:57.951 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-18T08:17:57.951 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-18T08:17:57.951 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-09-18T08:17:57.951 INFO:teuthology.orchestra.run.smithi079.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-18T08:17:57.951 INFO:teuthology.orchestra.run.smithi079.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-18T08:17:57.951 INFO:teuthology.orchestra.run.smithi079.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-18T08:17:57.951 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x559e4b17f610#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-09-18T08:17:57.951 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-09-18T08:17:57.951 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T08:17:57.951 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-09-18T08:17:57.952 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T08:17:57.952 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.345+0000 7f981befec80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-09-18T08:17:57.952 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.345+0000 7f981befec80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-09-18T08:17:57.952 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T08:17:57.345+0000 7f981befec80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi079 for mon.smithi079 2024-09-18T08:17:57.952 INFO:teuthology.orchestra.run.smithi079.stdout:create mon.smithi079 on 2024-09-18T08:17:58.351 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-09-18T08:17:58.576 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-331e14a2-7596-11ef-bceb-c7b262605968.target -> /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968.target. 2024-09-18T08:17:58.576 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-331e14a2-7596-11ef-bceb-c7b262605968.target -> /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968.target. 2024-09-18T08:17:58.857 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-331e14a2-7596-11ef-bceb-c7b262605968@mon.smithi079 2024-09-18T08:17:58.858 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Failed to reset failed state of unit ceph-331e14a2-7596-11ef-bceb-c7b262605968@mon.smithi079.service: Unit ceph-331e14a2-7596-11ef-bceb-c7b262605968@mon.smithi079.service not loaded. 2024-09-18T08:17:59.060 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968.target.wants/ceph-331e14a2-7596-11ef-bceb-c7b262605968@mon.smithi079.service -> /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service. 2024-09-18T08:17:59.070 INFO:teuthology.orchestra.run.smithi079.stdout:firewalld does not appear to be present 2024-09-18T08:17:59.070 INFO:teuthology.orchestra.run.smithi079.stdout:Not possible to enable service . firewalld.service is not available 2024-09-18T08:17:59.071 INFO:teuthology.orchestra.run.smithi079.stdout:Waiting for mon to start... 2024-09-18T08:17:59.071 INFO:teuthology.orchestra.run.smithi079.stdout:Waiting for mon... 2024-09-18T08:18:00.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:00 smithi079 bash[19515]: cluster 2024-09-18T08:18:00.578130+0000 mon.smithi079 (mon.0) 1 : cluster [INF] mon.smithi079 is new leader, mons smithi079 in quorum (ranks 0) 2024-09-18T08:18:01.489 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout cluster: 2024-09-18T08:18:01.490 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout id: 331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:18:01.490 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-18T08:18:01.490 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2024-09-18T08:18:01.490 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout services: 2024-09-18T08:18:01.490 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi079 (age 0.349413s) 2024-09-18T08:18:01.490 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-18T08:18:01.490 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-18T08:18:01.490 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2024-09-18T08:18:01.490 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout data: 2024-09-18T08:18:01.491 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-18T08:18:01.491 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-18T08:18:01.491 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-18T08:18:01.491 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout pgs: 2024-09-18T08:18:01.491 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2024-09-18T08:18:01.491 INFO:teuthology.orchestra.run.smithi079.stdout:mon is available 2024-09-18T08:18:01.491 INFO:teuthology.orchestra.run.smithi079.stdout:Assimilating anything we can from ceph.conf... 2024-09-18T08:18:01.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:01 smithi079 bash[19515]: cluster 2024-09-18T08:18:00.581579+0000 mon.smithi079 (mon.0) 2 : cluster [INF] mon.smithi079 is new leader, mons smithi079 in quorum (ranks 0) 2024-09-18T08:18:01.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:01 smithi079 bash[19515]: cluster 2024-09-18T08:18:00.581579+0000 mon.smithi079 (mon.0) 2 : cluster [INF] mon.smithi079 is new leader, mons smithi079 in quorum (ranks 0) 2024-09-18T08:18:01.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:01 smithi079 bash[19515]: cluster 2024-09-18T08:18:00.581766+0000 mon.smithi079 (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-18T08:18:01.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:01 smithi079 bash[19515]: cluster 2024-09-18T08:18:00.581766+0000 mon.smithi079 (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-18T08:18:01.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:01 smithi079 bash[19515]: cluster 2024-09-18T08:18:00.581777+0000 mon.smithi079 (mon.0) 4 : cluster [DBG] fsid 331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:18:01.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:01 smithi079 bash[19515]: cluster 2024-09-18T08:18:00.581777+0000 mon.smithi079 (mon.0) 4 : cluster [DBG] fsid 331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:18:01.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:01 smithi079 bash[19515]: cluster 2024-09-18T08:18:00.581785+0000 mon.smithi079 (mon.0) 5 : cluster [DBG] last_changed 2024-09-18T08:17:55.726152+0000 2024-09-18T08:18:01.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:01 smithi079 bash[19515]: cluster 2024-09-18T08:18:00.581785+0000 mon.smithi079 (mon.0) 5 : cluster [DBG] last_changed 2024-09-18T08:17:55.726152+0000 2024-09-18T08:18:01.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:01 smithi079 bash[19515]: cluster 2024-09-18T08:18:00.581792+0000 mon.smithi079 (mon.0) 6 : cluster [DBG] created 2024-09-18T08:17:55.726152+0000 2024-09-18T08:18:01.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:01 smithi079 bash[19515]: cluster 2024-09-18T08:18:00.581792+0000 mon.smithi079 (mon.0) 6 : cluster [DBG] created 2024-09-18T08:17:55.726152+0000 2024-09-18T08:18:01.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:01 smithi079 bash[19515]: cluster 2024-09-18T08:18:00.581804+0000 mon.smithi079 (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-18T08:18:01.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:01 smithi079 bash[19515]: cluster 2024-09-18T08:18:00.581804+0000 mon.smithi079 (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-18T08:18:01.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:01 smithi079 bash[19515]: cluster 2024-09-18T08:18:00.581811+0000 mon.smithi079 (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-18T08:18:01.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:01 smithi079 bash[19515]: cluster 2024-09-18T08:18:00.581811+0000 mon.smithi079 (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-18T08:18:01.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:01 smithi079 bash[19515]: cluster 2024-09-18T08:18:00.581819+0000 mon.smithi079 (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon.smithi079 2024-09-18T08:18:01.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:01 smithi079 bash[19515]: cluster 2024-09-18T08:18:00.581819+0000 mon.smithi079 (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon.smithi079 2024-09-18T08:18:01.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:01 smithi079 bash[19515]: cluster 2024-09-18T08:18:00.583828+0000 mon.smithi079 (mon.0) 10 : cluster [DBG] fsmap 2024-09-18T08:18:01.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:01 smithi079 bash[19515]: cluster 2024-09-18T08:18:00.583828+0000 mon.smithi079 (mon.0) 10 : cluster [DBG] fsmap 2024-09-18T08:18:01.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:01 smithi079 bash[19515]: cluster 2024-09-18T08:18:00.586061+0000 mon.smithi079 (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-18T08:18:01.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:01 smithi079 bash[19515]: cluster 2024-09-18T08:18:00.586061+0000 mon.smithi079 (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-18T08:18:01.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:01 smithi079 bash[19515]: cluster 2024-09-18T08:18:00.586540+0000 mon.smithi079 (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-18T08:18:01.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:01 smithi079 bash[19515]: cluster 2024-09-18T08:18:00.586540+0000 mon.smithi079 (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-18T08:18:01.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:01 smithi079 bash[19515]: audit 2024-09-18T08:18:00.930932+0000 mon.smithi079 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.79:0/3335154800' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-18T08:18:01.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:01 smithi079 bash[19515]: audit 2024-09-18T08:18:00.930932+0000 mon.smithi079 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.79:0/3335154800' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-18T08:18:03.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:02 smithi079 bash[19515]: audit 2024-09-18T08:18:02.770615+0000 mon.smithi079 (mon.0) 14 : audit [INF] from='client.? 172.21.15.79:0/1234099877' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-18T08:18:03.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:02 smithi079 bash[19515]: audit 2024-09-18T08:18:02.770615+0000 mon.smithi079 (mon.0) 14 : audit [INF] from='client.? 172.21.15.79:0/1234099877' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-18T08:18:03.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:02 smithi079 bash[19515]: audit 2024-09-18T08:18:02.774492+0000 mon.smithi079 (mon.0) 15 : audit [INF] from='client.? 172.21.15.79:0/1234099877' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-18T08:18:03.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:02 smithi079 bash[19515]: audit 2024-09-18T08:18:02.774492+0000 mon.smithi079 (mon.0) 15 : audit [INF] from='client.? 172.21.15.79:0/1234099877' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-18T08:18:03.322 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2024-09-18T08:18:03.323 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout [global] 2024-09-18T08:18:03.323 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout fsid = 331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:18:03.323 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-18T08:18:03.323 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.79:3300,v1:172.21.15.79:6789] 2024-09-18T08:18:03.323 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-18T08:18:03.323 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-18T08:18:03.323 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-18T08:18:03.323 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-18T08:18:03.323 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2024-09-18T08:18:03.323 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-18T08:18:03.324 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-18T08:18:03.324 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2024-09-18T08:18:03.324 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout [osd] 2024-09-18T08:18:03.324 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-18T08:18:03.324 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-18T08:18:03.324 INFO:teuthology.orchestra.run.smithi079.stdout:Generating new minimal ceph.conf... 2024-09-18T08:18:04.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:04 smithi079 bash[19515]: audit 2024-09-18T08:18:04.481064+0000 mon.smithi079 (mon.0) 16 : audit [DBG] from='client.? 172.21.15.79:0/256720022' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:18:04.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:04 smithi079 bash[19515]: audit 2024-09-18T08:18:04.481064+0000 mon.smithi079 (mon.0) 16 : audit [DBG] from='client.? 172.21.15.79:0/256720022' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:18:05.021 INFO:teuthology.orchestra.run.smithi079.stdout:Restarting the monitor... 2024-09-18T08:18:05.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:05 smithi079 systemd[1]: Stopping Ceph mon.smithi079 for 331e14a2-7596-11ef-bceb-c7b262605968... 2024-09-18T08:18:05.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:05 smithi079 bash[19515]: debug 2024-09-18T08:18:05.161+0000 7fad8a082640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi079 -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-18T08:18:05.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:05 smithi079 bash[19515]: debug 2024-09-18T08:18:05.161+0000 7fad8a082640 -1 mon.smithi079@0(leader) e1 *** Got Signal Terminated *** 2024-09-18T08:18:05.782 INFO:teuthology.orchestra.run.smithi079.stdout:Setting public_network to 172.21.0.0/20,172.21.15.254/32,172.21.0.1/32,172.21.0.2/32 in mon config section 2024-09-18T08:18:05.888 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:05 smithi079 bash[19898]: ceph-331e14a2-7596-11ef-bceb-c7b262605968-mon-smithi079 2024-09-18T08:18:05.888 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:05 smithi079 bash[19959]: ceph-331e14a2-7596-11ef-bceb-c7b262605968-mon-smithi079 2024-09-18T08:18:05.888 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:05 smithi079 systemd[1]: ceph-331e14a2-7596-11ef-bceb-c7b262605968@mon.smithi079.service: Deactivated successfully. 2024-09-18T08:18:05.888 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:05 smithi079 systemd[1]: Stopped Ceph mon.smithi079 for 331e14a2-7596-11ef-bceb-c7b262605968. 2024-09-18T08:18:05.888 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:05 smithi079 systemd[1]: Started Ceph mon.smithi079 for 331e14a2-7596-11ef-bceb-c7b262605968. 2024-09-18T08:18:07.497 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.329+0000 7fe9b08acc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-18T08:18:07.498 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.329+0000 7fe9b08acc80 0 ceph version 19.3.0-4983-ge7fb7b56 (e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e) squid (dev), process ceph-mon, pid 7 2024-09-18T08:18:07.498 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.329+0000 7fe9b08acc80 0 pidfile_write: ignore empty --pid-file 2024-09-18T08:18:07.498 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 0 load: jerasure load: lrc 2024-09-18T08:18:07.498 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: RocksDB version: 7.9.2 2024-09-18T08:18:07.498 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Git sha 0 2024-09-18T08:18:07.498 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Compile date 2024-09-17 15:59:30 2024-09-18T08:18:07.498 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: DB SUMMARY 2024-09-18T08:18:07.498 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: DB Session ID: B8YIY2D3HRO70KXRCQTL 2024-09-18T08:18:07.498 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: CURRENT file: CURRENT 2024-09-18T08:18:07.498 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-18T08:18:07.498 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-18T08:18:07.499 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi079/store.db dir, Total Num: 1, files: 000008.sst 2024-09-18T08:18:07.499 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi079/store.db: 000009.log size: 89076 ; 2024-09-18T08:18:07.499 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.error_if_exists: 0 2024-09-18T08:18:07.499 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.create_if_missing: 0 2024-09-18T08:18:07.499 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.paranoid_checks: 1 2024-09-18T08:18:07.499 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-18T08:18:07.499 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-18T08:18:07.499 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-18T08:18:07.499 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.env: 0x55700ad81120 2024-09-18T08:18:07.499 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-18T08:18:07.499 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.info_log: 0x55700c8458e0 2024-09-18T08:18:07.499 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-18T08:18:07.499 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.statistics: (nil) 2024-09-18T08:18:07.500 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.use_fsync: 0 2024-09-18T08:18:07.500 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.max_log_file_size: 0 2024-09-18T08:18:07.500 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-18T08:18:07.500 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-18T08:18:07.500 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-18T08:18:07.500 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-18T08:18:07.500 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.allow_fallocate: 1 2024-09-18T08:18:07.500 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-18T08:18:07.500 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-18T08:18:07.500 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.use_direct_reads: 0 2024-09-18T08:18:07.500 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-18T08:18:07.500 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-18T08:18:07.501 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.db_log_dir: 2024-09-18T08:18:07.501 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.wal_dir: 2024-09-18T08:18:07.501 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-18T08:18:07.501 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-18T08:18:07.501 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-18T08:18:07.501 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-18T08:18:07.501 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-18T08:18:07.501 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-18T08:18:07.501 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-18T08:18:07.501 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-18T08:18:07.501 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.write_buffer_manager: 0x55700c849b80 2024-09-18T08:18:07.501 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-18T08:18:07.501 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-18T08:18:07.502 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-18T08:18:07.502 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-18T08:18:07.502 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-18T08:18:07.502 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-18T08:18:07.502 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-18T08:18:07.502 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-18T08:18:07.502 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.unordered_write: 0 2024-09-18T08:18:07.502 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-18T08:18:07.503 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-18T08:18:07.503 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-18T08:18:07.503 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-18T08:18:07.503 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.row_cache: None 2024-09-18T08:18:07.503 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.wal_filter: None 2024-09-18T08:18:07.503 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-18T08:18:07.503 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-18T08:18:07.503 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.two_write_queues: 0 2024-09-18T08:18:07.503 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-18T08:18:07.503 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.wal_compression: 0 2024-09-18T08:18:07.503 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.atomic_flush: 0 2024-09-18T08:18:07.503 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-18T08:18:07.503 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-18T08:18:07.504 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-18T08:18:07.504 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.log_readahead_size: 0 2024-09-18T08:18:07.504 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-18T08:18:07.504 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-18T08:18:07.504 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-18T08:18:07.504 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-18T08:18:07.504 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-18T08:18:07.504 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-18T08:18:07.504 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-18T08:18:07.505 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.max_background_jobs: 2 2024-09-18T08:18:07.505 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.max_background_compactions: -1 2024-09-18T08:18:07.505 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.max_subcompactions: 1 2024-09-18T08:18:07.505 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-18T08:18:07.505 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-18T08:18:07.505 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-18T08:18:07.505 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-18T08:18:07.505 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-18T08:18:07.505 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-18T08:18:07.505 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-18T08:18:07.505 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-18T08:18:07.505 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.max_open_files: -1 2024-09-18T08:18:07.506 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-18T08:18:07.506 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-18T08:18:07.506 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-18T08:18:07.506 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-18T08:18:07.506 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.max_background_flushes: -1 2024-09-18T08:18:07.506 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Compression algorithms supported: 2024-09-18T08:18:07.506 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: kZSTD supported: 0 2024-09-18T08:18:07.506 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: kXpressCompression supported: 0 2024-09-18T08:18:07.506 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: kBZip2Compression supported: 0 2024-09-18T08:18:07.506 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-18T08:18:07.506 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: kLZ4Compression supported: 1 2024-09-18T08:18:07.506 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: kZlibCompression supported: 1 2024-09-18T08:18:07.507 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-18T08:18:07.507 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: kSnappyCompression supported: 1 2024-09-18T08:18:07.507 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-18T08:18:07.507 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-18T08:18:07.507 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi079/store.db/MANIFEST-000010 2024-09-18T08:18:07.508 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-18T08:18:07.508 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-18T08:18:07.508 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.merge_operator: 2024-09-18T08:18:07.508 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.compaction_filter: None 2024-09-18T08:18:07.508 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-18T08:18:07.509 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-18T08:18:07.509 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-18T08:18:07.509 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-18T08:18:07.509 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55700c845540) 2024-09-18T08:18:07.509 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: cache_index_and_filter_blocks: 1 2024-09-18T08:18:07.509 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-18T08:18:07.509 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-18T08:18:07.509 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: pin_top_level_index_and_filter: 1 2024-09-18T08:18:07.509 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: index_type: 0 2024-09-18T08:18:07.509 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: data_block_index_type: 0 2024-09-18T08:18:07.509 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: index_shortening: 1 2024-09-18T08:18:07.509 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: data_block_hash_table_util_ratio: 0.750000 2024-09-18T08:18:07.509 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: checksum: 4 2024-09-18T08:18:07.510 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: no_block_cache: 0 2024-09-18T08:18:07.510 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: block_cache: 0x55700c83b610 2024-09-18T08:18:07.510 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: block_cache_name: BinnedLRUCache 2024-09-18T08:18:07.510 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: block_cache_options: 2024-09-18T08:18:07.510 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: capacity : 536870912 2024-09-18T08:18:07.510 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: num_shard_bits : 4 2024-09-18T08:18:07.510 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: strict_capacity_limit : 0 2024-09-18T08:18:07.510 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: high_pri_pool_ratio: 0.000 2024-09-18T08:18:07.510 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: block_cache_compressed: (nil) 2024-09-18T08:18:07.510 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: persistent_cache: (nil) 2024-09-18T08:18:07.510 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: block_size: 4096 2024-09-18T08:18:07.510 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: block_size_deviation: 10 2024-09-18T08:18:07.510 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: block_restart_interval: 16 2024-09-18T08:18:07.511 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: index_block_restart_interval: 1 2024-09-18T08:18:07.511 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: metadata_block_size: 4096 2024-09-18T08:18:07.511 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: partition_filters: 0 2024-09-18T08:18:07.511 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: use_delta_encoding: 1 2024-09-18T08:18:07.511 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: filter_policy: bloomfilter 2024-09-18T08:18:07.511 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: whole_key_filtering: 1 2024-09-18T08:18:07.511 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: verify_compression: 0 2024-09-18T08:18:07.511 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: read_amp_bytes_per_bit: 0 2024-09-18T08:18:07.511 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: format_version: 5 2024-09-18T08:18:07.511 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: enable_index_compression: 1 2024-09-18T08:18:07.511 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: block_align: 0 2024-09-18T08:18:07.511 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: max_auto_readahead_size: 262144 2024-09-18T08:18:07.511 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: prepopulate_block_cache: 0 2024-09-18T08:18:07.512 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: initial_auto_readahead_size: 8192 2024-09-18T08:18:07.512 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: num_file_reads_for_auto_readahead: 2 2024-09-18T08:18:07.512 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-18T08:18:07.512 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-18T08:18:07.512 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.compression: NoCompression 2024-09-18T08:18:07.512 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-18T08:18:07.512 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-18T08:18:07.512 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-18T08:18:07.512 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.num_levels: 7 2024-09-18T08:18:07.512 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-18T08:18:07.512 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-18T08:18:07.512 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-18T08:18:07.512 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-18T08:18:07.512 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-18T08:18:07.513 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-18T08:18:07.513 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-18T08:18:07.513 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-18T08:18:07.513 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-18T08:18:07.513 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-18T08:18:07.513 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-18T08:18:07.513 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-18T08:18:07.513 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-18T08:18:07.513 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-18T08:18:07.513 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-18T08:18:07.513 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-18T08:18:07.513 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-18T08:18:07.513 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-18T08:18:07.514 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-18T08:18:07.514 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-18T08:18:07.514 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-18T08:18:07.514 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-18T08:18:07.514 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-18T08:18:07.514 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-18T08:18:07.514 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-18T08:18:07.514 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-18T08:18:07.514 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-18T08:18:07.514 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-18T08:18:07.514 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-18T08:18:07.514 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-18T08:18:07.514 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-18T08:18:07.515 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-18T08:18:07.515 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-18T08:18:07.515 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-18T08:18:07.515 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-18T08:18:07.515 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-18T08:18:07.515 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-18T08:18:07.515 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-18T08:18:07.515 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-18T08:18:07.515 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-18T08:18:07.515 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-18T08:18:07.515 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-18T08:18:07.515 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-18T08:18:07.515 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-18T08:18:07.516 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-18T08:18:07.516 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-18T08:18:07.516 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-18T08:18:07.516 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-18T08:18:07.516 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-18T08:18:07.516 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-18T08:18:07.516 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-18T08:18:07.516 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-18T08:18:07.516 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-18T08:18:07.516 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-18T08:18:07.516 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.inplace_update_support: 0 2024-09-18T08:18:07.516 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-18T08:18:07.517 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-18T08:18:07.517 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-18T08:18:07.517 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-18T08:18:07.517 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.bloom_locality: 0 2024-09-18T08:18:07.517 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.max_successive_merges: 0 2024-09-18T08:18:07.517 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-18T08:18:07.517 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-18T08:18:07.517 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-18T08:18:07.517 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-18T08:18:07.517 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.ttl: 2592000 2024-09-18T08:18:07.517 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-18T08:18:07.517 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-18T08:18:07.517 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-18T08:18:07.517 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.enable_blob_files: false 2024-09-18T08:18:07.518 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.min_blob_size: 0 2024-09-18T08:18:07.518 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-18T08:18:07.518 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-18T08:18:07.518 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-18T08:18:07.518 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-18T08:18:07.518 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-18T08:18:07.518 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-18T08:18:07.518 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-18T08:18:07.518 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.333+0000 7fe9b08acc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-18T08:18:07.518 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.337+0000 7fe9b08acc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi079/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-18T08:18:07.518 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.337+0000 7fe9b08acc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-18T08:18:07.518 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.337+0000 7fe9b08acc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: aaabce56-de7c-4478-ae0f-4f7923772bde 2024-09-18T08:18:07.518 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.337+0000 7fe9b08acc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726647487338374, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-18T08:18:07.519 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.337+0000 7fe9b08acc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-18T08:18:07.519 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.337+0000 7fe9b08acc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726647487339844, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85852, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 257, "table_properties": {"data_size": 83992, "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": 78241, "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": 1726647487, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "aaabce56-de7c-4478-ae0f-4f7923772bde", "db_session_id": "B8YIY2D3HRO70KXRCQTL", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-18T08:18:07.519 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.337+0000 7fe9b08acc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726647487339984, "job": 1, "event": "recovery_finished"} 2024-09-18T08:18:07.519 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.337+0000 7fe9b08acc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-18T08:18:07.519 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.341+0000 7fe9b08acc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi079/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-18T08:18:07.519 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.341+0000 7fe9b08acc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55700c868e00 2024-09-18T08:18:07.519 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.341+0000 7fe9b08acc80 4 rocksdb: DB pointer 0x55700c96c000 2024-09-18T08:18:07.519 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.341+0000 7fe9a6674640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-18T08:18:07.519 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.341+0000 7fe9a6674640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-18T08:18:07.519 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: ** DB Stats ** 2024-09-18T08:18:07.519 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-18T08:18:07.519 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: 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-18T08:18:07.519 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-18T08:18:07.520 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-18T08:18:07.520 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: 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-18T08:18:07.520 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-18T08:18:07.520 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-18T08:18:07.520 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: ** Compaction Stats [default] ** 2024-09-18T08:18:07.520 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: 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-18T08:18:07.520 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-18T08:18:07.520 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: L0 2/0 85.74 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 90.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-18T08:18:07.520 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: Sum 2/0 85.74 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 90.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-18T08:18:07.520 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 90.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-18T08:18:07.520 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: ** Compaction Stats [default] ** 2024-09-18T08:18:07.520 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: 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-18T08:18:07.520 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-18T08:18:07.521 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 90.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-18T08:18:07.521 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-18T08:18:07.521 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-18T08:18:07.521 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-18T08:18:07.521 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-18T08:18:07.521 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: AddFile(Total Files): cumulative 0, interval 0 2024-09-18T08:18:07.521 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-18T08:18:07.521 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: AddFile(Keys): cumulative 0, interval 0 2024-09-18T08:18:07.521 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: Cumulative compaction: 0.00 GB write, 17.22 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-18T08:18:07.522 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: Interval compaction: 0.00 GB write, 17.22 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-18T08:18:07.522 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: 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-18T08:18:07.522 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: Block cache BinnedLRUCache@0x55700c83b610#7 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-09-18T08:18:07.522 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: 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-18T08:18:07.522 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: ** File Read Latency Histogram By Level [default] ** 2024-09-18T08:18:07.522 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.341+0000 7fe9b08acc80 0 starting mon.smithi079 rank 0 at public addrs [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] at bind addrs [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi079 fsid 331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:18:07.522 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.341+0000 7fe9b08acc80 1 mon.smithi079@-1(???) e1 preinit fsid 331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:18:07.522 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.341+0000 7fe9b08acc80 0 mon.smithi079@-1(???).mds e1 new map 2024-09-18T08:18:07.522 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.341+0000 7fe9b08acc80 0 mon.smithi079@-1(???).mds e1 print_map 2024-09-18T08:18:07.522 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: e1 2024-09-18T08:18:07.522 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: btime 2024-09-18T08:18:00:582194+0000 2024-09-18T08:18:07.522 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-18T08:18:07.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: 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-18T08:18:07.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: legacy client fscid: -1 2024-09-18T08:18:07.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: 2024-09-18T08:18:07.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: No filesystems configured 2024-09-18T08:18:07.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.341+0000 7fe9b08acc80 0 mon.smithi079@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-18T08:18:07.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.341+0000 7fe9b08acc80 0 mon.smithi079@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-18T08:18:07.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.341+0000 7fe9b08acc80 0 mon.smithi079@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-18T08:18:07.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.341+0000 7fe9b08acc80 0 mon.smithi079@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-18T08:18:07.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: debug 2024-09-18T08:18:07.341+0000 7fe9b08acc80 1 mon.smithi079@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-18T08:18:07.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: cluster 2024-09-18T08:18:07.350012+0000 mon.smithi079 (mon.0) 1 : cluster [INF] mon.smithi079 is new leader, mons smithi079 in quorum (ranks 0) 2024-09-18T08:18:07.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: cluster 2024-09-18T08:18:07.350012+0000 mon.smithi079 (mon.0) 1 : cluster [INF] mon.smithi079 is new leader, mons smithi079 in quorum (ranks 0) 2024-09-18T08:18:07.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: cluster 2024-09-18T08:18:07.350069+0000 mon.smithi079 (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-18T08:18:07.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: cluster 2024-09-18T08:18:07.350069+0000 mon.smithi079 (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-18T08:18:07.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: cluster 2024-09-18T08:18:07.350086+0000 mon.smithi079 (mon.0) 3 : cluster [DBG] fsid 331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:18:07.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: cluster 2024-09-18T08:18:07.350086+0000 mon.smithi079 (mon.0) 3 : cluster [DBG] fsid 331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:18:07.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: cluster 2024-09-18T08:18:07.350095+0000 mon.smithi079 (mon.0) 4 : cluster [DBG] last_changed 2024-09-18T08:17:55.726152+0000 2024-09-18T08:18:07.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: cluster 2024-09-18T08:18:07.350095+0000 mon.smithi079 (mon.0) 4 : cluster [DBG] last_changed 2024-09-18T08:17:55.726152+0000 2024-09-18T08:18:07.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: cluster 2024-09-18T08:18:07.350100+0000 mon.smithi079 (mon.0) 5 : cluster [DBG] created 2024-09-18T08:17:55.726152+0000 2024-09-18T08:18:07.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: cluster 2024-09-18T08:18:07.350100+0000 mon.smithi079 (mon.0) 5 : cluster [DBG] created 2024-09-18T08:17:55.726152+0000 2024-09-18T08:18:07.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: cluster 2024-09-18T08:18:07.350107+0000 mon.smithi079 (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-18T08:18:07.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: cluster 2024-09-18T08:18:07.350107+0000 mon.smithi079 (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-18T08:18:07.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: cluster 2024-09-18T08:18:07.350118+0000 mon.smithi079 (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-18T08:18:07.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: cluster 2024-09-18T08:18:07.350118+0000 mon.smithi079 (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-18T08:18:07.525 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: cluster 2024-09-18T08:18:07.350127+0000 mon.smithi079 (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon.smithi079 2024-09-18T08:18:07.525 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: cluster 2024-09-18T08:18:07.350127+0000 mon.smithi079 (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon.smithi079 2024-09-18T08:18:07.525 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: cluster 2024-09-18T08:18:07.350519+0000 mon.smithi079 (mon.0) 9 : cluster [DBG] fsmap 2024-09-18T08:18:07.525 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: cluster 2024-09-18T08:18:07.350519+0000 mon.smithi079 (mon.0) 9 : cluster [DBG] fsmap 2024-09-18T08:18:07.525 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: cluster 2024-09-18T08:18:07.350561+0000 mon.smithi079 (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-18T08:18:07.525 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: cluster 2024-09-18T08:18:07.350561+0000 mon.smithi079 (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-18T08:18:07.525 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: cluster 2024-09-18T08:18:07.350907+0000 mon.smithi079 (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-18T08:18:07.525 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:07 smithi079 bash[19997]: cluster 2024-09-18T08:18:07.350907+0000 mon.smithi079 (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-18T08:18:08.075 INFO:teuthology.orchestra.run.smithi079.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-18T08:18:08.102 INFO:teuthology.orchestra.run.smithi079.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-18T08:18:08.102 INFO:teuthology.orchestra.run.smithi079.stdout:Creating mgr... 2024-09-18T08:18:08.103 INFO:teuthology.orchestra.run.smithi079.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-18T08:18:08.103 INFO:teuthology.orchestra.run.smithi079.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-18T08:18:08.103 INFO:teuthology.orchestra.run.smithi079.stdout:Verifying port 0.0.0.0:8443 ... 2024-09-18T08:18:08.444 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:08 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:18:08.451 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-331e14a2-7596-11ef-bceb-c7b262605968@mgr.smithi079.dmaxqe 2024-09-18T08:18:08.451 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Failed to reset failed state of unit ceph-331e14a2-7596-11ef-bceb-c7b262605968@mgr.smithi079.dmaxqe.service: Unit ceph-331e14a2-7596-11ef-bceb-c7b262605968@mgr.smithi079.dmaxqe.service not loaded. 2024-09-18T08:18:08.675 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968.target.wants/ceph-331e14a2-7596-11ef-bceb-c7b262605968@mgr.smithi079.dmaxqe.service -> /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service. 2024-09-18T08:18:08.684 INFO:teuthology.orchestra.run.smithi079.stdout:firewalld does not appear to be present 2024-09-18T08:18:08.684 INFO:teuthology.orchestra.run.smithi079.stdout:Not possible to enable service . firewalld.service is not available 2024-09-18T08:18:08.684 INFO:teuthology.orchestra.run.smithi079.stdout:firewalld does not appear to be present 2024-09-18T08:18:08.684 INFO:teuthology.orchestra.run.smithi079.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-09-18T08:18:08.684 INFO:teuthology.orchestra.run.smithi079.stdout:Waiting for mgr to start... 2024-09-18T08:18:08.684 INFO:teuthology.orchestra.run.smithi079.stdout:Waiting for mgr... 2024-09-18T08:18:08.843 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:08 smithi079 bash[19997]: audit 2024-09-18T08:18:07.485608+0000 mon.smithi079 (mon.0) 12 : audit [INF] from='client.? 172.21.15.79:0/2764959560' entity='client.admin' 2024-09-18T08:18:08.843 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:08 smithi079 bash[19997]: audit 2024-09-18T08:18:07.485608+0000 mon.smithi079 (mon.0) 12 : audit [INF] from='client.? 172.21.15.79:0/2764959560' entity='client.admin' 2024-09-18T08:18:08.843 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:08 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:18:10.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:10 smithi079 bash[19997]: audit 2024-09-18T08:18:10.401533+0000 mon.smithi079 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.79:0/120066087' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-18T08:18:10.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:10 smithi079 bash[19997]: audit 2024-09-18T08:18:10.401533+0000 mon.smithi079 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.79:0/120066087' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-18T08:18:10.958 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2024-09-18T08:18:10.958 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout { 2024-09-18T08:18:10.958 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "fsid": "331e14a2-7596-11ef-bceb-c7b262605968", 2024-09-18T08:18:10.958 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "health": { 2024-09-18T08:18:10.958 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-18T08:18:10.959 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-18T08:18:10.959 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-18T08:18:10.959 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-18T08:18:10.959 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-18T08:18:10.959 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-18T08:18:10.959 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 0 2024-09-18T08:18:10.959 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ], 2024-09-18T08:18:10.959 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-18T08:18:10.959 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "smithi079" 2024-09-18T08:18:10.959 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ], 2024-09-18T08:18:10.959 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-09-18T08:18:10.959 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-18T08:18:10.959 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T08:18:10.960 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-18T08:18:10.960 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-18T08:18:10.960 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-18T08:18:10.960 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-18T08:18:10.960 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T08:18:10.960 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-18T08:18:10.960 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-18T08:18:10.960 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-18T08:18:10.960 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-18T08:18:10.960 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-18T08:18:10.960 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-18T08:18:10.964 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-18T08:18:10.964 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-18T08:18:10.964 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-18T08:18:10.964 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-18T08:18:10.964 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-18T08:18:10.964 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-18T08:18:10.964 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-18T08:18:10.964 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-18T08:18:10.964 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-18T08:18:10.964 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-18T08:18:10.964 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-18T08:18:10.965 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-18T08:18:10.965 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T08:18:10.965 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "btime": "2024-09-18T08:18:00:582194+0000", 2024-09-18T08:18:10.965 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-18T08:18:10.965 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-18T08:18:10.965 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-18T08:18:10.965 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-18T08:18:10.965 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-18T08:18:10.965 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-18T08:18:10.965 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-18T08:18:10.965 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-18T08:18:10.965 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-18T08:18:10.965 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "restful" 2024-09-18T08:18:10.966 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ], 2024-09-18T08:18:10.966 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-18T08:18:10.966 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-18T08:18:10.966 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-18T08:18:10.966 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T08:18:10.966 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "modified": "2024-09-18T08:18:00.582918+0000", 2024-09-18T08:18:10.966 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-18T08:18:10.966 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-18T08:18:10.966 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-18T08:18:10.966 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout } 2024-09-18T08:18:10.966 INFO:teuthology.orchestra.run.smithi079.stdout:mgr not available, waiting (1/15)... 2024-09-18T08:18:14.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:14 smithi079 bash[19997]: audit 2024-09-18T08:18:14.105160+0000 mon.smithi079 (mon.0) 14 : audit [DBG] from='client.? 172.21.15.79:0/4120671741' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-18T08:18:14.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:14 smithi079 bash[19997]: audit 2024-09-18T08:18:14.105160+0000 mon.smithi079 (mon.0) 14 : audit [DBG] from='client.? 172.21.15.79:0/4120671741' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-18T08:18:14.641 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2024-09-18T08:18:14.641 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout { 2024-09-18T08:18:14.641 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "fsid": "331e14a2-7596-11ef-bceb-c7b262605968", 2024-09-18T08:18:14.641 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "health": { 2024-09-18T08:18:14.641 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-18T08:18:14.641 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-18T08:18:14.641 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-18T08:18:14.641 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-18T08:18:14.641 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-18T08:18:14.642 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-18T08:18:14.642 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 0 2024-09-18T08:18:14.642 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ], 2024-09-18T08:18:14.642 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-18T08:18:14.642 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "smithi079" 2024-09-18T08:18:14.642 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ], 2024-09-18T08:18:14.642 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-09-18T08:18:14.642 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-18T08:18:14.642 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T08:18:14.642 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-18T08:18:14.642 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-18T08:18:14.642 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-18T08:18:14.642 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-18T08:18:14.643 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T08:18:14.643 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-18T08:18:14.643 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-18T08:18:14.643 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-18T08:18:14.643 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-18T08:18:14.643 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-18T08:18:14.643 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-18T08:18:14.643 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-18T08:18:14.643 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-18T08:18:14.643 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-18T08:18:14.643 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-18T08:18:14.643 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-18T08:18:14.644 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-18T08:18:14.644 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-18T08:18:14.644 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-18T08:18:14.644 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-18T08:18:14.644 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-18T08:18:14.644 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-18T08:18:14.644 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-18T08:18:14.644 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T08:18:14.644 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "btime": "2024-09-18T08:18:00:582194+0000", 2024-09-18T08:18:14.644 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-18T08:18:14.644 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-18T08:18:14.644 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-18T08:18:14.644 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-18T08:18:14.645 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-18T08:18:14.645 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-18T08:18:14.645 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-18T08:18:14.645 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-18T08:18:14.645 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-18T08:18:14.645 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "restful" 2024-09-18T08:18:14.645 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ], 2024-09-18T08:18:14.645 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-18T08:18:14.645 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-18T08:18:14.645 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-18T08:18:14.645 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T08:18:14.645 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "modified": "2024-09-18T08:18:00.582918+0000", 2024-09-18T08:18:14.646 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-18T08:18:14.646 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-18T08:18:14.646 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-18T08:18:14.646 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout } 2024-09-18T08:18:14.646 INFO:teuthology.orchestra.run.smithi079.stdout:mgr not available, waiting (2/15)... 2024-09-18T08:18:16.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:16 smithi079 bash[19997]: cluster 2024-09-18T08:18:16.080405+0000 mon.smithi079 (mon.0) 15 : cluster [INF] Activating manager daemon smithi079.dmaxqe 2024-09-18T08:18:16.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:16 smithi079 bash[19997]: cluster 2024-09-18T08:18:16.080405+0000 mon.smithi079 (mon.0) 15 : cluster [INF] Activating manager daemon smithi079.dmaxqe 2024-09-18T08:18:16.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:16 smithi079 bash[19997]: cluster 2024-09-18T08:18:16.087815+0000 mon.smithi079 (mon.0) 16 : cluster [DBG] mgrmap e2: smithi079.dmaxqe(active, starting, since 0.00796636s) 2024-09-18T08:18:16.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:16 smithi079 bash[19997]: cluster 2024-09-18T08:18:16.087815+0000 mon.smithi079 (mon.0) 16 : cluster [DBG] mgrmap e2: smithi079.dmaxqe(active, starting, since 0.00796636s) 2024-09-18T08:18:16.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:16 smithi079 bash[19997]: audit 2024-09-18T08:18:16.088834+0000 mon.smithi079 (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.79:0/2242143747' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mds metadata"} : dispatch 2024-09-18T08:18:16.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:16 smithi079 bash[19997]: audit 2024-09-18T08:18:16.088834+0000 mon.smithi079 (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.79:0/2242143747' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mds metadata"} : dispatch 2024-09-18T08:18:16.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:16 smithi079 bash[19997]: audit 2024-09-18T08:18:16.089010+0000 mon.smithi079 (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.79:0/2242143747' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata"} : dispatch 2024-09-18T08:18:16.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:16 smithi079 bash[19997]: audit 2024-09-18T08:18:16.089010+0000 mon.smithi079 (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.79:0/2242143747' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata"} : dispatch 2024-09-18T08:18:16.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:16 smithi079 bash[19997]: audit 2024-09-18T08:18:16.089175+0000 mon.smithi079 (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.79:0/2242143747' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata"} : dispatch 2024-09-18T08:18:16.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:16 smithi079 bash[19997]: audit 2024-09-18T08:18:16.089175+0000 mon.smithi079 (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.79:0/2242143747' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata"} : dispatch 2024-09-18T08:18:16.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:16 smithi079 bash[19997]: audit 2024-09-18T08:18:16.089330+0000 mon.smithi079 (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.79:0/2242143747' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-18T08:18:16.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:16 smithi079 bash[19997]: audit 2024-09-18T08:18:16.089330+0000 mon.smithi079 (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.79:0/2242143747' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-18T08:18:16.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:16 smithi079 bash[19997]: audit 2024-09-18T08:18:16.090595+0000 mon.smithi079 (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.79:0/2242143747' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mgr metadata", "who": "smithi079.dmaxqe", "id": "smithi079.dmaxqe"} : dispatch 2024-09-18T08:18:16.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:16 smithi079 bash[19997]: audit 2024-09-18T08:18:16.090595+0000 mon.smithi079 (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.79:0/2242143747' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mgr metadata", "who": "smithi079.dmaxqe", "id": "smithi079.dmaxqe"} : dispatch 2024-09-18T08:18:16.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:16 smithi079 bash[19997]: cluster 2024-09-18T08:18:16.120160+0000 mon.smithi079 (mon.0) 22 : cluster [INF] Manager daemon smithi079.dmaxqe is now available 2024-09-18T08:18:16.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:16 smithi079 bash[19997]: cluster 2024-09-18T08:18:16.120160+0000 mon.smithi079 (mon.0) 22 : cluster [INF] Manager daemon smithi079.dmaxqe is now available 2024-09-18T08:18:16.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:16 smithi079 bash[19997]: audit 2024-09-18T08:18:16.131421+0000 mon.smithi079 (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.79:0/2242143747' entity='mgr.smithi079.dmaxqe' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.dmaxqe/mirror_snapshot_schedule"} : dispatch 2024-09-18T08:18:16.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:16 smithi079 bash[19997]: audit 2024-09-18T08:18:16.131421+0000 mon.smithi079 (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.79:0/2242143747' entity='mgr.smithi079.dmaxqe' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.dmaxqe/mirror_snapshot_schedule"} : dispatch 2024-09-18T08:18:17.569 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:17 smithi079 bash[19997]: audit 2024-09-18T08:18:16.136806+0000 mon.smithi079 (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.79:0/2242143747' entity='mgr.smithi079.dmaxqe' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.dmaxqe/trash_purge_schedule"} : dispatch 2024-09-18T08:18:17.570 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:17 smithi079 bash[19997]: audit 2024-09-18T08:18:16.136806+0000 mon.smithi079 (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.79:0/2242143747' entity='mgr.smithi079.dmaxqe' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.dmaxqe/trash_purge_schedule"} : dispatch 2024-09-18T08:18:17.570 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:17 smithi079 bash[19997]: audit 2024-09-18T08:18:16.141277+0000 mon.smithi079 (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.79:0/2242143747' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:17.570 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:17 smithi079 bash[19997]: audit 2024-09-18T08:18:16.141277+0000 mon.smithi079 (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.79:0/2242143747' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:17.570 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:17 smithi079 bash[19997]: audit 2024-09-18T08:18:16.146702+0000 mon.smithi079 (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.79:0/2242143747' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:17.570 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:17 smithi079 bash[19997]: audit 2024-09-18T08:18:16.146702+0000 mon.smithi079 (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.79:0/2242143747' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:17.570 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:17 smithi079 bash[19997]: audit 2024-09-18T08:18:16.152199+0000 mon.smithi079 (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.79:0/2242143747' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:17.570 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:17 smithi079 bash[19997]: audit 2024-09-18T08:18:16.152199+0000 mon.smithi079 (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.79:0/2242143747' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:17.570 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:17 smithi079 bash[19997]: cluster 2024-09-18T08:18:17.093908+0000 mon.smithi079 (mon.0) 28 : cluster [DBG] mgrmap e3: smithi079.dmaxqe(active, since 1.01406s) 2024-09-18T08:18:17.570 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:17 smithi079 bash[19997]: cluster 2024-09-18T08:18:17.093908+0000 mon.smithi079 (mon.0) 28 : cluster [DBG] mgrmap e3: smithi079.dmaxqe(active, since 1.01406s) 2024-09-18T08:18:18.815 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2024-09-18T08:18:18.815 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout { 2024-09-18T08:18:18.815 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "fsid": "331e14a2-7596-11ef-bceb-c7b262605968", 2024-09-18T08:18:18.815 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "health": { 2024-09-18T08:18:18.815 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-18T08:18:18.816 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-18T08:18:18.816 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-18T08:18:18.816 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-18T08:18:18.816 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-18T08:18:18.816 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-18T08:18:18.816 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 0 2024-09-18T08:18:18.816 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ], 2024-09-18T08:18:18.816 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-18T08:18:18.816 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "smithi079" 2024-09-18T08:18:18.816 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ], 2024-09-18T08:18:18.816 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-09-18T08:18:18.816 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-18T08:18:18.817 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T08:18:18.817 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-18T08:18:18.817 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-18T08:18:18.817 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-18T08:18:18.817 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-18T08:18:18.817 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T08:18:18.817 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-18T08:18:18.817 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-18T08:18:18.817 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-18T08:18:18.817 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-18T08:18:18.817 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-18T08:18:18.817 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-18T08:18:18.821 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-18T08:18:18.821 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-18T08:18:18.821 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-18T08:18:18.821 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-18T08:18:18.821 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-18T08:18:18.821 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-18T08:18:18.822 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-18T08:18:18.822 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-18T08:18:18.822 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-18T08:18:18.822 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-18T08:18:18.822 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-18T08:18:18.822 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-18T08:18:18.822 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T08:18:18.822 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "btime": "2024-09-18T08:18:00:582194+0000", 2024-09-18T08:18:18.822 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-18T08:18:18.822 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-18T08:18:18.822 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-18T08:18:18.822 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-18T08:18:18.822 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-18T08:18:18.823 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-18T08:18:18.823 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-18T08:18:18.823 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-18T08:18:18.823 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-18T08:18:18.823 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "restful" 2024-09-18T08:18:18.823 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ], 2024-09-18T08:18:18.823 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-18T08:18:18.823 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-18T08:18:18.823 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-18T08:18:18.823 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T08:18:18.823 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "modified": "2024-09-18T08:18:00.582918+0000", 2024-09-18T08:18:18.823 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-18T08:18:18.823 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-18T08:18:18.824 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-18T08:18:18.824 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout } 2024-09-18T08:18:18.824 INFO:teuthology.orchestra.run.smithi079.stdout:mgr is available 2024-09-18T08:18:19.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:19 smithi079 bash[19997]: cluster 2024-09-18T08:18:18.143395+0000 mon.smithi079 (mon.0) 29 : cluster [DBG] mgrmap e4: smithi079.dmaxqe(active, since 2s) 2024-09-18T08:18:19.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:19 smithi079 bash[19997]: cluster 2024-09-18T08:18:18.143395+0000 mon.smithi079 (mon.0) 29 : cluster [DBG] mgrmap e4: smithi079.dmaxqe(active, since 2s) 2024-09-18T08:18:19.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:19 smithi079 bash[19997]: audit 2024-09-18T08:18:18.233503+0000 mon.smithi079 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.79:0/3561048502' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-18T08:18:19.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:19 smithi079 bash[19997]: audit 2024-09-18T08:18:18.233503+0000 mon.smithi079 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.79:0/3561048502' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-18T08:18:20.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:20 smithi079 bash[19997]: audit 2024-09-18T08:18:20.328920+0000 mon.smithi079 (mon.0) 31 : audit [INF] from='client.? 172.21.15.79:0/3960259856' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-18T08:18:20.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:20 smithi079 bash[19997]: audit 2024-09-18T08:18:20.328920+0000 mon.smithi079 (mon.0) 31 : audit [INF] from='client.? 172.21.15.79:0/3960259856' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-18T08:18:20.912 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2024-09-18T08:18:20.912 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout [global] 2024-09-18T08:18:20.913 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout fsid = 331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:18:20.913 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-18T08:18:20.913 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.79:3300,v1:172.21.15.79:6789] 2024-09-18T08:18:20.913 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-18T08:18:20.913 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-18T08:18:20.913 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-18T08:18:20.913 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-18T08:18:20.913 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2024-09-18T08:18:20.914 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-18T08:18:20.914 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-18T08:18:20.914 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2024-09-18T08:18:20.914 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout [osd] 2024-09-18T08:18:20.914 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-18T08:18:20.914 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-18T08:18:20.915 INFO:teuthology.orchestra.run.smithi079.stdout:Enabling cephadm module... 2024-09-18T08:18:22.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:22 smithi079 bash[19997]: audit 2024-09-18T08:18:22.480477+0000 mon.smithi079 (mon.0) 32 : audit [INF] from='client.? 172.21.15.79:0/4164020372' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-18T08:18:22.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:22 smithi079 bash[19997]: audit 2024-09-18T08:18:22.480477+0000 mon.smithi079 (mon.0) 32 : audit [INF] from='client.? 172.21.15.79:0/4164020372' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-18T08:18:23.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:23 smithi079 bash[19997]: audit 2024-09-18T08:18:22.532398+0000 mon.smithi079 (mon.0) 33 : audit [INF] from='client.? 172.21.15.79:0/4164020372' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-18T08:18:23.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:23 smithi079 bash[19997]: audit 2024-09-18T08:18:22.532398+0000 mon.smithi079 (mon.0) 33 : audit [INF] from='client.? 172.21.15.79:0/4164020372' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-18T08:18:23.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:23 smithi079 bash[19997]: cluster 2024-09-18T08:18:22.538299+0000 mon.smithi079 (mon.0) 34 : cluster [DBG] mgrmap e5: smithi079.dmaxqe(active, since 6s) 2024-09-18T08:18:23.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:23 smithi079 bash[19997]: cluster 2024-09-18T08:18:22.538299+0000 mon.smithi079 (mon.0) 34 : cluster [DBG] mgrmap e5: smithi079.dmaxqe(active, since 6s) 2024-09-18T08:18:24.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:24 smithi079 bash[19997]: audit 2024-09-18T08:18:24.538068+0000 mon.smithi079 (mon.0) 35 : audit [DBG] from='client.? 172.21.15.79:0/909634327' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-18T08:18:24.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:24 smithi079 bash[19997]: audit 2024-09-18T08:18:24.538068+0000 mon.smithi079 (mon.0) 35 : audit [DBG] from='client.? 172.21.15.79:0/909634327' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-18T08:18:25.060 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout { 2024-09-18T08:18:25.060 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-18T08:18:25.060 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-18T08:18:25.060 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "active_name": "smithi079.dmaxqe", 2024-09-18T08:18:25.060 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-18T08:18:25.060 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout } 2024-09-18T08:18:25.060 INFO:teuthology.orchestra.run.smithi079.stdout:Waiting for the mgr to restart... 2024-09-18T08:18:25.060 INFO:teuthology.orchestra.run.smithi079.stdout:Waiting for mgr epoch 5... 2024-09-18T08:18:29.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:28 smithi079 bash[19997]: cluster 2024-09-18T08:18:28.584030+0000 mon.smithi079 (mon.0) 36 : cluster [INF] Active manager daemon smithi079.dmaxqe restarted 2024-09-18T08:18:29.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:28 smithi079 bash[19997]: cluster 2024-09-18T08:18:28.584030+0000 mon.smithi079 (mon.0) 36 : cluster [INF] Active manager daemon smithi079.dmaxqe restarted 2024-09-18T08:18:29.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:28 smithi079 bash[19997]: cluster 2024-09-18T08:18:28.584603+0000 mon.smithi079 (mon.0) 37 : cluster [INF] Activating manager daemon smithi079.dmaxqe 2024-09-18T08:18:29.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:28 smithi079 bash[19997]: cluster 2024-09-18T08:18:28.584603+0000 mon.smithi079 (mon.0) 37 : cluster [INF] Activating manager daemon smithi079.dmaxqe 2024-09-18T08:18:29.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:28 smithi079 bash[19997]: cluster 2024-09-18T08:18:28.588296+0000 mon.smithi079 (mon.0) 38 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-18T08:18:29.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:28 smithi079 bash[19997]: cluster 2024-09-18T08:18:28.588296+0000 mon.smithi079 (mon.0) 38 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-18T08:18:29.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:28 smithi079 bash[19997]: cluster 2024-09-18T08:18:28.588413+0000 mon.smithi079 (mon.0) 39 : cluster [DBG] mgrmap e6: smithi079.dmaxqe(active, starting, since 0.00401642s) 2024-09-18T08:18:29.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:28 smithi079 bash[19997]: cluster 2024-09-18T08:18:28.588413+0000 mon.smithi079 (mon.0) 39 : cluster [DBG] mgrmap e6: smithi079.dmaxqe(active, starting, since 0.00401642s) 2024-09-18T08:18:29.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:28 smithi079 bash[19997]: audit 2024-09-18T08:18:28.591992+0000 mon.smithi079 (mon.0) 40 : audit [DBG] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-18T08:18:29.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:28 smithi079 bash[19997]: audit 2024-09-18T08:18:28.591992+0000 mon.smithi079 (mon.0) 40 : audit [DBG] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-18T08:18:29.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:28 smithi079 bash[19997]: audit 2024-09-18T08:18:28.593222+0000 mon.smithi079 (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mgr metadata", "who": "smithi079.dmaxqe", "id": "smithi079.dmaxqe"} : dispatch 2024-09-18T08:18:29.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:28 smithi079 bash[19997]: audit 2024-09-18T08:18:28.593222+0000 mon.smithi079 (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mgr metadata", "who": "smithi079.dmaxqe", "id": "smithi079.dmaxqe"} : dispatch 2024-09-18T08:18:29.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:28 smithi079 bash[19997]: audit 2024-09-18T08:18:28.594408+0000 mon.smithi079 (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mds metadata"} : dispatch 2024-09-18T08:18:29.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:28 smithi079 bash[19997]: audit 2024-09-18T08:18:28.594408+0000 mon.smithi079 (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mds metadata"} : dispatch 2024-09-18T08:18:29.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:28 smithi079 bash[19997]: audit 2024-09-18T08:18:28.594510+0000 mon.smithi079 (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata"} : dispatch 2024-09-18T08:18:29.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:28 smithi079 bash[19997]: audit 2024-09-18T08:18:28.594510+0000 mon.smithi079 (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata"} : dispatch 2024-09-18T08:18:29.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:28 smithi079 bash[19997]: audit 2024-09-18T08:18:28.594623+0000 mon.smithi079 (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata"} : dispatch 2024-09-18T08:18:29.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:28 smithi079 bash[19997]: audit 2024-09-18T08:18:28.594623+0000 mon.smithi079 (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata"} : dispatch 2024-09-18T08:18:29.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:28 smithi079 bash[19997]: cluster 2024-09-18T08:18:28.619817+0000 mon.smithi079 (mon.0) 45 : cluster [INF] Manager daemon smithi079.dmaxqe is now available 2024-09-18T08:18:29.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:28 smithi079 bash[19997]: cluster 2024-09-18T08:18:28.619817+0000 mon.smithi079 (mon.0) 45 : cluster [INF] Manager daemon smithi079.dmaxqe is now available 2024-09-18T08:18:30.234 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout { 2024-09-18T08:18:30.234 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-18T08:18:30.234 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-18T08:18:30.234 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout } 2024-09-18T08:18:30.234 INFO:teuthology.orchestra.run.smithi079.stdout:mgr epoch 5 is available 2024-09-18T08:18:30.234 INFO:teuthology.orchestra.run.smithi079.stdout:Verifying orchestrator module is enabled... 2024-09-18T08:18:30.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:30 smithi079 bash[19997]: audit 2024-09-18T08:18:29.413335+0000 mon.smithi079 (mon.0) 46 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:30.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:30 smithi079 bash[19997]: audit 2024-09-18T08:18:29.413335+0000 mon.smithi079 (mon.0) 46 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:30.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:30 smithi079 bash[19997]: audit 2024-09-18T08:18:29.418816+0000 mon.smithi079 (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:30.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:30 smithi079 bash[19997]: audit 2024-09-18T08:18:29.418816+0000 mon.smithi079 (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:30.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:30 smithi079 bash[19997]: cephadm 2024-09-18T08:18:29.419561+0000 mgr.smithi079.dmaxqe (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-18T08:18:30.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:30 smithi079 bash[19997]: cephadm 2024-09-18T08:18:29.419561+0000 mgr.smithi079.dmaxqe (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-18T08:18:30.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:30 smithi079 bash[19997]: audit 2024-09-18T08:18:29.423601+0000 mon.smithi079 (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:30.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:30 smithi079 bash[19997]: audit 2024-09-18T08:18:29.423601+0000 mon.smithi079 (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:30.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:30 smithi079 bash[19997]: audit 2024-09-18T08:18:29.429574+0000 mon.smithi079 (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:30.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:30 smithi079 bash[19997]: audit 2024-09-18T08:18:29.429574+0000 mon.smithi079 (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:30.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:30 smithi079 bash[19997]: audit 2024-09-18T08:18:29.433183+0000 mon.smithi079 (mon.0) 50 : audit [DBG] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:18:30.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:30 smithi079 bash[19997]: audit 2024-09-18T08:18:29.433183+0000 mon.smithi079 (mon.0) 50 : audit [DBG] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:18:30.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:30 smithi079 bash[19997]: audit 2024-09-18T08:18:29.435833+0000 mon.smithi079 (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:18:30.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:30 smithi079 bash[19997]: audit 2024-09-18T08:18:29.435833+0000 mon.smithi079 (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:18:30.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:30 smithi079 bash[19997]: audit 2024-09-18T08:18:29.445758+0000 mon.smithi079 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.dmaxqe/mirror_snapshot_schedule"} : dispatch 2024-09-18T08:18:30.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:30 smithi079 bash[19997]: audit 2024-09-18T08:18:29.445758+0000 mon.smithi079 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.dmaxqe/mirror_snapshot_schedule"} : dispatch 2024-09-18T08:18:30.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:30 smithi079 bash[19997]: audit 2024-09-18T08:18:29.447413+0000 mon.smithi079 (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.dmaxqe/trash_purge_schedule"} : dispatch 2024-09-18T08:18:30.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:30 smithi079 bash[19997]: audit 2024-09-18T08:18:29.447413+0000 mon.smithi079 (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.dmaxqe/trash_purge_schedule"} : dispatch 2024-09-18T08:18:30.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:30 smithi079 bash[19997]: cluster 2024-09-18T08:18:29.598741+0000 mon.smithi079 (mon.0) 54 : cluster [DBG] mgrmap e7: smithi079.dmaxqe(active, since 1.0143s) 2024-09-18T08:18:30.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:30 smithi079 bash[19997]: cluster 2024-09-18T08:18:29.598741+0000 mon.smithi079 (mon.0) 54 : cluster [DBG] mgrmap e7: smithi079.dmaxqe(active, since 1.0143s) 2024-09-18T08:18:31.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:31 smithi079 bash[19997]: audit 2024-09-18T08:18:29.596195+0000 mgr.smithi079.dmaxqe (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-18T08:18:31.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:31 smithi079 bash[19997]: audit 2024-09-18T08:18:29.596195+0000 mgr.smithi079.dmaxqe (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-18T08:18:31.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:31 smithi079 bash[19997]: audit 2024-09-18T08:18:29.609934+0000 mgr.smithi079.dmaxqe (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-18T08:18:31.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:31 smithi079 bash[19997]: audit 2024-09-18T08:18:29.609934+0000 mgr.smithi079.dmaxqe (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-18T08:18:31.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:31 smithi079 bash[19997]: audit 2024-09-18T08:18:30.843873+0000 mon.smithi079 (mon.0) 55 : audit [DBG] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:18:31.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:31 smithi079 bash[19997]: audit 2024-09-18T08:18:30.843873+0000 mon.smithi079 (mon.0) 55 : audit [DBG] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:18:32.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: cephadm 2024-09-18T08:18:30.620277+0000 mgr.smithi079.dmaxqe (mgr.14118) 4 : cephadm [INF] [18/Sep/2024:08:18:30] ENGINE Bus STARTING 2024-09-18T08:18:32.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: cephadm 2024-09-18T08:18:30.620277+0000 mgr.smithi079.dmaxqe (mgr.14118) 4 : cephadm [INF] [18/Sep/2024:08:18:30] ENGINE Bus STARTING 2024-09-18T08:18:32.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: cephadm 2024-09-18T08:18:30.722134+0000 mgr.smithi079.dmaxqe (mgr.14118) 5 : cephadm [INF] [18/Sep/2024:08:18:30] ENGINE Serving on http://172.21.15.79:8765 2024-09-18T08:18:32.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: cephadm 2024-09-18T08:18:30.722134+0000 mgr.smithi079.dmaxqe (mgr.14118) 5 : cephadm [INF] [18/Sep/2024:08:18:30] ENGINE Serving on http://172.21.15.79:8765 2024-09-18T08:18:32.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: cephadm 2024-09-18T08:18:30.842862+0000 mgr.smithi079.dmaxqe (mgr.14118) 6 : cephadm [INF] [18/Sep/2024:08:18:30] ENGINE Serving on https://172.21.15.79:7150 2024-09-18T08:18:32.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: cephadm 2024-09-18T08:18:30.842862+0000 mgr.smithi079.dmaxqe (mgr.14118) 6 : cephadm [INF] [18/Sep/2024:08:18:30] ENGINE Serving on https://172.21.15.79:7150 2024-09-18T08:18:32.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: cephadm 2024-09-18T08:18:30.843046+0000 mgr.smithi079.dmaxqe (mgr.14118) 7 : cephadm [INF] [18/Sep/2024:08:18:30] ENGINE Bus STARTED 2024-09-18T08:18:32.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: cephadm 2024-09-18T08:18:30.843046+0000 mgr.smithi079.dmaxqe (mgr.14118) 7 : cephadm [INF] [18/Sep/2024:08:18:30] ENGINE Bus STARTED 2024-09-18T08:18:32.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: cephadm 2024-09-18T08:18:30.845041+0000 mgr.smithi079.dmaxqe (mgr.14118) 8 : cephadm [ERR] [18/Sep/2024:08:18:30] ENGINE Error in HTTPServer.serve 2024-09-18T08:18:32.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: Traceback (most recent call last): 2024-09-18T08:18:32.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-18T08:18:32.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: self._connections.run(self.expiration_interval) 2024-09-18T08:18:32.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-18T08:18:32.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: self._run(expiration_interval) 2024-09-18T08:18:32.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-18T08:18:32.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: new_conn = self._from_server_socket(self.server.socket) 2024-09-18T08:18:32.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-18T08:18:32.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-18T08:18:32.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-18T08:18:32.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: s = self.context.wrap_socket( 2024-09-18T08:18:32.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-18T08:18:32.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: return self.sslsocket_class._create( 2024-09-18T08:18:32.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-18T08:18:32.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: self.do_handshake() 2024-09-18T08:18:32.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-18T08:18:32.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: self._sslobj.do_handshake() 2024-09-18T08:18:32.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-18T08:18:32.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: cephadm 2024-09-18T08:18:30.845041+0000 mgr.smithi079.dmaxqe (mgr.14118) 8 : cephadm [ERR] [18/Sep/2024:08:18:30] ENGINE Error in HTTPServer.serve 2024-09-18T08:18:32.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: Traceback (most recent call last): 2024-09-18T08:18:32.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-18T08:18:32.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: self._connections.run(self.expiration_interval) 2024-09-18T08:18:32.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-18T08:18:32.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: self._run(expiration_interval) 2024-09-18T08:18:32.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-18T08:18:32.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: new_conn = self._from_server_socket(self.server.socket) 2024-09-18T08:18:32.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-18T08:18:32.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-18T08:18:32.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-18T08:18:32.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: s = self.context.wrap_socket( 2024-09-18T08:18:32.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-18T08:18:32.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: return self.sslsocket_class._create( 2024-09-18T08:18:32.863 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-18T08:18:32.863 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: self.do_handshake() 2024-09-18T08:18:32.863 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-18T08:18:32.863 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: self._sslobj.do_handshake() 2024-09-18T08:18:32.863 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-18T08:18:32.863 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: cluster 2024-09-18T08:18:31.419113+0000 mon.smithi079 (mon.0) 56 : cluster [DBG] mgrmap e8: smithi079.dmaxqe(active, since 2s) 2024-09-18T08:18:32.863 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: cluster 2024-09-18T08:18:31.419113+0000 mon.smithi079 (mon.0) 56 : cluster [DBG] mgrmap e8: smithi079.dmaxqe(active, since 2s) 2024-09-18T08:18:32.863 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: audit 2024-09-18T08:18:31.709999+0000 mon.smithi079 (mon.0) 57 : audit [INF] from='client.? 172.21.15.79:0/1667323340' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-18T08:18:32.863 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:32 smithi079 bash[19997]: audit 2024-09-18T08:18:31.709999+0000 mon.smithi079 (mon.0) 57 : audit [INF] from='client.? 172.21.15.79:0/1667323340' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-18T08:18:33.008 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2024-09-18T08:18:33.008 INFO:teuthology.orchestra.run.smithi079.stdout:Setting orchestrator backend to cephadm... 2024-09-18T08:18:33.816 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:33 smithi079 bash[19997]: audit 2024-09-18T08:18:32.421654+0000 mon.smithi079 (mon.0) 58 : audit [INF] from='client.? 172.21.15.79:0/1667323340' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-18T08:18:33.816 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:33 smithi079 bash[19997]: audit 2024-09-18T08:18:32.421654+0000 mon.smithi079 (mon.0) 58 : audit [INF] from='client.? 172.21.15.79:0/1667323340' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-18T08:18:33.816 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:33 smithi079 bash[19997]: cluster 2024-09-18T08:18:32.428951+0000 mon.smithi079 (mon.0) 59 : cluster [DBG] mgrmap e9: smithi079.dmaxqe(active, since 3s) 2024-09-18T08:18:33.816 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:33 smithi079 bash[19997]: cluster 2024-09-18T08:18:32.428951+0000 mon.smithi079 (mon.0) 59 : cluster [DBG] mgrmap e9: smithi079.dmaxqe(active, since 3s) 2024-09-18T08:18:35.833 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:35 smithi079 bash[19997]: audit 2024-09-18T08:18:34.365833+0000 mgr.smithi079.dmaxqe (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-18T08:18:35.833 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:35 smithi079 bash[19997]: audit 2024-09-18T08:18:34.365833+0000 mgr.smithi079.dmaxqe (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-18T08:18:35.833 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:35 smithi079 bash[19997]: audit 2024-09-18T08:18:34.373993+0000 mon.smithi079 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:35.833 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:35 smithi079 bash[19997]: audit 2024-09-18T08:18:34.373993+0000 mon.smithi079 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:35.833 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:35 smithi079 bash[19997]: audit 2024-09-18T08:18:34.390662+0000 mon.smithi079 (mon.0) 61 : audit [DBG] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:18:35.833 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:35 smithi079 bash[19997]: audit 2024-09-18T08:18:34.390662+0000 mon.smithi079 (mon.0) 61 : audit [DBG] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:18:36.917 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-18T08:18:36.917 INFO:teuthology.orchestra.run.smithi079.stdout:Generating ssh key... 2024-09-18T08:18:37.015 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:36 smithi079 bash[19997]: audit 2024-09-18T08:18:36.361708+0000 mgr.smithi079.dmaxqe (mgr.14118) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:18:37.015 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:36 smithi079 bash[19997]: audit 2024-09-18T08:18:36.361708+0000 mgr.smithi079.dmaxqe (mgr.14118) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:18:39.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:39 smithi079 bash[19997]: audit 2024-09-18T08:18:38.312184+0000 mgr.smithi079.dmaxqe (mgr.14118) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:18:39.849 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:39 smithi079 bash[19997]: audit 2024-09-18T08:18:38.312184+0000 mgr.smithi079.dmaxqe (mgr.14118) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:18:39.849 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:39 smithi079 bash[19997]: cephadm 2024-09-18T08:18:38.312562+0000 mgr.smithi079.dmaxqe (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-18T08:18:39.849 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:39 smithi079 bash[19997]: cephadm 2024-09-18T08:18:38.312562+0000 mgr.smithi079.dmaxqe (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-18T08:18:39.849 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:39 smithi079 bash[19997]: audit 2024-09-18T08:18:38.495488+0000 mon.smithi079 (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:39.849 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:39 smithi079 bash[19997]: audit 2024-09-18T08:18:38.495488+0000 mon.smithi079 (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:39.849 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:39 smithi079 bash[19997]: audit 2024-09-18T08:18:38.501065+0000 mon.smithi079 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:39.849 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:39 smithi079 bash[19997]: audit 2024-09-18T08:18:38.501065+0000 mon.smithi079 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:40.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:40 smithi079 bash[19997]: audit 2024-09-18T08:18:40.379366+0000 mgr.smithi079.dmaxqe (mgr.14118) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:18:40.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:40 smithi079 bash[19997]: audit 2024-09-18T08:18:40.379366+0000 mgr.smithi079.dmaxqe (mgr.14118) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:18:40.956 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8of/z9o6mg79Rgo1YlOWaSgA1Q19EOZmaVGvZcXjsjyKw0h7MOVowpKFz3EbU31VdMuu5IpHZsjj6bDGXX+j3hRDrYdgRPldKtn2w9qY8w1pQEe4VWgULF91KCvytqPI4gJZIBczG31oH1yNvYfhmVy1otoXDaKX8G9sy+ciDO51c0MPfb9UCn6JmpEksHcVjAdlmyqOKdpIngPgAh3rYhR/SkILgT2VegOqhq/xtw8w3LuFb9c4Ka/YfZFkiONFW7UOAhS2NVtLaUYooE6RhXsnwhzRPYm2OuxXUWtNj9c4gbmPwc6N3XGQBOLmO8c3E2ZAOGyNyIjRFCzh6ZLgZU3mtEKZwQthp7z4kHQ//bKSw85b2QHRqaHNpxayblLsFmVCVec2ZgxmaglRT818QW8Lw9ttsJsJ33eGOd5nVrprpc6hAJfplowgQR0SfH8DHX+flQZi52YkQ42fcazrLMgu/LDkGHfgFIo2pFTYwp+zzQvRUM+3zBxC0rHkS/Z8= ceph-331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:18:40.957 INFO:teuthology.orchestra.run.smithi079.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-18T08:18:40.957 INFO:teuthology.orchestra.run.smithi079.stdout:Adding key to root@localhost authorized_keys... 2024-09-18T08:18:40.957 INFO:teuthology.orchestra.run.smithi079.stdout:Adding host smithi079... 2024-09-18T08:18:42.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:42 smithi079 bash[19997]: audit 2024-09-18T08:18:42.371947+0000 mgr.smithi079.dmaxqe (mgr.14118) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi079", "addr": "172.21.15.79", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:18:42.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:42 smithi079 bash[19997]: audit 2024-09-18T08:18:42.371947+0000 mgr.smithi079.dmaxqe (mgr.14118) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi079", "addr": "172.21.15.79", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:18:43.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:43 smithi079 bash[19997]: cephadm 2024-09-18T08:18:43.322416+0000 mgr.smithi079.dmaxqe (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi079 2024-09-18T08:18:43.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:43 smithi079 bash[19997]: cephadm 2024-09-18T08:18:43.322416+0000 mgr.smithi079.dmaxqe (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi079 2024-09-18T08:18:47.147 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout Added host 'smithi079' with addr '172.21.15.79' 2024-09-18T08:18:47.147 INFO:teuthology.orchestra.run.smithi079.stdout:Deploying mon service with default placement... 2024-09-18T08:18:47.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:47 smithi079 bash[19997]: audit 2024-09-18T08:18:46.395615+0000 mon.smithi079 (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:47.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:47 smithi079 bash[19997]: audit 2024-09-18T08:18:46.395615+0000 mon.smithi079 (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:47.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:47 smithi079 bash[19997]: cephadm 2024-09-18T08:18:46.396010+0000 mgr.smithi079.dmaxqe (mgr.14118) 16 : cephadm [INF] Added host smithi079 2024-09-18T08:18:47.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:47 smithi079 bash[19997]: cephadm 2024-09-18T08:18:46.396010+0000 mgr.smithi079.dmaxqe (mgr.14118) 16 : cephadm [INF] Added host smithi079 2024-09-18T08:18:47.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:47 smithi079 bash[19997]: audit 2024-09-18T08:18:46.396372+0000 mon.smithi079 (mon.0) 65 : audit [DBG] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:18:47.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:47 smithi079 bash[19997]: audit 2024-09-18T08:18:46.396372+0000 mon.smithi079 (mon.0) 65 : audit [DBG] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:18:50.280 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-18T08:18:50.280 INFO:teuthology.orchestra.run.smithi079.stdout:Deploying mgr service with default placement... 2024-09-18T08:18:50.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:50 smithi079 bash[19997]: cluster 2024-09-18T08:18:48.596077+0000 mgr.smithi079.dmaxqe (mgr.14118) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:18:50.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:50 smithi079 bash[19997]: cluster 2024-09-18T08:18:48.596077+0000 mgr.smithi079.dmaxqe (mgr.14118) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:18:50.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:50 smithi079 bash[19997]: audit 2024-09-18T08:18:49.372314+0000 mgr.smithi079.dmaxqe (mgr.14118) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:18:50.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:50 smithi079 bash[19997]: audit 2024-09-18T08:18:49.372314+0000 mgr.smithi079.dmaxqe (mgr.14118) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:18:50.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:50 smithi079 bash[19997]: cephadm 2024-09-18T08:18:49.375011+0000 mgr.smithi079.dmaxqe (mgr.14118) 19 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-18T08:18:50.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:50 smithi079 bash[19997]: cephadm 2024-09-18T08:18:49.375011+0000 mgr.smithi079.dmaxqe (mgr.14118) 19 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-18T08:18:50.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:50 smithi079 bash[19997]: audit 2024-09-18T08:18:49.379719+0000 mon.smithi079 (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:50.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:50 smithi079 bash[19997]: audit 2024-09-18T08:18:49.379719+0000 mon.smithi079 (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:50.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:50 smithi079 bash[19997]: audit 2024-09-18T08:18:49.938261+0000 mon.smithi079 (mon.0) 67 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:50.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:50 smithi079 bash[19997]: audit 2024-09-18T08:18:49.938261+0000 mon.smithi079 (mon.0) 67 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:51.800 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:51 smithi079 bash[19997]: audit 2024-09-18T08:18:50.506395+0000 mon.smithi079 (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:51.800 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:51 smithi079 bash[19997]: audit 2024-09-18T08:18:50.506395+0000 mon.smithi079 (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:52.414 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-18T08:18:52.414 INFO:teuthology.orchestra.run.smithi079.stdout:Deploying crash service with default placement... 2024-09-18T08:18:52.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:52 smithi079 bash[19997]: cluster 2024-09-18T08:18:50.596376+0000 mgr.smithi079.dmaxqe (mgr.14118) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:18:52.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:52 smithi079 bash[19997]: cluster 2024-09-18T08:18:50.596376+0000 mgr.smithi079.dmaxqe (mgr.14118) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:18:52.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:52 smithi079 bash[19997]: audit 2024-09-18T08:18:51.787393+0000 mon.smithi079 (mon.0) 69 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:52.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:52 smithi079 bash[19997]: audit 2024-09-18T08:18:51.787393+0000 mon.smithi079 (mon.0) 69 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:53.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:53 smithi079 bash[19997]: audit 2024-09-18T08:18:51.778210+0000 mgr.smithi079.dmaxqe (mgr.14118) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:18:53.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:53 smithi079 bash[19997]: audit 2024-09-18T08:18:51.778210+0000 mgr.smithi079.dmaxqe (mgr.14118) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:18:53.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:53 smithi079 bash[19997]: cephadm 2024-09-18T08:18:51.780117+0000 mgr.smithi079.dmaxqe (mgr.14118) 22 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-18T08:18:53.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:53 smithi079 bash[19997]: cephadm 2024-09-18T08:18:51.780117+0000 mgr.smithi079.dmaxqe (mgr.14118) 22 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-18T08:18:54.539 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2024-09-18T08:18:54.539 INFO:teuthology.orchestra.run.smithi079.stdout:Deploying ceph-exporter service with default placement... 2024-09-18T08:18:54.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:54 smithi079 bash[19997]: cluster 2024-09-18T08:18:52.596760+0000 mgr.smithi079.dmaxqe (mgr.14118) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:18:54.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:54 smithi079 bash[19997]: cluster 2024-09-18T08:18:52.596760+0000 mgr.smithi079.dmaxqe (mgr.14118) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:18:54.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:54 smithi079 bash[19997]: audit 2024-09-18T08:18:53.963672+0000 mon.smithi079 (mon.0) 70 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:54.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:54 smithi079 bash[19997]: audit 2024-09-18T08:18:53.963672+0000 mon.smithi079 (mon.0) 70 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:55.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:55 smithi079 bash[19997]: audit 2024-09-18T08:18:53.960296+0000 mgr.smithi079.dmaxqe (mgr.14118) 24 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:18:55.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:55 smithi079 bash[19997]: audit 2024-09-18T08:18:53.960296+0000 mgr.smithi079.dmaxqe (mgr.14118) 24 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:18:55.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:55 smithi079 bash[19997]: cephadm 2024-09-18T08:18:53.961242+0000 mgr.smithi079.dmaxqe (mgr.14118) 25 : cephadm [INF] Saving service crash spec with placement * 2024-09-18T08:18:55.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:55 smithi079 bash[19997]: cephadm 2024-09-18T08:18:53.961242+0000 mgr.smithi079.dmaxqe (mgr.14118) 25 : cephadm [INF] Saving service crash spec with placement * 2024-09-18T08:18:56.675 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2024-09-18T08:18:56.676 INFO:teuthology.orchestra.run.smithi079.stdout:Deploying prometheus service with default placement... 2024-09-18T08:18:56.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:56 smithi079 bash[19997]: cluster 2024-09-18T08:18:54.597067+0000 mgr.smithi079.dmaxqe (mgr.14118) 26 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:18:56.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:56 smithi079 bash[19997]: cluster 2024-09-18T08:18:54.597067+0000 mgr.smithi079.dmaxqe (mgr.14118) 26 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:18:56.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:56 smithi079 bash[19997]: audit 2024-09-18T08:18:56.024912+0000 mon.smithi079 (mon.0) 71 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:56.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:56 smithi079 bash[19997]: audit 2024-09-18T08:18:56.024912+0000 mon.smithi079 (mon.0) 71 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:56.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:56 smithi079 bash[19997]: audit 2024-09-18T08:18:56.243144+0000 mon.smithi079 (mon.0) 72 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:56.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:56 smithi079 bash[19997]: audit 2024-09-18T08:18:56.243144+0000 mon.smithi079 (mon.0) 72 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:57.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:57 smithi079 bash[19997]: audit 2024-09-18T08:18:56.016914+0000 mgr.smithi079.dmaxqe (mgr.14118) 27 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:18:57.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:57 smithi079 bash[19997]: audit 2024-09-18T08:18:56.016914+0000 mgr.smithi079.dmaxqe (mgr.14118) 27 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:18:57.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:57 smithi079 bash[19997]: cephadm 2024-09-18T08:18:56.019652+0000 mgr.smithi079.dmaxqe (mgr.14118) 28 : cephadm [INF] Saving service ceph-exporter spec with placement * 2024-09-18T08:18:57.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:57 smithi079 bash[19997]: cephadm 2024-09-18T08:18:56.019652+0000 mgr.smithi079.dmaxqe (mgr.14118) 28 : cephadm [INF] Saving service ceph-exporter spec with placement * 2024-09-18T08:18:57.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:57 smithi079 bash[19997]: audit 2024-09-18T08:18:57.333152+0000 mon.smithi079 (mon.0) 73 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:57.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:57 smithi079 bash[19997]: audit 2024-09-18T08:18:57.333152+0000 mon.smithi079 (mon.0) 73 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:58.738 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-09-18T08:18:58.738 INFO:teuthology.orchestra.run.smithi079.stdout:Deploying grafana service with default placement... 2024-09-18T08:18:58.829 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:58 smithi079 bash[19997]: cluster 2024-09-18T08:18:56.597435+0000 mgr.smithi079.dmaxqe (mgr.14118) 29 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:18:58.829 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:58 smithi079 bash[19997]: cluster 2024-09-18T08:18:56.597435+0000 mgr.smithi079.dmaxqe (mgr.14118) 29 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:18:58.829 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:58 smithi079 bash[19997]: audit 2024-09-18T08:18:58.113642+0000 mon.smithi079 (mon.0) 74 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:58.829 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:58 smithi079 bash[19997]: audit 2024-09-18T08:18:58.113642+0000 mon.smithi079 (mon.0) 74 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:18:59.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:59 smithi079 bash[19997]: audit 2024-09-18T08:18:58.110449+0000 mgr.smithi079.dmaxqe (mgr.14118) 30 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:18:59.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:59 smithi079 bash[19997]: audit 2024-09-18T08:18:58.110449+0000 mgr.smithi079.dmaxqe (mgr.14118) 30 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:18:59.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:59 smithi079 bash[19997]: cephadm 2024-09-18T08:18:58.111345+0000 mgr.smithi079.dmaxqe (mgr.14118) 31 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-18T08:18:59.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:18:59 smithi079 bash[19997]: cephadm 2024-09-18T08:18:58.111345+0000 mgr.smithi079.dmaxqe (mgr.14118) 31 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-18T08:19:00.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:00 smithi079 bash[19997]: cluster 2024-09-18T08:18:58.597870+0000 mgr.smithi079.dmaxqe (mgr.14118) 32 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:00.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:00 smithi079 bash[19997]: cluster 2024-09-18T08:18:58.597870+0000 mgr.smithi079.dmaxqe (mgr.14118) 32 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:00.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:00 smithi079 bash[19997]: audit 2024-09-18T08:19:00.206604+0000 mon.smithi079 (mon.0) 75 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:00.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:00 smithi079 bash[19997]: audit 2024-09-18T08:19:00.206604+0000 mon.smithi079 (mon.0) 75 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:00.913 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2024-09-18T08:19:00.913 INFO:teuthology.orchestra.run.smithi079.stdout:Deploying node-exporter service with default placement... 2024-09-18T08:19:01.851 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:01 smithi079 bash[19997]: audit 2024-09-18T08:19:00.201918+0000 mgr.smithi079.dmaxqe (mgr.14118) 33 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:19:01.851 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:01 smithi079 bash[19997]: audit 2024-09-18T08:19:00.201918+0000 mgr.smithi079.dmaxqe (mgr.14118) 33 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:19:01.851 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:01 smithi079 bash[19997]: cephadm 2024-09-18T08:19:00.203582+0000 mgr.smithi079.dmaxqe (mgr.14118) 34 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-18T08:19:01.852 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:01 smithi079 bash[19997]: cephadm 2024-09-18T08:19:00.203582+0000 mgr.smithi079.dmaxqe (mgr.14118) 34 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-18T08:19:02.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:02 smithi079 bash[19997]: cluster 2024-09-18T08:19:00.598213+0000 mgr.smithi079.dmaxqe (mgr.14118) 35 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:02.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:02 smithi079 bash[19997]: cluster 2024-09-18T08:19:00.598213+0000 mgr.smithi079.dmaxqe (mgr.14118) 35 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:02.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:02 smithi079 bash[19997]: audit 2024-09-18T08:19:02.386130+0000 mon.smithi079 (mon.0) 76 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:02.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:02 smithi079 bash[19997]: audit 2024-09-18T08:19:02.386130+0000 mon.smithi079 (mon.0) 76 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:02.978 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-09-18T08:19:02.979 INFO:teuthology.orchestra.run.smithi079.stdout:Deploying alertmanager service with default placement... 2024-09-18T08:19:03.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:03 smithi079 bash[19997]: audit 2024-09-18T08:19:02.382263+0000 mgr.smithi079.dmaxqe (mgr.14118) 36 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:19:03.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:03 smithi079 bash[19997]: audit 2024-09-18T08:19:02.382263+0000 mgr.smithi079.dmaxqe (mgr.14118) 36 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:19:03.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:03 smithi079 bash[19997]: cephadm 2024-09-18T08:19:02.383152+0000 mgr.smithi079.dmaxqe (mgr.14118) 37 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-18T08:19:03.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:03 smithi079 bash[19997]: cephadm 2024-09-18T08:19:02.383152+0000 mgr.smithi079.dmaxqe (mgr.14118) 37 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-18T08:19:04.675 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:04 smithi079 bash[19997]: cluster 2024-09-18T08:19:02.598585+0000 mgr.smithi079.dmaxqe (mgr.14118) 38 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:04.675 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:04 smithi079 bash[19997]: cluster 2024-09-18T08:19:02.598585+0000 mgr.smithi079.dmaxqe (mgr.14118) 38 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:05.817 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-09-18T08:19:06.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:05 smithi079 bash[19997]: cluster 2024-09-18T08:19:04.598959+0000 mgr.smithi079.dmaxqe (mgr.14118) 39 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:06.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:05 smithi079 bash[19997]: cluster 2024-09-18T08:19:04.598959+0000 mgr.smithi079.dmaxqe (mgr.14118) 39 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:06.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:06 smithi079 bash[19997]: audit 2024-09-18T08:19:04.924408+0000 mgr.smithi079.dmaxqe (mgr.14118) 40 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:19:06.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:06 smithi079 bash[19997]: audit 2024-09-18T08:19:04.924408+0000 mgr.smithi079.dmaxqe (mgr.14118) 40 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:19:06.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:06 smithi079 bash[19997]: cephadm 2024-09-18T08:19:04.925524+0000 mgr.smithi079.dmaxqe (mgr.14118) 41 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-18T08:19:06.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:06 smithi079 bash[19997]: cephadm 2024-09-18T08:19:04.925524+0000 mgr.smithi079.dmaxqe (mgr.14118) 41 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-18T08:19:06.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:06 smithi079 bash[19997]: audit 2024-09-18T08:19:04.930512+0000 mon.smithi079 (mon.0) 77 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:06.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:06 smithi079 bash[19997]: audit 2024-09-18T08:19:04.930512+0000 mon.smithi079 (mon.0) 77 : audit [INF] from='mgr.14118 172.21.15.79:0/1130580065' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:08.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:08 smithi079 bash[19997]: cluster 2024-09-18T08:19:06.599379+0000 mgr.smithi079.dmaxqe (mgr.14118) 42 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:08.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:08 smithi079 bash[19997]: cluster 2024-09-18T08:19:06.599379+0000 mgr.smithi079.dmaxqe (mgr.14118) 42 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:08.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:08 smithi079 bash[19997]: audit 2024-09-18T08:19:07.357674+0000 mon.smithi079 (mon.0) 78 : audit [INF] from='client.? 172.21.15.79:0/2909621011' entity='client.admin' 2024-09-18T08:19:08.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:08 smithi079 bash[19997]: audit 2024-09-18T08:19:07.357674+0000 mon.smithi079 (mon.0) 78 : audit [INF] from='client.? 172.21.15.79:0/2909621011' entity='client.admin' 2024-09-18T08:19:09.892 INFO:teuthology.orchestra.run.smithi079.stdout:Enabling the dashboard module... 2024-09-18T08:19:10.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:10 smithi079 bash[19997]: cluster 2024-09-18T08:19:08.599779+0000 mgr.smithi079.dmaxqe (mgr.14118) 43 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:10.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:10 smithi079 bash[19997]: cluster 2024-09-18T08:19:08.599779+0000 mgr.smithi079.dmaxqe (mgr.14118) 43 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:10.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:10 smithi079 bash[19997]: audit 2024-09-18T08:19:09.300639+0000 mon.smithi079 (mon.0) 79 : audit [INF] from='client.? 172.21.15.79:0/906328241' entity='client.admin' 2024-09-18T08:19:10.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:10 smithi079 bash[19997]: audit 2024-09-18T08:19:09.300639+0000 mon.smithi079 (mon.0) 79 : audit [INF] from='client.? 172.21.15.79:0/906328241' entity='client.admin' 2024-09-18T08:19:12.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:12 smithi079 bash[19997]: cluster 2024-09-18T08:19:10.600151+0000 mgr.smithi079.dmaxqe (mgr.14118) 44 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:12.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:12 smithi079 bash[19997]: cluster 2024-09-18T08:19:10.600151+0000 mgr.smithi079.dmaxqe (mgr.14118) 44 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:12.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:12 smithi079 bash[19997]: audit 2024-09-18T08:19:11.391074+0000 mon.smithi079 (mon.0) 80 : audit [INF] from='client.? 172.21.15.79:0/1011776194' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-18T08:19:12.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:12 smithi079 bash[19997]: audit 2024-09-18T08:19:11.391074+0000 mon.smithi079 (mon.0) 80 : audit [INF] from='client.? 172.21.15.79:0/1011776194' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-18T08:19:13.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:13 smithi079 bash[19997]: audit 2024-09-18T08:19:12.307640+0000 mon.smithi079 (mon.0) 81 : audit [INF] from='client.? 172.21.15.79:0/1011776194' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-18T08:19:13.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:13 smithi079 bash[19997]: audit 2024-09-18T08:19:12.307640+0000 mon.smithi079 (mon.0) 81 : audit [INF] from='client.? 172.21.15.79:0/1011776194' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-18T08:19:13.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:13 smithi079 bash[19997]: cluster 2024-09-18T08:19:12.313981+0000 mon.smithi079 (mon.0) 82 : cluster [DBG] mgrmap e10: smithi079.dmaxqe(active, since 43s) 2024-09-18T08:19:13.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:13 smithi079 bash[19997]: cluster 2024-09-18T08:19:12.313981+0000 mon.smithi079 (mon.0) 82 : cluster [DBG] mgrmap e10: smithi079.dmaxqe(active, since 43s) 2024-09-18T08:19:14.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:14 smithi079 bash[19997]: audit 2024-09-18T08:19:14.539901+0000 mon.smithi079 (mon.0) 83 : audit [DBG] from='client.? 172.21.15.79:0/2555321363' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-18T08:19:14.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:14 smithi079 bash[19997]: audit 2024-09-18T08:19:14.539901+0000 mon.smithi079 (mon.0) 83 : audit [DBG] from='client.? 172.21.15.79:0/2555321363' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-18T08:19:15.089 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout { 2024-09-18T08:19:15.090 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 10, 2024-09-18T08:19:15.090 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-18T08:19:15.090 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "active_name": "smithi079.dmaxqe", 2024-09-18T08:19:15.090 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-18T08:19:15.090 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout } 2024-09-18T08:19:15.090 INFO:teuthology.orchestra.run.smithi079.stdout:Waiting for the mgr to restart... 2024-09-18T08:19:15.090 INFO:teuthology.orchestra.run.smithi079.stdout:Waiting for mgr epoch 10... 2024-09-18T08:19:18.812 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:18 smithi079 bash[19997]: cluster 2024-09-18T08:19:18.367824+0000 mon.smithi079 (mon.0) 84 : cluster [INF] Active manager daemon smithi079.dmaxqe restarted 2024-09-18T08:19:18.812 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:18 smithi079 bash[19997]: cluster 2024-09-18T08:19:18.367824+0000 mon.smithi079 (mon.0) 84 : cluster [INF] Active manager daemon smithi079.dmaxqe restarted 2024-09-18T08:19:18.812 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:18 smithi079 bash[19997]: cluster 2024-09-18T08:19:18.368285+0000 mon.smithi079 (mon.0) 85 : cluster [INF] Activating manager daemon smithi079.dmaxqe 2024-09-18T08:19:18.813 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:18 smithi079 bash[19997]: cluster 2024-09-18T08:19:18.368285+0000 mon.smithi079 (mon.0) 85 : cluster [INF] Activating manager daemon smithi079.dmaxqe 2024-09-18T08:19:18.813 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:18 smithi079 bash[19997]: cluster 2024-09-18T08:19:18.372108+0000 mon.smithi079 (mon.0) 86 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-18T08:19:18.813 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:18 smithi079 bash[19997]: cluster 2024-09-18T08:19:18.372108+0000 mon.smithi079 (mon.0) 86 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-18T08:19:18.813 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:18 smithi079 bash[19997]: cluster 2024-09-18T08:19:18.372229+0000 mon.smithi079 (mon.0) 87 : cluster [DBG] mgrmap e11: smithi079.dmaxqe(active, starting, since 0.00415777s) 2024-09-18T08:19:18.813 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:18 smithi079 bash[19997]: cluster 2024-09-18T08:19:18.372229+0000 mon.smithi079 (mon.0) 87 : cluster [DBG] mgrmap e11: smithi079.dmaxqe(active, starting, since 0.00415777s) 2024-09-18T08:19:18.813 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:18 smithi079 bash[19997]: audit 2024-09-18T08:19:18.376777+0000 mon.smithi079 (mon.0) 88 : audit [DBG] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-18T08:19:18.813 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:18 smithi079 bash[19997]: audit 2024-09-18T08:19:18.376777+0000 mon.smithi079 (mon.0) 88 : audit [DBG] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-18T08:19:18.813 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:18 smithi079 bash[19997]: audit 2024-09-18T08:19:18.378987+0000 mon.smithi079 (mon.0) 89 : audit [DBG] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mgr metadata", "who": "smithi079.dmaxqe", "id": "smithi079.dmaxqe"} : dispatch 2024-09-18T08:19:18.813 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:18 smithi079 bash[19997]: audit 2024-09-18T08:19:18.378987+0000 mon.smithi079 (mon.0) 89 : audit [DBG] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mgr metadata", "who": "smithi079.dmaxqe", "id": "smithi079.dmaxqe"} : dispatch 2024-09-18T08:19:18.813 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:18 smithi079 bash[19997]: audit 2024-09-18T08:19:18.379952+0000 mon.smithi079 (mon.0) 90 : audit [DBG] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mds metadata"} : dispatch 2024-09-18T08:19:18.813 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:18 smithi079 bash[19997]: audit 2024-09-18T08:19:18.379952+0000 mon.smithi079 (mon.0) 90 : audit [DBG] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mds metadata"} : dispatch 2024-09-18T08:19:18.814 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:18 smithi079 bash[19997]: audit 2024-09-18T08:19:18.380265+0000 mon.smithi079 (mon.0) 91 : audit [DBG] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata"} : dispatch 2024-09-18T08:19:18.814 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:18 smithi079 bash[19997]: audit 2024-09-18T08:19:18.380265+0000 mon.smithi079 (mon.0) 91 : audit [DBG] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata"} : dispatch 2024-09-18T08:19:18.814 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:18 smithi079 bash[19997]: audit 2024-09-18T08:19:18.380415+0000 mon.smithi079 (mon.0) 92 : audit [DBG] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata"} : dispatch 2024-09-18T08:19:18.814 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:18 smithi079 bash[19997]: audit 2024-09-18T08:19:18.380415+0000 mon.smithi079 (mon.0) 92 : audit [DBG] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata"} : dispatch 2024-09-18T08:19:18.814 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:18 smithi079 bash[19997]: cluster 2024-09-18T08:19:18.403805+0000 mon.smithi079 (mon.0) 93 : cluster [INF] Manager daemon smithi079.dmaxqe is now available 2024-09-18T08:19:18.814 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:18 smithi079 bash[19997]: cluster 2024-09-18T08:19:18.403805+0000 mon.smithi079 (mon.0) 93 : cluster [INF] Manager daemon smithi079.dmaxqe is now available 2024-09-18T08:19:19.776 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:19 smithi079 bash[19997]: audit 2024-09-18T08:19:18.665847+0000 mon.smithi079 (mon.0) 94 : audit [DBG] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:19:19.776 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:19 smithi079 bash[19997]: audit 2024-09-18T08:19:18.665847+0000 mon.smithi079 (mon.0) 94 : audit [DBG] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:19:19.776 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:19 smithi079 bash[19997]: audit 2024-09-18T08:19:18.681803+0000 mon.smithi079 (mon.0) 95 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.dmaxqe/mirror_snapshot_schedule"} : dispatch 2024-09-18T08:19:19.776 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:19 smithi079 bash[19997]: audit 2024-09-18T08:19:18.681803+0000 mon.smithi079 (mon.0) 95 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.dmaxqe/mirror_snapshot_schedule"} : dispatch 2024-09-18T08:19:19.776 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:19 smithi079 bash[19997]: audit 2024-09-18T08:19:18.684332+0000 mon.smithi079 (mon.0) 96 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.dmaxqe/trash_purge_schedule"} : dispatch 2024-09-18T08:19:19.776 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:19 smithi079 bash[19997]: audit 2024-09-18T08:19:18.684332+0000 mon.smithi079 (mon.0) 96 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.dmaxqe/trash_purge_schedule"} : dispatch 2024-09-18T08:19:19.776 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:19 smithi079 bash[19997]: cluster 2024-09-18T08:19:19.375152+0000 mon.smithi079 (mon.0) 97 : cluster [DBG] mgrmap e12: smithi079.dmaxqe(active, since 1.00708s) 2024-09-18T08:19:19.776 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:19 smithi079 bash[19997]: cluster 2024-09-18T08:19:19.375152+0000 mon.smithi079 (mon.0) 97 : cluster [DBG] mgrmap e12: smithi079.dmaxqe(active, since 1.00708s) 2024-09-18T08:19:20.081 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout { 2024-09-18T08:19:20.081 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 12, 2024-09-18T08:19:20.082 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-18T08:19:20.082 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout } 2024-09-18T08:19:20.082 INFO:teuthology.orchestra.run.smithi079.stdout:mgr epoch 10 is available 2024-09-18T08:19:20.082 INFO:teuthology.orchestra.run.smithi079.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-09-18T08:19:20.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: cephadm 2024-09-18T08:19:19.652269+0000 mgr.smithi079.dmaxqe (mgr.14164) 3 : cephadm [INF] [18/Sep/2024:08:19:19] ENGINE Bus STARTING 2024-09-18T08:19:20.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: cephadm 2024-09-18T08:19:19.652269+0000 mgr.smithi079.dmaxqe (mgr.14164) 3 : cephadm [INF] [18/Sep/2024:08:19:19] ENGINE Bus STARTING 2024-09-18T08:19:20.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: cephadm 2024-09-18T08:19:19.771779+0000 mgr.smithi079.dmaxqe (mgr.14164) 4 : cephadm [INF] [18/Sep/2024:08:19:19] ENGINE Serving on https://172.21.15.79:7150 2024-09-18T08:19:20.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: cephadm 2024-09-18T08:19:19.771779+0000 mgr.smithi079.dmaxqe (mgr.14164) 4 : cephadm [INF] [18/Sep/2024:08:19:19] ENGINE Serving on https://172.21.15.79:7150 2024-09-18T08:19:20.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: cephadm 2024-09-18T08:19:19.776200+0000 mgr.smithi079.dmaxqe (mgr.14164) 5 : cephadm [ERR] [18/Sep/2024:08:19:19] ENGINE Error in HTTPServer.serve 2024-09-18T08:19:20.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: Traceback (most recent call last): 2024-09-18T08:19:20.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-18T08:19:20.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: self._connections.run(self.expiration_interval) 2024-09-18T08:19:20.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-18T08:19:20.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: self._run(expiration_interval) 2024-09-18T08:19:20.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-18T08:19:20.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: new_conn = self._from_server_socket(self.server.socket) 2024-09-18T08:19:20.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-18T08:19:20.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-18T08:19:20.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-18T08:19:20.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: s = self.context.wrap_socket( 2024-09-18T08:19:20.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-18T08:19:20.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: return self.sslsocket_class._create( 2024-09-18T08:19:20.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-18T08:19:20.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: self.do_handshake() 2024-09-18T08:19:20.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-18T08:19:20.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: self._sslobj.do_handshake() 2024-09-18T08:19:20.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-18T08:19:20.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: cephadm 2024-09-18T08:19:19.776200+0000 mgr.smithi079.dmaxqe (mgr.14164) 5 : cephadm [ERR] [18/Sep/2024:08:19:19] ENGINE Error in HTTPServer.serve 2024-09-18T08:19:20.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: Traceback (most recent call last): 2024-09-18T08:19:20.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-18T08:19:20.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: self._connections.run(self.expiration_interval) 2024-09-18T08:19:20.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-18T08:19:20.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: self._run(expiration_interval) 2024-09-18T08:19:20.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-18T08:19:20.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: new_conn = self._from_server_socket(self.server.socket) 2024-09-18T08:19:20.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-18T08:19:20.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-18T08:19:20.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-18T08:19:20.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: s = self.context.wrap_socket( 2024-09-18T08:19:20.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-18T08:19:20.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: return self.sslsocket_class._create( 2024-09-18T08:19:20.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-18T08:19:20.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: self.do_handshake() 2024-09-18T08:19:20.863 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-18T08:19:20.863 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: self._sslobj.do_handshake() 2024-09-18T08:19:20.863 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-18T08:19:20.863 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: cephadm 2024-09-18T08:19:19.872787+0000 mgr.smithi079.dmaxqe (mgr.14164) 6 : cephadm [INF] [18/Sep/2024:08:19:19] ENGINE Serving on http://172.21.15.79:8765 2024-09-18T08:19:20.863 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: cephadm 2024-09-18T08:19:19.872787+0000 mgr.smithi079.dmaxqe (mgr.14164) 6 : cephadm [INF] [18/Sep/2024:08:19:19] ENGINE Serving on http://172.21.15.79:8765 2024-09-18T08:19:20.863 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: cephadm 2024-09-18T08:19:19.872935+0000 mgr.smithi079.dmaxqe (mgr.14164) 7 : cephadm [INF] [18/Sep/2024:08:19:19] ENGINE Bus STARTED 2024-09-18T08:19:20.863 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:20 smithi079 bash[19997]: cephadm 2024-09-18T08:19:19.872935+0000 mgr.smithi079.dmaxqe (mgr.14164) 7 : cephadm [INF] [18/Sep/2024:08:19:19] ENGINE Bus STARTED 2024-09-18T08:19:21.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:21 smithi079 bash[19997]: cluster 2024-09-18T08:19:20.429918+0000 mon.smithi079 (mon.0) 98 : cluster [DBG] mgrmap e13: smithi079.dmaxqe(active, since 2s) 2024-09-18T08:19:21.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:21 smithi079 bash[19997]: cluster 2024-09-18T08:19:20.429918+0000 mon.smithi079 (mon.0) 98 : cluster [DBG] mgrmap e13: smithi079.dmaxqe(active, since 2s) 2024-09-18T08:19:22.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:22 smithi079 bash[19997]: audit 2024-09-18T08:19:21.734656+0000 mgr.smithi079.dmaxqe (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-18T08:19:22.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:22 smithi079 bash[19997]: audit 2024-09-18T08:19:21.734656+0000 mgr.smithi079.dmaxqe (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-18T08:19:22.914 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+zCCAuOgAwIBAgIUD/LyEA+qCwp+QyzncIMHnuivGd8wDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxODA4MTkyMloXDTM0\nMDkxOTA4MTkyMlowFzEVMBMGA1UEAwwMMTcyLjIxLjE1Ljc5MIICIjANBgkqhkiG\n9w0BAQEFAAOCAg8AMIICCgKCAgEAqXQ1NbvXDtDebr0ZWc8zioKdpV0jKZsj+SIk\nbEnWFLTug5lCRbT5VzSIS2+F7nZo1KxXJJnS4CGZi5w9sVzFQ+EJiCFvOSYms5fN\nRl7N6HuZrvjFO9OOroSl9gpfpIb8oQS4PdHNq4wlwGgxGiT23mZLIhXYdLomHDLb\n035lcx5E0NmZ9iVRy+vDg8LkLZH17CzQpFpzNNMloaJ3737lv9web8xg8qUJmZiL\ntokKaSW79LjF7X3dox9KNnq+iRAgkXIvuzEhJtKw9fXQXMXg/nApNRgu8NCNno7X\n3TKtMUoXOdrpqWyAPZMuHoUkYJx6wHVFCBbstqqZsZz9eN66rIgpdsvgT4sGxvCJ\nBCJzvrlCZHbwlZrxsWqHwf6MVeCyd62iwF8TZOWPN2BsN5IeFPp+WYI+9fKsshOZ\nrP1dhToDBZC816e9cX7GrxmQsL9cJztH7h46Gpg912lA9JjT1HSOOkn7uDRn9vke\nIIOjJGQ0v+VvgvicANs1dJcNSBeeupkm4cdc1Mio1e6W5dIW3BVint2zVgP90+NZ\n4i+Cju0oNs2geoENpGBJHGrfMR24aYwotBuDjmEs9qsvObM6wNX/3i8PXO+f8K2m\nLLQolScC36xYsA0JZrEZnS+PtkxlOC7N8FlH+zSDa3Zy8aDtvuo7yIU0JDS6oGUR\nsRm7CfECAwEAAaM/MD0wLQYDVR0RBCYwJIIJc21pdGhpMDc5ghFkYXNoYm9hcmRf\nc2VydmVyc4cErBUPTzAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQBi\ngrlcaVTqLUO7cmRK5pPu53c4MtECe0pV9ncbFUl9NlQS+X6uVDheKQFX1QxDdjfS\n7olJxytb/Mvk8wKL/1Sc+XvgMLifeC/oFTii8ZUvuaF5AcEP+wng73lijoKuDA26\n6OZj1SxIrkjmlOLQ4/Qwm2k45a+X9jDOLgyQx+L8RSMC5klimd4VMPVcBDzDTRGK\ndxqkugQV6uMZRVBZGGL+fNArgjBuDw7DXpIzHAX5Ut3mLS9yK/y5OuUpKYiTdjGL\n4brQmh67POZkfSpd7evifVTREyqWC6QcXQ8yXOBAZ7YlmWIMOGT7gWLD/QWeZ9Si\n4zllq8ftiIE664QeBpxGnwTFYbRtkF2DO3OTeGgrwQhf6ejI+1Pkg8Td+gd5z6wh\nRCdMc9s2qrUcx3BFfxUMHu8cZ1U3T3VvqxTiJYpOM5pL4Euw/ByE+TtXd5EMNyt6\nNmY2lH3ijFDbKv17ZNhHRsfcUjMeKbNCAFocw08KBzZW/llL+9XWe/3NTSPPCyBa\nYsjZOyFi7y9UYoqRaG/EphVLhGMsrKoKRX1FhBwlze+bgu4mVuN+XtaJfGGYU8sF\nNKQFdYEl+5YBWbDQp8rx3L6xwc4UxDbiEwVzviEMFi8pn16oFyMROzetpN/syoLu\nFb/7dxRNRFMZU+FvbOVpc1QOrf6ZPb9iRhYTUHykkg==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKAIBAAKCAgEAqXQ1NbvXDtDebr0ZWc8zioKdpV0jKZsj+SIkbEnWFLTug5lC\nRbT5VzSIS2+F7nZo1KxXJJnS4CGZi5w9sVzFQ+EJiCFvOSYms5fNRl7N6HuZrvjF\nO9OOroSl9gpfpIb8oQS4PdHNq4wlwGgxGiT23mZLIhXYdLomHDLb035lcx5E0NmZ\n9iVRy+vDg8LkLZH17CzQpFpzNNMloaJ3737lv9web8xg8qUJmZiLtokKaSW79LjF\n7X3dox9KNnq+iRAgkXIvuzEhJtKw9fXQXMXg/nApNRgu8NCNno7X3TKtMUoXOdrp\nqWyAPZMuHoUkYJx6wHVFCBbstqqZsZz9eN66rIgpdsvgT4sGxvCJBCJzvrlCZHbw\nlZrxsWqHwf6MVeCyd62iwF8TZOWPN2BsN5IeFPp+WYI+9fKsshOZrP1dhToDBZC8\n16e9cX7GrxmQsL9cJztH7h46Gpg912lA9JjT1HSOOkn7uDRn9vkeIIOjJGQ0v+Vv\ngvicANs1dJcNSBeeupkm4cdc1Mio1e6W5dIW3BVint2zVgP90+NZ4i+Cju0oNs2g\neoENpGBJHGrfMR24aYwotBuDjmEs9qsvObM6wNX/3i8PXO+f8K2mLLQolScC36xY\nsA0JZrEZnS+PtkxlOC7N8FlH+zSDa3Zy8aDtvuo7yIU0JDS6oGURsRm7CfECAwEA\nAQKCAgAo3kwO/5SokBt1XcoFbQGjQElBHqtiV3ZfmaprK4ukRtbXilj/ctxH+fV9\nLBKDJq+1yzLhMvA2+iOMFkySwCsbaeTgnh+zCs5+tffeJvNGRLkWCA2ZljZtRLS6\nGFpk1eGL/BVrY3RVEWHxe6+L/KpFjSpFuDsSO+sBFgsKgQt6riwuqqyFPw7xPZVT\n6+cYToGfSlevq9jpPptu1j5S1qoWkcINeJ9RJhigoLfheD+4iE9CgGXMF3Ui6GL/\nrK7TY75XFdEJNpomQN5JE9YC6f6PnwFxOrnnfoUJXq4VPSmkH5hmbbO5Ft/++cY/\nuiDB5Dt+u0nA37aLf629tn0zb5RZrxKylF+eA5iCWYU5e48fVXJjNdlnar0a5v1l\nFSutLv8oXmEJHtLrYgC+HkVxRm+jqsgMxqd2WwODhAY9qTHsUekZoTYCDkMUZABo\nXECDhr/jW2uFYC6MuSKQCbpQvdiJMwSQHcH+odv845CzaEA4i94w2hys6gevZv7k\n4pW1GUqnWxLPjW98q8w61IKICbnGTt31uUNdZkYMMH1D8siCSVRWIlxNiCrx0jpM\nxQDHH81yh+WJ9Js9OmRHZ5bJkJDdPvWGLNmallb5qpA5EigaMOZrlzaiEXGk0mHV\nteYSuVfVcjuRyc52Y/5uWZ7aArX/rXPBfbH75cWicXuOylrzGQKCAQEA6HZzJd4F\nBuzuFDvmnSxk12nxZcf/tvvjxhFFh0FeOqzdg5oiFzfl9aHFfpRCUa+MJi3h9KRG\ntK6cw+7vvMMzzycBrkl7BXKevsWstV5KLyZshRbSynLdZPzOLgRJDDBA0PpLpxsM\nJgZejqAmPRHpvV1ERLIeAQp8qxEDs/4oO0GFT3J9gjxvkSCsKDyrE+b+hJEmmYnA\nd09tNa86rbadlQSDLdIVWS7d3sQ5MxCeqLe5NpZc1GqdkpohW8mHaW1w2+eOZ9R1\n4QP2/tNKBeiosb0s7RP2SD0MsRh0T+ZwjktevJoYPP7Coc/nKoW+2z57bPfAh28h\nu6esdIZhoNibAwKCAQEAupyKD6N4n6iionRkOKj36tKj+exINdcyrIYZLEqSq1x1\nHUfTHZWOeIaYivDgGebnga9aQjjwcOqCauF89jxav816b+If5KWLd+rINAwNGz/E\n9YFlQJpcRR0wz4Z8UW/L0LRvpsNRZCWwZNR7ow3+PN+BMc1hOwAdTDCOyz2lRTk1\nlXf4Ev+D1vRYR2IXj2o0TZlS1TMYz5TNpXKblfACzn4WDfeJIvBVHL5Fef4fY3gM\n/PnvdOGmHX2FqJJIV4/dy5lQSlwMqn2GqebgstSZztQOdPz8wXdp1vPHqtUGZEyY\nmD9gK5JDcxrgY2ya4761bG5Bj+bd34HtUDt9gPRa+wKCAQBjw6H7WGNT647phCOe\nxJSqlj8RbVnjUAsa0ALE31rvV4zhk96ZlFXOqxS1FC+6GtrM79gPRAlMNbv1oq+k\nlSnA936TK9nuJpjWSsOqOsMfpR/hpj/kvpMhahWaTiCDaJoIlcKt/r+h+g3OrBB9\nGRj1Ofe4e7DAxZ1nVS//qU3e0GnEBOC0afd/k0QPKKpLKlGE1z53mlTNX3sBFSjb\nsInEkGEz4vtigOibWB8sOS++PMryEGnah78EUb2LRNwmdN+AoMnO6bGFVkxEZK1a\nB9WOIiALxwtlST4PKu2P9NfNWa9YxdEtLDCffTg6WZflQ9V4mIM6HImfnYA3qgxw\nGUW9AoIBAHX3QRtztmwPeYgC1dwvjFFoiPoTkO5gNIt1VfJ2zdL/5pT085NPGLo+\nM64ZaUFWg2Cqzf7w6aYnyPvxwUITkzaOmWii5JBwygKra5XjTGG+ZS7hdnVpXwzd\n0B5QIMSGTKyJc89Sx1/sp16GKAZCcUZf79bgwyc+AkdIpuv580EYUjRDm5G+7sPy\nwN+XNdeWRqwLUZ6u529J3NpK4endyJhqglyf75Qjo1pBOcBNkeAaYvOEuAgGITGh\nSN3wY0TfEFGFgIkROXyJT5iV99N0rCpgSSdRSiKu7zxP7RekBJ9hAFG2NoA0vOjF\nw7V2UU/JHf0GkfF6+yUwiClhAgyD7AMCggEBANYCpLYLOKsn0tAdCU6OMpR6J2vh\nHN/arPLapmHkjEte2XlHHxcgEfhtHxibdZ7A3oSSXIm4Af5OtIwC8C/JwApq9mXI\nJMUMTjy+MGYtDWYQjjF8dvKgC0zbPshEqm59QXHwrZFFBLpHC0Jf8ooE9/RsDX+T\n1dBaQ3lbanbR7HRK6pZ7ywcUjcuheOlW7DFnzOMICpkd1+5eOmIyttgpDrdkNmMs\nmT69M0+5k371nnX73d48hhYa+t4HFKbB1aku6D8EJ1ou1/Miq4OrSCN2/uFVT+lc\nFV0mYlwfTFDpCtBWpziU0FwtEqoHbVRzCm+58r7k3DBxElJkrI3MIXg/Yik=\n-----END RSA PRIVATE KEY-----\n"} 2024-09-18T08:19:24.910 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-09-18T08:19:25.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:25 smithi079 bash[19997]: audit 2024-09-18T08:19:24.326628+0000 mgr.smithi079.dmaxqe (mgr.14164) 9 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:19:25.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:25 smithi079 bash[19997]: audit 2024-09-18T08:19:24.326628+0000 mgr.smithi079.dmaxqe (mgr.14164) 9 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:19:25.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:25 smithi079 bash[19997]: audit 2024-09-18T08:19:24.330688+0000 mon.smithi079 (mon.0) 99 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:25.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:25 smithi079 bash[19997]: audit 2024-09-18T08:19:24.330688+0000 mon.smithi079 (mon.0) 99 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:26.920 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-09-18T08:19:26.920 INFO:teuthology.orchestra.run.smithi079.stdout:Creating initial admin user... 2024-09-18T08:19:27.001 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:26 smithi079 bash[19997]: audit 2024-09-18T08:19:25.626599+0000 mon.smithi079 (mon.0) 100 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:27.001 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:26 smithi079 bash[19997]: audit 2024-09-18T08:19:25.626599+0000 mon.smithi079 (mon.0) 100 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:27.001 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:26 smithi079 bash[19997]: audit 2024-09-18T08:19:26.310102+0000 mgr.smithi079.dmaxqe (mgr.14164) 10 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:19:27.001 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:26 smithi079 bash[19997]: audit 2024-09-18T08:19:26.310102+0000 mgr.smithi079.dmaxqe (mgr.14164) 10 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:19:27.002 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:26 smithi079 bash[19997]: audit 2024-09-18T08:19:26.314429+0000 mon.smithi079 (mon.0) 101 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:27.002 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:26 smithi079 bash[19997]: audit 2024-09-18T08:19:26.314429+0000 mon.smithi079 (mon.0) 101 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:28.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:27 smithi079 bash[19997]: audit 2024-09-18T08:19:26.738062+0000 mon.smithi079 (mon.0) 102 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:28.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:27 smithi079 bash[19997]: audit 2024-09-18T08:19:26.738062+0000 mon.smithi079 (mon.0) 102 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:29.270 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$vTd9I27eB1ACBWzHn73at.0AGXL.5bpSrxhRd9XCE49585XYzFEYG", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726647568, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-18T08:19:29.270 INFO:teuthology.orchestra.run.smithi079.stdout:Fetching dashboard port number... 2024-09-18T08:19:30.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:29 smithi079 bash[19997]: audit 2024-09-18T08:19:28.441324+0000 mgr.smithi079.dmaxqe (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-18T08:19:30.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:29 smithi079 bash[19997]: audit 2024-09-18T08:19:28.441324+0000 mgr.smithi079.dmaxqe (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-18T08:19:30.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:29 smithi079 bash[19997]: audit 2024-09-18T08:19:28.730796+0000 mon.smithi079 (mon.0) 103 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:30.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:29 smithi079 bash[19997]: audit 2024-09-18T08:19:28.730796+0000 mon.smithi079 (mon.0) 103 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:31.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:30 smithi079 bash[19997]: audit 2024-09-18T08:19:30.677098+0000 mon.smithi079 (mon.0) 104 : audit [DBG] from='client.? 172.21.15.79:0/1189824936' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-18T08:19:31.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:30 smithi079 bash[19997]: audit 2024-09-18T08:19:30.677098+0000 mon.smithi079 (mon.0) 104 : audit [DBG] from='client.? 172.21.15.79:0/1189824936' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-18T08:19:31.228 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 8443 2024-09-18T08:19:31.228 INFO:teuthology.orchestra.run.smithi079.stdout:firewalld does not appear to be present 2024-09-18T08:19:31.228 INFO:teuthology.orchestra.run.smithi079.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-18T08:19:31.232 INFO:teuthology.orchestra.run.smithi079.stdout:Ceph Dashboard is now available at: 2024-09-18T08:19:31.232 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:19:31.232 INFO:teuthology.orchestra.run.smithi079.stdout: URL: https://smithi079.front.sepia.ceph.com:8443/ 2024-09-18T08:19:31.232 INFO:teuthology.orchestra.run.smithi079.stdout: User: admin 2024-09-18T08:19:31.232 INFO:teuthology.orchestra.run.smithi079.stdout: Password: md8ef4nc7r 2024-09-18T08:19:31.232 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:19:31.232 INFO:teuthology.orchestra.run.smithi079.stdout:Saving cluster configuration to /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/config directory 2024-09-18T08:19:32.003 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:31 smithi079 bash[19997]: cluster 2024-09-18T08:19:30.733880+0000 mon.smithi079 (mon.0) 105 : cluster [DBG] mgrmap e14: smithi079.dmaxqe(active, since 12s) 2024-09-18T08:19:32.004 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:31 smithi079 bash[19997]: cluster 2024-09-18T08:19:30.733880+0000 mon.smithi079 (mon.0) 105 : cluster [DBG] mgrmap e14: smithi079.dmaxqe(active, since 12s) 2024-09-18T08:19:34.271 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-18T08:19:34.271 INFO:teuthology.orchestra.run.smithi079.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-18T08:19:34.271 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:19:34.271 INFO:teuthology.orchestra.run.smithi079.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-18T08:19:34.271 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:19:34.271 INFO:teuthology.orchestra.run.smithi079.stdout:Or, if you are only running a single cluster on this host: 2024-09-18T08:19:34.272 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:19:34.272 INFO:teuthology.orchestra.run.smithi079.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-18T08:19:34.272 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:19:34.272 INFO:teuthology.orchestra.run.smithi079.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-18T08:19:34.272 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:19:34.272 INFO:teuthology.orchestra.run.smithi079.stdout: ceph telemetry on 2024-09-18T08:19:34.272 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:19:34.272 INFO:teuthology.orchestra.run.smithi079.stdout:For more information see: 2024-09-18T08:19:34.272 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:19:34.272 INFO:teuthology.orchestra.run.smithi079.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-18T08:19:34.272 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:19:34.272 INFO:teuthology.orchestra.run.smithi079.stdout:Bootstrap complete. 2024-09-18T08:19:34.331 INFO:tasks.cephadm:Fetching config... 2024-09-18T08:19:34.332 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-18T08:19:34.332 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-18T08:19:34.338 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-18T08:19:34.338 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-18T08:19:34.338 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-18T08:19:34.385 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-18T08:19:34.385 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-18T08:19:34.385 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/keyring of=/dev/stdout 2024-09-18T08:19:34.441 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-18T08:19:34.441 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-18T08:19:34.442 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-18T08:19:34.489 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-18T08:19:34.490 DEBUG:teuthology.orchestra.run.smithi079:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8of/z9o6mg79Rgo1YlOWaSgA1Q19EOZmaVGvZcXjsjyKw0h7MOVowpKFz3EbU31VdMuu5IpHZsjj6bDGXX+j3hRDrYdgRPldKtn2w9qY8w1pQEe4VWgULF91KCvytqPI4gJZIBczG31oH1yNvYfhmVy1otoXDaKX8G9sy+ciDO51c0MPfb9UCn6JmpEksHcVjAdlmyqOKdpIngPgAh3rYhR/SkILgT2VegOqhq/xtw8w3LuFb9c4Ka/YfZFkiONFW7UOAhS2NVtLaUYooE6RhXsnwhzRPYm2OuxXUWtNj9c4gbmPwc6N3XGQBOLmO8c3E2ZAOGyNyIjRFCzh6ZLgZU3mtEKZwQthp7z4kHQ//bKSw85b2QHRqaHNpxayblLsFmVCVec2ZgxmaglRT818QW8Lw9ttsJsJ33eGOd5nVrprpc6hAJfplowgQR0SfH8DHX+flQZi52YkQ42fcazrLMgu/LDkGHfgFIo2pFTYwp+zzQvRUM+3zBxC0rHkS/Z8= ceph-331e14a2-7596-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-18T08:19:34.556 INFO:teuthology.orchestra.run.smithi079.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8of/z9o6mg79Rgo1YlOWaSgA1Q19EOZmaVGvZcXjsjyKw0h7MOVowpKFz3EbU31VdMuu5IpHZsjj6bDGXX+j3hRDrYdgRPldKtn2w9qY8w1pQEe4VWgULF91KCvytqPI4gJZIBczG31oH1yNvYfhmVy1otoXDaKX8G9sy+ciDO51c0MPfb9UCn6JmpEksHcVjAdlmyqOKdpIngPgAh3rYhR/SkILgT2VegOqhq/xtw8w3LuFb9c4Ka/YfZFkiONFW7UOAhS2NVtLaUYooE6RhXsnwhzRPYm2OuxXUWtNj9c4gbmPwc6N3XGQBOLmO8c3E2ZAOGyNyIjRFCzh6ZLgZU3mtEKZwQthp7z4kHQ//bKSw85b2QHRqaHNpxayblLsFmVCVec2ZgxmaglRT818QW8Lw9ttsJsJ33eGOd5nVrprpc6hAJfplowgQR0SfH8DHX+flQZi52YkQ42fcazrLMgu/LDkGHfgFIo2pFTYwp+zzQvRUM+3zBxC0rHkS/Z8= ceph-331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:19:34.565 DEBUG:teuthology.orchestra.run.smithi135:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8of/z9o6mg79Rgo1YlOWaSgA1Q19EOZmaVGvZcXjsjyKw0h7MOVowpKFz3EbU31VdMuu5IpHZsjj6bDGXX+j3hRDrYdgRPldKtn2w9qY8w1pQEe4VWgULF91KCvytqPI4gJZIBczG31oH1yNvYfhmVy1otoXDaKX8G9sy+ciDO51c0MPfb9UCn6JmpEksHcVjAdlmyqOKdpIngPgAh3rYhR/SkILgT2VegOqhq/xtw8w3LuFb9c4Ka/YfZFkiONFW7UOAhS2NVtLaUYooE6RhXsnwhzRPYm2OuxXUWtNj9c4gbmPwc6N3XGQBOLmO8c3E2ZAOGyNyIjRFCzh6ZLgZU3mtEKZwQthp7z4kHQ//bKSw85b2QHRqaHNpxayblLsFmVCVec2ZgxmaglRT818QW8Lw9ttsJsJ33eGOd5nVrprpc6hAJfplowgQR0SfH8DHX+flQZi52YkQ42fcazrLMgu/LDkGHfgFIo2pFTYwp+zzQvRUM+3zBxC0rHkS/Z8= ceph-331e14a2-7596-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-18T08:19:34.590 INFO:teuthology.orchestra.run.smithi135.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8of/z9o6mg79Rgo1YlOWaSgA1Q19EOZmaVGvZcXjsjyKw0h7MOVowpKFz3EbU31VdMuu5IpHZsjj6bDGXX+j3hRDrYdgRPldKtn2w9qY8w1pQEe4VWgULF91KCvytqPI4gJZIBczG31oH1yNvYfhmVy1otoXDaKX8G9sy+ciDO51c0MPfb9UCn6JmpEksHcVjAdlmyqOKdpIngPgAh3rYhR/SkILgT2VegOqhq/xtw8w3LuFb9c4Ka/YfZFkiONFW7UOAhS2NVtLaUYooE6RhXsnwhzRPYm2OuxXUWtNj9c4gbmPwc6N3XGQBOLmO8c3E2ZAOGyNyIjRFCzh6ZLgZU3mtEKZwQthp7z4kHQ//bKSw85b2QHRqaHNpxayblLsFmVCVec2ZgxmaglRT818QW8Lw9ttsJsJ33eGOd5nVrprpc6hAJfplowgQR0SfH8DHX+flQZi52YkQ42fcazrLMgu/LDkGHfgFIo2pFTYwp+zzQvRUM+3zBxC0rHkS/Z8= ceph-331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:19:34.600 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-18T08:19:34.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:34 smithi079 bash[19997]: audit 2024-09-18T08:19:33.515042+0000 mon.smithi079 (mon.0) 106 : audit [INF] from='client.? 172.21.15.79:0/822721948' entity='client.admin' 2024-09-18T08:19:34.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:34 smithi079 bash[19997]: audit 2024-09-18T08:19:33.515042+0000 mon.smithi079 (mon.0) 106 : audit [INF] from='client.? 172.21.15.79:0/822721948' entity='client.admin' 2024-09-18T08:19:38.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:38 smithi079 bash[19997]: audit 2024-09-18T08:19:37.474861+0000 mon.smithi079 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:38.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:38 smithi079 bash[19997]: audit 2024-09-18T08:19:37.474861+0000 mon.smithi079 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:38.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:38 smithi079 bash[19997]: audit 2024-09-18T08:19:37.477903+0000 mon.smithi079 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:38.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:38 smithi079 bash[19997]: audit 2024-09-18T08:19:37.477903+0000 mon.smithi079 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:38.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:38 smithi079 bash[19997]: audit 2024-09-18T08:19:37.479962+0000 mon.smithi079 (mon.0) 109 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"} : dispatch 2024-09-18T08:19:38.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:38 smithi079 bash[19997]: audit 2024-09-18T08:19:37.479962+0000 mon.smithi079 (mon.0) 109 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"} : dispatch 2024-09-18T08:19:38.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:38 smithi079 bash[19997]: audit 2024-09-18T08:19:37.485149+0000 mon.smithi079 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:38.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:38 smithi079 bash[19997]: audit 2024-09-18T08:19:37.485149+0000 mon.smithi079 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:38.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:38 smithi079 bash[19997]: audit 2024-09-18T08:19:37.487479+0000 mon.smithi079 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi079", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-18T08:19:38.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:38 smithi079 bash[19997]: audit 2024-09-18T08:19:37.487479+0000 mon.smithi079 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi079", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-18T08:19:38.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:38 smithi079 bash[19997]: audit 2024-09-18T08:19:37.489382+0000 mon.smithi079 (mon.0) 112 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi079", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-18T08:19:38.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:38 smithi079 bash[19997]: audit 2024-09-18T08:19:37.489382+0000 mon.smithi079 (mon.0) 112 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi079", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-18T08:19:38.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:38 smithi079 bash[19997]: audit 2024-09-18T08:19:37.492627+0000 mon.smithi079 (mon.0) 113 : audit [DBG] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:19:38.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:38 smithi079 bash[19997]: audit 2024-09-18T08:19:37.492627+0000 mon.smithi079 (mon.0) 113 : audit [DBG] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:19:38.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:38 smithi079 bash[19997]: cephadm 2024-09-18T08:19:37.494442+0000 mgr.smithi079.dmaxqe (mgr.14164) 12 : cephadm [INF] Deploying daemon ceph-exporter.smithi079 on smithi079 2024-09-18T08:19:38.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:38 smithi079 bash[19997]: cephadm 2024-09-18T08:19:37.494442+0000 mgr.smithi079.dmaxqe (mgr.14164) 12 : cephadm [INF] Deploying daemon ceph-exporter.smithi079 on smithi079 2024-09-18T08:19:39.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:39 smithi079 bash[19997]: cluster 2024-09-18T08:19:38.381407+0000 mgr.smithi079.dmaxqe (mgr.14164) 13 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:39.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:39 smithi079 bash[19997]: cluster 2024-09-18T08:19:38.381407+0000 mgr.smithi079.dmaxqe (mgr.14164) 13 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:40.331 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:19:41.752 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:41 smithi079 bash[19997]: cluster 2024-09-18T08:19:40.381907+0000 mgr.smithi079.dmaxqe (mgr.14164) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:41.753 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:41 smithi079 bash[19997]: cluster 2024-09-18T08:19:40.381907+0000 mgr.smithi079.dmaxqe (mgr.14164) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:43.086 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-18T08:19:43.086 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-18T08:19:43.335 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:43 smithi079 bash[19997]: audit 2024-09-18T08:19:42.093288+0000 mon.smithi079 (mon.0) 114 : audit [INF] from='client.? 172.21.15.79:0/2963926468' entity='client.admin' 2024-09-18T08:19:43.335 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:43 smithi079 bash[19997]: audit 2024-09-18T08:19:42.093288+0000 mon.smithi079 (mon.0) 114 : audit [INF] from='client.? 172.21.15.79:0/2963926468' entity='client.admin' 2024-09-18T08:19:43.336 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:43 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:19:43.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:43 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:19:44.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:44 smithi079 bash[19997]: cluster 2024-09-18T08:19:42.382353+0000 mgr.smithi079.dmaxqe (mgr.14164) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:44.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:44 smithi079 bash[19997]: cluster 2024-09-18T08:19:42.382353+0000 mgr.smithi079.dmaxqe (mgr.14164) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:44.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:44 smithi079 bash[19997]: audit 2024-09-18T08:19:43.588355+0000 mon.smithi079 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:44.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:44 smithi079 bash[19997]: audit 2024-09-18T08:19:43.588355+0000 mon.smithi079 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:44.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:44 smithi079 bash[19997]: audit 2024-09-18T08:19:43.593568+0000 mon.smithi079 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:44.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:44 smithi079 bash[19997]: audit 2024-09-18T08:19:43.593568+0000 mon.smithi079 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:44.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:44 smithi079 bash[19997]: audit 2024-09-18T08:19:43.598789+0000 mon.smithi079 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:44.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:44 smithi079 bash[19997]: audit 2024-09-18T08:19:43.598789+0000 mon.smithi079 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:44.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:44 smithi079 bash[19997]: audit 2024-09-18T08:19:43.603929+0000 mon.smithi079 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:44.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:44 smithi079 bash[19997]: audit 2024-09-18T08:19:43.603929+0000 mon.smithi079 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:44.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:44 smithi079 bash[19997]: audit 2024-09-18T08:19:43.605003+0000 mon.smithi079 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-18T08:19:44.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:44 smithi079 bash[19997]: audit 2024-09-18T08:19:43.605003+0000 mon.smithi079 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-18T08:19:44.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:44 smithi079 bash[19997]: audit 2024-09-18T08:19:43.608572+0000 mon.smithi079 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-18T08:19:44.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:44 smithi079 bash[19997]: audit 2024-09-18T08:19:43.608572+0000 mon.smithi079 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-18T08:19:44.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:44 smithi079 bash[19997]: audit 2024-09-18T08:19:43.610383+0000 mon.smithi079 (mon.0) 121 : audit [DBG] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:19:44.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:44 smithi079 bash[19997]: audit 2024-09-18T08:19:43.610383+0000 mon.smithi079 (mon.0) 121 : audit [DBG] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:19:44.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:44 smithi079 bash[19997]: audit 2024-09-18T08:19:43.684552+0000 mon.smithi079 (mon.0) 122 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:44.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:44 smithi079 bash[19997]: audit 2024-09-18T08:19:43.684552+0000 mon.smithi079 (mon.0) 122 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:45.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:45 smithi079 bash[19997]: cephadm 2024-09-18T08:19:43.611144+0000 mgr.smithi079.dmaxqe (mgr.14164) 16 : cephadm [INF] Deploying daemon crash.smithi079 on smithi079 2024-09-18T08:19:45.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:45 smithi079 bash[19997]: cephadm 2024-09-18T08:19:43.611144+0000 mgr.smithi079.dmaxqe (mgr.14164) 16 : cephadm [INF] Deploying daemon crash.smithi079 on smithi079 2024-09-18T08:19:46.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:46 smithi079 bash[19997]: cluster 2024-09-18T08:19:44.382763+0000 mgr.smithi079.dmaxqe (mgr.14164) 17 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:46.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:46 smithi079 bash[19997]: cluster 2024-09-18T08:19:44.382763+0000 mgr.smithi079.dmaxqe (mgr.14164) 17 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:46.803 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:46 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:19:46.804 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:46 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:19:47.811 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:19:47.964 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:47 smithi079 bash[19997]: cluster 2024-09-18T08:19:46.383177+0000 mgr.smithi079.dmaxqe (mgr.14164) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:47.964 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:47 smithi079 bash[19997]: cluster 2024-09-18T08:19:46.383177+0000 mgr.smithi079.dmaxqe (mgr.14164) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:47.965 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:47 smithi079 bash[19997]: audit 2024-09-18T08:19:46.844759+0000 mon.smithi079 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:47.965 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:47 smithi079 bash[19997]: audit 2024-09-18T08:19:46.844759+0000 mon.smithi079 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:47.965 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:47 smithi079 bash[19997]: audit 2024-09-18T08:19:46.847988+0000 mon.smithi079 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:47.965 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:47 smithi079 bash[19997]: audit 2024-09-18T08:19:46.847988+0000 mon.smithi079 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:47.965 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:47 smithi079 bash[19997]: audit 2024-09-18T08:19:46.851144+0000 mon.smithi079 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:47.965 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:47 smithi079 bash[19997]: audit 2024-09-18T08:19:46.851144+0000 mon.smithi079 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:47.965 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:47 smithi079 bash[19997]: audit 2024-09-18T08:19:46.853899+0000 mon.smithi079 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:47.965 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:47 smithi079 bash[19997]: audit 2024-09-18T08:19:46.853899+0000 mon.smithi079 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:47.965 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:47 smithi079 bash[19997]: cephadm 2024-09-18T08:19:46.855094+0000 mgr.smithi079.dmaxqe (mgr.14164) 19 : cephadm [INF] Deploying daemon node-exporter.smithi079 on smithi079 2024-09-18T08:19:47.965 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:47 smithi079 bash[19997]: cephadm 2024-09-18T08:19:46.855094+0000 mgr.smithi079.dmaxqe (mgr.14164) 19 : cephadm [INF] Deploying daemon node-exporter.smithi079 on smithi079 2024-09-18T08:19:47.965 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:47 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:19:48.313 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:48 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:19:49.491 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:49 smithi079 bash[19997]: audit 2024-09-18T08:19:48.249809+0000 mon.smithi079 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:49.491 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:49 smithi079 bash[19997]: audit 2024-09-18T08:19:48.249809+0000 mon.smithi079 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:49.492 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:49 smithi079 bash[19997]: audit 2024-09-18T08:19:48.252385+0000 mon.smithi079 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:49.492 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:49 smithi079 bash[19997]: audit 2024-09-18T08:19:48.252385+0000 mon.smithi079 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:49.492 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:49 smithi079 bash[19997]: audit 2024-09-18T08:19:48.254919+0000 mon.smithi079 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:49.492 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:49 smithi079 bash[19997]: audit 2024-09-18T08:19:48.254919+0000 mon.smithi079 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:49.492 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:49 smithi079 bash[19997]: audit 2024-09-18T08:19:48.260089+0000 mon.smithi079 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:49.492 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:49 smithi079 bash[19997]: audit 2024-09-18T08:19:48.260089+0000 mon.smithi079 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:49.492 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:49 smithi079 bash[19997]: cephadm 2024-09-18T08:19:48.269268+0000 mgr.smithi079.dmaxqe (mgr.14164) 20 : cephadm [INF] Deploying daemon alertmanager.smithi079 on smithi079 2024-09-18T08:19:49.492 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:49 smithi079 bash[19997]: cephadm 2024-09-18T08:19:48.269268+0000 mgr.smithi079.dmaxqe (mgr.14164) 20 : cephadm [INF] Deploying daemon alertmanager.smithi079 on smithi079 2024-09-18T08:19:49.493 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:49 smithi079 bash[19997]: audit 2024-09-18T08:19:48.690462+0000 mon.smithi079 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:49.493 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:49 smithi079 bash[19997]: audit 2024-09-18T08:19:48.690462+0000 mon.smithi079 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:50.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:50 smithi079 bash[19997]: cluster 2024-09-18T08:19:48.383560+0000 mgr.smithi079.dmaxqe (mgr.14164) 21 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:50.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:50 smithi079 bash[19997]: cluster 2024-09-18T08:19:48.383560+0000 mgr.smithi079.dmaxqe (mgr.14164) 21 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:50.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:50 smithi079 bash[19997]: audit 2024-09-18T08:19:49.992935+0000 mon.smithi079 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:50.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:50 smithi079 bash[19997]: audit 2024-09-18T08:19:49.992935+0000 mon.smithi079 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:19:51.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:51 smithi079 bash[19997]: audit 2024-09-18T08:19:49.989132+0000 mgr.smithi079.dmaxqe (mgr.14164) 22 : 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-18T08:19:51.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:51 smithi079 bash[19997]: audit 2024-09-18T08:19:49.989132+0000 mgr.smithi079.dmaxqe (mgr.14164) 22 : 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-18T08:19:51.799 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi135 2024-09-18T08:19:51.800 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2024-09-18T08:19:51.800 DEBUG:teuthology.orchestra.run.smithi135:> dd of=/etc/ceph/ceph.conf 2024-09-18T08:19:51.806 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2024-09-18T08:19:51.806 DEBUG:teuthology.orchestra.run.smithi135:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-18T08:19:51.853 INFO:tasks.cephadm:Adding host smithi135 to orchestrator... 2024-09-18T08:19:51.853 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph orch host add smithi135 2024-09-18T08:19:52.462 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:52 smithi079 bash[19997]: cluster 2024-09-18T08:19:50.383873+0000 mgr.smithi079.dmaxqe (mgr.14164) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:52.462 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:52 smithi079 bash[19997]: cluster 2024-09-18T08:19:50.383873+0000 mgr.smithi079.dmaxqe (mgr.14164) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:54.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:54 smithi079 bash[19997]: cluster 2024-09-18T08:19:52.384237+0000 mgr.smithi079.dmaxqe (mgr.14164) 24 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:54.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:54 smithi079 bash[19997]: cluster 2024-09-18T08:19:52.384237+0000 mgr.smithi079.dmaxqe (mgr.14164) 24 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:56.564 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:56 smithi079 bash[19997]: cluster 2024-09-18T08:19:54.384646+0000 mgr.smithi079.dmaxqe (mgr.14164) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:56.565 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:56 smithi079 bash[19997]: cluster 2024-09-18T08:19:54.384646+0000 mgr.smithi079.dmaxqe (mgr.14164) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:56.653 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:19:58.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:58 smithi079 bash[19997]: cluster 2024-09-18T08:19:56.385055+0000 mgr.smithi079.dmaxqe (mgr.14164) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:19:58.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:19:58 smithi079 bash[19997]: cluster 2024-09-18T08:19:56.385055+0000 mgr.smithi079.dmaxqe (mgr.14164) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:00.468 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:00 smithi079 bash[19997]: cluster 2024-09-18T08:19:58.385476+0000 mgr.smithi079.dmaxqe (mgr.14164) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:00.468 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:00 smithi079 bash[19997]: cluster 2024-09-18T08:19:58.385476+0000 mgr.smithi079.dmaxqe (mgr.14164) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:00.468 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:00 smithi079 bash[19997]: audit 2024-09-18T08:19:58.864458+0000 mgr.smithi079.dmaxqe (mgr.14164) 28 : audit [DBG] from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi135", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:20:00.468 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:00 smithi079 bash[19997]: audit 2024-09-18T08:19:58.864458+0000 mgr.smithi079.dmaxqe (mgr.14164) 28 : audit [DBG] from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi135", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:20:00.468 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:00 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:20:00.823 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:00 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:20:01.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:01 smithi079 bash[19997]: cephadm 2024-09-18T08:19:59.842786+0000 mgr.smithi079.dmaxqe (mgr.14164) 29 : cephadm [INF] Deploying cephadm binary to smithi135 2024-09-18T08:20:01.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:01 smithi079 bash[19997]: cephadm 2024-09-18T08:19:59.842786+0000 mgr.smithi079.dmaxqe (mgr.14164) 29 : cephadm [INF] Deploying cephadm binary to smithi135 2024-09-18T08:20:01.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:01 smithi079 bash[19997]: audit 2024-09-18T08:20:00.760750+0000 mon.smithi079 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:01.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:01 smithi079 bash[19997]: audit 2024-09-18T08:20:00.760750+0000 mon.smithi079 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:01.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:01 smithi079 bash[19997]: audit 2024-09-18T08:20:00.765867+0000 mon.smithi079 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:01.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:01 smithi079 bash[19997]: audit 2024-09-18T08:20:00.765867+0000 mon.smithi079 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:01.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:01 smithi079 bash[19997]: audit 2024-09-18T08:20:00.771266+0000 mon.smithi079 (mon.0) 135 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:01.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:01 smithi079 bash[19997]: audit 2024-09-18T08:20:00.771266+0000 mon.smithi079 (mon.0) 135 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:01.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:01 smithi079 bash[19997]: audit 2024-09-18T08:20:00.776432+0000 mon.smithi079 (mon.0) 136 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:01.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:01 smithi079 bash[19997]: audit 2024-09-18T08:20:00.776432+0000 mon.smithi079 (mon.0) 136 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:02.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:02 smithi079 bash[19997]: cluster 2024-09-18T08:20:00.385766+0000 mgr.smithi079.dmaxqe (mgr.14164) 30 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:02.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:02 smithi079 bash[19997]: cluster 2024-09-18T08:20:00.385766+0000 mgr.smithi079.dmaxqe (mgr.14164) 30 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:02.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:02 smithi079 bash[19997]: cephadm 2024-09-18T08:20:00.777427+0000 mgr.smithi079.dmaxqe (mgr.14164) 31 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-18T08:20:02.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:02 smithi079 bash[19997]: cephadm 2024-09-18T08:20:00.777427+0000 mgr.smithi079.dmaxqe (mgr.14164) 31 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-18T08:20:02.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:02 smithi079 bash[19997]: audit 2024-09-18T08:20:01.351365+0000 mon.smithi079 (mon.0) 137 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:02.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:02 smithi079 bash[19997]: audit 2024-09-18T08:20:01.351365+0000 mon.smithi079 (mon.0) 137 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:02.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:02 smithi079 bash[19997]: audit 2024-09-18T08:20:01.362018+0000 mon.smithi079 (mon.0) 138 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:02.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:02 smithi079 bash[19997]: audit 2024-09-18T08:20:01.362018+0000 mon.smithi079 (mon.0) 138 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:02.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:02 smithi079 bash[19997]: audit 2024-09-18T08:20:01.364564+0000 mon.smithi079 (mon.0) 139 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-18T08:20:02.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:02 smithi079 bash[19997]: audit 2024-09-18T08:20:01.364564+0000 mon.smithi079 (mon.0) 139 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-18T08:20:02.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:02 smithi079 bash[19997]: audit 2024-09-18T08:20:01.365219+0000 mgr.smithi079.dmaxqe (mgr.14164) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-18T08:20:02.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:02 smithi079 bash[19997]: audit 2024-09-18T08:20:01.365219+0000 mgr.smithi079.dmaxqe (mgr.14164) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-18T08:20:02.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:02 smithi079 bash[19997]: audit 2024-09-18T08:20:01.373763+0000 mon.smithi079 (mon.0) 140 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:02.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:02 smithi079 bash[19997]: audit 2024-09-18T08:20:01.373763+0000 mon.smithi079 (mon.0) 140 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:02.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:02 smithi079 bash[19997]: audit 2024-09-18T08:20:01.404320+0000 mon.smithi079 (mon.0) 141 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:02.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:02 smithi079 bash[19997]: audit 2024-09-18T08:20:01.404320+0000 mon.smithi079 (mon.0) 141 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:02.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:02 smithi079 bash[19997]: audit 2024-09-18T08:20:01.413805+0000 mon.smithi079 (mon.0) 142 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:02.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:02 smithi079 bash[19997]: audit 2024-09-18T08:20:01.413805+0000 mon.smithi079 (mon.0) 142 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:03.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:03 smithi079 bash[19997]: cephadm 2024-09-18T08:20:02.139764+0000 mgr.smithi079.dmaxqe (mgr.14164) 33 : cephadm [INF] Deploying daemon grafana.smithi079 on smithi079 2024-09-18T08:20:03.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:03 smithi079 bash[19997]: cephadm 2024-09-18T08:20:02.139764+0000 mgr.smithi079.dmaxqe (mgr.14164) 33 : cephadm [INF] Deploying daemon grafana.smithi079 on smithi079 2024-09-18T08:20:03.679 INFO:teuthology.orchestra.run.smithi079.stdout:Added host 'smithi135' with addr '172.21.15.135' 2024-09-18T08:20:04.572 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-18T08:20:04.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:04 smithi079 bash[19997]: cluster 2024-09-18T08:20:02.385990+0000 mgr.smithi079.dmaxqe (mgr.14164) 34 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:04.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:04 smithi079 bash[19997]: cluster 2024-09-18T08:20:02.385990+0000 mgr.smithi079.dmaxqe (mgr.14164) 34 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:04.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:04 smithi079 bash[19997]: audit 2024-09-18T08:20:03.674505+0000 mon.smithi079 (mon.0) 143 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:04.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:04 smithi079 bash[19997]: audit 2024-09-18T08:20:03.674505+0000 mon.smithi079 (mon.0) 143 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:04.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:04 smithi079 bash[19997]: audit 2024-09-18T08:20:03.697502+0000 mon.smithi079 (mon.0) 144 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:04.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:04 smithi079 bash[19997]: audit 2024-09-18T08:20:03.697502+0000 mon.smithi079 (mon.0) 144 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:05.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:05 smithi079 bash[19997]: cephadm 2024-09-18T08:20:03.675377+0000 mgr.smithi079.dmaxqe (mgr.14164) 35 : cephadm [INF] Added host smithi135 2024-09-18T08:20:05.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:05 smithi079 bash[19997]: cephadm 2024-09-18T08:20:03.675377+0000 mgr.smithi079.dmaxqe (mgr.14164) 35 : cephadm [INF] Added host smithi135 2024-09-18T08:20:06.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:06 smithi079 bash[19997]: cluster 2024-09-18T08:20:04.386319+0000 mgr.smithi079.dmaxqe (mgr.14164) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:06.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:06 smithi079 bash[19997]: cluster 2024-09-18T08:20:04.386319+0000 mgr.smithi079.dmaxqe (mgr.14164) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:08.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:08 smithi079 bash[19997]: cluster 2024-09-18T08:20:06.386729+0000 mgr.smithi079.dmaxqe (mgr.14164) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:08.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:08 smithi079 bash[19997]: cluster 2024-09-18T08:20:06.386729+0000 mgr.smithi079.dmaxqe (mgr.14164) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:09.331 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:20:10.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:10 smithi079 bash[19997]: cluster 2024-09-18T08:20:08.387166+0000 mgr.smithi079.dmaxqe (mgr.14164) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:10.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:10 smithi079 bash[19997]: cluster 2024-09-18T08:20:08.387166+0000 mgr.smithi079.dmaxqe (mgr.14164) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:12.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:12 smithi079 bash[19997]: cluster 2024-09-18T08:20:10.387506+0000 mgr.smithi079.dmaxqe (mgr.14164) 39 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:12.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:12 smithi079 bash[19997]: cluster 2024-09-18T08:20:10.387506+0000 mgr.smithi079.dmaxqe (mgr.14164) 39 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:14.230 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:20:14.230 INFO:teuthology.orchestra.run.smithi079.stdout:[{"addr": "172.21.15.79", "hostname": "smithi079", "labels": [], "status": ""}, {"addr": "172.21.15.135", "hostname": "smithi135", "labels": [], "status": ""}] 2024-09-18T08:20:14.494 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:14 smithi079 bash[19997]: cluster 2024-09-18T08:20:12.387914+0000 mgr.smithi079.dmaxqe (mgr.14164) 40 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:14.494 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:14 smithi079 bash[19997]: cluster 2024-09-18T08:20:12.387914+0000 mgr.smithi079.dmaxqe (mgr.14164) 40 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:15.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:15 smithi079 bash[19997]: audit 2024-09-18T08:20:14.228908+0000 mgr.smithi079.dmaxqe (mgr.14164) 41 : audit [DBG] from='client.14195 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:20:15.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:15 smithi079 bash[19997]: audit 2024-09-18T08:20:14.228908+0000 mgr.smithi079.dmaxqe (mgr.14164) 41 : audit [DBG] from='client.14195 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:20:16.631 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:16 smithi079 bash[19997]: cluster 2024-09-18T08:20:14.388434+0000 mgr.smithi079.dmaxqe (mgr.14164) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:16.631 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:16 smithi079 bash[19997]: cluster 2024-09-18T08:20:14.388434+0000 mgr.smithi079.dmaxqe (mgr.14164) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:16.633 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-18T08:20:16.633 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph osd crush tunables default 2024-09-18T08:20:18.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:18 smithi079 bash[19997]: cluster 2024-09-18T08:20:16.388876+0000 mgr.smithi079.dmaxqe (mgr.14164) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:18.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:18 smithi079 bash[19997]: cluster 2024-09-18T08:20:16.388876+0000 mgr.smithi079.dmaxqe (mgr.14164) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:19.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:19 smithi079 bash[19997]: cluster 2024-09-18T08:20:18.389321+0000 mgr.smithi079.dmaxqe (mgr.14164) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:19.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:19 smithi079 bash[19997]: cluster 2024-09-18T08:20:18.389321+0000 mgr.smithi079.dmaxqe (mgr.14164) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:20.545 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:20 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:20:20.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:20 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:20:21.430 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:20:22.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:21 smithi079 bash[19997]: cluster 2024-09-18T08:20:20.391777+0000 mgr.smithi079.dmaxqe (mgr.14164) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:22.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:21 smithi079 bash[19997]: cluster 2024-09-18T08:20:20.391777+0000 mgr.smithi079.dmaxqe (mgr.14164) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:22.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:21 smithi079 bash[19997]: audit 2024-09-18T08:20:20.829352+0000 mon.smithi079 (mon.0) 145 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:22.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:21 smithi079 bash[19997]: audit 2024-09-18T08:20:20.829352+0000 mon.smithi079 (mon.0) 145 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:22.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:21 smithi079 bash[19997]: audit 2024-09-18T08:20:20.832086+0000 mon.smithi079 (mon.0) 146 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:22.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:21 smithi079 bash[19997]: audit 2024-09-18T08:20:20.832086+0000 mon.smithi079 (mon.0) 146 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:22.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:21 smithi079 bash[19997]: audit 2024-09-18T08:20:20.834585+0000 mon.smithi079 (mon.0) 147 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:22.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:21 smithi079 bash[19997]: audit 2024-09-18T08:20:20.834585+0000 mon.smithi079 (mon.0) 147 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:22.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:21 smithi079 bash[19997]: audit 2024-09-18T08:20:20.836766+0000 mon.smithi079 (mon.0) 148 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:22.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:21 smithi079 bash[19997]: audit 2024-09-18T08:20:20.836766+0000 mon.smithi079 (mon.0) 148 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:22.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:21 smithi079 bash[19997]: audit 2024-09-18T08:20:20.839170+0000 mon.smithi079 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:22.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:21 smithi079 bash[19997]: audit 2024-09-18T08:20:20.839170+0000 mon.smithi079 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:22.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:21 smithi079 bash[19997]: audit 2024-09-18T08:20:20.841684+0000 mon.smithi079 (mon.0) 150 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:22.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:21 smithi079 bash[19997]: audit 2024-09-18T08:20:20.841684+0000 mon.smithi079 (mon.0) 150 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:22.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:21 smithi079 bash[19997]: audit 2024-09-18T08:20:20.844296+0000 mon.smithi079 (mon.0) 151 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:22.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:21 smithi079 bash[19997]: audit 2024-09-18T08:20:20.844296+0000 mon.smithi079 (mon.0) 151 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:22.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:21 smithi079 bash[19997]: audit 2024-09-18T08:20:20.846262+0000 mon.smithi079 (mon.0) 152 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:22.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:21 smithi079 bash[19997]: audit 2024-09-18T08:20:20.846262+0000 mon.smithi079 (mon.0) 152 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:22.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:21 smithi079 bash[19997]: cephadm 2024-09-18T08:20:21.091950+0000 mgr.smithi079.dmaxqe (mgr.14164) 46 : cephadm [INF] Deploying daemon prometheus.smithi079 on smithi079 2024-09-18T08:20:22.111 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:21 smithi079 bash[19997]: cephadm 2024-09-18T08:20:21.091950+0000 mgr.smithi079.dmaxqe (mgr.14164) 46 : cephadm [INF] Deploying daemon prometheus.smithi079 on smithi079 2024-09-18T08:20:23.841 INFO:teuthology.orchestra.run.smithi079.stderr:adjusted tunables profile to default 2024-09-18T08:20:24.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:23 smithi079 bash[19997]: cluster 2024-09-18T08:20:22.392185+0000 mgr.smithi079.dmaxqe (mgr.14164) 47 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:24.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:23 smithi079 bash[19997]: cluster 2024-09-18T08:20:22.392185+0000 mgr.smithi079.dmaxqe (mgr.14164) 47 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:24.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:23 smithi079 bash[19997]: audit 2024-09-18T08:20:23.602054+0000 mon.smithi079 (mon.0) 153 : audit [INF] from='client.? 172.21.15.79:0/3844443865' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-18T08:20:24.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:23 smithi079 bash[19997]: audit 2024-09-18T08:20:23.602054+0000 mon.smithi079 (mon.0) 153 : audit [INF] from='client.? 172.21.15.79:0/3844443865' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-18T08:20:24.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:23 smithi079 bash[19997]: audit 2024-09-18T08:20:23.701320+0000 mon.smithi079 (mon.0) 154 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:24.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:23 smithi079 bash[19997]: audit 2024-09-18T08:20:23.701320+0000 mon.smithi079 (mon.0) 154 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:25.130 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:24 smithi079 bash[19997]: audit 2024-09-18T08:20:23.840777+0000 mon.smithi079 (mon.0) 155 : audit [INF] from='client.? 172.21.15.79:0/3844443865' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-18T08:20:25.130 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:24 smithi079 bash[19997]: audit 2024-09-18T08:20:23.840777+0000 mon.smithi079 (mon.0) 155 : audit [INF] from='client.? 172.21.15.79:0/3844443865' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-18T08:20:25.130 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:24 smithi079 bash[19997]: cluster 2024-09-18T08:20:23.845508+0000 mon.smithi079 (mon.0) 156 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-18T08:20:25.130 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:24 smithi079 bash[19997]: cluster 2024-09-18T08:20:23.845508+0000 mon.smithi079 (mon.0) 156 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-18T08:20:26.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:25 smithi079 bash[19997]: cluster 2024-09-18T08:20:24.392527+0000 mgr.smithi079.dmaxqe (mgr.14164) 48 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:26.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:25 smithi079 bash[19997]: cluster 2024-09-18T08:20:24.392527+0000 mgr.smithi079.dmaxqe (mgr.14164) 48 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:26.328 INFO:tasks.cephadm:Adding mon.smithi079 on smithi079 2024-09-18T08:20:26.328 INFO:tasks.cephadm:Adding mon.smithi135 on smithi135 2024-09-18T08:20:26.328 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph orch apply mon '2;smithi079:172.21.15.79=smithi079;smithi135:172.21.15.135=smithi135' 2024-09-18T08:20:27.554 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-18T08:20:28.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:27 smithi079 bash[19997]: cluster 2024-09-18T08:20:26.392912+0000 mgr.smithi079.dmaxqe (mgr.14164) 49 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:28.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:27 smithi079 bash[19997]: cluster 2024-09-18T08:20:26.392912+0000 mgr.smithi079.dmaxqe (mgr.14164) 49 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:28.600 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-18T08:20:30.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:29 smithi079 bash[19997]: cluster 2024-09-18T08:20:28.393322+0000 mgr.smithi079.dmaxqe (mgr.14164) 50 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:30.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:29 smithi079 bash[19997]: cluster 2024-09-18T08:20:28.393322+0000 mgr.smithi079.dmaxqe (mgr.14164) 50 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:30.088 INFO:teuthology.orchestra.run.smithi135.stdout:Scheduled mon update... 2024-09-18T08:20:30.647 DEBUG:teuthology.orchestra.run.smithi135:mon.smithi135> sudo journalctl -f -n 0 -u ceph-331e14a2-7596-11ef-bceb-c7b262605968@mon.smithi135.service 2024-09-18T08:20:30.650 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-18T08:20:30.651 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-18T08:20:31.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:31 smithi079 bash[19997]: audit 2024-09-18T08:20:30.075921+0000 mgr.smithi079.dmaxqe (mgr.14164) 51 : audit [DBG] from='client.14199 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi079:172.21.15.79=smithi079;smithi135:172.21.15.135=smithi135", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:20:31.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:31 smithi079 bash[19997]: audit 2024-09-18T08:20:30.075921+0000 mgr.smithi079.dmaxqe (mgr.14164) 51 : audit [DBG] from='client.14199 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi079:172.21.15.79=smithi079;smithi135:172.21.15.135=smithi135", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:20:31.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:31 smithi079 bash[19997]: cephadm 2024-09-18T08:20:30.080965+0000 mgr.smithi079.dmaxqe (mgr.14164) 52 : cephadm [INF] Saving service mon spec with placement smithi079:172.21.15.79=smithi079;smithi135:172.21.15.135=smithi135;count:2 2024-09-18T08:20:31.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:31 smithi079 bash[19997]: cephadm 2024-09-18T08:20:30.080965+0000 mgr.smithi079.dmaxqe (mgr.14164) 52 : cephadm [INF] Saving service mon spec with placement smithi079:172.21.15.79=smithi079;smithi135:172.21.15.135=smithi135;count:2 2024-09-18T08:20:31.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:31 smithi079 bash[19997]: audit 2024-09-18T08:20:30.086511+0000 mon.smithi079 (mon.0) 157 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:31.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:31 smithi079 bash[19997]: audit 2024-09-18T08:20:30.086511+0000 mon.smithi079 (mon.0) 157 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:31.916 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-18T08:20:32.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:32 smithi079 bash[19997]: cluster 2024-09-18T08:20:30.393806+0000 mgr.smithi079.dmaxqe (mgr.14164) 53 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:32.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:32 smithi079 bash[19997]: cluster 2024-09-18T08:20:30.393806+0000 mgr.smithi079.dmaxqe (mgr.14164) 53 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:32.961 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-18T08:20:34.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:34 smithi079 bash[19997]: cluster 2024-09-18T08:20:32.394193+0000 mgr.smithi079.dmaxqe (mgr.14164) 54 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:34.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:34 smithi079 bash[19997]: cluster 2024-09-18T08:20:32.394193+0000 mgr.smithi079.dmaxqe (mgr.14164) 54 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:34.462 INFO:teuthology.orchestra.run.smithi135.stdout: 2024-09-18T08:20:34.462 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":1,"fsid":"331e14a2-7596-11ef-bceb-c7b262605968","modified":"2024-09-18T08:17:55.726152Z","created":"2024-09-18T08:17:55.726152Z","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":"smithi079","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:3300","nonce":0},{"type":"v1","addr":"172.21.15.79:6789","nonce":0}]},"addr":"172.21.15.79:6789/0","public_addr":"172.21.15.79:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-18T08:20:34.462 INFO:teuthology.orchestra.run.smithi135.stderr:dumped monmap epoch 1 2024-09-18T08:20:35.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:35 smithi079 bash[19997]: audit 2024-09-18T08:20:34.461353+0000 mon.smithi079 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.135:0/3503693224' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-18T08:20:35.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:35 smithi079 bash[19997]: audit 2024-09-18T08:20:34.461353+0000 mon.smithi079 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.135:0/3503693224' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-18T08:20:35.982 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-18T08:20:35.982 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-18T08:20:36.308 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:36 smithi079 bash[19997]: cluster 2024-09-18T08:20:34.394597+0000 mgr.smithi079.dmaxqe (mgr.14164) 55 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:36.309 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:36 smithi079 bash[19997]: cluster 2024-09-18T08:20:34.394597+0000 mgr.smithi079.dmaxqe (mgr.14164) 55 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:37.196 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-18T08:20:38.238 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-18T08:20:38.297 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:38 smithi079 bash[19997]: cluster 2024-09-18T08:20:36.395009+0000 mgr.smithi079.dmaxqe (mgr.14164) 56 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:38.297 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:38 smithi079 bash[19997]: cluster 2024-09-18T08:20:36.395009+0000 mgr.smithi079.dmaxqe (mgr.14164) 56 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:39.626 INFO:teuthology.orchestra.run.smithi135.stderr:dumped monmap epoch 1 2024-09-18T08:20:39.626 INFO:teuthology.orchestra.run.smithi135.stdout: 2024-09-18T08:20:39.626 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":1,"fsid":"331e14a2-7596-11ef-bceb-c7b262605968","modified":"2024-09-18T08:17:55.726152Z","created":"2024-09-18T08:17:55.726152Z","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":"smithi079","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:3300","nonce":0},{"type":"v1","addr":"172.21.15.79:6789","nonce":0}]},"addr":"172.21.15.79:6789/0","public_addr":"172.21.15.79:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-18T08:20:39.765 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:39 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:20:40.043 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:39 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:20:40.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:40 smithi079 bash[19997]: cluster 2024-09-18T08:20:38.395340+0000 mgr.smithi079.dmaxqe (mgr.14164) 57 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:40.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:40 smithi079 bash[19997]: cluster 2024-09-18T08:20:38.395340+0000 mgr.smithi079.dmaxqe (mgr.14164) 57 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:20:40.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:40 smithi079 bash[19997]: audit 2024-09-18T08:20:39.625437+0000 mon.smithi079 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.135:0/4200086246' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-18T08:20:40.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:40 smithi079 bash[19997]: audit 2024-09-18T08:20:39.625437+0000 mon.smithi079 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.135:0/4200086246' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-18T08:20:41.220 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-18T08:20:41.220 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-18T08:20:41.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:41 smithi079 bash[19997]: audit 2024-09-18T08:20:40.123930+0000 mon.smithi079 (mon.0) 160 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:41.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:41 smithi079 bash[19997]: audit 2024-09-18T08:20:40.123930+0000 mon.smithi079 (mon.0) 160 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:41.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:41 smithi079 bash[19997]: audit 2024-09-18T08:20:40.126567+0000 mon.smithi079 (mon.0) 161 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:41.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:41 smithi079 bash[19997]: audit 2024-09-18T08:20:40.126567+0000 mon.smithi079 (mon.0) 161 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:41.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:41 smithi079 bash[19997]: audit 2024-09-18T08:20:40.128864+0000 mon.smithi079 (mon.0) 162 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:41.388 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:41 smithi079 bash[19997]: audit 2024-09-18T08:20:40.128864+0000 mon.smithi079 (mon.0) 162 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:41.388 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:41 smithi079 bash[19997]: audit 2024-09-18T08:20:40.131154+0000 mon.smithi079 (mon.0) 163 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-18T08:20:41.388 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:41 smithi079 bash[19997]: audit 2024-09-18T08:20:40.131154+0000 mon.smithi079 (mon.0) 163 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-18T08:20:42.216 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:42 smithi079 bash[19997]: audit 2024-09-18T08:20:41.133296+0000 mon.smithi079 (mon.0) 164 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-18T08:20:42.216 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:42 smithi079 bash[19997]: audit 2024-09-18T08:20:41.133296+0000 mon.smithi079 (mon.0) 164 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-18T08:20:42.216 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:42 smithi079 bash[19997]: cluster 2024-09-18T08:20:41.139102+0000 mon.smithi079 (mon.0) 165 : cluster [DBG] mgrmap e15: smithi079.dmaxqe(active, since 82s) 2024-09-18T08:20:42.216 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:42 smithi079 bash[19997]: cluster 2024-09-18T08:20:41.139102+0000 mon.smithi079 (mon.0) 165 : cluster [DBG] mgrmap e15: smithi079.dmaxqe(active, since 82s) 2024-09-18T08:20:42.443 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-18T08:20:43.487 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-18T08:20:44.893 INFO:teuthology.orchestra.run.smithi135.stdout: 2024-09-18T08:20:44.893 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":1,"fsid":"331e14a2-7596-11ef-bceb-c7b262605968","modified":"2024-09-18T08:17:55.726152Z","created":"2024-09-18T08:17:55.726152Z","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":"smithi079","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:3300","nonce":0},{"type":"v1","addr":"172.21.15.79:6789","nonce":0}]},"addr":"172.21.15.79:6789/0","public_addr":"172.21.15.79:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-18T08:20:44.893 INFO:teuthology.orchestra.run.smithi135.stderr:dumped monmap epoch 1 2024-09-18T08:20:45.100 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:44 smithi079 bash[19997]: audit 2024-09-18T08:20:44.892557+0000 mon.smithi079 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.135:0/1242222056' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-18T08:20:45.100 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:44 smithi079 bash[19997]: audit 2024-09-18T08:20:44.892557+0000 mon.smithi079 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.135:0/1242222056' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-18T08:20:46.496 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-18T08:20:46.496 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-18T08:20:47.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:47 smithi079 bash[19997]: cluster 2024-09-18T08:20:47.348298+0000 mon.smithi079 (mon.0) 167 : cluster [INF] Active manager daemon smithi079.dmaxqe restarted 2024-09-18T08:20:47.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:47 smithi079 bash[19997]: cluster 2024-09-18T08:20:47.348298+0000 mon.smithi079 (mon.0) 167 : cluster [INF] Active manager daemon smithi079.dmaxqe restarted 2024-09-18T08:20:47.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:47 smithi079 bash[19997]: cluster 2024-09-18T08:20:47.348906+0000 mon.smithi079 (mon.0) 168 : cluster [INF] Activating manager daemon smithi079.dmaxqe 2024-09-18T08:20:47.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:47 smithi079 bash[19997]: cluster 2024-09-18T08:20:47.348906+0000 mon.smithi079 (mon.0) 168 : cluster [INF] Activating manager daemon smithi079.dmaxqe 2024-09-18T08:20:47.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:47 smithi079 bash[19997]: cluster 2024-09-18T08:20:47.360348+0000 mon.smithi079 (mon.0) 169 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-18T08:20:47.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:47 smithi079 bash[19997]: cluster 2024-09-18T08:20:47.360348+0000 mon.smithi079 (mon.0) 169 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-18T08:20:47.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:47 smithi079 bash[19997]: cluster 2024-09-18T08:20:47.360608+0000 mon.smithi079 (mon.0) 170 : cluster [DBG] mgrmap e16: smithi079.dmaxqe(active, starting, since 0.011914s) 2024-09-18T08:20:47.540 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:47 smithi079 bash[19997]: cluster 2024-09-18T08:20:47.360608+0000 mon.smithi079 (mon.0) 170 : cluster [DBG] mgrmap e16: smithi079.dmaxqe(active, starting, since 0.011914s) 2024-09-18T08:20:47.540 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:47 smithi079 bash[19997]: audit 2024-09-18T08:20:47.362603+0000 mon.smithi079 (mon.0) 171 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-18T08:20:47.540 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:47 smithi079 bash[19997]: audit 2024-09-18T08:20:47.362603+0000 mon.smithi079 (mon.0) 171 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-18T08:20:47.540 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:47 smithi079 bash[19997]: audit 2024-09-18T08:20:47.364309+0000 mon.smithi079 (mon.0) 172 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mgr metadata", "who": "smithi079.dmaxqe", "id": "smithi079.dmaxqe"} : dispatch 2024-09-18T08:20:47.540 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:47 smithi079 bash[19997]: audit 2024-09-18T08:20:47.364309+0000 mon.smithi079 (mon.0) 172 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mgr metadata", "who": "smithi079.dmaxqe", "id": "smithi079.dmaxqe"} : dispatch 2024-09-18T08:20:47.540 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:47 smithi079 bash[19997]: audit 2024-09-18T08:20:47.365399+0000 mon.smithi079 (mon.0) 173 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mds metadata"} : dispatch 2024-09-18T08:20:47.540 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:47 smithi079 bash[19997]: audit 2024-09-18T08:20:47.365399+0000 mon.smithi079 (mon.0) 173 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mds metadata"} : dispatch 2024-09-18T08:20:47.540 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:47 smithi079 bash[19997]: audit 2024-09-18T08:20:47.365538+0000 mon.smithi079 (mon.0) 174 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata"} : dispatch 2024-09-18T08:20:47.540 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:47 smithi079 bash[19997]: audit 2024-09-18T08:20:47.365538+0000 mon.smithi079 (mon.0) 174 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata"} : dispatch 2024-09-18T08:20:47.540 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:47 smithi079 bash[19997]: audit 2024-09-18T08:20:47.365691+0000 mon.smithi079 (mon.0) 175 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata"} : dispatch 2024-09-18T08:20:47.540 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:47 smithi079 bash[19997]: audit 2024-09-18T08:20:47.365691+0000 mon.smithi079 (mon.0) 175 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata"} : dispatch 2024-09-18T08:20:47.540 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:47 smithi079 bash[19997]: cluster 2024-09-18T08:20:47.396118+0000 mon.smithi079 (mon.0) 176 : cluster [INF] Manager daemon smithi079.dmaxqe is now available 2024-09-18T08:20:47.541 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:47 smithi079 bash[19997]: cluster 2024-09-18T08:20:47.396118+0000 mon.smithi079 (mon.0) 176 : cluster [INF] Manager daemon smithi079.dmaxqe is now available 2024-09-18T08:20:47.709 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-18T08:20:48.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:48 smithi079 bash[19997]: audit 2024-09-18T08:20:47.687582+0000 mon.smithi079 (mon.0) 177 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:20:48.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:48 smithi079 bash[19997]: audit 2024-09-18T08:20:47.687582+0000 mon.smithi079 (mon.0) 177 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:20:48.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:48 smithi079 bash[19997]: audit 2024-09-18T08:20:47.705286+0000 mon.smithi079 (mon.0) 178 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:48.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:48 smithi079 bash[19997]: audit 2024-09-18T08:20:47.705286+0000 mon.smithi079 (mon.0) 178 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:48.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:48 smithi079 bash[19997]: audit 2024-09-18T08:20:47.708219+0000 mon.smithi079 (mon.0) 179 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:20:48.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:48 smithi079 bash[19997]: audit 2024-09-18T08:20:47.708219+0000 mon.smithi079 (mon.0) 179 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:20:48.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:48 smithi079 bash[19997]: audit 2024-09-18T08:20:47.708844+0000 mon.smithi079 (mon.0) 180 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-18T08:20:48.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:48 smithi079 bash[19997]: audit 2024-09-18T08:20:47.708844+0000 mon.smithi079 (mon.0) 180 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-18T08:20:48.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:48 smithi079 bash[19997]: audit 2024-09-18T08:20:47.717664+0000 mon.smithi079 (mon.0) 181 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.dmaxqe/mirror_snapshot_schedule"} : dispatch 2024-09-18T08:20:48.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:48 smithi079 bash[19997]: audit 2024-09-18T08:20:47.717664+0000 mon.smithi079 (mon.0) 181 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.dmaxqe/mirror_snapshot_schedule"} : dispatch 2024-09-18T08:20:48.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:48 smithi079 bash[19997]: audit 2024-09-18T08:20:47.720475+0000 mon.smithi079 (mon.0) 182 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.dmaxqe/trash_purge_schedule"} : dispatch 2024-09-18T08:20:48.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:48 smithi079 bash[19997]: audit 2024-09-18T08:20:47.720475+0000 mon.smithi079 (mon.0) 182 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.dmaxqe/trash_purge_schedule"} : dispatch 2024-09-18T08:20:48.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:48 smithi079 bash[19997]: cluster 2024-09-18T08:20:48.361954+0000 mon.smithi079 (mon.0) 183 : cluster [DBG] mgrmap e17: smithi079.dmaxqe(active, since 1.01326s) 2024-09-18T08:20:48.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:48 smithi079 bash[19997]: cluster 2024-09-18T08:20:48.361954+0000 mon.smithi079 (mon.0) 183 : cluster [DBG] mgrmap e17: smithi079.dmaxqe(active, since 1.01326s) 2024-09-18T08:20:48.752 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-18T08:20:49.658 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: audit 2024-09-18T08:20:48.433550+0000 mon.smithi079 (mon.0) 184 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:49.658 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: audit 2024-09-18T08:20:48.433550+0000 mon.smithi079 (mon.0) 184 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:49.658 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: cephadm 2024-09-18T08:20:48.881978+0000 mgr.smithi079.dmaxqe (mgr.14205) 2 : cephadm [INF] [18/Sep/2024:08:20:48] ENGINE Bus STARTING 2024-09-18T08:20:49.658 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: cephadm 2024-09-18T08:20:48.881978+0000 mgr.smithi079.dmaxqe (mgr.14205) 2 : cephadm [INF] [18/Sep/2024:08:20:48] ENGINE Bus STARTING 2024-09-18T08:20:49.658 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: cephadm 2024-09-18T08:20:49.002359+0000 mgr.smithi079.dmaxqe (mgr.14205) 3 : cephadm [INF] [18/Sep/2024:08:20:49] ENGINE Serving on https://172.21.15.79:7150 2024-09-18T08:20:49.658 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: cephadm 2024-09-18T08:20:49.002359+0000 mgr.smithi079.dmaxqe (mgr.14205) 3 : cephadm [INF] [18/Sep/2024:08:20:49] ENGINE Serving on https://172.21.15.79:7150 2024-09-18T08:20:49.658 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: cephadm 2024-09-18T08:20:49.005901+0000 mgr.smithi079.dmaxqe (mgr.14205) 4 : cephadm [ERR] [18/Sep/2024:08:20:49] ENGINE Error in HTTPServer.serve 2024-09-18T08:20:49.659 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: Traceback (most recent call last): 2024-09-18T08:20:49.659 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-18T08:20:49.659 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: self._connections.run(self.expiration_interval) 2024-09-18T08:20:49.659 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-18T08:20:49.659 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: self._run(expiration_interval) 2024-09-18T08:20:49.659 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-18T08:20:49.659 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: new_conn = self._from_server_socket(self.server.socket) 2024-09-18T08:20:49.659 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-18T08:20:49.659 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-18T08:20:49.659 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-18T08:20:49.659 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: s = self.context.wrap_socket( 2024-09-18T08:20:49.659 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-18T08:20:49.660 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: return self.sslsocket_class._create( 2024-09-18T08:20:49.660 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-18T08:20:49.660 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: self.do_handshake() 2024-09-18T08:20:49.660 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-18T08:20:49.660 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: self._sslobj.do_handshake() 2024-09-18T08:20:49.660 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-18T08:20:49.660 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: cephadm 2024-09-18T08:20:49.005901+0000 mgr.smithi079.dmaxqe (mgr.14205) 4 : cephadm [ERR] [18/Sep/2024:08:20:49] ENGINE Error in HTTPServer.serve 2024-09-18T08:20:49.660 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: Traceback (most recent call last): 2024-09-18T08:20:49.660 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-18T08:20:49.660 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: self._connections.run(self.expiration_interval) 2024-09-18T08:20:49.660 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-18T08:20:49.660 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: self._run(expiration_interval) 2024-09-18T08:20:49.660 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-18T08:20:49.661 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: new_conn = self._from_server_socket(self.server.socket) 2024-09-18T08:20:49.661 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-18T08:20:49.661 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-18T08:20:49.661 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-18T08:20:49.661 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: s = self.context.wrap_socket( 2024-09-18T08:20:49.661 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-18T08:20:49.661 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: return self.sslsocket_class._create( 2024-09-18T08:20:49.661 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-18T08:20:49.661 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: self.do_handshake() 2024-09-18T08:20:49.661 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-18T08:20:49.661 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: self._sslobj.do_handshake() 2024-09-18T08:20:49.661 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-18T08:20:49.662 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: cephadm 2024-09-18T08:20:49.103867+0000 mgr.smithi079.dmaxqe (mgr.14205) 5 : cephadm [INF] [18/Sep/2024:08:20:49] ENGINE Serving on http://172.21.15.79:8765 2024-09-18T08:20:49.662 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: cephadm 2024-09-18T08:20:49.103867+0000 mgr.smithi079.dmaxqe (mgr.14205) 5 : cephadm [INF] [18/Sep/2024:08:20:49] ENGINE Serving on http://172.21.15.79:8765 2024-09-18T08:20:49.662 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: cephadm 2024-09-18T08:20:49.104067+0000 mgr.smithi079.dmaxqe (mgr.14205) 6 : cephadm [INF] [18/Sep/2024:08:20:49] ENGINE Bus STARTED 2024-09-18T08:20:49.662 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:49 smithi079 bash[19997]: cephadm 2024-09-18T08:20:49.104067+0000 mgr.smithi079.dmaxqe (mgr.14205) 6 : cephadm [INF] [18/Sep/2024:08:20:49] ENGINE Bus STARTED 2024-09-18T08:20:50.189 INFO:teuthology.orchestra.run.smithi135.stderr:dumped monmap epoch 1 2024-09-18T08:20:50.189 INFO:teuthology.orchestra.run.smithi135.stdout: 2024-09-18T08:20:50.189 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":1,"fsid":"331e14a2-7596-11ef-bceb-c7b262605968","modified":"2024-09-18T08:17:55.726152Z","created":"2024-09-18T08:17:55.726152Z","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":"smithi079","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:3300","nonce":0},{"type":"v1","addr":"172.21.15.79:6789","nonce":0}]},"addr":"172.21.15.79:6789/0","public_addr":"172.21.15.79:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-18T08:20:50.690 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:50 smithi079 bash[19997]: cluster 2024-09-18T08:20:49.443117+0000 mon.smithi079 (mon.0) 185 : cluster [DBG] mgrmap e18: smithi079.dmaxqe(active, since 2s) 2024-09-18T08:20:50.690 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:50 smithi079 bash[19997]: cluster 2024-09-18T08:20:49.443117+0000 mon.smithi079 (mon.0) 185 : cluster [DBG] mgrmap e18: smithi079.dmaxqe(active, since 2s) 2024-09-18T08:20:50.691 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:50 smithi079 bash[19997]: audit 2024-09-18T08:20:49.943250+0000 mon.smithi079 (mon.0) 186 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:50.691 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:50 smithi079 bash[19997]: audit 2024-09-18T08:20:49.943250+0000 mon.smithi079 (mon.0) 186 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:50.691 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:50 smithi079 bash[19997]: audit 2024-09-18T08:20:50.188438+0000 mon.smithi079 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.135:0/1703817871' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-18T08:20:50.691 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:50 smithi079 bash[19997]: audit 2024-09-18T08:20:50.188438+0000 mon.smithi079 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.135:0/1703817871' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-18T08:20:51.741 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-18T08:20:51.741 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-18T08:20:52.311 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:52 smithi079 bash[19997]: audit 2024-09-18T08:20:51.076093+0000 mon.smithi079 (mon.0) 188 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:52.311 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:52 smithi079 bash[19997]: audit 2024-09-18T08:20:51.076093+0000 mon.smithi079 (mon.0) 188 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:52.962 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-18T08:20:54.009 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-18T08:20:54.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:54 smithi079 bash[19997]: audit 2024-09-18T08:20:53.776300+0000 mon.smithi079 (mon.0) 189 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:54.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:54 smithi079 bash[19997]: audit 2024-09-18T08:20:53.776300+0000 mon.smithi079 (mon.0) 189 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:54.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:54 smithi079 bash[19997]: audit 2024-09-18T08:20:53.779001+0000 mon.smithi079 (mon.0) 190 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:54.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:54 smithi079 bash[19997]: audit 2024-09-18T08:20:53.779001+0000 mon.smithi079 (mon.0) 190 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:55.875 INFO:teuthology.orchestra.run.smithi135.stdout: 2024-09-18T08:20:55.875 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":1,"fsid":"331e14a2-7596-11ef-bceb-c7b262605968","modified":"2024-09-18T08:17:55.726152Z","created":"2024-09-18T08:17:55.726152Z","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":"smithi079","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:3300","nonce":0},{"type":"v1","addr":"172.21.15.79:6789","nonce":0}]},"addr":"172.21.15.79:6789/0","public_addr":"172.21.15.79:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-18T08:20:55.876 INFO:teuthology.orchestra.run.smithi135.stderr:dumped monmap epoch 1 2024-09-18T08:20:56.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:55 smithi079 bash[19997]: audit 2024-09-18T08:20:54.862934+0000 mon.smithi079 (mon.0) 191 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:56.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:55 smithi079 bash[19997]: audit 2024-09-18T08:20:54.862934+0000 mon.smithi079 (mon.0) 191 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:56.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:55 smithi079 bash[19997]: audit 2024-09-18T08:20:54.866517+0000 mon.smithi079 (mon.0) 192 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:56.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:55 smithi079 bash[19997]: audit 2024-09-18T08:20:54.866517+0000 mon.smithi079 (mon.0) 192 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:56.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:55 smithi079 bash[19997]: audit 2024-09-18T08:20:54.867978+0000 mon.smithi079 (mon.0) 193 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"} : dispatch 2024-09-18T08:20:56.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:55 smithi079 bash[19997]: audit 2024-09-18T08:20:54.867978+0000 mon.smithi079 (mon.0) 193 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"} : dispatch 2024-09-18T08:20:57.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:56 smithi079 bash[19997]: audit 2024-09-18T08:20:55.874721+0000 mon.smithi079 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.135:0/2331707' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-18T08:20:57.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:56 smithi079 bash[19997]: audit 2024-09-18T08:20:55.874721+0000 mon.smithi079 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.135:0/2331707' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-18T08:20:57.613 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-18T08:20:57.613 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-18T08:20:58.839 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T08:20:58.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: audit 2024-09-18T08:20:57.562891+0000 mon.smithi079 (mon.0) 195 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:58.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: audit 2024-09-18T08:20:57.562891+0000 mon.smithi079 (mon.0) 195 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:58.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: audit 2024-09-18T08:20:57.568757+0000 mon.smithi079 (mon.0) 196 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:58.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: audit 2024-09-18T08:20:57.568757+0000 mon.smithi079 (mon.0) 196 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:58.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: audit 2024-09-18T08:20:57.576670+0000 mon.smithi079 (mon.0) 197 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:58.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: audit 2024-09-18T08:20:57.576670+0000 mon.smithi079 (mon.0) 197 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:58.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: audit 2024-09-18T08:20:57.582334+0000 mon.smithi079 (mon.0) 198 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:58.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: audit 2024-09-18T08:20:57.582334+0000 mon.smithi079 (mon.0) 198 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:58.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: audit 2024-09-18T08:20:57.584048+0000 mon.smithi079 (mon.0) 199 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd/host:smithi135", "name": "osd_memory_target"} : dispatch 2024-09-18T08:20:58.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: audit 2024-09-18T08:20:57.584048+0000 mon.smithi079 (mon.0) 199 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd/host:smithi135", "name": "osd_memory_target"} : dispatch 2024-09-18T08:20:58.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: audit 2024-09-18T08:20:57.586075+0000 mon.smithi079 (mon.0) 200 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:20:58.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: audit 2024-09-18T08:20:57.586075+0000 mon.smithi079 (mon.0) 200 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:20:58.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: audit 2024-09-18T08:20:57.587355+0000 mon.smithi079 (mon.0) 201 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:20:58.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: audit 2024-09-18T08:20:57.587355+0000 mon.smithi079 (mon.0) 201 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:20:58.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: cephadm 2024-09-18T08:20:57.589314+0000 mgr.smithi079.dmaxqe (mgr.14205) 7 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2024-09-18T08:20:58.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: cephadm 2024-09-18T08:20:57.589314+0000 mgr.smithi079.dmaxqe (mgr.14205) 7 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2024-09-18T08:20:58.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: cephadm 2024-09-18T08:20:57.590028+0000 mgr.smithi079.dmaxqe (mgr.14205) 8 : cephadm [INF] Updating smithi135:/etc/ceph/ceph.conf 2024-09-18T08:20:58.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: cephadm 2024-09-18T08:20:57.590028+0000 mgr.smithi079.dmaxqe (mgr.14205) 8 : cephadm [INF] Updating smithi135:/etc/ceph/ceph.conf 2024-09-18T08:20:58.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: cephadm 2024-09-18T08:20:57.699575+0000 mgr.smithi079.dmaxqe (mgr.14205) 9 : cephadm [INF] Updating smithi079:/var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T08:20:58.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: cephadm 2024-09-18T08:20:57.699575+0000 mgr.smithi079.dmaxqe (mgr.14205) 9 : cephadm [INF] Updating smithi079:/var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T08:20:58.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: cephadm 2024-09-18T08:20:57.703478+0000 mgr.smithi079.dmaxqe (mgr.14205) 10 : cephadm [INF] Updating smithi135:/var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T08:20:58.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: cephadm 2024-09-18T08:20:57.703478+0000 mgr.smithi079.dmaxqe (mgr.14205) 10 : cephadm [INF] Updating smithi135:/var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T08:20:58.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: cephadm 2024-09-18T08:20:57.782051+0000 mgr.smithi079.dmaxqe (mgr.14205) 11 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2024-09-18T08:20:58.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: cephadm 2024-09-18T08:20:57.782051+0000 mgr.smithi079.dmaxqe (mgr.14205) 11 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2024-09-18T08:20:58.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: cephadm 2024-09-18T08:20:57.793451+0000 mgr.smithi079.dmaxqe (mgr.14205) 12 : cephadm [INF] Updating smithi135:/etc/ceph/ceph.client.admin.keyring 2024-09-18T08:20:58.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: cephadm 2024-09-18T08:20:57.793451+0000 mgr.smithi079.dmaxqe (mgr.14205) 12 : cephadm [INF] Updating smithi135:/etc/ceph/ceph.client.admin.keyring 2024-09-18T08:20:58.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: cephadm 2024-09-18T08:20:57.860414+0000 mgr.smithi079.dmaxqe (mgr.14205) 13 : cephadm [INF] Updating smithi079:/var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-18T08:20:58.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: cephadm 2024-09-18T08:20:57.860414+0000 mgr.smithi079.dmaxqe (mgr.14205) 13 : cephadm [INF] Updating smithi079:/var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-18T08:20:58.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: cephadm 2024-09-18T08:20:57.872597+0000 mgr.smithi079.dmaxqe (mgr.14205) 14 : cephadm [INF] Updating smithi135:/var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-18T08:20:58.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: cephadm 2024-09-18T08:20:57.872597+0000 mgr.smithi079.dmaxqe (mgr.14205) 14 : cephadm [INF] Updating smithi135:/var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-18T08:20:58.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: audit 2024-09-18T08:20:57.947602+0000 mon.smithi079 (mon.0) 202 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:58.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: audit 2024-09-18T08:20:57.947602+0000 mon.smithi079 (mon.0) 202 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:58.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: audit 2024-09-18T08:20:57.952038+0000 mon.smithi079 (mon.0) 203 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:58.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: audit 2024-09-18T08:20:57.952038+0000 mon.smithi079 (mon.0) 203 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:58.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: audit 2024-09-18T08:20:57.954666+0000 mon.smithi079 (mon.0) 204 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:58.863 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: audit 2024-09-18T08:20:57.954666+0000 mon.smithi079 (mon.0) 204 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:58.863 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: audit 2024-09-18T08:20:57.957265+0000 mon.smithi079 (mon.0) 205 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:58.863 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: audit 2024-09-18T08:20:57.957265+0000 mon.smithi079 (mon.0) 205 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:58.863 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: audit 2024-09-18T08:20:57.960336+0000 mon.smithi079 (mon.0) 206 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:58.863 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: audit 2024-09-18T08:20:57.960336+0000 mon.smithi079 (mon.0) 206 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:20:58.863 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: audit 2024-09-18T08:20:57.961710+0000 mon.smithi079 (mon.0) 207 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi135", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-18T08:20:58.863 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: audit 2024-09-18T08:20:57.961710+0000 mon.smithi079 (mon.0) 207 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi135", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-18T08:20:58.863 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: audit 2024-09-18T08:20:57.962626+0000 mon.smithi079 (mon.0) 208 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi135", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-18T08:20:58.863 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: audit 2024-09-18T08:20:57.962626+0000 mon.smithi079 (mon.0) 208 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi135", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-18T08:20:58.863 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: audit 2024-09-18T08:20:57.964873+0000 mon.smithi079 (mon.0) 209 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:20:58.863 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: audit 2024-09-18T08:20:57.964873+0000 mon.smithi079 (mon.0) 209 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:20:58.863 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: cephadm 2024-09-18T08:20:57.965701+0000 mgr.smithi079.dmaxqe (mgr.14205) 15 : cephadm [INF] Deploying daemon ceph-exporter.smithi135 on smithi135 2024-09-18T08:20:58.863 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:20:58 smithi079 bash[19997]: cephadm 2024-09-18T08:20:57.965701+0000 mgr.smithi079.dmaxqe (mgr.14205) 15 : cephadm [INF] Deploying daemon ceph-exporter.smithi135 on smithi135 2024-09-18T08:21:00.380 INFO:teuthology.orchestra.run.smithi135.stdout: 2024-09-18T08:21:00.381 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":1,"fsid":"331e14a2-7596-11ef-bceb-c7b262605968","modified":"2024-09-18T08:17:55.726152Z","created":"2024-09-18T08:17:55.726152Z","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":"smithi079","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:3300","nonce":0},{"type":"v1","addr":"172.21.15.79:6789","nonce":0}]},"addr":"172.21.15.79:6789/0","public_addr":"172.21.15.79:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-18T08:21:00.381 INFO:teuthology.orchestra.run.smithi135.stderr:dumped monmap epoch 1 2024-09-18T08:21:00.790 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:00 smithi079 bash[19997]: audit 2024-09-18T08:21:00.380143+0000 mon.smithi079 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.135:0/4039319069' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-18T08:21:00.790 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:00 smithi079 bash[19997]: audit 2024-09-18T08:21:00.380143+0000 mon.smithi079 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.135:0/4039319069' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-18T08:21:02.133 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-18T08:21:02.134 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-18T08:21:03.343 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T08:21:03.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:02 smithi079 bash[19997]: audit 2024-09-18T08:21:01.984365+0000 mon.smithi079 (mon.0) 211 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:03.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:02 smithi079 bash[19997]: audit 2024-09-18T08:21:01.984365+0000 mon.smithi079 (mon.0) 211 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:03.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:02 smithi079 bash[19997]: audit 2024-09-18T08:21:01.990430+0000 mon.smithi079 (mon.0) 212 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:03.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:02 smithi079 bash[19997]: audit 2024-09-18T08:21:01.990430+0000 mon.smithi079 (mon.0) 212 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:03.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:02 smithi079 bash[19997]: audit 2024-09-18T08:21:01.996680+0000 mon.smithi079 (mon.0) 213 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:03.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:02 smithi079 bash[19997]: audit 2024-09-18T08:21:01.996680+0000 mon.smithi079 (mon.0) 213 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:03.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:02 smithi079 bash[19997]: audit 2024-09-18T08:21:02.002519+0000 mon.smithi079 (mon.0) 214 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:03.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:02 smithi079 bash[19997]: audit 2024-09-18T08:21:02.002519+0000 mon.smithi079 (mon.0) 214 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:03.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:02 smithi079 bash[19997]: audit 2024-09-18T08:21:02.005321+0000 mon.smithi079 (mon.0) 215 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi135", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-18T08:21:03.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:02 smithi079 bash[19997]: audit 2024-09-18T08:21:02.005321+0000 mon.smithi079 (mon.0) 215 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi135", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-18T08:21:03.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:02 smithi079 bash[19997]: audit 2024-09-18T08:21:02.007133+0000 mon.smithi079 (mon.0) 216 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi135", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-18T08:21:03.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:02 smithi079 bash[19997]: audit 2024-09-18T08:21:02.007133+0000 mon.smithi079 (mon.0) 216 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi135", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-18T08:21:03.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:02 smithi079 bash[19997]: audit 2024-09-18T08:21:02.011786+0000 mon.smithi079 (mon.0) 217 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:03.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:02 smithi079 bash[19997]: audit 2024-09-18T08:21:02.011786+0000 mon.smithi079 (mon.0) 217 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:03.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:02 smithi079 bash[19997]: cephadm 2024-09-18T08:21:02.013654+0000 mgr.smithi079.dmaxqe (mgr.14205) 16 : cephadm [INF] Deploying daemon crash.smithi135 on smithi135 2024-09-18T08:21:03.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:02 smithi079 bash[19997]: cephadm 2024-09-18T08:21:02.013654+0000 mgr.smithi079.dmaxqe (mgr.14205) 16 : cephadm [INF] Deploying daemon crash.smithi135 on smithi135 2024-09-18T08:21:03.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:02 smithi079 bash[19997]: audit 2024-09-18T08:21:02.708392+0000 mon.smithi079 (mon.0) 218 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:03.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:02 smithi079 bash[19997]: audit 2024-09-18T08:21:02.708392+0000 mon.smithi079 (mon.0) 218 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:03.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:02 smithi079 bash[19997]: audit 2024-09-18T08:21:02.709246+0000 mon.smithi079 (mon.0) 219 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:21:03.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:02 smithi079 bash[19997]: audit 2024-09-18T08:21:02.709246+0000 mon.smithi079 (mon.0) 219 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:21:05.476 INFO:teuthology.orchestra.run.smithi135.stdout: 2024-09-18T08:21:05.476 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":1,"fsid":"331e14a2-7596-11ef-bceb-c7b262605968","modified":"2024-09-18T08:17:55.726152Z","created":"2024-09-18T08:17:55.726152Z","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":"smithi079","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:3300","nonce":0},{"type":"v1","addr":"172.21.15.79:6789","nonce":0}]},"addr":"172.21.15.79:6789/0","public_addr":"172.21.15.79:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-18T08:21:05.477 INFO:teuthology.orchestra.run.smithi135.stderr:dumped monmap epoch 1 2024-09-18T08:21:05.825 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:05 smithi079 bash[19997]: audit 2024-09-18T08:21:05.476431+0000 mon.smithi079 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.135:0/1001574445' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-18T08:21:05.826 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:05 smithi079 bash[19997]: audit 2024-09-18T08:21:05.476431+0000 mon.smithi079 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.135:0/1001574445' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-18T08:21:07.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:06 smithi079 bash[19997]: audit 2024-09-18T08:21:05.658085+0000 mon.smithi079 (mon.0) 221 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:07.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:06 smithi079 bash[19997]: audit 2024-09-18T08:21:05.658085+0000 mon.smithi079 (mon.0) 221 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:07.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:06 smithi079 bash[19997]: audit 2024-09-18T08:21:05.664433+0000 mon.smithi079 (mon.0) 222 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:07.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:06 smithi079 bash[19997]: audit 2024-09-18T08:21:05.664433+0000 mon.smithi079 (mon.0) 222 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:07.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:06 smithi079 bash[19997]: audit 2024-09-18T08:21:05.670922+0000 mon.smithi079 (mon.0) 223 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:07.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:06 smithi079 bash[19997]: audit 2024-09-18T08:21:05.670922+0000 mon.smithi079 (mon.0) 223 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:07.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:06 smithi079 bash[19997]: audit 2024-09-18T08:21:05.679154+0000 mon.smithi079 (mon.0) 224 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:07.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:06 smithi079 bash[19997]: audit 2024-09-18T08:21:05.679154+0000 mon.smithi079 (mon.0) 224 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:07.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:06 smithi079 bash[19997]: cephadm 2024-09-18T08:21:05.682243+0000 mgr.smithi079.dmaxqe (mgr.14205) 17 : cephadm [INF] Deploying daemon node-exporter.smithi135 on smithi135 2024-09-18T08:21:07.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:06 smithi079 bash[19997]: cephadm 2024-09-18T08:21:05.682243+0000 mgr.smithi079.dmaxqe (mgr.14205) 17 : cephadm [INF] Deploying daemon node-exporter.smithi135 on smithi135 2024-09-18T08:21:07.605 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-18T08:21:07.606 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-18T08:21:08.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:07 smithi079 bash[19997]: audit 2024-09-18T08:21:06.936191+0000 mon.smithi079 (mon.0) 225 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:08.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:07 smithi079 bash[19997]: audit 2024-09-18T08:21:06.936191+0000 mon.smithi079 (mon.0) 225 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:08.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:07 smithi079 bash[19997]: audit 2024-09-18T08:21:06.944771+0000 mon.smithi079 (mon.0) 226 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:08.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:07 smithi079 bash[19997]: audit 2024-09-18T08:21:06.944771+0000 mon.smithi079 (mon.0) 226 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:08.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:07 smithi079 bash[19997]: audit 2024-09-18T08:21:06.953697+0000 mon.smithi079 (mon.0) 227 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:08.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:07 smithi079 bash[19997]: audit 2024-09-18T08:21:06.953697+0000 mon.smithi079 (mon.0) 227 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:08.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:07 smithi079 bash[19997]: audit 2024-09-18T08:21:06.962202+0000 mon.smithi079 (mon.0) 228 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:08.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:07 smithi079 bash[19997]: audit 2024-09-18T08:21:06.962202+0000 mon.smithi079 (mon.0) 228 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:08.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:07 smithi079 bash[19997]: audit 2024-09-18T08:21:06.967130+0000 mon.smithi079 (mon.0) 229 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi135.vlchji", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-18T08:21:08.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:07 smithi079 bash[19997]: audit 2024-09-18T08:21:06.967130+0000 mon.smithi079 (mon.0) 229 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi135.vlchji", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-18T08:21:08.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:07 smithi079 bash[19997]: audit 2024-09-18T08:21:06.971573+0000 mon.smithi079 (mon.0) 230 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi135.vlchji", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-18T08:21:08.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:07 smithi079 bash[19997]: audit 2024-09-18T08:21:06.971573+0000 mon.smithi079 (mon.0) 230 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi135.vlchji", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-18T08:21:08.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:07 smithi079 bash[19997]: audit 2024-09-18T08:21:06.976258+0000 mon.smithi079 (mon.0) 231 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mgr services"} : dispatch 2024-09-18T08:21:08.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:07 smithi079 bash[19997]: audit 2024-09-18T08:21:06.976258+0000 mon.smithi079 (mon.0) 231 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mgr services"} : dispatch 2024-09-18T08:21:08.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:07 smithi079 bash[19997]: audit 2024-09-18T08:21:06.978433+0000 mon.smithi079 (mon.0) 232 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:08.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:07 smithi079 bash[19997]: audit 2024-09-18T08:21:06.978433+0000 mon.smithi079 (mon.0) 232 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:08.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:07 smithi079 bash[19997]: cephadm 2024-09-18T08:21:06.980726+0000 mgr.smithi079.dmaxqe (mgr.14205) 18 : cephadm [INF] Deploying daemon mgr.smithi135.vlchji on smithi135 2024-09-18T08:21:08.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:07 smithi079 bash[19997]: cephadm 2024-09-18T08:21:06.980726+0000 mgr.smithi079.dmaxqe (mgr.14205) 18 : cephadm [INF] Deploying daemon mgr.smithi135.vlchji on smithi135 2024-09-18T08:21:08.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:07 smithi079 bash[19997]: audit 2024-09-18T08:21:07.715282+0000 mon.smithi079 (mon.0) 233 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:08.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:07 smithi079 bash[19997]: audit 2024-09-18T08:21:07.715282+0000 mon.smithi079 (mon.0) 233 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:09.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:08 smithi079 bash[19997]: cluster 2024-09-18T08:21:07.367140+0000 mgr.smithi079.dmaxqe (mgr.14205) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:09.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:08 smithi079 bash[19997]: cluster 2024-09-18T08:21:07.367140+0000 mgr.smithi079.dmaxqe (mgr.14205) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:11.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:10 smithi079 bash[19997]: cluster 2024-09-18T08:21:09.367670+0000 mgr.smithi079.dmaxqe (mgr.14205) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:11.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:10 smithi079 bash[19997]: cluster 2024-09-18T08:21:09.367670+0000 mgr.smithi079.dmaxqe (mgr.14205) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:11.971 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:11 smithi135 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:21:12.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:12 smithi079 bash[19997]: audit 2024-09-18T08:21:11.044659+0000 mon.smithi079 (mon.0) 234 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:12.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:12 smithi079 bash[19997]: audit 2024-09-18T08:21:11.044659+0000 mon.smithi079 (mon.0) 234 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:12.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:12 smithi079 bash[19997]: audit 2024-09-18T08:21:11.050683+0000 mon.smithi079 (mon.0) 235 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:12.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:12 smithi079 bash[19997]: audit 2024-09-18T08:21:11.050683+0000 mon.smithi079 (mon.0) 235 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:12.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:12 smithi079 bash[19997]: audit 2024-09-18T08:21:11.056835+0000 mon.smithi079 (mon.0) 236 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:12.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:12 smithi079 bash[19997]: audit 2024-09-18T08:21:11.056835+0000 mon.smithi079 (mon.0) 236 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:12.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:12 smithi079 bash[19997]: audit 2024-09-18T08:21:11.062463+0000 mon.smithi079 (mon.0) 237 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:12.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:12 smithi079 bash[19997]: audit 2024-09-18T08:21:11.062463+0000 mon.smithi079 (mon.0) 237 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:12.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:12 smithi079 bash[19997]: audit 2024-09-18T08:21:11.065740+0000 mon.smithi079 (mon.0) 238 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-18T08:21:12.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:12 smithi079 bash[19997]: audit 2024-09-18T08:21:11.065740+0000 mon.smithi079 (mon.0) 238 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-18T08:21:12.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:12 smithi079 bash[19997]: audit 2024-09-18T08:21:11.067527+0000 mon.smithi079 (mon.0) 239 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:12.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:12 smithi079 bash[19997]: audit 2024-09-18T08:21:11.067527+0000 mon.smithi079 (mon.0) 239 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:12.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:12 smithi079 bash[19997]: cephadm 2024-09-18T08:21:11.069512+0000 mgr.smithi079.dmaxqe (mgr.14205) 21 : cephadm [INF] Deploying daemon mon.smithi135 on smithi135 2024-09-18T08:21:12.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:12 smithi079 bash[19997]: cephadm 2024-09-18T08:21:11.069512+0000 mgr.smithi079.dmaxqe (mgr.14205) 21 : cephadm [INF] Deploying daemon mon.smithi135 on smithi135 2024-09-18T08:21:13.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:13 smithi079 bash[19997]: cluster 2024-09-18T08:21:11.368195+0000 mgr.smithi079.dmaxqe (mgr.14205) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:13.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:13 smithi079 bash[19997]: cluster 2024-09-18T08:21:11.368195+0000 mgr.smithi079.dmaxqe (mgr.14205) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:13.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:13 smithi079 bash[19997]: audit 2024-09-18T08:21:12.722583+0000 mon.smithi079 (mon.0) 240 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:13.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:13 smithi079 bash[19997]: audit 2024-09-18T08:21:12.722583+0000 mon.smithi079 (mon.0) 240 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:15.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:15 smithi079 bash[19997]: cluster 2024-09-18T08:21:13.368627+0000 mgr.smithi079.dmaxqe (mgr.14205) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:15.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:15 smithi079 bash[19997]: cluster 2024-09-18T08:21:13.368627+0000 mgr.smithi079.dmaxqe (mgr.14205) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:15.923 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi135/config 2024-09-18T08:21:16.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:15 smithi135 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:21:16.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:15 smithi135 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:21:16.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:15 smithi135 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:21:16.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:15 smithi135 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:21:16.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:16 smithi135 systemd[1]: Started Ceph mon.smithi135 for 331e14a2-7596-11ef-bceb-c7b262605968. 2024-09-18T08:21:17.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:17 smithi079 bash[19997]: cluster 2024-09-18T08:21:15.369056+0000 mgr.smithi079.dmaxqe (mgr.14205) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:17.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:17 smithi079 bash[19997]: cluster 2024-09-18T08:21:15.369056+0000 mgr.smithi079.dmaxqe (mgr.14205) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:17.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:17 smithi079 bash[19997]: audit 2024-09-18T08:21:16.067219+0000 mon.smithi079 (mon.0) 241 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:17.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:17 smithi079 bash[19997]: audit 2024-09-18T08:21:16.067219+0000 mon.smithi079 (mon.0) 241 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:17.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:17 smithi079 bash[19997]: audit 2024-09-18T08:21:16.079212+0000 mon.smithi079 (mon.0) 242 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:17.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:17 smithi079 bash[19997]: audit 2024-09-18T08:21:16.079212+0000 mon.smithi079 (mon.0) 242 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:17.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:17 smithi079 bash[19997]: audit 2024-09-18T08:21:16.087817+0000 mon.smithi079 (mon.0) 243 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:17.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:17 smithi079 bash[19997]: audit 2024-09-18T08:21:16.087817+0000 mon.smithi079 (mon.0) 243 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:17.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:17 smithi079 bash[19997]: audit 2024-09-18T08:21:16.096002+0000 mon.smithi079 (mon.0) 244 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:17.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:17 smithi079 bash[19997]: audit 2024-09-18T08:21:16.096002+0000 mon.smithi079 (mon.0) 244 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:17.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:17 smithi079 bash[19997]: audit 2024-09-18T08:21:16.108494+0000 mon.smithi079 (mon.0) 245 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:17.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:17 smithi079 bash[19997]: audit 2024-09-18T08:21:16.108494+0000 mon.smithi079 (mon.0) 245 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:17.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:17 smithi079 bash[19997]: audit 2024-09-18T08:21:16.139972+0000 mon.smithi079 (mon.0) 246 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:21:17.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:17 smithi079 bash[19997]: audit 2024-09-18T08:21:16.139972+0000 mon.smithi079 (mon.0) 246 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:21:17.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.658+0000 7ff70278cc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-18T08:21:17.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.658+0000 7ff70278cc80 0 ceph version 19.3.0-4983-ge7fb7b56 (e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e) squid (dev), process ceph-mon, pid 7 2024-09-18T08:21:17.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.658+0000 7ff70278cc80 0 pidfile_write: ignore empty --pid-file 2024-09-18T08:21:17.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 0 load: jerasure load: lrc 2024-09-18T08:21:17.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: RocksDB version: 7.9.2 2024-09-18T08:21:17.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Git sha 0 2024-09-18T08:21:17.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Compile date 2024-09-17 15:59:30 2024-09-18T08:21:17.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: DB SUMMARY 2024-09-18T08:21:17.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: DB Session ID: XYU3Q2JWP24WATJJ6N82 2024-09-18T08:21:17.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: CURRENT file: CURRENT 2024-09-18T08:21:17.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-18T08:21:17.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-18T08:21:17.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi135/store.db dir, Total Num: 0, files: 2024-09-18T08:21:17.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi135/store.db: 000004.log size: 511 ; 2024-09-18T08:21:17.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.error_if_exists: 0 2024-09-18T08:21:17.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.create_if_missing: 0 2024-09-18T08:21:17.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.paranoid_checks: 1 2024-09-18T08:21:17.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-18T08:21:17.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-18T08:21:17.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-18T08:21:17.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.env: 0x55a6374d9120 2024-09-18T08:21:17.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-18T08:21:17.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.info_log: 0x55a6396658e0 2024-09-18T08:21:17.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-18T08:21:17.957 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.statistics: (nil) 2024-09-18T08:21:17.957 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.use_fsync: 0 2024-09-18T08:21:17.957 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.max_log_file_size: 0 2024-09-18T08:21:17.958 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-18T08:21:17.958 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-18T08:21:17.958 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-18T08:21:17.958 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-18T08:21:17.958 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.allow_fallocate: 1 2024-09-18T08:21:17.958 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-18T08:21:17.959 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-18T08:21:17.959 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.use_direct_reads: 0 2024-09-18T08:21:17.959 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-18T08:21:17.959 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-18T08:21:17.959 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.db_log_dir: 2024-09-18T08:21:17.959 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.wal_dir: 2024-09-18T08:21:17.959 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-18T08:21:17.959 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-18T08:21:17.959 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-18T08:21:17.960 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-18T08:21:17.960 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-18T08:21:17.960 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-18T08:21:17.960 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-18T08:21:17.960 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-18T08:21:17.961 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.write_buffer_manager: 0x55a639669b80 2024-09-18T08:21:17.961 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-18T08:21:17.961 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-18T08:21:17.961 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-18T08:21:17.961 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-18T08:21:17.961 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-18T08:21:17.961 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-18T08:21:17.962 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-18T08:21:17.962 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-18T08:21:17.962 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.unordered_write: 0 2024-09-18T08:21:17.962 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-18T08:21:17.962 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-18T08:21:17.962 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-18T08:21:17.962 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-18T08:21:17.962 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.row_cache: None 2024-09-18T08:21:17.962 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.wal_filter: None 2024-09-18T08:21:17.962 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-18T08:21:17.962 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-18T08:21:17.962 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.two_write_queues: 0 2024-09-18T08:21:17.963 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-18T08:21:17.963 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.wal_compression: 0 2024-09-18T08:21:17.963 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.atomic_flush: 0 2024-09-18T08:21:17.963 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-18T08:21:17.963 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-18T08:21:17.963 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-18T08:21:17.963 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.log_readahead_size: 0 2024-09-18T08:21:17.963 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-18T08:21:17.963 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-18T08:21:17.963 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-18T08:21:17.963 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-18T08:21:17.963 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-18T08:21:17.963 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-18T08:21:17.963 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-18T08:21:17.964 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.max_background_jobs: 2 2024-09-18T08:21:17.964 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.max_background_compactions: -1 2024-09-18T08:21:17.964 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.max_subcompactions: 1 2024-09-18T08:21:17.964 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-18T08:21:17.964 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-18T08:21:17.964 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-18T08:21:17.964 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-18T08:21:17.964 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-18T08:21:17.964 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-18T08:21:17.964 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-18T08:21:17.964 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-18T08:21:17.964 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.max_open_files: -1 2024-09-18T08:21:17.965 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-18T08:21:17.965 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-18T08:21:17.965 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-18T08:21:17.965 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-18T08:21:17.965 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Options.max_background_flushes: -1 2024-09-18T08:21:17.965 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Compression algorithms supported: 2024-09-18T08:21:17.965 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: kZSTD supported: 0 2024-09-18T08:21:17.965 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: kXpressCompression supported: 0 2024-09-18T08:21:17.965 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: kBZip2Compression supported: 0 2024-09-18T08:21:17.965 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-18T08:21:17.965 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: kLZ4Compression supported: 1 2024-09-18T08:21:17.965 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: kZlibCompression supported: 1 2024-09-18T08:21:17.965 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-18T08:21:17.966 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: kSnappyCompression supported: 1 2024-09-18T08:21:17.966 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-18T08:21:17.966 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-18T08:21:17.966 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.662+0000 7ff70278cc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi135/store.db/MANIFEST-000005 2024-09-18T08:21:17.966 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-18T08:21:17.966 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-18T08:21:17.966 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.merge_operator: 2024-09-18T08:21:17.966 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.compaction_filter: None 2024-09-18T08:21:17.966 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-18T08:21:17.966 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-18T08:21:17.966 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-18T08:21:17.966 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-18T08:21:17.966 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a639665540) 2024-09-18T08:21:17.967 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cache_index_and_filter_blocks: 1 2024-09-18T08:21:17.967 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-18T08:21:17.967 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-18T08:21:17.967 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: pin_top_level_index_and_filter: 1 2024-09-18T08:21:17.967 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: index_type: 0 2024-09-18T08:21:17.967 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: data_block_index_type: 0 2024-09-18T08:21:17.967 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: index_shortening: 1 2024-09-18T08:21:17.967 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: data_block_hash_table_util_ratio: 0.750000 2024-09-18T08:21:17.967 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: checksum: 4 2024-09-18T08:21:17.968 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: no_block_cache: 0 2024-09-18T08:21:17.968 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: block_cache: 0x55a63965b610 2024-09-18T08:21:17.968 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: block_cache_name: BinnedLRUCache 2024-09-18T08:21:17.968 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: block_cache_options: 2024-09-18T08:21:17.968 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: capacity : 536870912 2024-09-18T08:21:17.968 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: num_shard_bits : 4 2024-09-18T08:21:17.968 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: strict_capacity_limit : 0 2024-09-18T08:21:17.968 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: high_pri_pool_ratio: 0.000 2024-09-18T08:21:17.968 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: block_cache_compressed: (nil) 2024-09-18T08:21:17.968 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: persistent_cache: (nil) 2024-09-18T08:21:17.968 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: block_size: 4096 2024-09-18T08:21:17.968 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: block_size_deviation: 10 2024-09-18T08:21:17.968 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: block_restart_interval: 16 2024-09-18T08:21:17.969 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: index_block_restart_interval: 1 2024-09-18T08:21:17.969 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: metadata_block_size: 4096 2024-09-18T08:21:17.969 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: partition_filters: 0 2024-09-18T08:21:17.970 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: use_delta_encoding: 1 2024-09-18T08:21:17.970 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: filter_policy: bloomfilter 2024-09-18T08:21:17.970 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: whole_key_filtering: 1 2024-09-18T08:21:17.970 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: verify_compression: 0 2024-09-18T08:21:17.970 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: read_amp_bytes_per_bit: 0 2024-09-18T08:21:17.970 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: format_version: 5 2024-09-18T08:21:17.970 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: enable_index_compression: 1 2024-09-18T08:21:17.970 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: block_align: 0 2024-09-18T08:21:17.970 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: max_auto_readahead_size: 262144 2024-09-18T08:21:17.970 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: prepopulate_block_cache: 0 2024-09-18T08:21:17.970 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: initial_auto_readahead_size: 8192 2024-09-18T08:21:17.970 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: num_file_reads_for_auto_readahead: 2 2024-09-18T08:21:17.970 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-18T08:21:17.971 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-18T08:21:17.973 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.compression: NoCompression 2024-09-18T08:21:17.974 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-18T08:21:17.974 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-18T08:21:17.974 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-18T08:21:17.974 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.num_levels: 7 2024-09-18T08:21:17.974 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-18T08:21:17.974 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-18T08:21:17.974 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-18T08:21:17.974 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-18T08:21:17.974 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-18T08:21:17.974 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-18T08:21:17.974 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-18T08:21:17.974 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-18T08:21:17.974 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-18T08:21:17.975 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-18T08:21:17.975 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-18T08:21:17.975 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-18T08:21:17.975 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-18T08:21:17.975 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-18T08:21:17.975 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-18T08:21:17.975 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-18T08:21:17.975 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-18T08:21:17.975 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-18T08:21:17.975 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-18T08:21:17.975 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-18T08:21:17.975 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-18T08:21:17.975 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-18T08:21:17.975 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-18T08:21:17.976 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-18T08:21:17.976 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-18T08:21:17.976 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-18T08:21:17.976 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-18T08:21:17.976 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-18T08:21:17.976 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-18T08:21:17.976 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-18T08:21:17.976 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-18T08:21:17.976 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-18T08:21:17.976 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-18T08:21:17.976 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-18T08:21:17.976 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-18T08:21:17.976 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-18T08:21:17.977 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-18T08:21:17.977 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-18T08:21:17.977 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-18T08:21:17.977 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-18T08:21:17.977 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-18T08:21:17.977 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-18T08:21:17.977 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-18T08:21:17.977 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-18T08:21:17.977 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-18T08:21:17.977 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-18T08:21:17.977 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-18T08:21:17.977 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-18T08:21:17.977 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-18T08:21:17.978 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-18T08:21:17.978 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-18T08:21:17.978 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-18T08:21:17.978 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-18T08:21:17.978 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-18T08:21:17.979 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.inplace_update_support: 0 2024-09-18T08:21:17.979 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-18T08:21:17.979 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-18T08:21:17.979 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-18T08:21:17.979 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-18T08:21:17.979 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.bloom_locality: 0 2024-09-18T08:21:17.979 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.max_successive_merges: 0 2024-09-18T08:21:17.979 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-18T08:21:17.979 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-18T08:21:17.979 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-18T08:21:17.979 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-18T08:21:17.979 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.ttl: 2592000 2024-09-18T08:21:17.979 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-18T08:21:17.980 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-18T08:21:17.980 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-18T08:21:17.980 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.enable_blob_files: false 2024-09-18T08:21:17.980 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.min_blob_size: 0 2024-09-18T08:21:17.980 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-18T08:21:17.980 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-18T08:21:17.980 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-18T08:21:17.980 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-18T08:21:17.980 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-18T08:21:17.980 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-18T08:21:17.980 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-18T08:21:17.980 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-18T08:21:17.980 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi135/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-18T08:21:17.981 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-18T08:21:17.981 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 5294c4ac-77bd-445b-b5ab-5d26960c27db 2024-09-18T08:21:17.981 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726647677669508, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-18T08:21:17.981 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-18T08:21:17.981 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726647677669944, "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": 1726647677, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "5294c4ac-77bd-445b-b5ab-5d26960c27db", "db_session_id": "XYU3Q2JWP24WATJJ6N82", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-18T08:21:17.981 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726647677670051, "job": 1, "event": "recovery_finished"} 2024-09-18T08:21:17.981 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-18T08:21:17.981 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi135/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-18T08:21:17.981 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55a639688e00 2024-09-18T08:21:17.982 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 4 rocksdb: DB pointer 0x55a63978c000 2024-09-18T08:21:17.982 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff6f8554640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-18T08:21:17.982 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff6f8554640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-18T08:21:17.982 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: ** DB Stats ** 2024-09-18T08:21:17.982 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-18T08:21:17.982 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: 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-18T08:21:17.982 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-18T08:21:17.982 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-18T08:21:17.982 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: 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-18T08:21:17.983 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-18T08:21:17.983 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-18T08:21:17.983 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: ** Compaction Stats [default] ** 2024-09-18T08:21:17.983 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: 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-18T08:21:17.983 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-18T08:21:17.983 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-18T08:21:17.983 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-18T08:21:17.983 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-18T08:21:17.983 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: ** Compaction Stats [default] ** 2024-09-18T08:21:17.983 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: 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-18T08:21:17.983 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-18T08:21:17.983 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-18T08:21:17.984 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-18T08:21:17.984 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-18T08:21:17.984 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-18T08:21:17.984 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-18T08:21:17.984 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: AddFile(Total Files): cumulative 0, interval 0 2024-09-18T08:21:17.984 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-18T08:21:17.984 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: AddFile(Keys): cumulative 0, interval 0 2024-09-18T08:21:17.984 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: Cumulative compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-18T08:21:17.984 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: Interval compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-18T08:21:17.984 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: 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-18T08:21:17.986 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: Block cache BinnedLRUCache@0x55a63965b610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-09-18T08:21:17.986 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: 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-18T08:21:17.986 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: ** File Read Latency Histogram By Level [default] ** 2024-09-18T08:21:17.986 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 0 mon.smithi135 does not exist in monmap, will attempt to join an existing cluster 2024-09-18T08:21:17.986 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 0 using public_addr v2:172.21.15.135:0/0 -> [v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0] 2024-09-18T08:21:17.987 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.666+0000 7ff70278cc80 0 starting mon.smithi135 rank -1 at public addrs [v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0] at bind addrs [v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi135 fsid 331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:21:17.987 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.670+0000 7ff70278cc80 1 mon.smithi135@-1(???) e0 preinit fsid 331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:21:17.987 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.698+0000 7ff6fb55a640 0 mon.smithi135@-1(synchronizing).mds e1 new map 2024-09-18T08:21:17.987 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.698+0000 7ff6fb55a640 0 mon.smithi135@-1(synchronizing).mds e1 print_map 2024-09-18T08:21:17.987 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: e1 2024-09-18T08:21:17.987 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: btime 2024-09-18T08:18:00:582194+0000 2024-09-18T08:21:17.987 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-18T08:21:17.987 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: 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-18T08:21:17.988 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: legacy client fscid: -1 2024-09-18T08:21:17.988 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: 2024-09-18T08:21:17.988 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: No filesystems configured 2024-09-18T08:21:17.988 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.698+0000 7ff6fb55a640 1 mon.smithi135@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-18T08:21:17.988 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.698+0000 7ff6fb55a640 1 mon.smithi135@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-18T08:21:17.988 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.698+0000 7ff6fb55a640 1 mon.smithi135@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-18T08:21:17.988 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.698+0000 7ff6fb55a640 1 mon.smithi135@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-18T08:21:17.988 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.698+0000 7ff6fb55a640 1 mon.smithi135@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-18T08:21:17.988 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.698+0000 7ff6fb55a640 1 mon.smithi135@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-18T08:21:17.989 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.698+0000 7ff6fb55a640 1 mon.smithi135@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-09-18T08:21:17.989 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.698+0000 7ff6fb55a640 0 mon.smithi135@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-18T08:21:17.989 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.698+0000 7ff6fb55a640 0 mon.smithi135@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-18T08:21:17.989 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.698+0000 7ff6fb55a640 0 mon.smithi135@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-18T08:21:17.989 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.698+0000 7ff6fb55a640 0 mon.smithi135@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-18T08:21:17.989 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cluster 2024-09-18T08:20:36.395009+0000 mgr.smithi079.dmaxqe (mgr.14164) 56 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:17.989 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cluster 2024-09-18T08:20:36.395009+0000 mgr.smithi079.dmaxqe (mgr.14164) 56 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:17.990 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cluster 2024-09-18T08:20:38.395340+0000 mgr.smithi079.dmaxqe (mgr.14164) 57 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:17.990 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cluster 2024-09-18T08:20:38.395340+0000 mgr.smithi079.dmaxqe (mgr.14164) 57 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:17.990 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:39.625437+0000 mon.smithi079 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.135:0/4200086246' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-18T08:21:17.990 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:39.625437+0000 mon.smithi079 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.135:0/4200086246' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-18T08:21:17.990 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:40.123930+0000 mon.smithi079 (mon.0) 160 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:17.990 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:40.123930+0000 mon.smithi079 (mon.0) 160 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:17.990 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:40.126567+0000 mon.smithi079 (mon.0) 161 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:17.990 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:40.126567+0000 mon.smithi079 (mon.0) 161 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:17.990 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:40.128864+0000 mon.smithi079 (mon.0) 162 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:17.991 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:40.128864+0000 mon.smithi079 (mon.0) 162 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:17.991 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:40.131154+0000 mon.smithi079 (mon.0) 163 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-18T08:21:17.991 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:40.131154+0000 mon.smithi079 (mon.0) 163 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-18T08:21:17.991 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:41.133296+0000 mon.smithi079 (mon.0) 164 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-18T08:21:17.991 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:41.133296+0000 mon.smithi079 (mon.0) 164 : audit [INF] from='mgr.14164 172.21.15.79:0/1919498354' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-18T08:21:17.991 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cluster 2024-09-18T08:20:41.139102+0000 mon.smithi079 (mon.0) 165 : cluster [DBG] mgrmap e15: smithi079.dmaxqe(active, since 82s) 2024-09-18T08:21:17.991 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cluster 2024-09-18T08:20:41.139102+0000 mon.smithi079 (mon.0) 165 : cluster [DBG] mgrmap e15: smithi079.dmaxqe(active, since 82s) 2024-09-18T08:21:17.991 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:44.892557+0000 mon.smithi079 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.135:0/1242222056' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-18T08:21:17.992 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:44.892557+0000 mon.smithi079 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.135:0/1242222056' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-18T08:21:17.992 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cluster 2024-09-18T08:20:47.348298+0000 mon.smithi079 (mon.0) 167 : cluster [INF] Active manager daemon smithi079.dmaxqe restarted 2024-09-18T08:21:17.992 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cluster 2024-09-18T08:20:47.348298+0000 mon.smithi079 (mon.0) 167 : cluster [INF] Active manager daemon smithi079.dmaxqe restarted 2024-09-18T08:21:17.992 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cluster 2024-09-18T08:20:47.348906+0000 mon.smithi079 (mon.0) 168 : cluster [INF] Activating manager daemon smithi079.dmaxqe 2024-09-18T08:21:17.992 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cluster 2024-09-18T08:20:47.348906+0000 mon.smithi079 (mon.0) 168 : cluster [INF] Activating manager daemon smithi079.dmaxqe 2024-09-18T08:21:17.992 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cluster 2024-09-18T08:20:47.360348+0000 mon.smithi079 (mon.0) 169 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-18T08:21:17.992 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cluster 2024-09-18T08:20:47.360348+0000 mon.smithi079 (mon.0) 169 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-18T08:21:17.993 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cluster 2024-09-18T08:20:47.360608+0000 mon.smithi079 (mon.0) 170 : cluster [DBG] mgrmap e16: smithi079.dmaxqe(active, starting, since 0.011914s) 2024-09-18T08:21:17.993 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cluster 2024-09-18T08:20:47.360608+0000 mon.smithi079 (mon.0) 170 : cluster [DBG] mgrmap e16: smithi079.dmaxqe(active, starting, since 0.011914s) 2024-09-18T08:21:17.993 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:47.362603+0000 mon.smithi079 (mon.0) 171 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-18T08:21:17.993 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:47.362603+0000 mon.smithi079 (mon.0) 171 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-18T08:21:17.993 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:47.364309+0000 mon.smithi079 (mon.0) 172 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mgr metadata", "who": "smithi079.dmaxqe", "id": "smithi079.dmaxqe"} : dispatch 2024-09-18T08:21:17.993 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:47.364309+0000 mon.smithi079 (mon.0) 172 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mgr metadata", "who": "smithi079.dmaxqe", "id": "smithi079.dmaxqe"} : dispatch 2024-09-18T08:21:17.993 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:47.365399+0000 mon.smithi079 (mon.0) 173 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mds metadata"} : dispatch 2024-09-18T08:21:17.993 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:47.365399+0000 mon.smithi079 (mon.0) 173 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mds metadata"} : dispatch 2024-09-18T08:21:17.993 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:47.365538+0000 mon.smithi079 (mon.0) 174 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata"} : dispatch 2024-09-18T08:21:17.993 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:47.365538+0000 mon.smithi079 (mon.0) 174 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata"} : dispatch 2024-09-18T08:21:17.994 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:47.365691+0000 mon.smithi079 (mon.0) 175 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata"} : dispatch 2024-09-18T08:21:17.994 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:47.365691+0000 mon.smithi079 (mon.0) 175 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata"} : dispatch 2024-09-18T08:21:17.994 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cluster 2024-09-18T08:20:47.396118+0000 mon.smithi079 (mon.0) 176 : cluster [INF] Manager daemon smithi079.dmaxqe is now available 2024-09-18T08:21:17.994 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cluster 2024-09-18T08:20:47.396118+0000 mon.smithi079 (mon.0) 176 : cluster [INF] Manager daemon smithi079.dmaxqe is now available 2024-09-18T08:21:17.994 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:47.687582+0000 mon.smithi079 (mon.0) 177 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:21:17.994 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:47.687582+0000 mon.smithi079 (mon.0) 177 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:21:17.994 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:47.705286+0000 mon.smithi079 (mon.0) 178 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:17.994 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:47.705286+0000 mon.smithi079 (mon.0) 178 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:17.994 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:47.708219+0000 mon.smithi079 (mon.0) 179 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:21:17.995 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:47.708219+0000 mon.smithi079 (mon.0) 179 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:21:17.995 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:47.708844+0000 mon.smithi079 (mon.0) 180 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-18T08:21:17.995 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:47.708844+0000 mon.smithi079 (mon.0) 180 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-18T08:21:17.995 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:47.717664+0000 mon.smithi079 (mon.0) 181 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.dmaxqe/mirror_snapshot_schedule"} : dispatch 2024-09-18T08:21:17.995 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:47.717664+0000 mon.smithi079 (mon.0) 181 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.dmaxqe/mirror_snapshot_schedule"} : dispatch 2024-09-18T08:21:17.995 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:47.720475+0000 mon.smithi079 (mon.0) 182 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.dmaxqe/trash_purge_schedule"} : dispatch 2024-09-18T08:21:17.995 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:47.720475+0000 mon.smithi079 (mon.0) 182 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.dmaxqe/trash_purge_schedule"} : dispatch 2024-09-18T08:21:17.995 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cluster 2024-09-18T08:20:48.361954+0000 mon.smithi079 (mon.0) 183 : cluster [DBG] mgrmap e17: smithi079.dmaxqe(active, since 1.01326s) 2024-09-18T08:21:17.996 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cluster 2024-09-18T08:20:48.361954+0000 mon.smithi079 (mon.0) 183 : cluster [DBG] mgrmap e17: smithi079.dmaxqe(active, since 1.01326s) 2024-09-18T08:21:17.996 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:48.433550+0000 mon.smithi079 (mon.0) 184 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:17.996 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:48.433550+0000 mon.smithi079 (mon.0) 184 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:17.996 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:20:48.881978+0000 mgr.smithi079.dmaxqe (mgr.14205) 2 : cephadm [INF] [18/Sep/2024:08:20:48] ENGINE Bus STARTING 2024-09-18T08:21:17.996 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:20:48.881978+0000 mgr.smithi079.dmaxqe (mgr.14205) 2 : cephadm [INF] [18/Sep/2024:08:20:48] ENGINE Bus STARTING 2024-09-18T08:21:17.996 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:20:49.002359+0000 mgr.smithi079.dmaxqe (mgr.14205) 3 : cephadm [INF] [18/Sep/2024:08:20:49] ENGINE Serving on https://172.21.15.79:7150 2024-09-18T08:21:17.996 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:20:49.002359+0000 mgr.smithi079.dmaxqe (mgr.14205) 3 : cephadm [INF] [18/Sep/2024:08:20:49] ENGINE Serving on https://172.21.15.79:7150 2024-09-18T08:21:17.996 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:20:49.005901+0000 mgr.smithi079.dmaxqe (mgr.14205) 4 : cephadm [ERR] [18/Sep/2024:08:20:49] ENGINE Error in HTTPServer.serve 2024-09-18T08:21:17.996 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: Traceback (most recent call last): 2024-09-18T08:21:17.997 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-18T08:21:17.997 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: self._connections.run(self.expiration_interval) 2024-09-18T08:21:17.997 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-18T08:21:17.997 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: self._run(expiration_interval) 2024-09-18T08:21:17.997 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-18T08:21:17.997 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: new_conn = self._from_server_socket(self.server.socket) 2024-09-18T08:21:17.997 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-18T08:21:17.997 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-18T08:21:17.997 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-18T08:21:17.998 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: s = self.context.wrap_socket( 2024-09-18T08:21:17.998 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-18T08:21:17.998 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: return self.sslsocket_class._create( 2024-09-18T08:21:17.998 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-18T08:21:17.998 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: self.do_handshake() 2024-09-18T08:21:17.998 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-18T08:21:17.998 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: self._sslobj.do_handshake() 2024-09-18T08:21:17.998 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-18T08:21:17.998 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:20:49.005901+0000 mgr.smithi079.dmaxqe (mgr.14205) 4 : cephadm [ERR] [18/Sep/2024:08:20:49] ENGINE Error in HTTPServer.serve 2024-09-18T08:21:17.998 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: Traceback (most recent call last): 2024-09-18T08:21:17.999 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-18T08:21:17.999 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: self._connections.run(self.expiration_interval) 2024-09-18T08:21:17.999 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-18T08:21:17.999 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: self._run(expiration_interval) 2024-09-18T08:21:17.999 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-18T08:21:17.999 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: new_conn = self._from_server_socket(self.server.socket) 2024-09-18T08:21:17.999 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-18T08:21:17.999 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-18T08:21:18.000 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-18T08:21:18.000 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: s = self.context.wrap_socket( 2024-09-18T08:21:18.000 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-18T08:21:18.000 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: return self.sslsocket_class._create( 2024-09-18T08:21:18.000 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-18T08:21:18.000 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: self.do_handshake() 2024-09-18T08:21:18.001 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-18T08:21:18.001 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: self._sslobj.do_handshake() 2024-09-18T08:21:18.001 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-18T08:21:18.001 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:20:49.103867+0000 mgr.smithi079.dmaxqe (mgr.14205) 5 : cephadm [INF] [18/Sep/2024:08:20:49] ENGINE Serving on http://172.21.15.79:8765 2024-09-18T08:21:18.001 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:20:49.103867+0000 mgr.smithi079.dmaxqe (mgr.14205) 5 : cephadm [INF] [18/Sep/2024:08:20:49] ENGINE Serving on http://172.21.15.79:8765 2024-09-18T08:21:18.001 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:20:49.104067+0000 mgr.smithi079.dmaxqe (mgr.14205) 6 : cephadm [INF] [18/Sep/2024:08:20:49] ENGINE Bus STARTED 2024-09-18T08:21:18.001 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:20:49.104067+0000 mgr.smithi079.dmaxqe (mgr.14205) 6 : cephadm [INF] [18/Sep/2024:08:20:49] ENGINE Bus STARTED 2024-09-18T08:21:18.001 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cluster 2024-09-18T08:20:49.443117+0000 mon.smithi079 (mon.0) 185 : cluster [DBG] mgrmap e18: smithi079.dmaxqe(active, since 2s) 2024-09-18T08:21:18.002 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cluster 2024-09-18T08:20:49.443117+0000 mon.smithi079 (mon.0) 185 : cluster [DBG] mgrmap e18: smithi079.dmaxqe(active, since 2s) 2024-09-18T08:21:18.002 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:49.943250+0000 mon.smithi079 (mon.0) 186 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.002 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:49.943250+0000 mon.smithi079 (mon.0) 186 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.002 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:50.188438+0000 mon.smithi079 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.135:0/1703817871' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-18T08:21:18.002 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:50.188438+0000 mon.smithi079 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.135:0/1703817871' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-18T08:21:18.002 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:51.076093+0000 mon.smithi079 (mon.0) 188 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.003 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:51.076093+0000 mon.smithi079 (mon.0) 188 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.003 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:53.776300+0000 mon.smithi079 (mon.0) 189 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.003 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:53.776300+0000 mon.smithi079 (mon.0) 189 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.003 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:53.779001+0000 mon.smithi079 (mon.0) 190 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.003 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:53.779001+0000 mon.smithi079 (mon.0) 190 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.003 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:54.862934+0000 mon.smithi079 (mon.0) 191 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.003 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:54.862934+0000 mon.smithi079 (mon.0) 191 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.004 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:54.866517+0000 mon.smithi079 (mon.0) 192 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.004 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:54.866517+0000 mon.smithi079 (mon.0) 192 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.004 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:54.867978+0000 mon.smithi079 (mon.0) 193 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"} : dispatch 2024-09-18T08:21:18.004 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:54.867978+0000 mon.smithi079 (mon.0) 193 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"} : dispatch 2024-09-18T08:21:18.004 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:55.874721+0000 mon.smithi079 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.135:0/2331707' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-18T08:21:18.004 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:55.874721+0000 mon.smithi079 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.135:0/2331707' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-18T08:21:18.004 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:57.562891+0000 mon.smithi079 (mon.0) 195 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.004 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:57.562891+0000 mon.smithi079 (mon.0) 195 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.004 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:57.568757+0000 mon.smithi079 (mon.0) 196 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.005 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:57.568757+0000 mon.smithi079 (mon.0) 196 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.005 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:57.576670+0000 mon.smithi079 (mon.0) 197 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.005 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:57.576670+0000 mon.smithi079 (mon.0) 197 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.005 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:57.582334+0000 mon.smithi079 (mon.0) 198 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.005 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:57.582334+0000 mon.smithi079 (mon.0) 198 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.005 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:57.584048+0000 mon.smithi079 (mon.0) 199 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd/host:smithi135", "name": "osd_memory_target"} : dispatch 2024-09-18T08:21:18.005 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:57.584048+0000 mon.smithi079 (mon.0) 199 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd/host:smithi135", "name": "osd_memory_target"} : dispatch 2024-09-18T08:21:18.005 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:57.586075+0000 mon.smithi079 (mon.0) 200 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:18.005 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:57.586075+0000 mon.smithi079 (mon.0) 200 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:18.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:57.587355+0000 mon.smithi079 (mon.0) 201 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:21:18.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:57.587355+0000 mon.smithi079 (mon.0) 201 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:21:18.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:20:57.589314+0000 mgr.smithi079.dmaxqe (mgr.14205) 7 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2024-09-18T08:21:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:20:57.589314+0000 mgr.smithi079.dmaxqe (mgr.14205) 7 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2024-09-18T08:21:18.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:20:57.590028+0000 mgr.smithi079.dmaxqe (mgr.14205) 8 : cephadm [INF] Updating smithi135:/etc/ceph/ceph.conf 2024-09-18T08:21:18.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:20:57.590028+0000 mgr.smithi079.dmaxqe (mgr.14205) 8 : cephadm [INF] Updating smithi135:/etc/ceph/ceph.conf 2024-09-18T08:21:18.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:20:57.699575+0000 mgr.smithi079.dmaxqe (mgr.14205) 9 : cephadm [INF] Updating smithi079:/var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T08:21:18.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:20:57.699575+0000 mgr.smithi079.dmaxqe (mgr.14205) 9 : cephadm [INF] Updating smithi079:/var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T08:21:18.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:20:57.703478+0000 mgr.smithi079.dmaxqe (mgr.14205) 10 : cephadm [INF] Updating smithi135:/var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T08:21:18.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:20:57.703478+0000 mgr.smithi079.dmaxqe (mgr.14205) 10 : cephadm [INF] Updating smithi135:/var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T08:21:18.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:20:57.782051+0000 mgr.smithi079.dmaxqe (mgr.14205) 11 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2024-09-18T08:21:18.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:20:57.782051+0000 mgr.smithi079.dmaxqe (mgr.14205) 11 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2024-09-18T08:21:18.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:20:57.793451+0000 mgr.smithi079.dmaxqe (mgr.14205) 12 : cephadm [INF] Updating smithi135:/etc/ceph/ceph.client.admin.keyring 2024-09-18T08:21:18.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:20:57.793451+0000 mgr.smithi079.dmaxqe (mgr.14205) 12 : cephadm [INF] Updating smithi135:/etc/ceph/ceph.client.admin.keyring 2024-09-18T08:21:18.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:20:57.860414+0000 mgr.smithi079.dmaxqe (mgr.14205) 13 : cephadm [INF] Updating smithi079:/var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-18T08:21:18.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:20:57.860414+0000 mgr.smithi079.dmaxqe (mgr.14205) 13 : cephadm [INF] Updating smithi079:/var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-18T08:21:18.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:20:57.872597+0000 mgr.smithi079.dmaxqe (mgr.14205) 14 : cephadm [INF] Updating smithi135:/var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-18T08:21:18.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:20:57.872597+0000 mgr.smithi079.dmaxqe (mgr.14205) 14 : cephadm [INF] Updating smithi135:/var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-18T08:21:18.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:57.947602+0000 mon.smithi079 (mon.0) 202 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:57.947602+0000 mon.smithi079 (mon.0) 202 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:57.952038+0000 mon.smithi079 (mon.0) 203 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:57.952038+0000 mon.smithi079 (mon.0) 203 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:57.954666+0000 mon.smithi079 (mon.0) 204 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:57.954666+0000 mon.smithi079 (mon.0) 204 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:57.957265+0000 mon.smithi079 (mon.0) 205 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:57.957265+0000 mon.smithi079 (mon.0) 205 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:57.960336+0000 mon.smithi079 (mon.0) 206 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:57.960336+0000 mon.smithi079 (mon.0) 206 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:57.961710+0000 mon.smithi079 (mon.0) 207 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi135", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-18T08:21:18.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:57.961710+0000 mon.smithi079 (mon.0) 207 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi135", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-18T08:21:18.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:57.962626+0000 mon.smithi079 (mon.0) 208 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi135", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-18T08:21:18.011 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:57.962626+0000 mon.smithi079 (mon.0) 208 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi135", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-18T08:21:18.011 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:57.964873+0000 mon.smithi079 (mon.0) 209 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:18.011 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:20:57.964873+0000 mon.smithi079 (mon.0) 209 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:18.011 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:20:57.965701+0000 mgr.smithi079.dmaxqe (mgr.14205) 15 : cephadm [INF] Deploying daemon ceph-exporter.smithi135 on smithi135 2024-09-18T08:21:18.011 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:20:57.965701+0000 mgr.smithi079.dmaxqe (mgr.14205) 15 : cephadm [INF] Deploying daemon ceph-exporter.smithi135 on smithi135 2024-09-18T08:21:18.011 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:00.380143+0000 mon.smithi079 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.135:0/4039319069' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-18T08:21:18.011 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:00.380143+0000 mon.smithi079 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.135:0/4039319069' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-18T08:21:18.011 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:01.984365+0000 mon.smithi079 (mon.0) 211 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.012 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:01.984365+0000 mon.smithi079 (mon.0) 211 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.012 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:01.990430+0000 mon.smithi079 (mon.0) 212 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.012 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:01.990430+0000 mon.smithi079 (mon.0) 212 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.012 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:01.996680+0000 mon.smithi079 (mon.0) 213 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.012 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:01.996680+0000 mon.smithi079 (mon.0) 213 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.012 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:02.002519+0000 mon.smithi079 (mon.0) 214 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.012 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:02.002519+0000 mon.smithi079 (mon.0) 214 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.012 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:02.005321+0000 mon.smithi079 (mon.0) 215 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi135", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-18T08:21:18.012 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:02.005321+0000 mon.smithi079 (mon.0) 215 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi135", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-18T08:21:18.013 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:02.007133+0000 mon.smithi079 (mon.0) 216 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi135", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-18T08:21:18.013 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:02.007133+0000 mon.smithi079 (mon.0) 216 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi135", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-18T08:21:18.013 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:02.011786+0000 mon.smithi079 (mon.0) 217 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:18.013 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:02.011786+0000 mon.smithi079 (mon.0) 217 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:18.013 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:21:02.013654+0000 mgr.smithi079.dmaxqe (mgr.14205) 16 : cephadm [INF] Deploying daemon crash.smithi135 on smithi135 2024-09-18T08:21:18.013 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:21:02.013654+0000 mgr.smithi079.dmaxqe (mgr.14205) 16 : cephadm [INF] Deploying daemon crash.smithi135 on smithi135 2024-09-18T08:21:18.013 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:02.708392+0000 mon.smithi079 (mon.0) 218 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.013 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:02.708392+0000 mon.smithi079 (mon.0) 218 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.014 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:02.709246+0000 mon.smithi079 (mon.0) 219 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:21:18.014 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:02.709246+0000 mon.smithi079 (mon.0) 219 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:21:18.014 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:05.476431+0000 mon.smithi079 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.135:0/1001574445' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-18T08:21:18.014 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:05.476431+0000 mon.smithi079 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.135:0/1001574445' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-18T08:21:18.014 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:05.658085+0000 mon.smithi079 (mon.0) 221 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.014 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:05.658085+0000 mon.smithi079 (mon.0) 221 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.014 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:05.664433+0000 mon.smithi079 (mon.0) 222 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.014 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:05.664433+0000 mon.smithi079 (mon.0) 222 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.014 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:05.670922+0000 mon.smithi079 (mon.0) 223 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.015 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:05.670922+0000 mon.smithi079 (mon.0) 223 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.015 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:05.679154+0000 mon.smithi079 (mon.0) 224 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.015 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:05.679154+0000 mon.smithi079 (mon.0) 224 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.015 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:21:05.682243+0000 mgr.smithi079.dmaxqe (mgr.14205) 17 : cephadm [INF] Deploying daemon node-exporter.smithi135 on smithi135 2024-09-18T08:21:18.015 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:21:05.682243+0000 mgr.smithi079.dmaxqe (mgr.14205) 17 : cephadm [INF] Deploying daemon node-exporter.smithi135 on smithi135 2024-09-18T08:21:18.015 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:06.936191+0000 mon.smithi079 (mon.0) 225 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.016 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:06.936191+0000 mon.smithi079 (mon.0) 225 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.016 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:06.944771+0000 mon.smithi079 (mon.0) 226 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.016 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:06.944771+0000 mon.smithi079 (mon.0) 226 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.016 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:06.953697+0000 mon.smithi079 (mon.0) 227 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.016 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:06.953697+0000 mon.smithi079 (mon.0) 227 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.016 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:06.962202+0000 mon.smithi079 (mon.0) 228 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.016 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:06.962202+0000 mon.smithi079 (mon.0) 228 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.016 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:06.967130+0000 mon.smithi079 (mon.0) 229 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi135.vlchji", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-18T08:21:18.016 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:06.967130+0000 mon.smithi079 (mon.0) 229 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi135.vlchji", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-18T08:21:18.016 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:06.971573+0000 mon.smithi079 (mon.0) 230 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi135.vlchji", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-18T08:21:18.017 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:06.971573+0000 mon.smithi079 (mon.0) 230 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi135.vlchji", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-18T08:21:18.017 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:06.976258+0000 mon.smithi079 (mon.0) 231 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mgr services"} : dispatch 2024-09-18T08:21:18.017 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:06.976258+0000 mon.smithi079 (mon.0) 231 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mgr services"} : dispatch 2024-09-18T08:21:18.017 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:06.978433+0000 mon.smithi079 (mon.0) 232 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:18.017 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:06.978433+0000 mon.smithi079 (mon.0) 232 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:18.017 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:21:06.980726+0000 mgr.smithi079.dmaxqe (mgr.14205) 18 : cephadm [INF] Deploying daemon mgr.smithi135.vlchji on smithi135 2024-09-18T08:21:18.017 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:21:06.980726+0000 mgr.smithi079.dmaxqe (mgr.14205) 18 : cephadm [INF] Deploying daemon mgr.smithi135.vlchji on smithi135 2024-09-18T08:21:18.017 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:07.715282+0000 mon.smithi079 (mon.0) 233 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.017 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:07.715282+0000 mon.smithi079 (mon.0) 233 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.017 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cluster 2024-09-18T08:21:07.367140+0000 mgr.smithi079.dmaxqe (mgr.14205) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:18.017 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cluster 2024-09-18T08:21:07.367140+0000 mgr.smithi079.dmaxqe (mgr.14205) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:18.017 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cluster 2024-09-18T08:21:09.367670+0000 mgr.smithi079.dmaxqe (mgr.14205) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:18.018 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cluster 2024-09-18T08:21:09.367670+0000 mgr.smithi079.dmaxqe (mgr.14205) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:18.018 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:11.044659+0000 mon.smithi079 (mon.0) 234 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.018 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:11.044659+0000 mon.smithi079 (mon.0) 234 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.018 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:11.050683+0000 mon.smithi079 (mon.0) 235 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.018 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:11.050683+0000 mon.smithi079 (mon.0) 235 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.018 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:11.056835+0000 mon.smithi079 (mon.0) 236 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.018 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:11.056835+0000 mon.smithi079 (mon.0) 236 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.018 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:11.062463+0000 mon.smithi079 (mon.0) 237 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.018 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:11.062463+0000 mon.smithi079 (mon.0) 237 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.018 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:11.065740+0000 mon.smithi079 (mon.0) 238 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-18T08:21:18.019 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:11.065740+0000 mon.smithi079 (mon.0) 238 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-18T08:21:18.019 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:11.067527+0000 mon.smithi079 (mon.0) 239 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:18.019 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:11.067527+0000 mon.smithi079 (mon.0) 239 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:18.019 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:21:11.069512+0000 mgr.smithi079.dmaxqe (mgr.14205) 21 : cephadm [INF] Deploying daemon mon.smithi135 on smithi135 2024-09-18T08:21:18.019 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cephadm 2024-09-18T08:21:11.069512+0000 mgr.smithi079.dmaxqe (mgr.14205) 21 : cephadm [INF] Deploying daemon mon.smithi135 on smithi135 2024-09-18T08:21:18.019 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cluster 2024-09-18T08:21:11.368195+0000 mgr.smithi079.dmaxqe (mgr.14205) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:18.019 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cluster 2024-09-18T08:21:11.368195+0000 mgr.smithi079.dmaxqe (mgr.14205) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:18.019 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:12.722583+0000 mon.smithi079 (mon.0) 240 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.019 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:12.722583+0000 mon.smithi079 (mon.0) 240 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.019 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cluster 2024-09-18T08:21:13.368627+0000 mgr.smithi079.dmaxqe (mgr.14205) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:18.019 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cluster 2024-09-18T08:21:13.368627+0000 mgr.smithi079.dmaxqe (mgr.14205) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:18.020 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cluster 2024-09-18T08:21:15.369056+0000 mgr.smithi079.dmaxqe (mgr.14205) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:18.020 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: cluster 2024-09-18T08:21:15.369056+0000 mgr.smithi079.dmaxqe (mgr.14205) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:18.020 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:16.067219+0000 mon.smithi079 (mon.0) 241 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.020 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:16.067219+0000 mon.smithi079 (mon.0) 241 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.020 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:16.079212+0000 mon.smithi079 (mon.0) 242 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.020 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:16.079212+0000 mon.smithi079 (mon.0) 242 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.020 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:16.087817+0000 mon.smithi079 (mon.0) 243 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.020 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:16.087817+0000 mon.smithi079 (mon.0) 243 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.020 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:16.096002+0000 mon.smithi079 (mon.0) 244 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.020 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:16.096002+0000 mon.smithi079 (mon.0) 244 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.020 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:16.108494+0000 mon.smithi079 (mon.0) 245 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.021 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:16.108494+0000 mon.smithi079 (mon.0) 245 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:18.021 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:16.139972+0000 mon.smithi079 (mon.0) 246 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:21:18.021 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: audit 2024-09-18T08:21:16.139972+0000 mon.smithi079 (mon.0) 246 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:21:18.021 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:17 smithi135 bash[24787]: debug 2024-09-18T08:21:17.702+0000 7ff6fb55a640 1 mon.smithi135@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2024-09-18T08:21:23.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:17.369533+0000 mgr.smithi079.dmaxqe (mgr.14205) 25 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:23.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:17.369533+0000 mgr.smithi079.dmaxqe (mgr.14205) 25 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:23.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:17.713565+0000 mon.smithi079 (mon.0) 248 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:23.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:17.713565+0000 mon.smithi079 (mon.0) 248 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:23.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:17.718807+0000 mon.smithi079 (mon.0) 249 : cluster [INF] mon.smithi079 calling monitor election 2024-09-18T08:21:23.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:17.718807+0000 mon.smithi079 (mon.0) 249 : cluster [INF] mon.smithi079 calling monitor election 2024-09-18T08:21:23.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:17.743334+0000 mon.smithi079 (mon.0) 250 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-18T08:21:23.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:17.743334+0000 mon.smithi079 (mon.0) 250 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-18T08:21:23.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:17.743994+0000 mon.smithi079 (mon.0) 251 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:23.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:17.743994+0000 mon.smithi079 (mon.0) 251 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:23.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:18.713211+0000 mon.smithi079 (mon.0) 252 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:23.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:18.713211+0000 mon.smithi079 (mon.0) 252 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:23.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:19.227940+0000 mon.smithi079 (mon.0) 253 : audit [DBG] from='mgr.? 172.21.15.135:0/4274254913' entity='mgr.smithi135.vlchji' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi135.vlchji/crt"} : dispatch 2024-09-18T08:21:23.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:19.227940+0000 mon.smithi079 (mon.0) 253 : audit [DBG] from='mgr.? 172.21.15.135:0/4274254913' entity='mgr.smithi135.vlchji' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi135.vlchji/crt"} : dispatch 2024-09-18T08:21:23.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:19.369900+0000 mgr.smithi079.dmaxqe (mgr.14205) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:23.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:19.369900+0000 mgr.smithi079.dmaxqe (mgr.14205) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:23.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:19.713385+0000 mon.smithi079 (mon.0) 254 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:23.111 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:19.713385+0000 mon.smithi079 (mon.0) 254 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:23.111 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:19.714893+0000 mon.smithi135 (mon.1) 1 : cluster [INF] mon.smithi135 calling monitor election 2024-09-18T08:21:23.111 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:19.714893+0000 mon.smithi135 (mon.1) 1 : cluster [INF] mon.smithi135 calling monitor election 2024-09-18T08:21:23.111 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:20.713271+0000 mon.smithi079 (mon.0) 255 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:23.111 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:20.713271+0000 mon.smithi079 (mon.0) 255 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:23.112 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:21.370355+0000 mgr.smithi079.dmaxqe (mgr.14205) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:23.112 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:21.370355+0000 mgr.smithi079.dmaxqe (mgr.14205) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:23.112 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:21.713763+0000 mon.smithi079 (mon.0) 256 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:23.112 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:21.713763+0000 mon.smithi079 (mon.0) 256 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:23.112 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:22.713750+0000 mon.smithi079 (mon.0) 257 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:23.112 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:22.713750+0000 mon.smithi079 (mon.0) 257 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:23.112 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:22.763508+0000 mon.smithi079 (mon.0) 258 : cluster [INF] mon.smithi079 is new leader, mons smithi079,smithi135 in quorum (ranks 0,1) 2024-09-18T08:21:23.112 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:22.763508+0000 mon.smithi079 (mon.0) 258 : cluster [INF] mon.smithi079 is new leader, mons smithi079,smithi135 in quorum (ranks 0,1) 2024-09-18T08:21:23.112 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:22.771326+0000 mon.smithi079 (mon.0) 259 : cluster [DBG] monmap epoch 2 2024-09-18T08:21:23.112 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:22.771326+0000 mon.smithi079 (mon.0) 259 : cluster [DBG] monmap epoch 2 2024-09-18T08:21:23.112 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:22.771374+0000 mon.smithi079 (mon.0) 260 : cluster [DBG] fsid 331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:21:23.112 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:22.771374+0000 mon.smithi079 (mon.0) 260 : cluster [DBG] fsid 331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:21:23.113 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:22.771409+0000 mon.smithi079 (mon.0) 261 : cluster [DBG] last_changed 2024-09-18T08:21:17.712843+0000 2024-09-18T08:21:23.113 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:22.771409+0000 mon.smithi079 (mon.0) 261 : cluster [DBG] last_changed 2024-09-18T08:21:17.712843+0000 2024-09-18T08:21:23.117 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:22.771446+0000 mon.smithi079 (mon.0) 262 : cluster [DBG] created 2024-09-18T08:17:55.726152+0000 2024-09-18T08:21:23.117 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:22.771446+0000 mon.smithi079 (mon.0) 262 : cluster [DBG] created 2024-09-18T08:17:55.726152+0000 2024-09-18T08:21:23.117 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:22.771488+0000 mon.smithi079 (mon.0) 263 : cluster [DBG] min_mon_release 19 (squid) 2024-09-18T08:21:23.117 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:22.771488+0000 mon.smithi079 (mon.0) 263 : cluster [DBG] min_mon_release 19 (squid) 2024-09-18T08:21:23.117 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:22.771525+0000 mon.smithi079 (mon.0) 264 : cluster [DBG] election_strategy: 1 2024-09-18T08:21:23.117 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:22.771525+0000 mon.smithi079 (mon.0) 264 : cluster [DBG] election_strategy: 1 2024-09-18T08:21:23.117 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:22.771563+0000 mon.smithi079 (mon.0) 265 : cluster [DBG] 0: [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon.smithi079 2024-09-18T08:21:23.117 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:22.771563+0000 mon.smithi079 (mon.0) 265 : cluster [DBG] 0: [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon.smithi079 2024-09-18T08:21:23.118 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:22.771601+0000 mon.smithi079 (mon.0) 266 : cluster [DBG] 1: [v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0] mon.smithi135 2024-09-18T08:21:23.118 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:22.771601+0000 mon.smithi079 (mon.0) 266 : cluster [DBG] 1: [v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0] mon.smithi135 2024-09-18T08:21:23.118 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:22.772673+0000 mon.smithi079 (mon.0) 267 : cluster [DBG] fsmap 2024-09-18T08:21:23.118 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:22.772673+0000 mon.smithi079 (mon.0) 267 : cluster [DBG] fsmap 2024-09-18T08:21:23.118 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:22.772757+0000 mon.smithi079 (mon.0) 268 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-18T08:21:23.118 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:22.772757+0000 mon.smithi079 (mon.0) 268 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-18T08:21:23.118 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:22.773092+0000 mon.smithi079 (mon.0) 269 : cluster [DBG] mgrmap e18: smithi079.dmaxqe(active, since 35s) 2024-09-18T08:21:23.118 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:22.773092+0000 mon.smithi079 (mon.0) 269 : cluster [DBG] mgrmap e18: smithi079.dmaxqe(active, since 35s) 2024-09-18T08:21:23.118 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:22.773422+0000 mon.smithi079 (mon.0) 270 : cluster [INF] overall HEALTH_OK 2024-09-18T08:21:23.118 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:22.773422+0000 mon.smithi079 (mon.0) 270 : cluster [INF] overall HEALTH_OK 2024-09-18T08:21:23.118 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:22.775155+0000 mon.smithi079 (mon.0) 271 : cluster [DBG] Standby manager daemon smithi135.vlchji started 2024-09-18T08:21:23.118 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: cluster 2024-09-18T08:21:22.775155+0000 mon.smithi079 (mon.0) 271 : cluster [DBG] Standby manager daemon smithi135.vlchji started 2024-09-18T08:21:23.118 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:22.782151+0000 mon.smithi079 (mon.0) 272 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:23.119 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:22.782151+0000 mon.smithi079 (mon.0) 272 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:23.119 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:22.784214+0000 mon.smithi079 (mon.0) 273 : audit [DBG] from='mgr.? 172.21.15.135:0/4274254913' entity='mgr.smithi135.vlchji' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-18T08:21:23.119 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:22.784214+0000 mon.smithi079 (mon.0) 273 : audit [DBG] from='mgr.? 172.21.15.135:0/4274254913' entity='mgr.smithi135.vlchji' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-18T08:21:23.119 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:22.786143+0000 mon.smithi079 (mon.0) 274 : audit [DBG] from='mgr.? 172.21.15.135:0/4274254913' entity='mgr.smithi135.vlchji' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi135.vlchji/key"} : dispatch 2024-09-18T08:21:23.119 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:22.786143+0000 mon.smithi079 (mon.0) 274 : audit [DBG] from='mgr.? 172.21.15.135:0/4274254913' entity='mgr.smithi135.vlchji' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi135.vlchji/key"} : dispatch 2024-09-18T08:21:23.119 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:22.789810+0000 mon.smithi079 (mon.0) 275 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:23.119 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:22.789810+0000 mon.smithi079 (mon.0) 275 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:23.119 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:22.790483+0000 mon.smithi079 (mon.0) 276 : audit [DBG] from='mgr.? 172.21.15.135:0/4274254913' entity='mgr.smithi135.vlchji' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-18T08:21:23.119 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:22.790483+0000 mon.smithi079 (mon.0) 276 : audit [DBG] from='mgr.? 172.21.15.135:0/4274254913' entity='mgr.smithi135.vlchji' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-18T08:21:23.119 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:22.799393+0000 mon.smithi079 (mon.0) 277 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:23.119 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:22.799393+0000 mon.smithi079 (mon.0) 277 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:23.119 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:22.801324+0000 mon.smithi079 (mon.0) 278 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:23.119 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:22.801324+0000 mon.smithi079 (mon.0) 278 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:23.120 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:22.803250+0000 mon.smithi079 (mon.0) 279 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:21:23.120 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:22 smithi079 bash[19997]: audit 2024-09-18T08:21:22.803250+0000 mon.smithi079 (mon.0) 279 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:21:23.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:17.369533+0000 mgr.smithi079.dmaxqe (mgr.14205) 25 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:23.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:17.369533+0000 mgr.smithi079.dmaxqe (mgr.14205) 25 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:23.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:17.713565+0000 mon.smithi079 (mon.0) 248 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:23.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:17.713565+0000 mon.smithi079 (mon.0) 248 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:23.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:17.718807+0000 mon.smithi079 (mon.0) 249 : cluster [INF] mon.smithi079 calling monitor election 2024-09-18T08:21:23.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:17.718807+0000 mon.smithi079 (mon.0) 249 : cluster [INF] mon.smithi079 calling monitor election 2024-09-18T08:21:23.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:17.743334+0000 mon.smithi079 (mon.0) 250 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-18T08:21:23.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:17.743334+0000 mon.smithi079 (mon.0) 250 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-18T08:21:23.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:17.743994+0000 mon.smithi079 (mon.0) 251 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:23.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:17.743994+0000 mon.smithi079 (mon.0) 251 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:23.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:18.713211+0000 mon.smithi079 (mon.0) 252 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:23.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:18.713211+0000 mon.smithi079 (mon.0) 252 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:23.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:19.227940+0000 mon.smithi079 (mon.0) 253 : audit [DBG] from='mgr.? 172.21.15.135:0/4274254913' entity='mgr.smithi135.vlchji' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi135.vlchji/crt"} : dispatch 2024-09-18T08:21:23.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:19.227940+0000 mon.smithi079 (mon.0) 253 : audit [DBG] from='mgr.? 172.21.15.135:0/4274254913' entity='mgr.smithi135.vlchji' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi135.vlchji/crt"} : dispatch 2024-09-18T08:21:23.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:19.369900+0000 mgr.smithi079.dmaxqe (mgr.14205) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:23.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:19.369900+0000 mgr.smithi079.dmaxqe (mgr.14205) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:23.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:19.713385+0000 mon.smithi079 (mon.0) 254 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:23.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:19.713385+0000 mon.smithi079 (mon.0) 254 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:23.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:19.714893+0000 mon.smithi135 (mon.1) 1 : cluster [INF] mon.smithi135 calling monitor election 2024-09-18T08:21:23.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:19.714893+0000 mon.smithi135 (mon.1) 1 : cluster [INF] mon.smithi135 calling monitor election 2024-09-18T08:21:23.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:20.713271+0000 mon.smithi079 (mon.0) 255 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:23.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:20.713271+0000 mon.smithi079 (mon.0) 255 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:23.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:21.370355+0000 mgr.smithi079.dmaxqe (mgr.14205) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:23.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:21.370355+0000 mgr.smithi079.dmaxqe (mgr.14205) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:23.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:21.713763+0000 mon.smithi079 (mon.0) 256 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:23.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:21.713763+0000 mon.smithi079 (mon.0) 256 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:23.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:22.713750+0000 mon.smithi079 (mon.0) 257 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:23.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:22.713750+0000 mon.smithi079 (mon.0) 257 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:23.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:22.763508+0000 mon.smithi079 (mon.0) 258 : cluster [INF] mon.smithi079 is new leader, mons smithi079,smithi135 in quorum (ranks 0,1) 2024-09-18T08:21:23.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:22.763508+0000 mon.smithi079 (mon.0) 258 : cluster [INF] mon.smithi079 is new leader, mons smithi079,smithi135 in quorum (ranks 0,1) 2024-09-18T08:21:23.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:22.771326+0000 mon.smithi079 (mon.0) 259 : cluster [DBG] monmap epoch 2 2024-09-18T08:21:23.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:22.771326+0000 mon.smithi079 (mon.0) 259 : cluster [DBG] monmap epoch 2 2024-09-18T08:21:23.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:22.771374+0000 mon.smithi079 (mon.0) 260 : cluster [DBG] fsid 331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:21:23.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:22.771374+0000 mon.smithi079 (mon.0) 260 : cluster [DBG] fsid 331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:21:23.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:22.771409+0000 mon.smithi079 (mon.0) 261 : cluster [DBG] last_changed 2024-09-18T08:21:17.712843+0000 2024-09-18T08:21:23.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:22.771409+0000 mon.smithi079 (mon.0) 261 : cluster [DBG] last_changed 2024-09-18T08:21:17.712843+0000 2024-09-18T08:21:23.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:22.771446+0000 mon.smithi079 (mon.0) 262 : cluster [DBG] created 2024-09-18T08:17:55.726152+0000 2024-09-18T08:21:23.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:22.771446+0000 mon.smithi079 (mon.0) 262 : cluster [DBG] created 2024-09-18T08:17:55.726152+0000 2024-09-18T08:21:23.208 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:22.771488+0000 mon.smithi079 (mon.0) 263 : cluster [DBG] min_mon_release 19 (squid) 2024-09-18T08:21:23.208 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:22.771488+0000 mon.smithi079 (mon.0) 263 : cluster [DBG] min_mon_release 19 (squid) 2024-09-18T08:21:23.208 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:22.771525+0000 mon.smithi079 (mon.0) 264 : cluster [DBG] election_strategy: 1 2024-09-18T08:21:23.208 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:22.771525+0000 mon.smithi079 (mon.0) 264 : cluster [DBG] election_strategy: 1 2024-09-18T08:21:23.208 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:22.771563+0000 mon.smithi079 (mon.0) 265 : cluster [DBG] 0: [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon.smithi079 2024-09-18T08:21:23.208 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:22.771563+0000 mon.smithi079 (mon.0) 265 : cluster [DBG] 0: [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon.smithi079 2024-09-18T08:21:23.209 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:22.771601+0000 mon.smithi079 (mon.0) 266 : cluster [DBG] 1: [v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0] mon.smithi135 2024-09-18T08:21:23.209 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:22.771601+0000 mon.smithi079 (mon.0) 266 : cluster [DBG] 1: [v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0] mon.smithi135 2024-09-18T08:21:23.209 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:22.772673+0000 mon.smithi079 (mon.0) 267 : cluster [DBG] fsmap 2024-09-18T08:21:23.209 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:22.772673+0000 mon.smithi079 (mon.0) 267 : cluster [DBG] fsmap 2024-09-18T08:21:23.209 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:22.772757+0000 mon.smithi079 (mon.0) 268 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-18T08:21:23.209 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:22.772757+0000 mon.smithi079 (mon.0) 268 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-18T08:21:23.209 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:22.773092+0000 mon.smithi079 (mon.0) 269 : cluster [DBG] mgrmap e18: smithi079.dmaxqe(active, since 35s) 2024-09-18T08:21:23.209 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:22.773092+0000 mon.smithi079 (mon.0) 269 : cluster [DBG] mgrmap e18: smithi079.dmaxqe(active, since 35s) 2024-09-18T08:21:23.209 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:22.773422+0000 mon.smithi079 (mon.0) 270 : cluster [INF] overall HEALTH_OK 2024-09-18T08:21:23.209 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:22.773422+0000 mon.smithi079 (mon.0) 270 : cluster [INF] overall HEALTH_OK 2024-09-18T08:21:23.209 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:22.775155+0000 mon.smithi079 (mon.0) 271 : cluster [DBG] Standby manager daemon smithi135.vlchji started 2024-09-18T08:21:23.209 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: cluster 2024-09-18T08:21:22.775155+0000 mon.smithi079 (mon.0) 271 : cluster [DBG] Standby manager daemon smithi135.vlchji started 2024-09-18T08:21:23.210 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:22.782151+0000 mon.smithi079 (mon.0) 272 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:23.210 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:22.782151+0000 mon.smithi079 (mon.0) 272 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:23.210 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:22.784214+0000 mon.smithi079 (mon.0) 273 : audit [DBG] from='mgr.? 172.21.15.135:0/4274254913' entity='mgr.smithi135.vlchji' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-18T08:21:23.210 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:22.784214+0000 mon.smithi079 (mon.0) 273 : audit [DBG] from='mgr.? 172.21.15.135:0/4274254913' entity='mgr.smithi135.vlchji' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-18T08:21:23.210 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:22.786143+0000 mon.smithi079 (mon.0) 274 : audit [DBG] from='mgr.? 172.21.15.135:0/4274254913' entity='mgr.smithi135.vlchji' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi135.vlchji/key"} : dispatch 2024-09-18T08:21:23.210 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:22.786143+0000 mon.smithi079 (mon.0) 274 : audit [DBG] from='mgr.? 172.21.15.135:0/4274254913' entity='mgr.smithi135.vlchji' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi135.vlchji/key"} : dispatch 2024-09-18T08:21:23.210 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:22.789810+0000 mon.smithi079 (mon.0) 275 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:23.210 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:22.789810+0000 mon.smithi079 (mon.0) 275 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:23.210 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:22.790483+0000 mon.smithi079 (mon.0) 276 : audit [DBG] from='mgr.? 172.21.15.135:0/4274254913' entity='mgr.smithi135.vlchji' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-18T08:21:23.211 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:22.790483+0000 mon.smithi079 (mon.0) 276 : audit [DBG] from='mgr.? 172.21.15.135:0/4274254913' entity='mgr.smithi135.vlchji' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-18T08:21:23.211 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:22.799393+0000 mon.smithi079 (mon.0) 277 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:23.211 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:22.799393+0000 mon.smithi079 (mon.0) 277 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:23.211 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:22.801324+0000 mon.smithi079 (mon.0) 278 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:23.211 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:22.801324+0000 mon.smithi079 (mon.0) 278 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:23.211 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:22.803250+0000 mon.smithi079 (mon.0) 279 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:21:23.211 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:22 smithi135 bash[24787]: audit 2024-09-18T08:21:22.803250+0000 mon.smithi079 (mon.0) 279 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:21:24.032 INFO:teuthology.orchestra.run.smithi135.stderr:dumped monmap epoch 2 2024-09-18T08:21:24.032 INFO:teuthology.orchestra.run.smithi135.stdout: 2024-09-18T08:21:24.033 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":2,"fsid":"331e14a2-7596-11ef-bceb-c7b262605968","modified":"2024-09-18T08:21:17.712843Z","created":"2024-09-18T08:17:55.726152Z","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":"smithi079","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:3300","nonce":0},{"type":"v1","addr":"172.21.15.79:6789","nonce":0}]},"addr":"172.21.15.79:6789/0","public_addr":"172.21.15.79:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi135","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:3300","nonce":0},{"type":"v1","addr":"172.21.15.135:6789","nonce":0}]},"addr":"172.21.15.135:6789/0","public_addr":"172.21.15.135:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-18T08:21:24.106 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: cephadm 2024-09-18T08:21:22.805658+0000 mgr.smithi079.dmaxqe (mgr.14205) 28 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2024-09-18T08:21:24.106 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: cephadm 2024-09-18T08:21:22.805658+0000 mgr.smithi079.dmaxqe (mgr.14205) 28 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2024-09-18T08:21:24.106 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: cephadm 2024-09-18T08:21:22.806065+0000 mgr.smithi079.dmaxqe (mgr.14205) 29 : cephadm [INF] Updating smithi135:/etc/ceph/ceph.conf 2024-09-18T08:21:24.106 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: cephadm 2024-09-18T08:21:22.806065+0000 mgr.smithi079.dmaxqe (mgr.14205) 29 : cephadm [INF] Updating smithi135:/etc/ceph/ceph.conf 2024-09-18T08:21:24.106 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: cluster 2024-09-18T08:21:22.859075+0000 mon.smithi079 (mon.0) 280 : cluster [DBG] mgrmap e19: smithi079.dmaxqe(active, since 35s), standbys: smithi135.vlchji 2024-09-18T08:21:24.106 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: cluster 2024-09-18T08:21:22.859075+0000 mon.smithi079 (mon.0) 280 : cluster [DBG] mgrmap e19: smithi079.dmaxqe(active, since 35s), standbys: smithi135.vlchji 2024-09-18T08:21:24.106 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: audit 2024-09-18T08:21:22.859368+0000 mon.smithi079 (mon.0) 281 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mgr metadata", "who": "smithi135.vlchji", "id": "smithi135.vlchji"} : dispatch 2024-09-18T08:21:24.106 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: audit 2024-09-18T08:21:22.859368+0000 mon.smithi079 (mon.0) 281 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mgr metadata", "who": "smithi135.vlchji", "id": "smithi135.vlchji"} : dispatch 2024-09-18T08:21:24.106 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: cephadm 2024-09-18T08:21:22.941871+0000 mgr.smithi079.dmaxqe (mgr.14205) 30 : cephadm [INF] Updating smithi079:/var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T08:21:24.107 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: cephadm 2024-09-18T08:21:22.941871+0000 mgr.smithi079.dmaxqe (mgr.14205) 30 : cephadm [INF] Updating smithi079:/var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T08:21:24.107 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: cephadm 2024-09-18T08:21:22.946072+0000 mgr.smithi079.dmaxqe (mgr.14205) 31 : cephadm [INF] Updating smithi135:/var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T08:21:24.107 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: cephadm 2024-09-18T08:21:22.946072+0000 mgr.smithi079.dmaxqe (mgr.14205) 31 : cephadm [INF] Updating smithi135:/var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T08:21:24.107 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: audit 2024-09-18T08:21:23.035427+0000 mon.smithi079 (mon.0) 282 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:24.107 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: audit 2024-09-18T08:21:23.035427+0000 mon.smithi079 (mon.0) 282 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:24.107 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: audit 2024-09-18T08:21:23.040566+0000 mon.smithi079 (mon.0) 283 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:24.107 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: audit 2024-09-18T08:21:23.040566+0000 mon.smithi079 (mon.0) 283 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:24.107 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: audit 2024-09-18T08:21:23.044225+0000 mon.smithi079 (mon.0) 284 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:24.107 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: audit 2024-09-18T08:21:23.044225+0000 mon.smithi079 (mon.0) 284 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:24.107 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: audit 2024-09-18T08:21:23.049043+0000 mon.smithi079 (mon.0) 285 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:24.107 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: audit 2024-09-18T08:21:23.049043+0000 mon.smithi079 (mon.0) 285 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:24.107 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: audit 2024-09-18T08:21:23.054244+0000 mon.smithi079 (mon.0) 286 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:24.107 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: audit 2024-09-18T08:21:23.054244+0000 mon.smithi079 (mon.0) 286 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:24.108 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: cephadm 2024-09-18T08:21:23.078824+0000 mgr.smithi079.dmaxqe (mgr.14205) 32 : cephadm [INF] Reconfiguring mon.smithi079 (unknown last config time)... 2024-09-18T08:21:24.108 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: cephadm 2024-09-18T08:21:23.078824+0000 mgr.smithi079.dmaxqe (mgr.14205) 32 : cephadm [INF] Reconfiguring mon.smithi079 (unknown last config time)... 2024-09-18T08:21:24.108 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: audit 2024-09-18T08:21:23.079350+0000 mon.smithi079 (mon.0) 287 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-18T08:21:24.108 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: audit 2024-09-18T08:21:23.079350+0000 mon.smithi079 (mon.0) 287 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-18T08:21:24.108 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: audit 2024-09-18T08:21:23.080770+0000 mon.smithi079 (mon.0) 288 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-18T08:21:24.108 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: audit 2024-09-18T08:21:23.080770+0000 mon.smithi079 (mon.0) 288 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-18T08:21:24.108 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: audit 2024-09-18T08:21:23.081869+0000 mon.smithi079 (mon.0) 289 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:24.108 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: audit 2024-09-18T08:21:23.081869+0000 mon.smithi079 (mon.0) 289 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:24.108 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: cephadm 2024-09-18T08:21:23.083389+0000 mgr.smithi079.dmaxqe (mgr.14205) 33 : cephadm [INF] Reconfiguring daemon mon.smithi079 on smithi079 2024-09-18T08:21:24.108 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: cephadm 2024-09-18T08:21:23.083389+0000 mgr.smithi079.dmaxqe (mgr.14205) 33 : cephadm [INF] Reconfiguring daemon mon.smithi079 on smithi079 2024-09-18T08:21:24.108 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: audit 2024-09-18T08:21:23.713910+0000 mon.smithi079 (mon.0) 290 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:24.108 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:23 smithi135 bash[24787]: audit 2024-09-18T08:21:23.713910+0000 mon.smithi079 (mon.0) 290 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:24.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: cephadm 2024-09-18T08:21:22.805658+0000 mgr.smithi079.dmaxqe (mgr.14205) 28 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2024-09-18T08:21:24.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: cephadm 2024-09-18T08:21:22.805658+0000 mgr.smithi079.dmaxqe (mgr.14205) 28 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2024-09-18T08:21:24.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: cephadm 2024-09-18T08:21:22.806065+0000 mgr.smithi079.dmaxqe (mgr.14205) 29 : cephadm [INF] Updating smithi135:/etc/ceph/ceph.conf 2024-09-18T08:21:24.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: cephadm 2024-09-18T08:21:22.806065+0000 mgr.smithi079.dmaxqe (mgr.14205) 29 : cephadm [INF] Updating smithi135:/etc/ceph/ceph.conf 2024-09-18T08:21:24.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: cluster 2024-09-18T08:21:22.859075+0000 mon.smithi079 (mon.0) 280 : cluster [DBG] mgrmap e19: smithi079.dmaxqe(active, since 35s), standbys: smithi135.vlchji 2024-09-18T08:21:24.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: cluster 2024-09-18T08:21:22.859075+0000 mon.smithi079 (mon.0) 280 : cluster [DBG] mgrmap e19: smithi079.dmaxqe(active, since 35s), standbys: smithi135.vlchji 2024-09-18T08:21:24.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: audit 2024-09-18T08:21:22.859368+0000 mon.smithi079 (mon.0) 281 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mgr metadata", "who": "smithi135.vlchji", "id": "smithi135.vlchji"} : dispatch 2024-09-18T08:21:24.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: audit 2024-09-18T08:21:22.859368+0000 mon.smithi079 (mon.0) 281 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mgr metadata", "who": "smithi135.vlchji", "id": "smithi135.vlchji"} : dispatch 2024-09-18T08:21:24.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: cephadm 2024-09-18T08:21:22.941871+0000 mgr.smithi079.dmaxqe (mgr.14205) 30 : cephadm [INF] Updating smithi079:/var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T08:21:24.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: cephadm 2024-09-18T08:21:22.941871+0000 mgr.smithi079.dmaxqe (mgr.14205) 30 : cephadm [INF] Updating smithi079:/var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T08:21:24.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: cephadm 2024-09-18T08:21:22.946072+0000 mgr.smithi079.dmaxqe (mgr.14205) 31 : cephadm [INF] Updating smithi135:/var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T08:21:24.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: cephadm 2024-09-18T08:21:22.946072+0000 mgr.smithi079.dmaxqe (mgr.14205) 31 : cephadm [INF] Updating smithi135:/var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T08:21:24.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: audit 2024-09-18T08:21:23.035427+0000 mon.smithi079 (mon.0) 282 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:24.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: audit 2024-09-18T08:21:23.035427+0000 mon.smithi079 (mon.0) 282 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:24.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: audit 2024-09-18T08:21:23.040566+0000 mon.smithi079 (mon.0) 283 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:24.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: audit 2024-09-18T08:21:23.040566+0000 mon.smithi079 (mon.0) 283 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:24.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: audit 2024-09-18T08:21:23.044225+0000 mon.smithi079 (mon.0) 284 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:24.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: audit 2024-09-18T08:21:23.044225+0000 mon.smithi079 (mon.0) 284 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:24.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: audit 2024-09-18T08:21:23.049043+0000 mon.smithi079 (mon.0) 285 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:24.111 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: audit 2024-09-18T08:21:23.049043+0000 mon.smithi079 (mon.0) 285 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:24.111 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: audit 2024-09-18T08:21:23.054244+0000 mon.smithi079 (mon.0) 286 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:24.111 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: audit 2024-09-18T08:21:23.054244+0000 mon.smithi079 (mon.0) 286 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:24.111 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: cephadm 2024-09-18T08:21:23.078824+0000 mgr.smithi079.dmaxqe (mgr.14205) 32 : cephadm [INF] Reconfiguring mon.smithi079 (unknown last config time)... 2024-09-18T08:21:24.111 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: cephadm 2024-09-18T08:21:23.078824+0000 mgr.smithi079.dmaxqe (mgr.14205) 32 : cephadm [INF] Reconfiguring mon.smithi079 (unknown last config time)... 2024-09-18T08:21:24.111 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: audit 2024-09-18T08:21:23.079350+0000 mon.smithi079 (mon.0) 287 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-18T08:21:24.111 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: audit 2024-09-18T08:21:23.079350+0000 mon.smithi079 (mon.0) 287 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-18T08:21:24.111 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: audit 2024-09-18T08:21:23.080770+0000 mon.smithi079 (mon.0) 288 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-18T08:21:24.111 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: audit 2024-09-18T08:21:23.080770+0000 mon.smithi079 (mon.0) 288 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-18T08:21:24.111 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: audit 2024-09-18T08:21:23.081869+0000 mon.smithi079 (mon.0) 289 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:24.111 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: audit 2024-09-18T08:21:23.081869+0000 mon.smithi079 (mon.0) 289 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:24.111 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: cephadm 2024-09-18T08:21:23.083389+0000 mgr.smithi079.dmaxqe (mgr.14205) 33 : cephadm [INF] Reconfiguring daemon mon.smithi079 on smithi079 2024-09-18T08:21:24.111 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: cephadm 2024-09-18T08:21:23.083389+0000 mgr.smithi079.dmaxqe (mgr.14205) 33 : cephadm [INF] Reconfiguring daemon mon.smithi079 on smithi079 2024-09-18T08:21:24.112 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: audit 2024-09-18T08:21:23.713910+0000 mon.smithi079 (mon.0) 290 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:24.112 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:23 smithi079 bash[19997]: audit 2024-09-18T08:21:23.713910+0000 mon.smithi079 (mon.0) 290 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:21:24.864 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-18T08:21:24.865 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph config generate-minimal-conf 2024-09-18T08:21:25.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:24 smithi079 bash[19997]: cluster 2024-09-18T08:21:23.370779+0000 mgr.smithi079.dmaxqe (mgr.14205) 34 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:25.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:24 smithi079 bash[19997]: cluster 2024-09-18T08:21:23.370779+0000 mgr.smithi079.dmaxqe (mgr.14205) 34 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:25.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:24 smithi079 bash[19997]: audit 2024-09-18T08:21:24.031570+0000 mon.smithi079 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.135:0/4234376510' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-18T08:21:25.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:24 smithi079 bash[19997]: audit 2024-09-18T08:21:24.031570+0000 mon.smithi079 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.135:0/4234376510' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-18T08:21:25.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:24 smithi135 bash[24787]: cluster 2024-09-18T08:21:23.370779+0000 mgr.smithi079.dmaxqe (mgr.14205) 34 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:25.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:24 smithi135 bash[24787]: cluster 2024-09-18T08:21:23.370779+0000 mgr.smithi079.dmaxqe (mgr.14205) 34 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:25.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:24 smithi135 bash[24787]: audit 2024-09-18T08:21:24.031570+0000 mon.smithi079 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.135:0/4234376510' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-18T08:21:25.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:24 smithi135 bash[24787]: audit 2024-09-18T08:21:24.031570+0000 mon.smithi079 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.135:0/4234376510' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-18T08:21:27.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:26 smithi079 bash[19997]: cluster 2024-09-18T08:21:25.371209+0000 mgr.smithi079.dmaxqe (mgr.14205) 35 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:27.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:26 smithi079 bash[19997]: cluster 2024-09-18T08:21:25.371209+0000 mgr.smithi079.dmaxqe (mgr.14205) 35 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:27.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:26 smithi079 bash[19997]: audit 2024-09-18T08:21:25.776140+0000 mon.smithi079 (mon.0) 292 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:27.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:26 smithi079 bash[19997]: audit 2024-09-18T08:21:25.776140+0000 mon.smithi079 (mon.0) 292 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:27.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:26 smithi079 bash[19997]: audit 2024-09-18T08:21:25.785223+0000 mon.smithi079 (mon.0) 293 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:27.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:26 smithi079 bash[19997]: audit 2024-09-18T08:21:25.785223+0000 mon.smithi079 (mon.0) 293 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:27.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:26 smithi079 bash[19997]: cephadm 2024-09-18T08:21:25.786753+0000 mgr.smithi079.dmaxqe (mgr.14205) 36 : cephadm [INF] Reconfiguring mgr.smithi079.dmaxqe (unknown last config time)... 2024-09-18T08:21:27.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:26 smithi079 bash[19997]: cephadm 2024-09-18T08:21:25.786753+0000 mgr.smithi079.dmaxqe (mgr.14205) 36 : cephadm [INF] Reconfiguring mgr.smithi079.dmaxqe (unknown last config time)... 2024-09-18T08:21:27.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:26 smithi079 bash[19997]: audit 2024-09-18T08:21:25.787267+0000 mon.smithi079 (mon.0) 294 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi079.dmaxqe", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-18T08:21:27.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:26 smithi079 bash[19997]: audit 2024-09-18T08:21:25.787267+0000 mon.smithi079 (mon.0) 294 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi079.dmaxqe", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-18T08:21:27.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:26 smithi079 bash[19997]: audit 2024-09-18T08:21:25.788584+0000 mon.smithi079 (mon.0) 295 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mgr services"} : dispatch 2024-09-18T08:21:27.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:26 smithi079 bash[19997]: audit 2024-09-18T08:21:25.788584+0000 mon.smithi079 (mon.0) 295 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mgr services"} : dispatch 2024-09-18T08:21:27.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:26 smithi079 bash[19997]: audit 2024-09-18T08:21:25.789699+0000 mon.smithi079 (mon.0) 296 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:27.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:26 smithi079 bash[19997]: audit 2024-09-18T08:21:25.789699+0000 mon.smithi079 (mon.0) 296 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:27.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:26 smithi079 bash[19997]: cephadm 2024-09-18T08:21:25.791097+0000 mgr.smithi079.dmaxqe (mgr.14205) 37 : cephadm [INF] Reconfiguring daemon mgr.smithi079.dmaxqe on smithi079 2024-09-18T08:21:27.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:26 smithi079 bash[19997]: cephadm 2024-09-18T08:21:25.791097+0000 mgr.smithi079.dmaxqe (mgr.14205) 37 : cephadm [INF] Reconfiguring daemon mgr.smithi079.dmaxqe on smithi079 2024-09-18T08:21:27.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:26 smithi135 bash[24787]: cluster 2024-09-18T08:21:25.371209+0000 mgr.smithi079.dmaxqe (mgr.14205) 35 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:27.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:26 smithi135 bash[24787]: cluster 2024-09-18T08:21:25.371209+0000 mgr.smithi079.dmaxqe (mgr.14205) 35 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:27.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:26 smithi135 bash[24787]: audit 2024-09-18T08:21:25.776140+0000 mon.smithi079 (mon.0) 292 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:27.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:26 smithi135 bash[24787]: audit 2024-09-18T08:21:25.776140+0000 mon.smithi079 (mon.0) 292 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:27.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:26 smithi135 bash[24787]: audit 2024-09-18T08:21:25.785223+0000 mon.smithi079 (mon.0) 293 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:27.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:26 smithi135 bash[24787]: audit 2024-09-18T08:21:25.785223+0000 mon.smithi079 (mon.0) 293 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:27.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:26 smithi135 bash[24787]: cephadm 2024-09-18T08:21:25.786753+0000 mgr.smithi079.dmaxqe (mgr.14205) 36 : cephadm [INF] Reconfiguring mgr.smithi079.dmaxqe (unknown last config time)... 2024-09-18T08:21:27.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:26 smithi135 bash[24787]: cephadm 2024-09-18T08:21:25.786753+0000 mgr.smithi079.dmaxqe (mgr.14205) 36 : cephadm [INF] Reconfiguring mgr.smithi079.dmaxqe (unknown last config time)... 2024-09-18T08:21:27.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:26 smithi135 bash[24787]: audit 2024-09-18T08:21:25.787267+0000 mon.smithi079 (mon.0) 294 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi079.dmaxqe", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-18T08:21:27.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:26 smithi135 bash[24787]: audit 2024-09-18T08:21:25.787267+0000 mon.smithi079 (mon.0) 294 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi079.dmaxqe", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-18T08:21:27.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:26 smithi135 bash[24787]: audit 2024-09-18T08:21:25.788584+0000 mon.smithi079 (mon.0) 295 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mgr services"} : dispatch 2024-09-18T08:21:27.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:26 smithi135 bash[24787]: audit 2024-09-18T08:21:25.788584+0000 mon.smithi079 (mon.0) 295 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mgr services"} : dispatch 2024-09-18T08:21:27.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:26 smithi135 bash[24787]: audit 2024-09-18T08:21:25.789699+0000 mon.smithi079 (mon.0) 296 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:27.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:26 smithi135 bash[24787]: audit 2024-09-18T08:21:25.789699+0000 mon.smithi079 (mon.0) 296 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:27.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:26 smithi135 bash[24787]: cephadm 2024-09-18T08:21:25.791097+0000 mgr.smithi079.dmaxqe (mgr.14205) 37 : cephadm [INF] Reconfiguring daemon mgr.smithi079.dmaxqe on smithi079 2024-09-18T08:21:27.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:26 smithi135 bash[24787]: cephadm 2024-09-18T08:21:25.791097+0000 mgr.smithi079.dmaxqe (mgr.14205) 37 : cephadm [INF] Reconfiguring daemon mgr.smithi079.dmaxqe on smithi079 2024-09-18T08:21:29.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:29 smithi079 bash[19997]: cluster 2024-09-18T08:21:27.371597+0000 mgr.smithi079.dmaxqe (mgr.14205) 38 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:29.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:29 smithi079 bash[19997]: cluster 2024-09-18T08:21:27.371597+0000 mgr.smithi079.dmaxqe (mgr.14205) 38 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:29.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:29 smithi079 bash[19997]: audit 2024-09-18T08:21:28.087833+0000 mon.smithi079 (mon.0) 297 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:29.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:29 smithi079 bash[19997]: audit 2024-09-18T08:21:28.087833+0000 mon.smithi079 (mon.0) 297 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:29.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:29 smithi079 bash[19997]: audit 2024-09-18T08:21:28.094420+0000 mon.smithi079 (mon.0) 298 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:29.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:29 smithi079 bash[19997]: audit 2024-09-18T08:21:28.094420+0000 mon.smithi079 (mon.0) 298 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:29.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:29 smithi079 bash[19997]: cephadm 2024-09-18T08:21:28.095743+0000 mgr.smithi079.dmaxqe (mgr.14205) 39 : cephadm [INF] Reconfiguring ceph-exporter.smithi079 (monmap changed)... 2024-09-18T08:21:29.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:29 smithi079 bash[19997]: cephadm 2024-09-18T08:21:28.095743+0000 mgr.smithi079.dmaxqe (mgr.14205) 39 : cephadm [INF] Reconfiguring ceph-exporter.smithi079 (monmap changed)... 2024-09-18T08:21:29.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:29 smithi079 bash[19997]: audit 2024-09-18T08:21:28.096288+0000 mon.smithi079 (mon.0) 299 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi079", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-18T08:21:29.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:29 smithi079 bash[19997]: audit 2024-09-18T08:21:28.096288+0000 mon.smithi079 (mon.0) 299 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi079", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-18T08:21:29.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:29 smithi079 bash[19997]: audit 2024-09-18T08:21:28.097443+0000 mon.smithi079 (mon.0) 300 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:29.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:29 smithi079 bash[19997]: audit 2024-09-18T08:21:28.097443+0000 mon.smithi079 (mon.0) 300 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:29.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:29 smithi079 bash[19997]: cephadm 2024-09-18T08:21:28.098581+0000 mgr.smithi079.dmaxqe (mgr.14205) 40 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi079 on smithi079 2024-09-18T08:21:29.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:29 smithi079 bash[19997]: cephadm 2024-09-18T08:21:28.098581+0000 mgr.smithi079.dmaxqe (mgr.14205) 40 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi079 on smithi079 2024-09-18T08:21:29.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:29 smithi135 bash[24787]: cluster 2024-09-18T08:21:27.371597+0000 mgr.smithi079.dmaxqe (mgr.14205) 38 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:29.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:29 smithi135 bash[24787]: cluster 2024-09-18T08:21:27.371597+0000 mgr.smithi079.dmaxqe (mgr.14205) 38 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:29.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:29 smithi135 bash[24787]: audit 2024-09-18T08:21:28.087833+0000 mon.smithi079 (mon.0) 297 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:29.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:29 smithi135 bash[24787]: audit 2024-09-18T08:21:28.087833+0000 mon.smithi079 (mon.0) 297 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:29.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:29 smithi135 bash[24787]: audit 2024-09-18T08:21:28.094420+0000 mon.smithi079 (mon.0) 298 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:29.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:29 smithi135 bash[24787]: audit 2024-09-18T08:21:28.094420+0000 mon.smithi079 (mon.0) 298 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:29.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:29 smithi135 bash[24787]: cephadm 2024-09-18T08:21:28.095743+0000 mgr.smithi079.dmaxqe (mgr.14205) 39 : cephadm [INF] Reconfiguring ceph-exporter.smithi079 (monmap changed)... 2024-09-18T08:21:29.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:29 smithi135 bash[24787]: cephadm 2024-09-18T08:21:28.095743+0000 mgr.smithi079.dmaxqe (mgr.14205) 39 : cephadm [INF] Reconfiguring ceph-exporter.smithi079 (monmap changed)... 2024-09-18T08:21:29.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:29 smithi135 bash[24787]: audit 2024-09-18T08:21:28.096288+0000 mon.smithi079 (mon.0) 299 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi079", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-18T08:21:29.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:29 smithi135 bash[24787]: audit 2024-09-18T08:21:28.096288+0000 mon.smithi079 (mon.0) 299 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi079", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-18T08:21:29.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:29 smithi135 bash[24787]: audit 2024-09-18T08:21:28.097443+0000 mon.smithi079 (mon.0) 300 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:29.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:29 smithi135 bash[24787]: audit 2024-09-18T08:21:28.097443+0000 mon.smithi079 (mon.0) 300 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:29.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:29 smithi135 bash[24787]: cephadm 2024-09-18T08:21:28.098581+0000 mgr.smithi079.dmaxqe (mgr.14205) 40 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi079 on smithi079 2024-09-18T08:21:29.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:29 smithi135 bash[24787]: cephadm 2024-09-18T08:21:28.098581+0000 mgr.smithi079.dmaxqe (mgr.14205) 40 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi079 on smithi079 2024-09-18T08:21:29.645 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:21:31.254 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:31 smithi079 bash[19997]: cluster 2024-09-18T08:21:29.372031+0000 mgr.smithi079.dmaxqe (mgr.14205) 41 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:31.254 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:31 smithi079 bash[19997]: cluster 2024-09-18T08:21:29.372031+0000 mgr.smithi079.dmaxqe (mgr.14205) 41 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:31.254 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:31 smithi079 bash[19997]: audit 2024-09-18T08:21:30.676810+0000 mon.smithi079 (mon.0) 301 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:31.254 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:31 smithi079 bash[19997]: audit 2024-09-18T08:21:30.676810+0000 mon.smithi079 (mon.0) 301 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:31.254 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:31 smithi079 bash[19997]: audit 2024-09-18T08:21:30.682549+0000 mon.smithi079 (mon.0) 302 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:31.254 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:31 smithi079 bash[19997]: audit 2024-09-18T08:21:30.682549+0000 mon.smithi079 (mon.0) 302 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:31.254 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:31 smithi079 bash[19997]: audit 2024-09-18T08:21:30.684275+0000 mon.smithi079 (mon.0) 303 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-18T08:21:31.255 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:31 smithi079 bash[19997]: audit 2024-09-18T08:21:30.684275+0000 mon.smithi079 (mon.0) 303 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-18T08:21:31.255 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:31 smithi079 bash[19997]: audit 2024-09-18T08:21:30.685414+0000 mon.smithi079 (mon.0) 304 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:31.255 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:31 smithi079 bash[19997]: audit 2024-09-18T08:21:30.685414+0000 mon.smithi079 (mon.0) 304 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:31.411 INFO:teuthology.orchestra.run.smithi079.stdout:# minimal ceph.conf for 331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:21:31.412 INFO:teuthology.orchestra.run.smithi079.stdout:[global] 2024-09-18T08:21:31.412 INFO:teuthology.orchestra.run.smithi079.stdout: fsid = 331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:21:31.412 INFO:teuthology.orchestra.run.smithi079.stdout: mon_host = [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] [v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0] 2024-09-18T08:21:31.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:31 smithi135 bash[24787]: cluster 2024-09-18T08:21:29.372031+0000 mgr.smithi079.dmaxqe (mgr.14205) 41 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:31.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:31 smithi135 bash[24787]: cluster 2024-09-18T08:21:29.372031+0000 mgr.smithi079.dmaxqe (mgr.14205) 41 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:31.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:31 smithi135 bash[24787]: audit 2024-09-18T08:21:30.676810+0000 mon.smithi079 (mon.0) 301 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:31.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:31 smithi135 bash[24787]: audit 2024-09-18T08:21:30.676810+0000 mon.smithi079 (mon.0) 301 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:31.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:31 smithi135 bash[24787]: audit 2024-09-18T08:21:30.682549+0000 mon.smithi079 (mon.0) 302 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:31.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:31 smithi135 bash[24787]: audit 2024-09-18T08:21:30.682549+0000 mon.smithi079 (mon.0) 302 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:31.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:31 smithi135 bash[24787]: audit 2024-09-18T08:21:30.684275+0000 mon.smithi079 (mon.0) 303 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-18T08:21:31.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:31 smithi135 bash[24787]: audit 2024-09-18T08:21:30.684275+0000 mon.smithi079 (mon.0) 303 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-18T08:21:31.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:31 smithi135 bash[24787]: audit 2024-09-18T08:21:30.685414+0000 mon.smithi079 (mon.0) 304 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:31.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:31 smithi135 bash[24787]: audit 2024-09-18T08:21:30.685414+0000 mon.smithi079 (mon.0) 304 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:32.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:32 smithi079 bash[19997]: cephadm 2024-09-18T08:21:30.683912+0000 mgr.smithi079.dmaxqe (mgr.14205) 42 : cephadm [INF] Reconfiguring crash.smithi079 (monmap changed)... 2024-09-18T08:21:32.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:32 smithi079 bash[19997]: cephadm 2024-09-18T08:21:30.683912+0000 mgr.smithi079.dmaxqe (mgr.14205) 42 : cephadm [INF] Reconfiguring crash.smithi079 (monmap changed)... 2024-09-18T08:21:32.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:32 smithi079 bash[19997]: cephadm 2024-09-18T08:21:30.686791+0000 mgr.smithi079.dmaxqe (mgr.14205) 43 : cephadm [INF] Reconfiguring daemon crash.smithi079 on smithi079 2024-09-18T08:21:32.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:32 smithi079 bash[19997]: cephadm 2024-09-18T08:21:30.686791+0000 mgr.smithi079.dmaxqe (mgr.14205) 43 : cephadm [INF] Reconfiguring daemon crash.smithi079 on smithi079 2024-09-18T08:21:32.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:32 smithi079 bash[19997]: audit 2024-09-18T08:21:31.411702+0000 mon.smithi079 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.79:0/1406578974' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:32.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:32 smithi079 bash[19997]: audit 2024-09-18T08:21:31.411702+0000 mon.smithi079 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.79:0/1406578974' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:32.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:32 smithi135 bash[24787]: cephadm 2024-09-18T08:21:30.683912+0000 mgr.smithi079.dmaxqe (mgr.14205) 42 : cephadm [INF] Reconfiguring crash.smithi079 (monmap changed)... 2024-09-18T08:21:32.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:32 smithi135 bash[24787]: cephadm 2024-09-18T08:21:30.683912+0000 mgr.smithi079.dmaxqe (mgr.14205) 42 : cephadm [INF] Reconfiguring crash.smithi079 (monmap changed)... 2024-09-18T08:21:32.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:32 smithi135 bash[24787]: cephadm 2024-09-18T08:21:30.686791+0000 mgr.smithi079.dmaxqe (mgr.14205) 43 : cephadm [INF] Reconfiguring daemon crash.smithi079 on smithi079 2024-09-18T08:21:32.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:32 smithi135 bash[24787]: cephadm 2024-09-18T08:21:30.686791+0000 mgr.smithi079.dmaxqe (mgr.14205) 43 : cephadm [INF] Reconfiguring daemon crash.smithi079 on smithi079 2024-09-18T08:21:32.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:32 smithi135 bash[24787]: audit 2024-09-18T08:21:31.411702+0000 mon.smithi079 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.79:0/1406578974' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:32.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:32 smithi135 bash[24787]: audit 2024-09-18T08:21:31.411702+0000 mon.smithi079 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.79:0/1406578974' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:32.681 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-18T08:21:32.681 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-18T08:21:32.681 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.conf 2024-09-18T08:21:32.696 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-18T08:21:32.696 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-18T08:21:32.750 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2024-09-18T08:21:32.751 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/etc/ceph/ceph.conf 2024-09-18T08:21:32.765 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2024-09-18T08:21:32.765 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-18T08:21:32.820 DEBUG:tasks.cephadm:set 0 configs 2024-09-18T08:21:32.821 INFO:tasks.cephadm:Deploying OSDs... 2024-09-18T08:21:32.821 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-18T08:21:32.821 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/scratch_devs of=/dev/stdout 2024-09-18T08:21:32.826 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-09-18T08:21:32.826 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/nvme1n1 2024-09-18T08:21:32.873 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/nvme1n1 2024-09-18T08:21:32.873 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-18T08:21:32.873 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 965 Links: 1 Device type: 103,2 2024-09-18T08:21:32.873 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-18T08:21:32.873 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-09-18 08:19:36.226895940 +0000 2024-09-18T08:21:32.874 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-09-18 08:15:41.695722138 +0000 2024-09-18T08:21:32.874 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-09-18 08:15:41.695722138 +0000 2024-09-18T08:21:32.874 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-09-18T08:21:32.874 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-09-18T08:21:32.929 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-09-18T08:21:32.929 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-09-18T08:21:32.930 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000324765 s, 1.6 MB/s 2024-09-18T08:21:32.930 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-09-18T08:21:32.982 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/nvme2n1 2024-09-18T08:21:33.029 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/nvme2n1 2024-09-18T08:21:33.029 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-18T08:21:33.029 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 974 Links: 1 Device type: 103,4 2024-09-18T08:21:33.030 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-18T08:21:33.030 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-09-18 08:19:36.242895476 +0000 2024-09-18T08:21:33.030 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-09-18 08:15:41.791673281 +0000 2024-09-18T08:21:33.030 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-09-18 08:15:41.791673281 +0000 2024-09-18T08:21:33.030 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-09-18T08:21:33.030 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-09-18T08:21:33.082 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-09-18T08:21:33.082 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-09-18T08:21:33.082 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.00038489 s, 1.3 MB/s 2024-09-18T08:21:33.083 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-09-18T08:21:33.131 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/nvme3n1 2024-09-18T08:21:33.178 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/nvme3n1 2024-09-18T08:21:33.178 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-18T08:21:33.178 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 983 Links: 1 Device type: 103,6 2024-09-18T08:21:33.178 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-18T08:21:33.178 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-09-18 08:19:36.262894898 +0000 2024-09-18T08:21:33.178 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-09-18 08:15:41.883626458 +0000 2024-09-18T08:21:33.179 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-09-18 08:15:41.883626458 +0000 2024-09-18T08:21:33.179 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-09-18T08:21:33.179 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-09-18T08:21:33.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:33 smithi079 bash[19997]: cluster 2024-09-18T08:21:31.372456+0000 mgr.smithi079.dmaxqe (mgr.14205) 44 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:33.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:33 smithi079 bash[19997]: cluster 2024-09-18T08:21:31.372456+0000 mgr.smithi079.dmaxqe (mgr.14205) 44 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:33.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:33 smithi079 bash[19997]: audit 2024-09-18T08:21:32.709544+0000 mon.smithi079 (mon.0) 306 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:21:33.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:33 smithi079 bash[19997]: audit 2024-09-18T08:21:32.709544+0000 mon.smithi079 (mon.0) 306 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:21:33.236 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-09-18T08:21:33.237 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-09-18T08:21:33.237 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000506752 s, 1.0 MB/s 2024-09-18T08:21:33.238 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-09-18T08:21:33.293 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/nvme4n1 2024-09-18T08:21:33.346 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/nvme4n1 2024-09-18T08:21:33.346 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-18T08:21:33.346 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 992 Links: 1 Device type: 103,8 2024-09-18T08:21:33.346 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-18T08:21:33.346 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-09-18 08:19:36.278894434 +0000 2024-09-18T08:21:33.346 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-09-18 08:15:41.979577601 +0000 2024-09-18T08:21:33.347 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-09-18 08:15:41.979577601 +0000 2024-09-18T08:21:33.347 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-09-18T08:21:33.347 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-09-18T08:21:33.401 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-09-18T08:21:33.401 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-09-18T08:21:33.401 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000484509 s, 1.1 MB/s 2024-09-18T08:21:33.402 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-09-18T08:21:33.451 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2024-09-18T08:21:33.451 DEBUG:teuthology.orchestra.run.smithi135:> dd if=/scratch_devs of=/dev/stdout 2024-09-18T08:21:33.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:33 smithi135 bash[24787]: cluster 2024-09-18T08:21:31.372456+0000 mgr.smithi079.dmaxqe (mgr.14205) 44 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:33.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:33 smithi135 bash[24787]: cluster 2024-09-18T08:21:31.372456+0000 mgr.smithi079.dmaxqe (mgr.14205) 44 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:33.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:33 smithi135 bash[24787]: audit 2024-09-18T08:21:32.709544+0000 mon.smithi079 (mon.0) 306 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:21:33.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:33 smithi135 bash[24787]: audit 2024-09-18T08:21:32.709544+0000 mon.smithi079 (mon.0) 306 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:21:33.457 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-09-18T08:21:33.457 DEBUG:teuthology.orchestra.run.smithi135:> stat /dev/nvme1n1 2024-09-18T08:21:33.505 INFO:teuthology.orchestra.run.smithi135.stdout: File: /dev/nvme1n1 2024-09-18T08:21:33.505 INFO:teuthology.orchestra.run.smithi135.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-18T08:21:33.506 INFO:teuthology.orchestra.run.smithi135.stdout:Device: 5h/5d Inode: 965 Links: 1 Device type: 103,2 2024-09-18T08:21:33.506 INFO:teuthology.orchestra.run.smithi135.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-18T08:21:33.506 INFO:teuthology.orchestra.run.smithi135.stdout:Access: 2024-09-18 08:20:56.511026318 +0000 2024-09-18T08:21:33.506 INFO:teuthology.orchestra.run.smithi135.stdout:Modify: 2024-09-18 08:15:42.960931298 +0000 2024-09-18T08:21:33.506 INFO:teuthology.orchestra.run.smithi135.stdout:Change: 2024-09-18 08:15:42.960931298 +0000 2024-09-18T08:21:33.506 INFO:teuthology.orchestra.run.smithi135.stdout: Birth: - 2024-09-18T08:21:33.506 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-09-18T08:21:33.560 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records in 2024-09-18T08:21:33.560 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records out 2024-09-18T08:21:33.560 INFO:teuthology.orchestra.run.smithi135.stderr:512 bytes copied, 0.000443321 s, 1.2 MB/s 2024-09-18T08:21:33.561 DEBUG:teuthology.orchestra.run.smithi135:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-09-18T08:21:33.611 DEBUG:teuthology.orchestra.run.smithi135:> stat /dev/nvme2n1 2024-09-18T08:21:33.657 INFO:teuthology.orchestra.run.smithi135.stdout: File: /dev/nvme2n1 2024-09-18T08:21:33.657 INFO:teuthology.orchestra.run.smithi135.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-18T08:21:33.657 INFO:teuthology.orchestra.run.smithi135.stdout:Device: 5h/5d Inode: 974 Links: 1 Device type: 103,4 2024-09-18T08:21:33.657 INFO:teuthology.orchestra.run.smithi135.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-18T08:21:33.657 INFO:teuthology.orchestra.run.smithi135.stdout:Access: 2024-09-18 08:20:56.527026079 +0000 2024-09-18T08:21:33.657 INFO:teuthology.orchestra.run.smithi135.stdout:Modify: 2024-09-18 08:15:43.052891917 +0000 2024-09-18T08:21:33.657 INFO:teuthology.orchestra.run.smithi135.stdout:Change: 2024-09-18 08:15:43.052891917 +0000 2024-09-18T08:21:33.657 INFO:teuthology.orchestra.run.smithi135.stdout: Birth: - 2024-09-18T08:21:33.658 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-09-18T08:21:33.711 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records in 2024-09-18T08:21:33.711 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records out 2024-09-18T08:21:33.711 INFO:teuthology.orchestra.run.smithi135.stderr:512 bytes copied, 0.000483223 s, 1.1 MB/s 2024-09-18T08:21:33.713 DEBUG:teuthology.orchestra.run.smithi135:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-09-18T08:21:33.762 DEBUG:teuthology.orchestra.run.smithi135:> stat /dev/nvme3n1 2024-09-18T08:21:33.809 INFO:teuthology.orchestra.run.smithi135.stdout: File: /dev/nvme3n1 2024-09-18T08:21:33.809 INFO:teuthology.orchestra.run.smithi135.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-18T08:21:33.809 INFO:teuthology.orchestra.run.smithi135.stdout:Device: 5h/5d Inode: 983 Links: 1 Device type: 103,6 2024-09-18T08:21:33.809 INFO:teuthology.orchestra.run.smithi135.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-18T08:21:33.809 INFO:teuthology.orchestra.run.smithi135.stdout:Access: 2024-09-18 08:20:56.543025840 +0000 2024-09-18T08:21:33.809 INFO:teuthology.orchestra.run.smithi135.stdout:Modify: 2024-09-18 08:15:43.148857844 +0000 2024-09-18T08:21:33.809 INFO:teuthology.orchestra.run.smithi135.stdout:Change: 2024-09-18 08:15:43.148857844 +0000 2024-09-18T08:21:33.809 INFO:teuthology.orchestra.run.smithi135.stdout: Birth: - 2024-09-18T08:21:33.809 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-09-18T08:21:33.863 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records in 2024-09-18T08:21:33.864 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records out 2024-09-18T08:21:33.864 INFO:teuthology.orchestra.run.smithi135.stderr:512 bytes copied, 0.000492375 s, 1.0 MB/s 2024-09-18T08:21:33.865 DEBUG:teuthology.orchestra.run.smithi135:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-09-18T08:21:33.915 DEBUG:teuthology.orchestra.run.smithi135:> stat /dev/nvme4n1 2024-09-18T08:21:33.960 INFO:teuthology.orchestra.run.smithi135.stdout: File: /dev/nvme4n1 2024-09-18T08:21:33.961 INFO:teuthology.orchestra.run.smithi135.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-18T08:21:33.961 INFO:teuthology.orchestra.run.smithi135.stdout:Device: 5h/5d Inode: 992 Links: 1 Device type: 103,8 2024-09-18T08:21:33.961 INFO:teuthology.orchestra.run.smithi135.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-18T08:21:33.961 INFO:teuthology.orchestra.run.smithi135.stdout:Access: 2024-09-18 08:20:56.555025661 +0000 2024-09-18T08:21:33.961 INFO:teuthology.orchestra.run.smithi135.stdout:Modify: 2024-09-18 08:15:43.244823771 +0000 2024-09-18T08:21:33.961 INFO:teuthology.orchestra.run.smithi135.stdout:Change: 2024-09-18 08:15:43.244823771 +0000 2024-09-18T08:21:33.961 INFO:teuthology.orchestra.run.smithi135.stdout: Birth: - 2024-09-18T08:21:33.961 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-09-18T08:21:34.015 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records in 2024-09-18T08:21:34.015 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records out 2024-09-18T08:21:34.015 INFO:teuthology.orchestra.run.smithi135.stderr:512 bytes copied, 0.000310547 s, 1.6 MB/s 2024-09-18T08:21:34.016 DEBUG:teuthology.orchestra.run.smithi135:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-09-18T08:21:34.066 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph orch apply osd --all-available-devices 2024-09-18T08:21:35.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:34 smithi079 bash[19997]: cluster 2024-09-18T08:21:33.372816+0000 mgr.smithi079.dmaxqe (mgr.14205) 45 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:35.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:34 smithi079 bash[19997]: cluster 2024-09-18T08:21:33.372816+0000 mgr.smithi079.dmaxqe (mgr.14205) 45 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:35.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:34 smithi079 bash[19997]: audit 2024-09-18T08:21:33.746567+0000 mon.smithi079 (mon.0) 307 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:35.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:34 smithi079 bash[19997]: audit 2024-09-18T08:21:33.746567+0000 mon.smithi079 (mon.0) 307 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:35.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:34 smithi079 bash[19997]: audit 2024-09-18T08:21:33.756659+0000 mon.smithi079 (mon.0) 308 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:35.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:34 smithi079 bash[19997]: audit 2024-09-18T08:21:33.756659+0000 mon.smithi079 (mon.0) 308 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:35.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:34 smithi079 bash[19997]: cephadm 2024-09-18T08:21:33.759322+0000 mgr.smithi079.dmaxqe (mgr.14205) 46 : cephadm [INF] Reconfiguring alertmanager.smithi079 (dependencies changed)... 2024-09-18T08:21:35.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:34 smithi079 bash[19997]: cephadm 2024-09-18T08:21:33.759322+0000 mgr.smithi079.dmaxqe (mgr.14205) 46 : cephadm [INF] Reconfiguring alertmanager.smithi079 (dependencies changed)... 2024-09-18T08:21:35.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:34 smithi079 bash[19997]: cephadm 2024-09-18T08:21:33.784228+0000 mgr.smithi079.dmaxqe (mgr.14205) 47 : cephadm [INF] Reconfiguring daemon alertmanager.smithi079 on smithi079 2024-09-18T08:21:35.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:34 smithi079 bash[19997]: cephadm 2024-09-18T08:21:33.784228+0000 mgr.smithi079.dmaxqe (mgr.14205) 47 : cephadm [INF] Reconfiguring daemon alertmanager.smithi079 on smithi079 2024-09-18T08:21:35.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:34 smithi135 bash[24787]: cluster 2024-09-18T08:21:33.372816+0000 mgr.smithi079.dmaxqe (mgr.14205) 45 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:35.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:34 smithi135 bash[24787]: cluster 2024-09-18T08:21:33.372816+0000 mgr.smithi079.dmaxqe (mgr.14205) 45 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:35.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:34 smithi135 bash[24787]: audit 2024-09-18T08:21:33.746567+0000 mon.smithi079 (mon.0) 307 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:35.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:34 smithi135 bash[24787]: audit 2024-09-18T08:21:33.746567+0000 mon.smithi079 (mon.0) 307 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:35.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:34 smithi135 bash[24787]: audit 2024-09-18T08:21:33.756659+0000 mon.smithi079 (mon.0) 308 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:35.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:34 smithi135 bash[24787]: audit 2024-09-18T08:21:33.756659+0000 mon.smithi079 (mon.0) 308 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:35.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:34 smithi135 bash[24787]: cephadm 2024-09-18T08:21:33.759322+0000 mgr.smithi079.dmaxqe (mgr.14205) 46 : cephadm [INF] Reconfiguring alertmanager.smithi079 (dependencies changed)... 2024-09-18T08:21:35.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:34 smithi135 bash[24787]: cephadm 2024-09-18T08:21:33.759322+0000 mgr.smithi079.dmaxqe (mgr.14205) 46 : cephadm [INF] Reconfiguring alertmanager.smithi079 (dependencies changed)... 2024-09-18T08:21:35.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:34 smithi135 bash[24787]: cephadm 2024-09-18T08:21:33.784228+0000 mgr.smithi079.dmaxqe (mgr.14205) 47 : cephadm [INF] Reconfiguring daemon alertmanager.smithi079 on smithi079 2024-09-18T08:21:35.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:34 smithi135 bash[24787]: cephadm 2024-09-18T08:21:33.784228+0000 mgr.smithi079.dmaxqe (mgr.14205) 47 : cephadm [INF] Reconfiguring daemon alertmanager.smithi079 on smithi079 2024-09-18T08:21:37.015 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:36 smithi079 bash[19997]: cluster 2024-09-18T08:21:35.373158+0000 mgr.smithi079.dmaxqe (mgr.14205) 48 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:37.015 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:36 smithi079 bash[19997]: cluster 2024-09-18T08:21:35.373158+0000 mgr.smithi079.dmaxqe (mgr.14205) 48 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:37.142 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:36 smithi135 bash[24787]: cluster 2024-09-18T08:21:35.373158+0000 mgr.smithi079.dmaxqe (mgr.14205) 48 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:37.143 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:36 smithi135 bash[24787]: cluster 2024-09-18T08:21:35.373158+0000 mgr.smithi079.dmaxqe (mgr.14205) 48 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:38.857 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi135/config 2024-09-18T08:21:39.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:38 smithi079 bash[19997]: cluster 2024-09-18T08:21:37.373681+0000 mgr.smithi079.dmaxqe (mgr.14205) 49 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:39.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:38 smithi079 bash[19997]: cluster 2024-09-18T08:21:37.373681+0000 mgr.smithi079.dmaxqe (mgr.14205) 49 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:39.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:38 smithi079 bash[19997]: audit 2024-09-18T08:21:38.707512+0000 mon.smithi079 (mon.0) 309 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:39.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:38 smithi079 bash[19997]: audit 2024-09-18T08:21:38.707512+0000 mon.smithi079 (mon.0) 309 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:39.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:38 smithi079 bash[19997]: audit 2024-09-18T08:21:38.712663+0000 mon.smithi079 (mon.0) 310 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:39.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:38 smithi079 bash[19997]: audit 2024-09-18T08:21:38.712663+0000 mon.smithi079 (mon.0) 310 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:39.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:38 smithi135 bash[24787]: cluster 2024-09-18T08:21:37.373681+0000 mgr.smithi079.dmaxqe (mgr.14205) 49 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:39.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:38 smithi135 bash[24787]: cluster 2024-09-18T08:21:37.373681+0000 mgr.smithi079.dmaxqe (mgr.14205) 49 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:39.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:38 smithi135 bash[24787]: audit 2024-09-18T08:21:38.707512+0000 mon.smithi079 (mon.0) 309 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:39.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:38 smithi135 bash[24787]: audit 2024-09-18T08:21:38.707512+0000 mon.smithi079 (mon.0) 309 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:39.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:38 smithi135 bash[24787]: audit 2024-09-18T08:21:38.712663+0000 mon.smithi079 (mon.0) 310 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:39.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:38 smithi135 bash[24787]: audit 2024-09-18T08:21:38.712663+0000 mon.smithi079 (mon.0) 310 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:40.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:39 smithi079 bash[19997]: cephadm 2024-09-18T08:21:38.713798+0000 mgr.smithi079.dmaxqe (mgr.14205) 50 : cephadm [INF] Reconfiguring grafana.smithi079 (dependencies changed)... 2024-09-18T08:21:40.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:39 smithi079 bash[19997]: cephadm 2024-09-18T08:21:38.713798+0000 mgr.smithi079.dmaxqe (mgr.14205) 50 : cephadm [INF] Reconfiguring grafana.smithi079 (dependencies changed)... 2024-09-18T08:21:40.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:39 smithi079 bash[19997]: cephadm 2024-09-18T08:21:38.972020+0000 mgr.smithi079.dmaxqe (mgr.14205) 51 : cephadm [INF] Reconfiguring daemon grafana.smithi079 on smithi079 2024-09-18T08:21:40.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:39 smithi079 bash[19997]: cephadm 2024-09-18T08:21:38.972020+0000 mgr.smithi079.dmaxqe (mgr.14205) 51 : cephadm [INF] Reconfiguring daemon grafana.smithi079 on smithi079 2024-09-18T08:21:40.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:39 smithi135 bash[24787]: cephadm 2024-09-18T08:21:38.713798+0000 mgr.smithi079.dmaxqe (mgr.14205) 50 : cephadm [INF] Reconfiguring grafana.smithi079 (dependencies changed)... 2024-09-18T08:21:40.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:39 smithi135 bash[24787]: cephadm 2024-09-18T08:21:38.713798+0000 mgr.smithi079.dmaxqe (mgr.14205) 50 : cephadm [INF] Reconfiguring grafana.smithi079 (dependencies changed)... 2024-09-18T08:21:40.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:39 smithi135 bash[24787]: cephadm 2024-09-18T08:21:38.972020+0000 mgr.smithi079.dmaxqe (mgr.14205) 51 : cephadm [INF] Reconfiguring daemon grafana.smithi079 on smithi079 2024-09-18T08:21:40.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:39 smithi135 bash[24787]: cephadm 2024-09-18T08:21:38.972020+0000 mgr.smithi079.dmaxqe (mgr.14205) 51 : cephadm [INF] Reconfiguring daemon grafana.smithi079 on smithi079 2024-09-18T08:21:40.228 INFO:teuthology.orchestra.run.smithi135.stdout:Scheduled osd.all-available-devices update... 2024-09-18T08:21:40.864 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-09-18T08:21:40.865 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-18T08:21:41.013 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:40 smithi079 bash[19997]: cluster 2024-09-18T08:21:39.374193+0000 mgr.smithi079.dmaxqe (mgr.14205) 52 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:41.013 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:40 smithi079 bash[19997]: cluster 2024-09-18T08:21:39.374193+0000 mgr.smithi079.dmaxqe (mgr.14205) 52 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:41.014 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:40 smithi079 bash[19997]: audit 2024-09-18T08:21:40.212428+0000 mgr.smithi079.dmaxqe (mgr.14205) 53 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:21:41.014 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:40 smithi079 bash[19997]: audit 2024-09-18T08:21:40.212428+0000 mgr.smithi079.dmaxqe (mgr.14205) 53 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:21:41.014 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:40 smithi079 bash[19997]: audit 2024-09-18T08:21:40.226821+0000 mon.smithi079 (mon.0) 311 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:41.014 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:40 smithi079 bash[19997]: audit 2024-09-18T08:21:40.226821+0000 mon.smithi079 (mon.0) 311 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:41.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:40 smithi135 bash[24787]: cluster 2024-09-18T08:21:39.374193+0000 mgr.smithi079.dmaxqe (mgr.14205) 52 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:41.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:40 smithi135 bash[24787]: cluster 2024-09-18T08:21:39.374193+0000 mgr.smithi079.dmaxqe (mgr.14205) 52 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:41.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:40 smithi135 bash[24787]: audit 2024-09-18T08:21:40.212428+0000 mgr.smithi079.dmaxqe (mgr.14205) 53 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:21:41.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:40 smithi135 bash[24787]: audit 2024-09-18T08:21:40.212428+0000 mgr.smithi079.dmaxqe (mgr.14205) 53 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:21:41.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:40 smithi135 bash[24787]: audit 2024-09-18T08:21:40.226821+0000 mon.smithi079 (mon.0) 311 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:41.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:40 smithi135 bash[24787]: audit 2024-09-18T08:21:40.226821+0000 mon.smithi079 (mon.0) 311 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:42.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:41 smithi079 bash[19997]: cephadm 2024-09-18T08:21:40.217160+0000 mgr.smithi079.dmaxqe (mgr.14205) 54 : cephadm [INF] Marking host: smithi079 for OSDSpec preview refresh. 2024-09-18T08:21:42.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:41 smithi079 bash[19997]: cephadm 2024-09-18T08:21:40.217160+0000 mgr.smithi079.dmaxqe (mgr.14205) 54 : cephadm [INF] Marking host: smithi079 for OSDSpec preview refresh. 2024-09-18T08:21:42.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:41 smithi079 bash[19997]: cephadm 2024-09-18T08:21:40.217309+0000 mgr.smithi079.dmaxqe (mgr.14205) 55 : cephadm [INF] Marking host: smithi135 for OSDSpec preview refresh. 2024-09-18T08:21:42.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:41 smithi079 bash[19997]: cephadm 2024-09-18T08:21:40.217309+0000 mgr.smithi079.dmaxqe (mgr.14205) 55 : cephadm [INF] Marking host: smithi135 for OSDSpec preview refresh. 2024-09-18T08:21:42.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:41 smithi079 bash[19997]: cephadm 2024-09-18T08:21:40.218080+0000 mgr.smithi079.dmaxqe (mgr.14205) 56 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-09-18T08:21:42.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:41 smithi079 bash[19997]: cephadm 2024-09-18T08:21:40.218080+0000 mgr.smithi079.dmaxqe (mgr.14205) 56 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-09-18T08:21:42.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:41 smithi135 bash[24787]: cephadm 2024-09-18T08:21:40.217160+0000 mgr.smithi079.dmaxqe (mgr.14205) 54 : cephadm [INF] Marking host: smithi079 for OSDSpec preview refresh. 2024-09-18T08:21:42.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:41 smithi135 bash[24787]: cephadm 2024-09-18T08:21:40.217160+0000 mgr.smithi079.dmaxqe (mgr.14205) 54 : cephadm [INF] Marking host: smithi079 for OSDSpec preview refresh. 2024-09-18T08:21:42.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:41 smithi135 bash[24787]: cephadm 2024-09-18T08:21:40.217309+0000 mgr.smithi079.dmaxqe (mgr.14205) 55 : cephadm [INF] Marking host: smithi135 for OSDSpec preview refresh. 2024-09-18T08:21:42.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:41 smithi135 bash[24787]: cephadm 2024-09-18T08:21:40.217309+0000 mgr.smithi079.dmaxqe (mgr.14205) 55 : cephadm [INF] Marking host: smithi135 for OSDSpec preview refresh. 2024-09-18T08:21:42.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:41 smithi135 bash[24787]: cephadm 2024-09-18T08:21:40.218080+0000 mgr.smithi079.dmaxqe (mgr.14205) 56 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-09-18T08:21:42.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:41 smithi135 bash[24787]: cephadm 2024-09-18T08:21:40.218080+0000 mgr.smithi079.dmaxqe (mgr.14205) 56 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-09-18T08:21:43.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:42 smithi079 bash[19997]: cluster 2024-09-18T08:21:41.374644+0000 mgr.smithi079.dmaxqe (mgr.14205) 57 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:43.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:42 smithi079 bash[19997]: cluster 2024-09-18T08:21:41.374644+0000 mgr.smithi079.dmaxqe (mgr.14205) 57 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:43.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:42 smithi135 bash[24787]: cluster 2024-09-18T08:21:41.374644+0000 mgr.smithi079.dmaxqe (mgr.14205) 57 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:43.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:42 smithi135 bash[24787]: cluster 2024-09-18T08:21:41.374644+0000 mgr.smithi079.dmaxqe (mgr.14205) 57 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:45.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:44 smithi079 bash[19997]: cluster 2024-09-18T08:21:43.375052+0000 mgr.smithi079.dmaxqe (mgr.14205) 58 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:45.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:44 smithi079 bash[19997]: cluster 2024-09-18T08:21:43.375052+0000 mgr.smithi079.dmaxqe (mgr.14205) 58 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:45.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:44 smithi079 bash[19997]: audit 2024-09-18T08:21:44.382100+0000 mon.smithi079 (mon.0) 312 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:45.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:44 smithi079 bash[19997]: audit 2024-09-18T08:21:44.382100+0000 mon.smithi079 (mon.0) 312 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:45.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:44 smithi079 bash[19997]: audit 2024-09-18T08:21:44.386139+0000 mon.smithi079 (mon.0) 313 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:45.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:44 smithi079 bash[19997]: audit 2024-09-18T08:21:44.386139+0000 mon.smithi079 (mon.0) 313 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:45.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:44 smithi135 bash[24787]: cluster 2024-09-18T08:21:43.375052+0000 mgr.smithi079.dmaxqe (mgr.14205) 58 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:45.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:44 smithi135 bash[24787]: cluster 2024-09-18T08:21:43.375052+0000 mgr.smithi079.dmaxqe (mgr.14205) 58 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:45.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:44 smithi135 bash[24787]: audit 2024-09-18T08:21:44.382100+0000 mon.smithi079 (mon.0) 312 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:45.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:44 smithi135 bash[24787]: audit 2024-09-18T08:21:44.382100+0000 mon.smithi079 (mon.0) 312 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:45.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:44 smithi135 bash[24787]: audit 2024-09-18T08:21:44.386139+0000 mon.smithi079 (mon.0) 313 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:45.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:44 smithi135 bash[24787]: audit 2024-09-18T08:21:44.386139+0000 mon.smithi079 (mon.0) 313 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:45.630 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:21:46.041 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:45 smithi079 bash[19997]: cephadm 2024-09-18T08:21:44.387108+0000 mgr.smithi079.dmaxqe (mgr.14205) 59 : cephadm [INF] Reconfiguring prometheus.smithi079 (dependencies changed)... 2024-09-18T08:21:46.041 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:45 smithi079 bash[19997]: cephadm 2024-09-18T08:21:44.387108+0000 mgr.smithi079.dmaxqe (mgr.14205) 59 : cephadm [INF] Reconfiguring prometheus.smithi079 (dependencies changed)... 2024-09-18T08:21:46.041 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:45 smithi079 bash[19997]: cephadm 2024-09-18T08:21:44.630204+0000 mgr.smithi079.dmaxqe (mgr.14205) 60 : cephadm [INF] Reconfiguring daemon prometheus.smithi079 on smithi079 2024-09-18T08:21:46.041 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:45 smithi079 bash[19997]: cephadm 2024-09-18T08:21:44.630204+0000 mgr.smithi079.dmaxqe (mgr.14205) 60 : cephadm [INF] Reconfiguring daemon prometheus.smithi079 on smithi079 2024-09-18T08:21:46.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:45 smithi135 bash[24787]: cephadm 2024-09-18T08:21:44.387108+0000 mgr.smithi079.dmaxqe (mgr.14205) 59 : cephadm [INF] Reconfiguring prometheus.smithi079 (dependencies changed)... 2024-09-18T08:21:46.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:45 smithi135 bash[24787]: cephadm 2024-09-18T08:21:44.387108+0000 mgr.smithi079.dmaxqe (mgr.14205) 59 : cephadm [INF] Reconfiguring prometheus.smithi079 (dependencies changed)... 2024-09-18T08:21:46.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:45 smithi135 bash[24787]: cephadm 2024-09-18T08:21:44.630204+0000 mgr.smithi079.dmaxqe (mgr.14205) 60 : cephadm [INF] Reconfiguring daemon prometheus.smithi079 on smithi079 2024-09-18T08:21:46.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:45 smithi135 bash[24787]: cephadm 2024-09-18T08:21:44.630204+0000 mgr.smithi079.dmaxqe (mgr.14205) 60 : cephadm [INF] Reconfiguring daemon prometheus.smithi079 on smithi079 2024-09-18T08:21:47.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:46 smithi079 bash[19997]: cluster 2024-09-18T08:21:45.375458+0000 mgr.smithi079.dmaxqe (mgr.14205) 61 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:47.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:46 smithi079 bash[19997]: cluster 2024-09-18T08:21:45.375458+0000 mgr.smithi079.dmaxqe (mgr.14205) 61 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:47.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:46 smithi135 bash[24787]: cluster 2024-09-18T08:21:45.375458+0000 mgr.smithi079.dmaxqe (mgr.14205) 61 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:47.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:46 smithi135 bash[24787]: cluster 2024-09-18T08:21:45.375458+0000 mgr.smithi079.dmaxqe (mgr.14205) 61 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:47.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:47 smithi079 bash[19997]: audit 2024-09-18T08:21:47.710158+0000 mon.smithi079 (mon.0) 314 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:21:47.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:47 smithi079 bash[19997]: audit 2024-09-18T08:21:47.710158+0000 mon.smithi079 (mon.0) 314 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:21:48.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:47 smithi135 bash[24787]: audit 2024-09-18T08:21:47.710158+0000 mon.smithi079 (mon.0) 314 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:21:48.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:47 smithi135 bash[24787]: audit 2024-09-18T08:21:47.710158+0000 mon.smithi079 (mon.0) 314 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:21:48.447 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:21:49.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:48 smithi079 bash[19997]: cluster 2024-09-18T08:21:47.375789+0000 mgr.smithi079.dmaxqe (mgr.14205) 62 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:49.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:48 smithi079 bash[19997]: cluster 2024-09-18T08:21:47.375789+0000 mgr.smithi079.dmaxqe (mgr.14205) 62 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:49.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:48 smithi079 bash[19997]: audit 2024-09-18T08:21:48.447414+0000 mon.smithi079 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.79:0/927907398' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:21:49.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:48 smithi079 bash[19997]: audit 2024-09-18T08:21:48.447414+0000 mon.smithi079 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.79:0/927907398' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:21:49.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:48 smithi135 bash[24787]: cluster 2024-09-18T08:21:47.375789+0000 mgr.smithi079.dmaxqe (mgr.14205) 62 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:49.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:48 smithi135 bash[24787]: cluster 2024-09-18T08:21:47.375789+0000 mgr.smithi079.dmaxqe (mgr.14205) 62 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:49.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:48 smithi135 bash[24787]: audit 2024-09-18T08:21:48.447414+0000 mon.smithi079 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.79:0/927907398' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:21:49.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:48 smithi135 bash[24787]: audit 2024-09-18T08:21:48.447414+0000 mon.smithi079 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.79:0/927907398' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:21:49.543 INFO:teuthology.orchestra.run.smithi079.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-18T08:21:50.545 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-18T08:21:50.826 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:50 smithi079 bash[19997]: cluster 2024-09-18T08:21:49.376272+0000 mgr.smithi079.dmaxqe (mgr.14205) 63 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:50.826 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:50 smithi079 bash[19997]: cluster 2024-09-18T08:21:49.376272+0000 mgr.smithi079.dmaxqe (mgr.14205) 63 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:51.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:50 smithi135 bash[24787]: cluster 2024-09-18T08:21:49.376272+0000 mgr.smithi079.dmaxqe (mgr.14205) 63 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:51.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:50 smithi135 bash[24787]: cluster 2024-09-18T08:21:49.376272+0000 mgr.smithi079.dmaxqe (mgr.14205) 63 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:52.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:52 smithi079 bash[19997]: cluster 2024-09-18T08:21:51.376853+0000 mgr.smithi079.dmaxqe (mgr.14205) 64 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:52.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:52 smithi079 bash[19997]: cluster 2024-09-18T08:21:51.376853+0000 mgr.smithi079.dmaxqe (mgr.14205) 64 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:52.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:52 smithi079 bash[19997]: audit 2024-09-18T08:21:51.619039+0000 mon.smithi079 (mon.0) 316 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:52.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:52 smithi079 bash[19997]: audit 2024-09-18T08:21:51.619039+0000 mon.smithi079 (mon.0) 316 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:52.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:52 smithi079 bash[19997]: audit 2024-09-18T08:21:51.623417+0000 mon.smithi079 (mon.0) 317 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:52.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:52 smithi079 bash[19997]: audit 2024-09-18T08:21:51.623417+0000 mon.smithi079 (mon.0) 317 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:52.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:52 smithi079 bash[19997]: cephadm 2024-09-18T08:21:51.624249+0000 mgr.smithi079.dmaxqe (mgr.14205) 65 : cephadm [INF] Reconfiguring ceph-exporter.smithi135 (monmap changed)... 2024-09-18T08:21:52.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:52 smithi079 bash[19997]: cephadm 2024-09-18T08:21:51.624249+0000 mgr.smithi079.dmaxqe (mgr.14205) 65 : cephadm [INF] Reconfiguring ceph-exporter.smithi135 (monmap changed)... 2024-09-18T08:21:52.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:52 smithi079 bash[19997]: audit 2024-09-18T08:21:51.624578+0000 mon.smithi079 (mon.0) 318 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi135", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-18T08:21:52.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:52 smithi079 bash[19997]: audit 2024-09-18T08:21:51.624578+0000 mon.smithi079 (mon.0) 318 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi135", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-18T08:21:52.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:52 smithi079 bash[19997]: audit 2024-09-18T08:21:51.625428+0000 mon.smithi079 (mon.0) 319 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:52.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:52 smithi079 bash[19997]: audit 2024-09-18T08:21:51.625428+0000 mon.smithi079 (mon.0) 319 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:52.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:52 smithi079 bash[19997]: cephadm 2024-09-18T08:21:51.626205+0000 mgr.smithi079.dmaxqe (mgr.14205) 66 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi135 on smithi135 2024-09-18T08:21:52.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:52 smithi079 bash[19997]: cephadm 2024-09-18T08:21:51.626205+0000 mgr.smithi079.dmaxqe (mgr.14205) 66 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi135 on smithi135 2024-09-18T08:21:52.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:52 smithi135 bash[24787]: cluster 2024-09-18T08:21:51.376853+0000 mgr.smithi079.dmaxqe (mgr.14205) 64 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:52.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:52 smithi135 bash[24787]: cluster 2024-09-18T08:21:51.376853+0000 mgr.smithi079.dmaxqe (mgr.14205) 64 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:52.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:52 smithi135 bash[24787]: audit 2024-09-18T08:21:51.619039+0000 mon.smithi079 (mon.0) 316 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:52.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:52 smithi135 bash[24787]: audit 2024-09-18T08:21:51.619039+0000 mon.smithi079 (mon.0) 316 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:52.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:52 smithi135 bash[24787]: audit 2024-09-18T08:21:51.623417+0000 mon.smithi079 (mon.0) 317 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:52.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:52 smithi135 bash[24787]: audit 2024-09-18T08:21:51.623417+0000 mon.smithi079 (mon.0) 317 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:52.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:52 smithi135 bash[24787]: cephadm 2024-09-18T08:21:51.624249+0000 mgr.smithi079.dmaxqe (mgr.14205) 65 : cephadm [INF] Reconfiguring ceph-exporter.smithi135 (monmap changed)... 2024-09-18T08:21:52.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:52 smithi135 bash[24787]: cephadm 2024-09-18T08:21:51.624249+0000 mgr.smithi079.dmaxqe (mgr.14205) 65 : cephadm [INF] Reconfiguring ceph-exporter.smithi135 (monmap changed)... 2024-09-18T08:21:52.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:52 smithi135 bash[24787]: audit 2024-09-18T08:21:51.624578+0000 mon.smithi079 (mon.0) 318 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi135", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-18T08:21:52.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:52 smithi135 bash[24787]: audit 2024-09-18T08:21:51.624578+0000 mon.smithi079 (mon.0) 318 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi135", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-18T08:21:52.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:52 smithi135 bash[24787]: audit 2024-09-18T08:21:51.625428+0000 mon.smithi079 (mon.0) 319 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:52.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:52 smithi135 bash[24787]: audit 2024-09-18T08:21:51.625428+0000 mon.smithi079 (mon.0) 319 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:52.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:52 smithi135 bash[24787]: cephadm 2024-09-18T08:21:51.626205+0000 mgr.smithi079.dmaxqe (mgr.14205) 66 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi135 on smithi135 2024-09-18T08:21:52.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:52 smithi135 bash[24787]: cephadm 2024-09-18T08:21:51.626205+0000 mgr.smithi079.dmaxqe (mgr.14205) 66 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi135 on smithi135 2024-09-18T08:21:55.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:54 smithi079 bash[19997]: cluster 2024-09-18T08:21:53.377336+0000 mgr.smithi079.dmaxqe (mgr.14205) 67 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:55.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:54 smithi079 bash[19997]: cluster 2024-09-18T08:21:53.377336+0000 mgr.smithi079.dmaxqe (mgr.14205) 67 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:55.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:54 smithi079 bash[19997]: audit 2024-09-18T08:21:53.792921+0000 mon.smithi079 (mon.0) 320 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:55.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:54 smithi079 bash[19997]: audit 2024-09-18T08:21:53.792921+0000 mon.smithi079 (mon.0) 320 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:55.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:54 smithi079 bash[19997]: audit 2024-09-18T08:21:53.801666+0000 mon.smithi079 (mon.0) 321 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:55.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:54 smithi079 bash[19997]: audit 2024-09-18T08:21:53.801666+0000 mon.smithi079 (mon.0) 321 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:55.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:54 smithi079 bash[19997]: cephadm 2024-09-18T08:21:53.803556+0000 mgr.smithi079.dmaxqe (mgr.14205) 68 : cephadm [INF] Reconfiguring crash.smithi135 (monmap changed)... 2024-09-18T08:21:55.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:54 smithi079 bash[19997]: cephadm 2024-09-18T08:21:53.803556+0000 mgr.smithi079.dmaxqe (mgr.14205) 68 : cephadm [INF] Reconfiguring crash.smithi135 (monmap changed)... 2024-09-18T08:21:55.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:54 smithi079 bash[19997]: audit 2024-09-18T08:21:53.804294+0000 mon.smithi079 (mon.0) 322 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi135", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-18T08:21:55.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:54 smithi079 bash[19997]: audit 2024-09-18T08:21:53.804294+0000 mon.smithi079 (mon.0) 322 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi135", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-18T08:21:55.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:54 smithi079 bash[19997]: audit 2024-09-18T08:21:53.806209+0000 mon.smithi079 (mon.0) 323 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:55.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:54 smithi079 bash[19997]: audit 2024-09-18T08:21:53.806209+0000 mon.smithi079 (mon.0) 323 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:55.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:54 smithi079 bash[19997]: cephadm 2024-09-18T08:21:53.808193+0000 mgr.smithi079.dmaxqe (mgr.14205) 69 : cephadm [INF] Reconfiguring daemon crash.smithi135 on smithi135 2024-09-18T08:21:55.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:54 smithi079 bash[19997]: cephadm 2024-09-18T08:21:53.808193+0000 mgr.smithi079.dmaxqe (mgr.14205) 69 : cephadm [INF] Reconfiguring daemon crash.smithi135 on smithi135 2024-09-18T08:21:55.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:54 smithi135 bash[24787]: cluster 2024-09-18T08:21:53.377336+0000 mgr.smithi079.dmaxqe (mgr.14205) 67 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:55.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:54 smithi135 bash[24787]: cluster 2024-09-18T08:21:53.377336+0000 mgr.smithi079.dmaxqe (mgr.14205) 67 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:55.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:54 smithi135 bash[24787]: audit 2024-09-18T08:21:53.792921+0000 mon.smithi079 (mon.0) 320 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:55.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:54 smithi135 bash[24787]: audit 2024-09-18T08:21:53.792921+0000 mon.smithi079 (mon.0) 320 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:55.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:54 smithi135 bash[24787]: audit 2024-09-18T08:21:53.801666+0000 mon.smithi079 (mon.0) 321 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:55.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:54 smithi135 bash[24787]: audit 2024-09-18T08:21:53.801666+0000 mon.smithi079 (mon.0) 321 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:55.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:54 smithi135 bash[24787]: cephadm 2024-09-18T08:21:53.803556+0000 mgr.smithi079.dmaxqe (mgr.14205) 68 : cephadm [INF] Reconfiguring crash.smithi135 (monmap changed)... 2024-09-18T08:21:55.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:54 smithi135 bash[24787]: cephadm 2024-09-18T08:21:53.803556+0000 mgr.smithi079.dmaxqe (mgr.14205) 68 : cephadm [INF] Reconfiguring crash.smithi135 (monmap changed)... 2024-09-18T08:21:55.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:54 smithi135 bash[24787]: audit 2024-09-18T08:21:53.804294+0000 mon.smithi079 (mon.0) 322 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi135", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-18T08:21:55.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:54 smithi135 bash[24787]: audit 2024-09-18T08:21:53.804294+0000 mon.smithi079 (mon.0) 322 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi135", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-18T08:21:55.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:54 smithi135 bash[24787]: audit 2024-09-18T08:21:53.806209+0000 mon.smithi079 (mon.0) 323 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:55.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:54 smithi135 bash[24787]: audit 2024-09-18T08:21:53.806209+0000 mon.smithi079 (mon.0) 323 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:55.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:54 smithi135 bash[24787]: cephadm 2024-09-18T08:21:53.808193+0000 mgr.smithi079.dmaxqe (mgr.14205) 69 : cephadm [INF] Reconfiguring daemon crash.smithi135 on smithi135 2024-09-18T08:21:55.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:54 smithi135 bash[24787]: cephadm 2024-09-18T08:21:53.808193+0000 mgr.smithi079.dmaxqe (mgr.14205) 69 : cephadm [INF] Reconfiguring daemon crash.smithi135 on smithi135 2024-09-18T08:21:56.314 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:21:57.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:56 smithi135 bash[24787]: cluster 2024-09-18T08:21:55.377789+0000 mgr.smithi079.dmaxqe (mgr.14205) 70 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:57.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:56 smithi135 bash[24787]: cluster 2024-09-18T08:21:55.377789+0000 mgr.smithi079.dmaxqe (mgr.14205) 70 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:57.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:56 smithi135 bash[24787]: audit 2024-09-18T08:21:55.924578+0000 mon.smithi079 (mon.0) 324 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:57.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:56 smithi135 bash[24787]: audit 2024-09-18T08:21:55.924578+0000 mon.smithi079 (mon.0) 324 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:57.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:56 smithi135 bash[24787]: audit 2024-09-18T08:21:55.933032+0000 mon.smithi079 (mon.0) 325 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:57.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:56 smithi135 bash[24787]: audit 2024-09-18T08:21:55.933032+0000 mon.smithi079 (mon.0) 325 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:57.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:56 smithi135 bash[24787]: cephadm 2024-09-18T08:21:55.935074+0000 mgr.smithi079.dmaxqe (mgr.14205) 71 : cephadm [INF] Reconfiguring mgr.smithi135.vlchji (monmap changed)... 2024-09-18T08:21:57.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:56 smithi135 bash[24787]: cephadm 2024-09-18T08:21:55.935074+0000 mgr.smithi079.dmaxqe (mgr.14205) 71 : cephadm [INF] Reconfiguring mgr.smithi135.vlchji (monmap changed)... 2024-09-18T08:21:57.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:56 smithi135 bash[24787]: audit 2024-09-18T08:21:55.935728+0000 mon.smithi079 (mon.0) 326 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi135.vlchji", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-18T08:21:57.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:56 smithi135 bash[24787]: audit 2024-09-18T08:21:55.935728+0000 mon.smithi079 (mon.0) 326 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi135.vlchji", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-18T08:21:57.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:56 smithi135 bash[24787]: audit 2024-09-18T08:21:55.937740+0000 mon.smithi079 (mon.0) 327 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mgr services"} : dispatch 2024-09-18T08:21:57.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:56 smithi135 bash[24787]: audit 2024-09-18T08:21:55.937740+0000 mon.smithi079 (mon.0) 327 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mgr services"} : dispatch 2024-09-18T08:21:57.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:56 smithi135 bash[24787]: audit 2024-09-18T08:21:55.939486+0000 mon.smithi079 (mon.0) 328 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:57.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:56 smithi135 bash[24787]: audit 2024-09-18T08:21:55.939486+0000 mon.smithi079 (mon.0) 328 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:57.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:56 smithi135 bash[24787]: cephadm 2024-09-18T08:21:55.941412+0000 mgr.smithi079.dmaxqe (mgr.14205) 72 : cephadm [INF] Reconfiguring daemon mgr.smithi135.vlchji on smithi135 2024-09-18T08:21:57.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:56 smithi135 bash[24787]: cephadm 2024-09-18T08:21:55.941412+0000 mgr.smithi079.dmaxqe (mgr.14205) 72 : cephadm [INF] Reconfiguring daemon mgr.smithi135.vlchji on smithi135 2024-09-18T08:21:57.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:56 smithi079 bash[19997]: cluster 2024-09-18T08:21:55.377789+0000 mgr.smithi079.dmaxqe (mgr.14205) 70 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:57.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:56 smithi079 bash[19997]: cluster 2024-09-18T08:21:55.377789+0000 mgr.smithi079.dmaxqe (mgr.14205) 70 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:57.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:56 smithi079 bash[19997]: audit 2024-09-18T08:21:55.924578+0000 mon.smithi079 (mon.0) 324 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:57.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:56 smithi079 bash[19997]: audit 2024-09-18T08:21:55.924578+0000 mon.smithi079 (mon.0) 324 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:57.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:56 smithi079 bash[19997]: audit 2024-09-18T08:21:55.933032+0000 mon.smithi079 (mon.0) 325 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:57.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:56 smithi079 bash[19997]: audit 2024-09-18T08:21:55.933032+0000 mon.smithi079 (mon.0) 325 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:57.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:56 smithi079 bash[19997]: cephadm 2024-09-18T08:21:55.935074+0000 mgr.smithi079.dmaxqe (mgr.14205) 71 : cephadm [INF] Reconfiguring mgr.smithi135.vlchji (monmap changed)... 2024-09-18T08:21:57.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:56 smithi079 bash[19997]: cephadm 2024-09-18T08:21:55.935074+0000 mgr.smithi079.dmaxqe (mgr.14205) 71 : cephadm [INF] Reconfiguring mgr.smithi135.vlchji (monmap changed)... 2024-09-18T08:21:57.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:56 smithi079 bash[19997]: audit 2024-09-18T08:21:55.935728+0000 mon.smithi079 (mon.0) 326 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi135.vlchji", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-18T08:21:57.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:56 smithi079 bash[19997]: audit 2024-09-18T08:21:55.935728+0000 mon.smithi079 (mon.0) 326 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi135.vlchji", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-18T08:21:57.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:56 smithi079 bash[19997]: audit 2024-09-18T08:21:55.937740+0000 mon.smithi079 (mon.0) 327 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mgr services"} : dispatch 2024-09-18T08:21:57.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:56 smithi079 bash[19997]: audit 2024-09-18T08:21:55.937740+0000 mon.smithi079 (mon.0) 327 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mgr services"} : dispatch 2024-09-18T08:21:57.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:56 smithi079 bash[19997]: audit 2024-09-18T08:21:55.939486+0000 mon.smithi079 (mon.0) 328 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:57.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:56 smithi079 bash[19997]: audit 2024-09-18T08:21:55.939486+0000 mon.smithi079 (mon.0) 328 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:57.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:56 smithi079 bash[19997]: cephadm 2024-09-18T08:21:55.941412+0000 mgr.smithi079.dmaxqe (mgr.14205) 72 : cephadm [INF] Reconfiguring daemon mgr.smithi135.vlchji on smithi135 2024-09-18T08:21:57.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:56 smithi079 bash[19997]: cephadm 2024-09-18T08:21:55.941412+0000 mgr.smithi079.dmaxqe (mgr.14205) 72 : cephadm [INF] Reconfiguring daemon mgr.smithi135.vlchji on smithi135 2024-09-18T08:21:57.965 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:21:58.674 INFO:teuthology.orchestra.run.smithi079.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-18T08:21:59.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:58 smithi135 bash[24787]: cluster 2024-09-18T08:21:57.378232+0000 mgr.smithi079.dmaxqe (mgr.14205) 73 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:59.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:58 smithi135 bash[24787]: cluster 2024-09-18T08:21:57.378232+0000 mgr.smithi079.dmaxqe (mgr.14205) 73 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:59.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:58 smithi135 bash[24787]: audit 2024-09-18T08:21:57.965089+0000 mon.smithi079 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.79:0/3306881817' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:21:59.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:58 smithi135 bash[24787]: audit 2024-09-18T08:21:57.965089+0000 mon.smithi079 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.79:0/3306881817' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:21:59.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:58 smithi135 bash[24787]: audit 2024-09-18T08:21:58.057065+0000 mon.smithi079 (mon.0) 330 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:59.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:58 smithi135 bash[24787]: audit 2024-09-18T08:21:58.057065+0000 mon.smithi079 (mon.0) 330 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:59.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:58 smithi135 bash[24787]: audit 2024-09-18T08:21:58.060653+0000 mon.smithi079 (mon.0) 331 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:59.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:58 smithi135 bash[24787]: audit 2024-09-18T08:21:58.060653+0000 mon.smithi079 (mon.0) 331 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:59.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:58 smithi135 bash[24787]: cephadm 2024-09-18T08:21:58.061305+0000 mgr.smithi079.dmaxqe (mgr.14205) 74 : cephadm [INF] Reconfiguring mon.smithi135 (monmap changed)... 2024-09-18T08:21:59.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:58 smithi135 bash[24787]: cephadm 2024-09-18T08:21:58.061305+0000 mgr.smithi079.dmaxqe (mgr.14205) 74 : cephadm [INF] Reconfiguring mon.smithi135 (monmap changed)... 2024-09-18T08:21:59.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:58 smithi135 bash[24787]: audit 2024-09-18T08:21:58.061512+0000 mon.smithi079 (mon.0) 332 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-18T08:21:59.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:58 smithi135 bash[24787]: audit 2024-09-18T08:21:58.061512+0000 mon.smithi079 (mon.0) 332 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-18T08:21:59.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:58 smithi135 bash[24787]: audit 2024-09-18T08:21:58.062065+0000 mon.smithi079 (mon.0) 333 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-18T08:21:59.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:58 smithi135 bash[24787]: audit 2024-09-18T08:21:58.062065+0000 mon.smithi079 (mon.0) 333 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-18T08:21:59.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:58 smithi135 bash[24787]: audit 2024-09-18T08:21:58.062567+0000 mon.smithi079 (mon.0) 334 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:59.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:58 smithi135 bash[24787]: audit 2024-09-18T08:21:58.062567+0000 mon.smithi079 (mon.0) 334 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:59.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:58 smithi135 bash[24787]: cephadm 2024-09-18T08:21:58.063208+0000 mgr.smithi079.dmaxqe (mgr.14205) 75 : cephadm [INF] Reconfiguring daemon mon.smithi135 on smithi135 2024-09-18T08:21:59.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:21:58 smithi135 bash[24787]: cephadm 2024-09-18T08:21:58.063208+0000 mgr.smithi079.dmaxqe (mgr.14205) 75 : cephadm [INF] Reconfiguring daemon mon.smithi135 on smithi135 2024-09-18T08:21:59.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:58 smithi079 bash[19997]: cluster 2024-09-18T08:21:57.378232+0000 mgr.smithi079.dmaxqe (mgr.14205) 73 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:59.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:58 smithi079 bash[19997]: cluster 2024-09-18T08:21:57.378232+0000 mgr.smithi079.dmaxqe (mgr.14205) 73 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:21:59.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:58 smithi079 bash[19997]: audit 2024-09-18T08:21:57.965089+0000 mon.smithi079 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.79:0/3306881817' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:21:59.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:58 smithi079 bash[19997]: audit 2024-09-18T08:21:57.965089+0000 mon.smithi079 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.79:0/3306881817' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:21:59.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:58 smithi079 bash[19997]: audit 2024-09-18T08:21:58.057065+0000 mon.smithi079 (mon.0) 330 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:59.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:58 smithi079 bash[19997]: audit 2024-09-18T08:21:58.057065+0000 mon.smithi079 (mon.0) 330 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:59.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:58 smithi079 bash[19997]: audit 2024-09-18T08:21:58.060653+0000 mon.smithi079 (mon.0) 331 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:59.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:58 smithi079 bash[19997]: audit 2024-09-18T08:21:58.060653+0000 mon.smithi079 (mon.0) 331 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:21:59.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:58 smithi079 bash[19997]: cephadm 2024-09-18T08:21:58.061305+0000 mgr.smithi079.dmaxqe (mgr.14205) 74 : cephadm [INF] Reconfiguring mon.smithi135 (monmap changed)... 2024-09-18T08:21:59.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:58 smithi079 bash[19997]: cephadm 2024-09-18T08:21:58.061305+0000 mgr.smithi079.dmaxqe (mgr.14205) 74 : cephadm [INF] Reconfiguring mon.smithi135 (monmap changed)... 2024-09-18T08:21:59.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:58 smithi079 bash[19997]: audit 2024-09-18T08:21:58.061512+0000 mon.smithi079 (mon.0) 332 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-18T08:21:59.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:58 smithi079 bash[19997]: audit 2024-09-18T08:21:58.061512+0000 mon.smithi079 (mon.0) 332 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-18T08:21:59.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:58 smithi079 bash[19997]: audit 2024-09-18T08:21:58.062065+0000 mon.smithi079 (mon.0) 333 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-18T08:21:59.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:58 smithi079 bash[19997]: audit 2024-09-18T08:21:58.062065+0000 mon.smithi079 (mon.0) 333 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-18T08:21:59.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:58 smithi079 bash[19997]: audit 2024-09-18T08:21:58.062567+0000 mon.smithi079 (mon.0) 334 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:59.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:58 smithi079 bash[19997]: audit 2024-09-18T08:21:58.062567+0000 mon.smithi079 (mon.0) 334 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:21:59.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:58 smithi079 bash[19997]: cephadm 2024-09-18T08:21:58.063208+0000 mgr.smithi079.dmaxqe (mgr.14205) 75 : cephadm [INF] Reconfiguring daemon mon.smithi135 on smithi135 2024-09-18T08:21:59.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:21:58 smithi079 bash[19997]: cephadm 2024-09-18T08:21:58.063208+0000 mgr.smithi079.dmaxqe (mgr.14205) 75 : cephadm [INF] Reconfiguring daemon mon.smithi135 on smithi135 2024-09-18T08:21:59.676 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-18T08:22:01.183 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:00 smithi079 bash[19997]: cluster 2024-09-18T08:21:59.378723+0000 mgr.smithi079.dmaxqe (mgr.14205) 76 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:01.183 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:00 smithi079 bash[19997]: cluster 2024-09-18T08:21:59.378723+0000 mgr.smithi079.dmaxqe (mgr.14205) 76 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:01.183 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:00 smithi079 bash[19997]: audit 2024-09-18T08:22:00.298966+0000 mon.smithi079 (mon.0) 335 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:01.183 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:00 smithi079 bash[19997]: audit 2024-09-18T08:22:00.298966+0000 mon.smithi079 (mon.0) 335 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:01.183 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:00 smithi079 bash[19997]: audit 2024-09-18T08:22:00.307377+0000 mon.smithi079 (mon.0) 336 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:01.184 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:00 smithi079 bash[19997]: audit 2024-09-18T08:22:00.307377+0000 mon.smithi079 (mon.0) 336 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:01.184 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:00 smithi079 bash[19997]: audit 2024-09-18T08:22:00.316981+0000 mon.smithi079 (mon.0) 337 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-18T08:22:01.184 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:00 smithi079 bash[19997]: audit 2024-09-18T08:22:00.316981+0000 mon.smithi079 (mon.0) 337 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-18T08:22:01.184 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:00 smithi079 bash[19997]: audit 2024-09-18T08:22:00.320087+0000 mon.smithi079 (mon.0) 338 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi079.front.sepia.ceph.com:9093"} : dispatch 2024-09-18T08:22:01.184 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:00 smithi079 bash[19997]: audit 2024-09-18T08:22:00.320087+0000 mon.smithi079 (mon.0) 338 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi079.front.sepia.ceph.com:9093"} : dispatch 2024-09-18T08:22:01.184 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:00 smithi079 bash[19997]: audit 2024-09-18T08:22:00.329106+0000 mon.smithi079 (mon.0) 339 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:01.184 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:00 smithi079 bash[19997]: audit 2024-09-18T08:22:00.329106+0000 mon.smithi079 (mon.0) 339 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:01.184 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:00 smithi079 bash[19997]: audit 2024-09-18T08:22:00.351517+0000 mon.smithi079 (mon.0) 340 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-18T08:22:01.184 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:00 smithi079 bash[19997]: audit 2024-09-18T08:22:00.351517+0000 mon.smithi079 (mon.0) 340 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-18T08:22:01.184 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:00 smithi079 bash[19997]: audit 2024-09-18T08:22:00.357759+0000 mon.smithi079 (mon.0) 341 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi079.front.sepia.ceph.com:3000"} : dispatch 2024-09-18T08:22:01.184 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:00 smithi079 bash[19997]: audit 2024-09-18T08:22:00.357759+0000 mon.smithi079 (mon.0) 341 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi079.front.sepia.ceph.com:3000"} : dispatch 2024-09-18T08:22:01.185 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:00 smithi079 bash[19997]: audit 2024-09-18T08:22:00.366931+0000 mon.smithi079 (mon.0) 342 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:01.185 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:00 smithi079 bash[19997]: audit 2024-09-18T08:22:00.366931+0000 mon.smithi079 (mon.0) 342 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:01.185 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:00 smithi079 bash[19997]: audit 2024-09-18T08:22:00.382000+0000 mon.smithi079 (mon.0) 343 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-18T08:22:01.185 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:00 smithi079 bash[19997]: audit 2024-09-18T08:22:00.382000+0000 mon.smithi079 (mon.0) 343 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-18T08:22:01.185 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:00 smithi079 bash[19997]: audit 2024-09-18T08:22:00.391503+0000 mon.smithi079 (mon.0) 344 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"} : dispatch 2024-09-18T08:22:01.185 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:00 smithi079 bash[19997]: audit 2024-09-18T08:22:00.391503+0000 mon.smithi079 (mon.0) 344 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"} : dispatch 2024-09-18T08:22:01.185 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:00 smithi079 bash[19997]: audit 2024-09-18T08:22:00.402339+0000 mon.smithi079 (mon.0) 345 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:01.185 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:00 smithi079 bash[19997]: audit 2024-09-18T08:22:00.402339+0000 mon.smithi079 (mon.0) 345 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:01.185 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:00 smithi079 bash[19997]: audit 2024-09-18T08:22:00.659977+0000 mon.smithi079 (mon.0) 346 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-18T08:22:01.185 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:00 smithi079 bash[19997]: audit 2024-09-18T08:22:00.659977+0000 mon.smithi079 (mon.0) 346 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-18T08:22:01.185 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:00 smithi079 bash[19997]: audit 2024-09-18T08:22:00.723469+0000 mon.smithi079 (mon.0) 347 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:22:01.185 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:00 smithi079 bash[19997]: audit 2024-09-18T08:22:00.723469+0000 mon.smithi079 (mon.0) 347 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:22:01.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:00 smithi135 bash[24787]: cluster 2024-09-18T08:21:59.378723+0000 mgr.smithi079.dmaxqe (mgr.14205) 76 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:01.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:00 smithi135 bash[24787]: cluster 2024-09-18T08:21:59.378723+0000 mgr.smithi079.dmaxqe (mgr.14205) 76 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:01.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:00 smithi135 bash[24787]: audit 2024-09-18T08:22:00.298966+0000 mon.smithi079 (mon.0) 335 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:01.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:00 smithi135 bash[24787]: audit 2024-09-18T08:22:00.298966+0000 mon.smithi079 (mon.0) 335 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:01.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:00 smithi135 bash[24787]: audit 2024-09-18T08:22:00.307377+0000 mon.smithi079 (mon.0) 336 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:01.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:00 smithi135 bash[24787]: audit 2024-09-18T08:22:00.307377+0000 mon.smithi079 (mon.0) 336 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:01.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:00 smithi135 bash[24787]: audit 2024-09-18T08:22:00.316981+0000 mon.smithi079 (mon.0) 337 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-18T08:22:01.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:00 smithi135 bash[24787]: audit 2024-09-18T08:22:00.316981+0000 mon.smithi079 (mon.0) 337 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-18T08:22:01.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:00 smithi135 bash[24787]: audit 2024-09-18T08:22:00.320087+0000 mon.smithi079 (mon.0) 338 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi079.front.sepia.ceph.com:9093"} : dispatch 2024-09-18T08:22:01.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:00 smithi135 bash[24787]: audit 2024-09-18T08:22:00.320087+0000 mon.smithi079 (mon.0) 338 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi079.front.sepia.ceph.com:9093"} : dispatch 2024-09-18T08:22:01.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:00 smithi135 bash[24787]: audit 2024-09-18T08:22:00.329106+0000 mon.smithi079 (mon.0) 339 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:01.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:00 smithi135 bash[24787]: audit 2024-09-18T08:22:00.329106+0000 mon.smithi079 (mon.0) 339 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:01.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:00 smithi135 bash[24787]: audit 2024-09-18T08:22:00.351517+0000 mon.smithi079 (mon.0) 340 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-18T08:22:01.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:00 smithi135 bash[24787]: audit 2024-09-18T08:22:00.351517+0000 mon.smithi079 (mon.0) 340 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-18T08:22:01.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:00 smithi135 bash[24787]: audit 2024-09-18T08:22:00.357759+0000 mon.smithi079 (mon.0) 341 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi079.front.sepia.ceph.com:3000"} : dispatch 2024-09-18T08:22:01.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:00 smithi135 bash[24787]: audit 2024-09-18T08:22:00.357759+0000 mon.smithi079 (mon.0) 341 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi079.front.sepia.ceph.com:3000"} : dispatch 2024-09-18T08:22:01.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:00 smithi135 bash[24787]: audit 2024-09-18T08:22:00.366931+0000 mon.smithi079 (mon.0) 342 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:01.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:00 smithi135 bash[24787]: audit 2024-09-18T08:22:00.366931+0000 mon.smithi079 (mon.0) 342 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:01.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:00 smithi135 bash[24787]: audit 2024-09-18T08:22:00.382000+0000 mon.smithi079 (mon.0) 343 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-18T08:22:01.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:00 smithi135 bash[24787]: audit 2024-09-18T08:22:00.382000+0000 mon.smithi079 (mon.0) 343 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-18T08:22:01.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:00 smithi135 bash[24787]: audit 2024-09-18T08:22:00.391503+0000 mon.smithi079 (mon.0) 344 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"} : dispatch 2024-09-18T08:22:01.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:00 smithi135 bash[24787]: audit 2024-09-18T08:22:00.391503+0000 mon.smithi079 (mon.0) 344 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"} : dispatch 2024-09-18T08:22:01.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:00 smithi135 bash[24787]: audit 2024-09-18T08:22:00.402339+0000 mon.smithi079 (mon.0) 345 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:01.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:00 smithi135 bash[24787]: audit 2024-09-18T08:22:00.402339+0000 mon.smithi079 (mon.0) 345 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:01.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:00 smithi135 bash[24787]: audit 2024-09-18T08:22:00.659977+0000 mon.smithi079 (mon.0) 346 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-18T08:22:01.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:00 smithi135 bash[24787]: audit 2024-09-18T08:22:00.659977+0000 mon.smithi079 (mon.0) 346 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-18T08:22:01.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:00 smithi135 bash[24787]: audit 2024-09-18T08:22:00.723469+0000 mon.smithi079 (mon.0) 347 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:22:01.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:00 smithi135 bash[24787]: audit 2024-09-18T08:22:00.723469+0000 mon.smithi079 (mon.0) 347 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:22:02.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:01 smithi135 bash[24787]: audit 2024-09-18T08:22:00.317875+0000 mgr.smithi079.dmaxqe (mgr.14205) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-18T08:22:02.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:01 smithi135 bash[24787]: audit 2024-09-18T08:22:00.317875+0000 mgr.smithi079.dmaxqe (mgr.14205) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-18T08:22:02.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:01 smithi135 bash[24787]: audit 2024-09-18T08:22:00.320854+0000 mgr.smithi079.dmaxqe (mgr.14205) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi079.front.sepia.ceph.com:9093"}]: dispatch 2024-09-18T08:22:02.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:01 smithi135 bash[24787]: audit 2024-09-18T08:22:00.320854+0000 mgr.smithi079.dmaxqe (mgr.14205) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi079.front.sepia.ceph.com:9093"}]: dispatch 2024-09-18T08:22:02.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:01 smithi135 bash[24787]: audit 2024-09-18T08:22:00.352301+0000 mgr.smithi079.dmaxqe (mgr.14205) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-18T08:22:02.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:01 smithi135 bash[24787]: audit 2024-09-18T08:22:00.352301+0000 mgr.smithi079.dmaxqe (mgr.14205) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-18T08:22:02.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:01 smithi135 bash[24787]: audit 2024-09-18T08:22:00.358428+0000 mgr.smithi079.dmaxqe (mgr.14205) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi079.front.sepia.ceph.com:3000"}]: dispatch 2024-09-18T08:22:02.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:01 smithi135 bash[24787]: audit 2024-09-18T08:22:00.358428+0000 mgr.smithi079.dmaxqe (mgr.14205) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi079.front.sepia.ceph.com:3000"}]: dispatch 2024-09-18T08:22:02.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:01 smithi135 bash[24787]: audit 2024-09-18T08:22:00.382788+0000 mgr.smithi079.dmaxqe (mgr.14205) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-18T08:22:02.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:01 smithi135 bash[24787]: audit 2024-09-18T08:22:00.382788+0000 mgr.smithi079.dmaxqe (mgr.14205) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-18T08:22:02.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:01 smithi135 bash[24787]: audit 2024-09-18T08:22:00.392576+0000 mgr.smithi079.dmaxqe (mgr.14205) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2024-09-18T08:22:02.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:01 smithi135 bash[24787]: audit 2024-09-18T08:22:00.392576+0000 mgr.smithi079.dmaxqe (mgr.14205) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2024-09-18T08:22:02.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:01 smithi135 bash[24787]: audit 2024-09-18T08:22:00.660899+0000 mgr.smithi079.dmaxqe (mgr.14205) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-18T08:22:02.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:01 smithi135 bash[24787]: audit 2024-09-18T08:22:00.660899+0000 mgr.smithi079.dmaxqe (mgr.14205) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-18T08:22:02.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:01 smithi135 bash[24787]: audit 2024-09-18T08:22:01.271085+0000 mon.smithi079 (mon.0) 348 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-18T08:22:02.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:01 smithi135 bash[24787]: audit 2024-09-18T08:22:01.271085+0000 mon.smithi079 (mon.0) 348 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-18T08:22:02.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:01 smithi135 bash[24787]: audit 2024-09-18T08:22:01.884091+0000 mon.smithi079 (mon.0) 349 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-18T08:22:02.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:01 smithi135 bash[24787]: audit 2024-09-18T08:22:01.884091+0000 mon.smithi079 (mon.0) 349 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-18T08:22:02.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:01 smithi079 bash[19997]: audit 2024-09-18T08:22:00.317875+0000 mgr.smithi079.dmaxqe (mgr.14205) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-18T08:22:02.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:01 smithi079 bash[19997]: audit 2024-09-18T08:22:00.317875+0000 mgr.smithi079.dmaxqe (mgr.14205) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-18T08:22:02.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:01 smithi079 bash[19997]: audit 2024-09-18T08:22:00.320854+0000 mgr.smithi079.dmaxqe (mgr.14205) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi079.front.sepia.ceph.com:9093"}]: dispatch 2024-09-18T08:22:02.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:01 smithi079 bash[19997]: audit 2024-09-18T08:22:00.320854+0000 mgr.smithi079.dmaxqe (mgr.14205) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi079.front.sepia.ceph.com:9093"}]: dispatch 2024-09-18T08:22:02.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:01 smithi079 bash[19997]: audit 2024-09-18T08:22:00.352301+0000 mgr.smithi079.dmaxqe (mgr.14205) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-18T08:22:02.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:01 smithi079 bash[19997]: audit 2024-09-18T08:22:00.352301+0000 mgr.smithi079.dmaxqe (mgr.14205) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-18T08:22:02.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:01 smithi079 bash[19997]: audit 2024-09-18T08:22:00.358428+0000 mgr.smithi079.dmaxqe (mgr.14205) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi079.front.sepia.ceph.com:3000"}]: dispatch 2024-09-18T08:22:02.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:01 smithi079 bash[19997]: audit 2024-09-18T08:22:00.358428+0000 mgr.smithi079.dmaxqe (mgr.14205) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi079.front.sepia.ceph.com:3000"}]: dispatch 2024-09-18T08:22:02.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:01 smithi079 bash[19997]: audit 2024-09-18T08:22:00.382788+0000 mgr.smithi079.dmaxqe (mgr.14205) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-18T08:22:02.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:01 smithi079 bash[19997]: audit 2024-09-18T08:22:00.382788+0000 mgr.smithi079.dmaxqe (mgr.14205) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-18T08:22:02.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:01 smithi079 bash[19997]: audit 2024-09-18T08:22:00.392576+0000 mgr.smithi079.dmaxqe (mgr.14205) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2024-09-18T08:22:02.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:01 smithi079 bash[19997]: audit 2024-09-18T08:22:00.392576+0000 mgr.smithi079.dmaxqe (mgr.14205) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2024-09-18T08:22:02.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:01 smithi079 bash[19997]: audit 2024-09-18T08:22:00.660899+0000 mgr.smithi079.dmaxqe (mgr.14205) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-18T08:22:02.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:01 smithi079 bash[19997]: audit 2024-09-18T08:22:00.660899+0000 mgr.smithi079.dmaxqe (mgr.14205) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-18T08:22:02.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:01 smithi079 bash[19997]: audit 2024-09-18T08:22:01.271085+0000 mon.smithi079 (mon.0) 348 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-18T08:22:02.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:01 smithi079 bash[19997]: audit 2024-09-18T08:22:01.271085+0000 mon.smithi079 (mon.0) 348 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-18T08:22:02.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:01 smithi079 bash[19997]: audit 2024-09-18T08:22:01.884091+0000 mon.smithi079 (mon.0) 349 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-18T08:22:02.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:01 smithi079 bash[19997]: audit 2024-09-18T08:22:01.884091+0000 mon.smithi079 (mon.0) 349 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-18T08:22:03.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:02 smithi135 bash[24787]: audit 2024-09-18T08:22:01.271947+0000 mgr.smithi079.dmaxqe (mgr.14205) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-18T08:22:03.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:02 smithi135 bash[24787]: audit 2024-09-18T08:22:01.271947+0000 mgr.smithi079.dmaxqe (mgr.14205) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-18T08:22:03.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:02 smithi135 bash[24787]: cluster 2024-09-18T08:22:01.379051+0000 mgr.smithi079.dmaxqe (mgr.14205) 85 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:03.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:02 smithi135 bash[24787]: cluster 2024-09-18T08:22:01.379051+0000 mgr.smithi079.dmaxqe (mgr.14205) 85 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:03.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:02 smithi135 bash[24787]: audit 2024-09-18T08:22:01.885040+0000 mgr.smithi079.dmaxqe (mgr.14205) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-18T08:22:03.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:02 smithi135 bash[24787]: audit 2024-09-18T08:22:01.885040+0000 mgr.smithi079.dmaxqe (mgr.14205) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-18T08:22:03.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:02 smithi135 bash[24787]: audit 2024-09-18T08:22:02.710750+0000 mon.smithi079 (mon.0) 350 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:22:03.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:02 smithi135 bash[24787]: audit 2024-09-18T08:22:02.710750+0000 mon.smithi079 (mon.0) 350 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:22:03.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:02 smithi079 bash[19997]: audit 2024-09-18T08:22:01.271947+0000 mgr.smithi079.dmaxqe (mgr.14205) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-18T08:22:03.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:02 smithi079 bash[19997]: audit 2024-09-18T08:22:01.271947+0000 mgr.smithi079.dmaxqe (mgr.14205) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-18T08:22:03.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:02 smithi079 bash[19997]: cluster 2024-09-18T08:22:01.379051+0000 mgr.smithi079.dmaxqe (mgr.14205) 85 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:03.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:02 smithi079 bash[19997]: cluster 2024-09-18T08:22:01.379051+0000 mgr.smithi079.dmaxqe (mgr.14205) 85 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:03.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:02 smithi079 bash[19997]: audit 2024-09-18T08:22:01.885040+0000 mgr.smithi079.dmaxqe (mgr.14205) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-18T08:22:03.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:02 smithi079 bash[19997]: audit 2024-09-18T08:22:01.885040+0000 mgr.smithi079.dmaxqe (mgr.14205) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-18T08:22:03.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:02 smithi079 bash[19997]: audit 2024-09-18T08:22:02.710750+0000 mon.smithi079 (mon.0) 350 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:22:03.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:02 smithi079 bash[19997]: audit 2024-09-18T08:22:02.710750+0000 mon.smithi079 (mon.0) 350 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:22:04.445 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:22:05.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:04 smithi135 bash[24787]: cluster 2024-09-18T08:22:03.379447+0000 mgr.smithi079.dmaxqe (mgr.14205) 87 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:05.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:04 smithi135 bash[24787]: cluster 2024-09-18T08:22:03.379447+0000 mgr.smithi079.dmaxqe (mgr.14205) 87 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:05.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:04 smithi079 bash[19997]: cluster 2024-09-18T08:22:03.379447+0000 mgr.smithi079.dmaxqe (mgr.14205) 87 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:05.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:04 smithi079 bash[19997]: cluster 2024-09-18T08:22:03.379447+0000 mgr.smithi079.dmaxqe (mgr.14205) 87 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:06.054 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:22:06.704 INFO:teuthology.orchestra.run.smithi079.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-18T08:22:06.953 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: cluster 2024-09-18T08:22:05.379886+0000 mgr.smithi079.dmaxqe (mgr.14205) 88 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:06.954 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: cluster 2024-09-18T08:22:05.379886+0000 mgr.smithi079.dmaxqe (mgr.14205) 88 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:06.954 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.054082+0000 mon.smithi079 (mon.0) 351 : audit [DBG] from='client.? 172.21.15.79:0/1473055411' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:22:06.954 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.054082+0000 mon.smithi079 (mon.0) 351 : audit [DBG] from='client.? 172.21.15.79:0/1473055411' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:22:06.954 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.169043+0000 mon.smithi079 (mon.0) 352 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:06.954 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.169043+0000 mon.smithi079 (mon.0) 352 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:06.954 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.175464+0000 mon.smithi079 (mon.0) 353 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:06.954 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.175464+0000 mon.smithi079 (mon.0) 353 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:06.954 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.236454+0000 mon.smithi079 (mon.0) 354 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:06.954 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.236454+0000 mon.smithi079 (mon.0) 354 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:06.954 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.242208+0000 mon.smithi079 (mon.0) 355 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:06.954 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.242208+0000 mon.smithi079 (mon.0) 355 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:06.955 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.824297+0000 mon.smithi079 (mon.0) 356 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:06.955 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.824297+0000 mon.smithi079 (mon.0) 356 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:06.955 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.830679+0000 mon.smithi079 (mon.0) 357 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:06.955 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.830679+0000 mon.smithi079 (mon.0) 357 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:06.955 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.836664+0000 mon.smithi079 (mon.0) 358 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:06.955 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.836664+0000 mon.smithi079 (mon.0) 358 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:06.955 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.843442+0000 mon.smithi079 (mon.0) 359 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:06.955 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.843442+0000 mon.smithi079 (mon.0) 359 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:06.955 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.844898+0000 mon.smithi079 (mon.0) 360 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:06.955 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.844898+0000 mon.smithi079 (mon.0) 360 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:06.956 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.845748+0000 mon.smithi079 (mon.0) 361 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:22:06.956 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.845748+0000 mon.smithi079 (mon.0) 361 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:22:06.956 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.851252+0000 mon.smithi079 (mon.0) 362 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:06.956 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.851252+0000 mon.smithi079 (mon.0) 362 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:06.956 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.853985+0000 mon.smithi079 (mon.0) 363 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:22:06.956 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.853985+0000 mon.smithi079 (mon.0) 363 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:22:06.956 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.857453+0000 mon.smithi079 (mon.0) 364 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-18T08:22:06.956 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.857453+0000 mon.smithi079 (mon.0) 364 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-18T08:22:06.956 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.858202+0000 mon.smithi079 (mon.0) 365 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:06.956 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.858202+0000 mon.smithi079 (mon.0) 365 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:06.956 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.861083+0000 mon.smithi079 (mon.0) 366 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-18T08:22:06.957 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.861083+0000 mon.smithi079 (mon.0) 366 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-18T08:22:06.957 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.861802+0000 mon.smithi079 (mon.0) 367 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:06.957 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:06 smithi079 bash[19997]: audit 2024-09-18T08:22:06.861802+0000 mon.smithi079 (mon.0) 367 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:07.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: cluster 2024-09-18T08:22:05.379886+0000 mgr.smithi079.dmaxqe (mgr.14205) 88 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:07.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: cluster 2024-09-18T08:22:05.379886+0000 mgr.smithi079.dmaxqe (mgr.14205) 88 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:07.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.054082+0000 mon.smithi079 (mon.0) 351 : audit [DBG] from='client.? 172.21.15.79:0/1473055411' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:22:07.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.054082+0000 mon.smithi079 (mon.0) 351 : audit [DBG] from='client.? 172.21.15.79:0/1473055411' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:22:07.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.169043+0000 mon.smithi079 (mon.0) 352 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:07.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.169043+0000 mon.smithi079 (mon.0) 352 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:07.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.175464+0000 mon.smithi079 (mon.0) 353 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:07.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.175464+0000 mon.smithi079 (mon.0) 353 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:07.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.236454+0000 mon.smithi079 (mon.0) 354 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:07.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.236454+0000 mon.smithi079 (mon.0) 354 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:07.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.242208+0000 mon.smithi079 (mon.0) 355 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:07.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.242208+0000 mon.smithi079 (mon.0) 355 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:07.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.824297+0000 mon.smithi079 (mon.0) 356 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:07.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.824297+0000 mon.smithi079 (mon.0) 356 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:07.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.830679+0000 mon.smithi079 (mon.0) 357 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:07.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.830679+0000 mon.smithi079 (mon.0) 357 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:07.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.836664+0000 mon.smithi079 (mon.0) 358 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:07.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.836664+0000 mon.smithi079 (mon.0) 358 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:07.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.843442+0000 mon.smithi079 (mon.0) 359 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:07.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.843442+0000 mon.smithi079 (mon.0) 359 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:07.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.844898+0000 mon.smithi079 (mon.0) 360 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:07.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.844898+0000 mon.smithi079 (mon.0) 360 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:07.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.845748+0000 mon.smithi079 (mon.0) 361 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:22:07.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.845748+0000 mon.smithi079 (mon.0) 361 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:22:07.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.851252+0000 mon.smithi079 (mon.0) 362 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:07.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.851252+0000 mon.smithi079 (mon.0) 362 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:07.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.853985+0000 mon.smithi079 (mon.0) 363 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:22:07.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.853985+0000 mon.smithi079 (mon.0) 363 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:22:07.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.857453+0000 mon.smithi079 (mon.0) 364 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-18T08:22:07.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.857453+0000 mon.smithi079 (mon.0) 364 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-18T08:22:07.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.858202+0000 mon.smithi079 (mon.0) 365 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:07.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.858202+0000 mon.smithi079 (mon.0) 365 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:07.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.861083+0000 mon.smithi079 (mon.0) 366 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-18T08:22:07.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.861083+0000 mon.smithi079 (mon.0) 366 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-18T08:22:07.208 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.861802+0000 mon.smithi079 (mon.0) 367 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:07.208 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:06 smithi135 bash[24787]: audit 2024-09-18T08:22:06.861802+0000 mon.smithi079 (mon.0) 367 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:07.705 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-18T08:22:09.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:08 smithi079 bash[19997]: cluster 2024-09-18T08:22:07.380332+0000 mgr.smithi079.dmaxqe (mgr.14205) 89 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:09.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:08 smithi079 bash[19997]: cluster 2024-09-18T08:22:07.380332+0000 mgr.smithi079.dmaxqe (mgr.14205) 89 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:09.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:08 smithi135 bash[24787]: cluster 2024-09-18T08:22:07.380332+0000 mgr.smithi079.dmaxqe (mgr.14205) 89 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:09.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:08 smithi135 bash[24787]: cluster 2024-09-18T08:22:07.380332+0000 mgr.smithi079.dmaxqe (mgr.14205) 89 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:11.214 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:10 smithi079 bash[19997]: cluster 2024-09-18T08:22:09.380713+0000 mgr.smithi079.dmaxqe (mgr.14205) 90 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:11.214 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:10 smithi079 bash[19997]: cluster 2024-09-18T08:22:09.380713+0000 mgr.smithi079.dmaxqe (mgr.14205) 90 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:11.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:10 smithi135 bash[24787]: cluster 2024-09-18T08:22:09.380713+0000 mgr.smithi079.dmaxqe (mgr.14205) 90 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:11.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:10 smithi135 bash[24787]: cluster 2024-09-18T08:22:09.380713+0000 mgr.smithi079.dmaxqe (mgr.14205) 90 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:11.908 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:22:13.094 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:12 smithi135 bash[24787]: cluster 2024-09-18T08:22:11.381112+0000 mgr.smithi079.dmaxqe (mgr.14205) 91 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:13.094 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:12 smithi135 bash[24787]: cluster 2024-09-18T08:22:11.381112+0000 mgr.smithi079.dmaxqe (mgr.14205) 91 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:13.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:12 smithi079 bash[19997]: cluster 2024-09-18T08:22:11.381112+0000 mgr.smithi079.dmaxqe (mgr.14205) 91 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:13.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:12 smithi079 bash[19997]: cluster 2024-09-18T08:22:11.381112+0000 mgr.smithi079.dmaxqe (mgr.14205) 91 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:14.007 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:22:15.188 INFO:teuthology.orchestra.run.smithi079.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-18T08:22:15.192 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:14 smithi079 bash[19997]: cluster 2024-09-18T08:22:13.381532+0000 mgr.smithi079.dmaxqe (mgr.14205) 92 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:15.193 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:14 smithi079 bash[19997]: cluster 2024-09-18T08:22:13.381532+0000 mgr.smithi079.dmaxqe (mgr.14205) 92 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:15.193 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:14 smithi079 bash[19997]: audit 2024-09-18T08:22:14.006691+0000 mon.smithi079 (mon.0) 368 : audit [DBG] from='client.? 172.21.15.79:0/2406358476' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:22:15.193 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:14 smithi079 bash[19997]: audit 2024-09-18T08:22:14.006691+0000 mon.smithi079 (mon.0) 368 : audit [DBG] from='client.? 172.21.15.79:0/2406358476' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:22:15.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:14 smithi135 bash[24787]: cluster 2024-09-18T08:22:13.381532+0000 mgr.smithi079.dmaxqe (mgr.14205) 92 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:15.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:14 smithi135 bash[24787]: cluster 2024-09-18T08:22:13.381532+0000 mgr.smithi079.dmaxqe (mgr.14205) 92 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:15.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:14 smithi135 bash[24787]: audit 2024-09-18T08:22:14.006691+0000 mon.smithi079 (mon.0) 368 : audit [DBG] from='client.? 172.21.15.79:0/2406358476' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:22:15.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:14 smithi135 bash[24787]: audit 2024-09-18T08:22:14.006691+0000 mon.smithi079 (mon.0) 368 : audit [DBG] from='client.? 172.21.15.79:0/2406358476' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:22:16.189 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-18T08:22:16.199 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:15 smithi079 bash[19997]: audit 2024-09-18T08:22:15.959207+0000 mon.smithi135 (mon.1) 2 : audit [INF] from='client.? 172.21.15.135:0/1573621091' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0db9d91c-7f61-43cb-bc8c-5d2fd660f650"} : dispatch 2024-09-18T08:22:16.199 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:15 smithi079 bash[19997]: audit 2024-09-18T08:22:15.959207+0000 mon.smithi135 (mon.1) 2 : audit [INF] from='client.? 172.21.15.135:0/1573621091' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0db9d91c-7f61-43cb-bc8c-5d2fd660f650"} : dispatch 2024-09-18T08:22:16.199 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:15 smithi079 bash[19997]: audit 2024-09-18T08:22:15.959791+0000 mon.smithi079 (mon.0) 369 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0db9d91c-7f61-43cb-bc8c-5d2fd660f650"} : dispatch 2024-09-18T08:22:16.199 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:15 smithi079 bash[19997]: audit 2024-09-18T08:22:15.959791+0000 mon.smithi079 (mon.0) 369 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0db9d91c-7f61-43cb-bc8c-5d2fd660f650"} : dispatch 2024-09-18T08:22:16.199 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:15 smithi079 bash[19997]: audit 2024-09-18T08:22:15.961700+0000 mon.smithi079 (mon.0) 370 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0db9d91c-7f61-43cb-bc8c-5d2fd660f650"}]': finished 2024-09-18T08:22:16.199 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:15 smithi079 bash[19997]: audit 2024-09-18T08:22:15.961700+0000 mon.smithi079 (mon.0) 370 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0db9d91c-7f61-43cb-bc8c-5d2fd660f650"}]': finished 2024-09-18T08:22:16.199 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:15 smithi079 bash[19997]: cluster 2024-09-18T08:22:15.964310+0000 mon.smithi079 (mon.0) 371 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-18T08:22:16.199 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:15 smithi079 bash[19997]: cluster 2024-09-18T08:22:15.964310+0000 mon.smithi079 (mon.0) 371 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-18T08:22:16.199 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:15 smithi079 bash[19997]: audit 2024-09-18T08:22:15.964479+0000 mon.smithi079 (mon.0) 372 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:16.199 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:15 smithi079 bash[19997]: audit 2024-09-18T08:22:15.964479+0000 mon.smithi079 (mon.0) 372 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:15 smithi135 bash[24787]: audit 2024-09-18T08:22:15.959207+0000 mon.smithi135 (mon.1) 2 : audit [INF] from='client.? 172.21.15.135:0/1573621091' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0db9d91c-7f61-43cb-bc8c-5d2fd660f650"} : dispatch 2024-09-18T08:22:16.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:15 smithi135 bash[24787]: audit 2024-09-18T08:22:15.959207+0000 mon.smithi135 (mon.1) 2 : audit [INF] from='client.? 172.21.15.135:0/1573621091' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0db9d91c-7f61-43cb-bc8c-5d2fd660f650"} : dispatch 2024-09-18T08:22:16.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:15 smithi135 bash[24787]: audit 2024-09-18T08:22:15.959791+0000 mon.smithi079 (mon.0) 369 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0db9d91c-7f61-43cb-bc8c-5d2fd660f650"} : dispatch 2024-09-18T08:22:16.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:15 smithi135 bash[24787]: audit 2024-09-18T08:22:15.959791+0000 mon.smithi079 (mon.0) 369 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0db9d91c-7f61-43cb-bc8c-5d2fd660f650"} : dispatch 2024-09-18T08:22:16.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:15 smithi135 bash[24787]: audit 2024-09-18T08:22:15.961700+0000 mon.smithi079 (mon.0) 370 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0db9d91c-7f61-43cb-bc8c-5d2fd660f650"}]': finished 2024-09-18T08:22:16.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:15 smithi135 bash[24787]: audit 2024-09-18T08:22:15.961700+0000 mon.smithi079 (mon.0) 370 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0db9d91c-7f61-43cb-bc8c-5d2fd660f650"}]': finished 2024-09-18T08:22:16.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:15 smithi135 bash[24787]: cluster 2024-09-18T08:22:15.964310+0000 mon.smithi079 (mon.0) 371 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-18T08:22:16.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:15 smithi135 bash[24787]: cluster 2024-09-18T08:22:15.964310+0000 mon.smithi079 (mon.0) 371 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-18T08:22:16.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:15 smithi135 bash[24787]: audit 2024-09-18T08:22:15.964479+0000 mon.smithi079 (mon.0) 372 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:16.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:15 smithi135 bash[24787]: audit 2024-09-18T08:22:15.964479+0000 mon.smithi079 (mon.0) 372 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:17.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:16 smithi079 bash[19997]: cluster 2024-09-18T08:22:15.381986+0000 mgr.smithi079.dmaxqe (mgr.14205) 93 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:17.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:16 smithi079 bash[19997]: cluster 2024-09-18T08:22:15.381986+0000 mgr.smithi079.dmaxqe (mgr.14205) 93 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:17.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:16 smithi135 bash[24787]: cluster 2024-09-18T08:22:15.381986+0000 mgr.smithi079.dmaxqe (mgr.14205) 93 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:17.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:16 smithi135 bash[24787]: cluster 2024-09-18T08:22:15.381986+0000 mgr.smithi079.dmaxqe (mgr.14205) 93 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:18.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:17 smithi079 bash[19997]: audit 2024-09-18T08:22:17.336622+0000 mon.smithi079 (mon.0) 373 : audit [INF] from='client.? 172.21.15.79:0/1991471303' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "e15739ec-a47c-4c4b-80d0-6088d2822433"} : dispatch 2024-09-18T08:22:18.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:17 smithi079 bash[19997]: audit 2024-09-18T08:22:17.336622+0000 mon.smithi079 (mon.0) 373 : audit [INF] from='client.? 172.21.15.79:0/1991471303' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "e15739ec-a47c-4c4b-80d0-6088d2822433"} : dispatch 2024-09-18T08:22:18.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:17 smithi079 bash[19997]: audit 2024-09-18T08:22:17.339712+0000 mon.smithi079 (mon.0) 374 : audit [INF] from='client.? 172.21.15.79:0/1991471303' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e15739ec-a47c-4c4b-80d0-6088d2822433"}]': finished 2024-09-18T08:22:18.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:17 smithi079 bash[19997]: audit 2024-09-18T08:22:17.339712+0000 mon.smithi079 (mon.0) 374 : audit [INF] from='client.? 172.21.15.79:0/1991471303' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e15739ec-a47c-4c4b-80d0-6088d2822433"}]': finished 2024-09-18T08:22:18.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:17 smithi079 bash[19997]: cluster 2024-09-18T08:22:17.344389+0000 mon.smithi079 (mon.0) 375 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-09-18T08:22:18.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:17 smithi079 bash[19997]: cluster 2024-09-18T08:22:17.344389+0000 mon.smithi079 (mon.0) 375 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-09-18T08:22:18.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:17 smithi079 bash[19997]: audit 2024-09-18T08:22:17.344706+0000 mon.smithi079 (mon.0) 376 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:18.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:17 smithi079 bash[19997]: audit 2024-09-18T08:22:17.344706+0000 mon.smithi079 (mon.0) 376 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:18.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:17 smithi079 bash[19997]: audit 2024-09-18T08:22:17.344894+0000 mon.smithi079 (mon.0) 377 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:22:18.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:17 smithi079 bash[19997]: audit 2024-09-18T08:22:17.344894+0000 mon.smithi079 (mon.0) 377 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:22:18.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:17 smithi079 bash[19997]: audit 2024-09-18T08:22:17.578806+0000 mon.smithi135 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.135:0/3266368740' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:18.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:17 smithi079 bash[19997]: audit 2024-09-18T08:22:17.578806+0000 mon.smithi135 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.135:0/3266368740' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:18.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:17 smithi079 bash[19997]: audit 2024-09-18T08:22:17.710905+0000 mon.smithi079 (mon.0) 378 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:22:18.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:17 smithi079 bash[19997]: audit 2024-09-18T08:22:17.710905+0000 mon.smithi079 (mon.0) 378 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:22:18.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:17 smithi135 bash[24787]: audit 2024-09-18T08:22:17.336622+0000 mon.smithi079 (mon.0) 373 : audit [INF] from='client.? 172.21.15.79:0/1991471303' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "e15739ec-a47c-4c4b-80d0-6088d2822433"} : dispatch 2024-09-18T08:22:18.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:17 smithi135 bash[24787]: audit 2024-09-18T08:22:17.336622+0000 mon.smithi079 (mon.0) 373 : audit [INF] from='client.? 172.21.15.79:0/1991471303' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "e15739ec-a47c-4c4b-80d0-6088d2822433"} : dispatch 2024-09-18T08:22:18.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:17 smithi135 bash[24787]: audit 2024-09-18T08:22:17.339712+0000 mon.smithi079 (mon.0) 374 : audit [INF] from='client.? 172.21.15.79:0/1991471303' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e15739ec-a47c-4c4b-80d0-6088d2822433"}]': finished 2024-09-18T08:22:18.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:17 smithi135 bash[24787]: audit 2024-09-18T08:22:17.339712+0000 mon.smithi079 (mon.0) 374 : audit [INF] from='client.? 172.21.15.79:0/1991471303' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e15739ec-a47c-4c4b-80d0-6088d2822433"}]': finished 2024-09-18T08:22:18.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:17 smithi135 bash[24787]: cluster 2024-09-18T08:22:17.344389+0000 mon.smithi079 (mon.0) 375 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-09-18T08:22:18.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:17 smithi135 bash[24787]: cluster 2024-09-18T08:22:17.344389+0000 mon.smithi079 (mon.0) 375 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-09-18T08:22:18.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:17 smithi135 bash[24787]: audit 2024-09-18T08:22:17.344706+0000 mon.smithi079 (mon.0) 376 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:18.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:17 smithi135 bash[24787]: audit 2024-09-18T08:22:17.344706+0000 mon.smithi079 (mon.0) 376 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:18.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:17 smithi135 bash[24787]: audit 2024-09-18T08:22:17.344894+0000 mon.smithi079 (mon.0) 377 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:22:18.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:17 smithi135 bash[24787]: audit 2024-09-18T08:22:17.344894+0000 mon.smithi079 (mon.0) 377 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:22:18.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:17 smithi135 bash[24787]: audit 2024-09-18T08:22:17.578806+0000 mon.smithi135 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.135:0/3266368740' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:18.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:17 smithi135 bash[24787]: audit 2024-09-18T08:22:17.578806+0000 mon.smithi135 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.135:0/3266368740' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:18.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:17 smithi135 bash[24787]: audit 2024-09-18T08:22:17.710905+0000 mon.smithi079 (mon.0) 378 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:22:18.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:17 smithi135 bash[24787]: audit 2024-09-18T08:22:17.710905+0000 mon.smithi079 (mon.0) 378 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:22:19.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:18 smithi079 bash[19997]: cluster 2024-09-18T08:22:17.382276+0000 mgr.smithi079.dmaxqe (mgr.14205) 94 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:19.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:18 smithi079 bash[19997]: cluster 2024-09-18T08:22:17.382276+0000 mgr.smithi079.dmaxqe (mgr.14205) 94 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:19.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:18 smithi079 bash[19997]: audit 2024-09-18T08:22:18.820448+0000 mon.smithi079 (mon.0) 379 : audit [DBG] from='client.? 172.21.15.79:0/3270267521' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:19.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:18 smithi079 bash[19997]: audit 2024-09-18T08:22:18.820448+0000 mon.smithi079 (mon.0) 379 : audit [DBG] from='client.? 172.21.15.79:0/3270267521' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:19.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:18 smithi135 bash[24787]: cluster 2024-09-18T08:22:17.382276+0000 mgr.smithi079.dmaxqe (mgr.14205) 94 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:19.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:18 smithi135 bash[24787]: cluster 2024-09-18T08:22:17.382276+0000 mgr.smithi079.dmaxqe (mgr.14205) 94 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:19.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:18 smithi135 bash[24787]: audit 2024-09-18T08:22:18.820448+0000 mon.smithi079 (mon.0) 379 : audit [DBG] from='client.? 172.21.15.79:0/3270267521' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:19.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:18 smithi135 bash[24787]: audit 2024-09-18T08:22:18.820448+0000 mon.smithi079 (mon.0) 379 : audit [DBG] from='client.? 172.21.15.79:0/3270267521' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:20.961 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:22:21.264 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:20 smithi079 bash[19997]: cluster 2024-09-18T08:22:19.382673+0000 mgr.smithi079.dmaxqe (mgr.14205) 95 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:21.264 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:20 smithi079 bash[19997]: cluster 2024-09-18T08:22:19.382673+0000 mgr.smithi079.dmaxqe (mgr.14205) 95 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:21.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:20 smithi135 bash[24787]: cluster 2024-09-18T08:22:19.382673+0000 mgr.smithi079.dmaxqe (mgr.14205) 95 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:21.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:20 smithi135 bash[24787]: cluster 2024-09-18T08:22:19.382673+0000 mgr.smithi079.dmaxqe (mgr.14205) 95 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:22.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:21 smithi079 bash[19997]: audit 2024-09-18T08:22:21.293745+0000 mon.smithi135 (mon.1) 4 : audit [INF] from='client.? 172.21.15.135:0/3329979685' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "daad933d-13f2-4d7f-a0a2-5af0753bda91"} : dispatch 2024-09-18T08:22:22.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:21 smithi079 bash[19997]: audit 2024-09-18T08:22:21.293745+0000 mon.smithi135 (mon.1) 4 : audit [INF] from='client.? 172.21.15.135:0/3329979685' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "daad933d-13f2-4d7f-a0a2-5af0753bda91"} : dispatch 2024-09-18T08:22:22.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:21 smithi079 bash[19997]: audit 2024-09-18T08:22:21.294299+0000 mon.smithi079 (mon.0) 380 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "daad933d-13f2-4d7f-a0a2-5af0753bda91"} : dispatch 2024-09-18T08:22:22.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:21 smithi079 bash[19997]: audit 2024-09-18T08:22:21.294299+0000 mon.smithi079 (mon.0) 380 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "daad933d-13f2-4d7f-a0a2-5af0753bda91"} : dispatch 2024-09-18T08:22:22.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:21 smithi079 bash[19997]: audit 2024-09-18T08:22:21.296601+0000 mon.smithi079 (mon.0) 381 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "daad933d-13f2-4d7f-a0a2-5af0753bda91"}]': finished 2024-09-18T08:22:22.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:21 smithi079 bash[19997]: audit 2024-09-18T08:22:21.296601+0000 mon.smithi079 (mon.0) 381 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "daad933d-13f2-4d7f-a0a2-5af0753bda91"}]': finished 2024-09-18T08:22:22.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:21 smithi079 bash[19997]: cluster 2024-09-18T08:22:21.299194+0000 mon.smithi079 (mon.0) 382 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-09-18T08:22:22.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:21 smithi079 bash[19997]: cluster 2024-09-18T08:22:21.299194+0000 mon.smithi079 (mon.0) 382 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-09-18T08:22:22.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:21 smithi079 bash[19997]: audit 2024-09-18T08:22:21.299405+0000 mon.smithi079 (mon.0) 383 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:22.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:21 smithi079 bash[19997]: audit 2024-09-18T08:22:21.299405+0000 mon.smithi079 (mon.0) 383 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:22.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:21 smithi079 bash[19997]: audit 2024-09-18T08:22:21.299628+0000 mon.smithi079 (mon.0) 384 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:22:22.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:21 smithi079 bash[19997]: audit 2024-09-18T08:22:21.299628+0000 mon.smithi079 (mon.0) 384 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:22:22.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:21 smithi079 bash[19997]: audit 2024-09-18T08:22:21.299859+0000 mon.smithi079 (mon.0) 385 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:22:22.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:21 smithi079 bash[19997]: audit 2024-09-18T08:22:21.299859+0000 mon.smithi079 (mon.0) 385 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:22:22.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:21 smithi135 bash[24787]: audit 2024-09-18T08:22:21.293745+0000 mon.smithi135 (mon.1) 4 : audit [INF] from='client.? 172.21.15.135:0/3329979685' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "daad933d-13f2-4d7f-a0a2-5af0753bda91"} : dispatch 2024-09-18T08:22:22.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:21 smithi135 bash[24787]: audit 2024-09-18T08:22:21.293745+0000 mon.smithi135 (mon.1) 4 : audit [INF] from='client.? 172.21.15.135:0/3329979685' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "daad933d-13f2-4d7f-a0a2-5af0753bda91"} : dispatch 2024-09-18T08:22:22.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:21 smithi135 bash[24787]: audit 2024-09-18T08:22:21.294299+0000 mon.smithi079 (mon.0) 380 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "daad933d-13f2-4d7f-a0a2-5af0753bda91"} : dispatch 2024-09-18T08:22:22.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:21 smithi135 bash[24787]: audit 2024-09-18T08:22:21.294299+0000 mon.smithi079 (mon.0) 380 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "daad933d-13f2-4d7f-a0a2-5af0753bda91"} : dispatch 2024-09-18T08:22:22.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:21 smithi135 bash[24787]: audit 2024-09-18T08:22:21.296601+0000 mon.smithi079 (mon.0) 381 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "daad933d-13f2-4d7f-a0a2-5af0753bda91"}]': finished 2024-09-18T08:22:22.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:21 smithi135 bash[24787]: audit 2024-09-18T08:22:21.296601+0000 mon.smithi079 (mon.0) 381 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "daad933d-13f2-4d7f-a0a2-5af0753bda91"}]': finished 2024-09-18T08:22:22.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:21 smithi135 bash[24787]: cluster 2024-09-18T08:22:21.299194+0000 mon.smithi079 (mon.0) 382 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-09-18T08:22:22.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:21 smithi135 bash[24787]: cluster 2024-09-18T08:22:21.299194+0000 mon.smithi079 (mon.0) 382 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-09-18T08:22:22.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:21 smithi135 bash[24787]: audit 2024-09-18T08:22:21.299405+0000 mon.smithi079 (mon.0) 383 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:22.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:21 smithi135 bash[24787]: audit 2024-09-18T08:22:21.299405+0000 mon.smithi079 (mon.0) 383 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:22.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:21 smithi135 bash[24787]: audit 2024-09-18T08:22:21.299628+0000 mon.smithi079 (mon.0) 384 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:22:22.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:21 smithi135 bash[24787]: audit 2024-09-18T08:22:21.299628+0000 mon.smithi079 (mon.0) 384 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:22:22.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:21 smithi135 bash[24787]: audit 2024-09-18T08:22:21.299859+0000 mon.smithi079 (mon.0) 385 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:22:22.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:21 smithi135 bash[24787]: audit 2024-09-18T08:22:21.299859+0000 mon.smithi079 (mon.0) 385 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:22:22.527 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:22:23.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:22 smithi079 bash[19997]: cluster 2024-09-18T08:22:21.383088+0000 mgr.smithi079.dmaxqe (mgr.14205) 96 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:23.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:23 smithi079 bash[19997]: cluster 2024-09-18T08:22:21.383088+0000 mgr.smithi079.dmaxqe (mgr.14205) 96 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:23.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:23 smithi079 bash[19997]: audit 2024-09-18T08:22:22.526812+0000 mon.smithi079 (mon.0) 386 : audit [DBG] from='client.? 172.21.15.79:0/1905270459' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:22:23.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:23 smithi079 bash[19997]: audit 2024-09-18T08:22:22.526812+0000 mon.smithi079 (mon.0) 386 : audit [DBG] from='client.? 172.21.15.79:0/1905270459' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:22:23.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:23 smithi079 bash[19997]: audit 2024-09-18T08:22:22.608227+0000 mon.smithi079 (mon.0) 387 : audit [INF] from='client.? 172.21.15.79:0/219387316' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2c41aeed-f2f1-40d1-9890-c6fce1b8fc89"} : dispatch 2024-09-18T08:22:23.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:23 smithi079 bash[19997]: audit 2024-09-18T08:22:22.608227+0000 mon.smithi079 (mon.0) 387 : audit [INF] from='client.? 172.21.15.79:0/219387316' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2c41aeed-f2f1-40d1-9890-c6fce1b8fc89"} : dispatch 2024-09-18T08:22:23.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:23 smithi079 bash[19997]: audit 2024-09-18T08:22:22.610084+0000 mon.smithi079 (mon.0) 388 : audit [INF] from='client.? 172.21.15.79:0/219387316' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2c41aeed-f2f1-40d1-9890-c6fce1b8fc89"}]': finished 2024-09-18T08:22:23.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:23 smithi079 bash[19997]: audit 2024-09-18T08:22:22.610084+0000 mon.smithi079 (mon.0) 388 : audit [INF] from='client.? 172.21.15.79:0/219387316' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2c41aeed-f2f1-40d1-9890-c6fce1b8fc89"}]': finished 2024-09-18T08:22:23.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:23 smithi079 bash[19997]: cluster 2024-09-18T08:22:22.612540+0000 mon.smithi079 (mon.0) 389 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-09-18T08:22:23.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:23 smithi079 bash[19997]: cluster 2024-09-18T08:22:22.612540+0000 mon.smithi079 (mon.0) 389 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-09-18T08:22:23.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:23 smithi079 bash[19997]: audit 2024-09-18T08:22:22.612792+0000 mon.smithi079 (mon.0) 390 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:23.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:23 smithi079 bash[19997]: audit 2024-09-18T08:22:22.612792+0000 mon.smithi079 (mon.0) 390 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:23.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:23 smithi079 bash[19997]: audit 2024-09-18T08:22:22.612991+0000 mon.smithi079 (mon.0) 391 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:22:23.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:23 smithi079 bash[19997]: audit 2024-09-18T08:22:22.612991+0000 mon.smithi079 (mon.0) 391 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:22:23.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:23 smithi079 bash[19997]: audit 2024-09-18T08:22:22.613151+0000 mon.smithi079 (mon.0) 392 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:22:23.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:23 smithi079 bash[19997]: audit 2024-09-18T08:22:22.613151+0000 mon.smithi079 (mon.0) 392 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:22:23.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:23 smithi079 bash[19997]: audit 2024-09-18T08:22:22.613298+0000 mon.smithi079 (mon.0) 393 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:22:23.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:23 smithi079 bash[19997]: audit 2024-09-18T08:22:22.613298+0000 mon.smithi079 (mon.0) 393 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:22:23.111 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:23 smithi079 bash[19997]: audit 2024-09-18T08:22:22.833380+0000 mon.smithi135 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.135:0/314469518' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:23.111 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:23 smithi079 bash[19997]: audit 2024-09-18T08:22:22.833380+0000 mon.smithi135 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.135:0/314469518' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:23.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:22 smithi135 bash[24787]: cluster 2024-09-18T08:22:21.383088+0000 mgr.smithi079.dmaxqe (mgr.14205) 96 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:23.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:22 smithi135 bash[24787]: cluster 2024-09-18T08:22:21.383088+0000 mgr.smithi079.dmaxqe (mgr.14205) 96 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:23.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:22 smithi135 bash[24787]: audit 2024-09-18T08:22:22.526812+0000 mon.smithi079 (mon.0) 386 : audit [DBG] from='client.? 172.21.15.79:0/1905270459' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:22:23.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:22 smithi135 bash[24787]: audit 2024-09-18T08:22:22.526812+0000 mon.smithi079 (mon.0) 386 : audit [DBG] from='client.? 172.21.15.79:0/1905270459' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:22:23.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:22 smithi135 bash[24787]: audit 2024-09-18T08:22:22.608227+0000 mon.smithi079 (mon.0) 387 : audit [INF] from='client.? 172.21.15.79:0/219387316' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2c41aeed-f2f1-40d1-9890-c6fce1b8fc89"} : dispatch 2024-09-18T08:22:23.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:22 smithi135 bash[24787]: audit 2024-09-18T08:22:22.608227+0000 mon.smithi079 (mon.0) 387 : audit [INF] from='client.? 172.21.15.79:0/219387316' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2c41aeed-f2f1-40d1-9890-c6fce1b8fc89"} : dispatch 2024-09-18T08:22:23.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:22 smithi135 bash[24787]: audit 2024-09-18T08:22:22.610084+0000 mon.smithi079 (mon.0) 388 : audit [INF] from='client.? 172.21.15.79:0/219387316' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2c41aeed-f2f1-40d1-9890-c6fce1b8fc89"}]': finished 2024-09-18T08:22:23.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:22 smithi135 bash[24787]: audit 2024-09-18T08:22:22.610084+0000 mon.smithi079 (mon.0) 388 : audit [INF] from='client.? 172.21.15.79:0/219387316' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2c41aeed-f2f1-40d1-9890-c6fce1b8fc89"}]': finished 2024-09-18T08:22:23.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:22 smithi135 bash[24787]: cluster 2024-09-18T08:22:22.612540+0000 mon.smithi079 (mon.0) 389 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-09-18T08:22:23.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:22 smithi135 bash[24787]: cluster 2024-09-18T08:22:22.612540+0000 mon.smithi079 (mon.0) 389 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-09-18T08:22:23.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:22 smithi135 bash[24787]: audit 2024-09-18T08:22:22.612792+0000 mon.smithi079 (mon.0) 390 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:23.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:22 smithi135 bash[24787]: audit 2024-09-18T08:22:22.612792+0000 mon.smithi079 (mon.0) 390 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:23.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:22 smithi135 bash[24787]: audit 2024-09-18T08:22:22.612991+0000 mon.smithi079 (mon.0) 391 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:22:23.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:22 smithi135 bash[24787]: audit 2024-09-18T08:22:22.612991+0000 mon.smithi079 (mon.0) 391 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:22:23.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:22 smithi135 bash[24787]: audit 2024-09-18T08:22:22.613151+0000 mon.smithi079 (mon.0) 392 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:22:23.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:22 smithi135 bash[24787]: audit 2024-09-18T08:22:22.613151+0000 mon.smithi079 (mon.0) 392 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:22:23.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:22 smithi135 bash[24787]: audit 2024-09-18T08:22:22.613298+0000 mon.smithi079 (mon.0) 393 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:22:23.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:22 smithi135 bash[24787]: audit 2024-09-18T08:22:22.613298+0000 mon.smithi079 (mon.0) 393 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:22:23.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:22 smithi135 bash[24787]: audit 2024-09-18T08:22:22.833380+0000 mon.smithi135 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.135:0/314469518' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:23.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:22 smithi135 bash[24787]: audit 2024-09-18T08:22:22.833380+0000 mon.smithi135 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.135:0/314469518' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:23.531 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":8,"num_osds":3,"num_up_osds":0,"osd_up_since":0,"num_in_osds":3,"osd_in_since":1726647741,"num_remapped_pgs":0} 2024-09-18T08:22:24.532 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-18T08:22:25.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:24 smithi079 bash[19997]: cluster 2024-09-18T08:22:23.383537+0000 mgr.smithi079.dmaxqe (mgr.14205) 97 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:25.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:24 smithi079 bash[19997]: cluster 2024-09-18T08:22:23.383537+0000 mgr.smithi079.dmaxqe (mgr.14205) 97 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:25.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:24 smithi079 bash[19997]: audit 2024-09-18T08:22:24.543882+0000 mon.smithi079 (mon.0) 394 : audit [DBG] from='client.? 172.21.15.79:0/1025303409' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:25.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:24 smithi079 bash[19997]: audit 2024-09-18T08:22:24.543882+0000 mon.smithi079 (mon.0) 394 : audit [DBG] from='client.? 172.21.15.79:0/1025303409' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:25.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:24 smithi135 bash[24787]: cluster 2024-09-18T08:22:23.383537+0000 mgr.smithi079.dmaxqe (mgr.14205) 97 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:25.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:24 smithi135 bash[24787]: cluster 2024-09-18T08:22:23.383537+0000 mgr.smithi079.dmaxqe (mgr.14205) 97 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:25.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:24 smithi135 bash[24787]: audit 2024-09-18T08:22:24.543882+0000 mon.smithi079 (mon.0) 394 : audit [DBG] from='client.? 172.21.15.79:0/1025303409' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:25.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:24 smithi135 bash[24787]: audit 2024-09-18T08:22:24.543882+0000 mon.smithi079 (mon.0) 394 : audit [DBG] from='client.? 172.21.15.79:0/1025303409' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:27.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:26 smithi079 bash[19997]: cluster 2024-09-18T08:22:25.383924+0000 mgr.smithi079.dmaxqe (mgr.14205) 98 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:27.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:26 smithi079 bash[19997]: cluster 2024-09-18T08:22:25.383924+0000 mgr.smithi079.dmaxqe (mgr.14205) 98 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:27.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:26 smithi079 bash[19997]: audit 2024-09-18T08:22:26.795023+0000 mon.smithi135 (mon.1) 6 : audit [INF] from='client.? 172.21.15.135:0/3372429685' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "693f4cb6-3096-4e36-b89b-66f5e5356f30"} : dispatch 2024-09-18T08:22:27.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:26 smithi079 bash[19997]: audit 2024-09-18T08:22:26.795023+0000 mon.smithi135 (mon.1) 6 : audit [INF] from='client.? 172.21.15.135:0/3372429685' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "693f4cb6-3096-4e36-b89b-66f5e5356f30"} : dispatch 2024-09-18T08:22:27.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:26 smithi079 bash[19997]: audit 2024-09-18T08:22:26.795465+0000 mon.smithi079 (mon.0) 395 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "693f4cb6-3096-4e36-b89b-66f5e5356f30"} : dispatch 2024-09-18T08:22:27.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:26 smithi079 bash[19997]: audit 2024-09-18T08:22:26.795465+0000 mon.smithi079 (mon.0) 395 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "693f4cb6-3096-4e36-b89b-66f5e5356f30"} : dispatch 2024-09-18T08:22:27.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:26 smithi079 bash[19997]: audit 2024-09-18T08:22:26.798407+0000 mon.smithi079 (mon.0) 396 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "693f4cb6-3096-4e36-b89b-66f5e5356f30"}]': finished 2024-09-18T08:22:27.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:26 smithi079 bash[19997]: audit 2024-09-18T08:22:26.798407+0000 mon.smithi079 (mon.0) 396 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "693f4cb6-3096-4e36-b89b-66f5e5356f30"}]': finished 2024-09-18T08:22:27.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:26 smithi079 bash[19997]: cluster 2024-09-18T08:22:26.803822+0000 mon.smithi079 (mon.0) 397 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-09-18T08:22:27.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:26 smithi079 bash[19997]: cluster 2024-09-18T08:22:26.803822+0000 mon.smithi079 (mon.0) 397 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-09-18T08:22:27.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:26 smithi079 bash[19997]: audit 2024-09-18T08:22:26.804264+0000 mon.smithi079 (mon.0) 398 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:27.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:26 smithi079 bash[19997]: audit 2024-09-18T08:22:26.804264+0000 mon.smithi079 (mon.0) 398 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:27.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:26 smithi079 bash[19997]: audit 2024-09-18T08:22:26.804800+0000 mon.smithi079 (mon.0) 399 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:22:27.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:26 smithi079 bash[19997]: audit 2024-09-18T08:22:26.804800+0000 mon.smithi079 (mon.0) 399 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:22:27.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:26 smithi079 bash[19997]: audit 2024-09-18T08:22:26.805241+0000 mon.smithi079 (mon.0) 400 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:22:27.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:26 smithi079 bash[19997]: audit 2024-09-18T08:22:26.805241+0000 mon.smithi079 (mon.0) 400 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:22:27.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:26 smithi079 bash[19997]: audit 2024-09-18T08:22:26.805788+0000 mon.smithi079 (mon.0) 401 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:22:27.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:26 smithi079 bash[19997]: audit 2024-09-18T08:22:26.805788+0000 mon.smithi079 (mon.0) 401 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:22:27.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:26 smithi079 bash[19997]: audit 2024-09-18T08:22:26.806244+0000 mon.smithi079 (mon.0) 402 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:22:27.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:26 smithi079 bash[19997]: audit 2024-09-18T08:22:26.806244+0000 mon.smithi079 (mon.0) 402 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:22:27.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:26 smithi135 bash[24787]: cluster 2024-09-18T08:22:25.383924+0000 mgr.smithi079.dmaxqe (mgr.14205) 98 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:27.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:26 smithi135 bash[24787]: cluster 2024-09-18T08:22:25.383924+0000 mgr.smithi079.dmaxqe (mgr.14205) 98 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:27.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:26 smithi135 bash[24787]: audit 2024-09-18T08:22:26.795023+0000 mon.smithi135 (mon.1) 6 : audit [INF] from='client.? 172.21.15.135:0/3372429685' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "693f4cb6-3096-4e36-b89b-66f5e5356f30"} : dispatch 2024-09-18T08:22:27.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:26 smithi135 bash[24787]: audit 2024-09-18T08:22:26.795023+0000 mon.smithi135 (mon.1) 6 : audit [INF] from='client.? 172.21.15.135:0/3372429685' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "693f4cb6-3096-4e36-b89b-66f5e5356f30"} : dispatch 2024-09-18T08:22:27.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:26 smithi135 bash[24787]: audit 2024-09-18T08:22:26.795465+0000 mon.smithi079 (mon.0) 395 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "693f4cb6-3096-4e36-b89b-66f5e5356f30"} : dispatch 2024-09-18T08:22:27.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:26 smithi135 bash[24787]: audit 2024-09-18T08:22:26.795465+0000 mon.smithi079 (mon.0) 395 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "693f4cb6-3096-4e36-b89b-66f5e5356f30"} : dispatch 2024-09-18T08:22:27.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:26 smithi135 bash[24787]: audit 2024-09-18T08:22:26.798407+0000 mon.smithi079 (mon.0) 396 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "693f4cb6-3096-4e36-b89b-66f5e5356f30"}]': finished 2024-09-18T08:22:27.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:26 smithi135 bash[24787]: audit 2024-09-18T08:22:26.798407+0000 mon.smithi079 (mon.0) 396 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "693f4cb6-3096-4e36-b89b-66f5e5356f30"}]': finished 2024-09-18T08:22:27.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:26 smithi135 bash[24787]: cluster 2024-09-18T08:22:26.803822+0000 mon.smithi079 (mon.0) 397 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-09-18T08:22:27.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:26 smithi135 bash[24787]: cluster 2024-09-18T08:22:26.803822+0000 mon.smithi079 (mon.0) 397 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-09-18T08:22:27.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:26 smithi135 bash[24787]: audit 2024-09-18T08:22:26.804264+0000 mon.smithi079 (mon.0) 398 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:27.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:26 smithi135 bash[24787]: audit 2024-09-18T08:22:26.804264+0000 mon.smithi079 (mon.0) 398 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:27.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:26 smithi135 bash[24787]: audit 2024-09-18T08:22:26.804800+0000 mon.smithi079 (mon.0) 399 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:22:27.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:26 smithi135 bash[24787]: audit 2024-09-18T08:22:26.804800+0000 mon.smithi079 (mon.0) 399 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:22:27.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:26 smithi135 bash[24787]: audit 2024-09-18T08:22:26.805241+0000 mon.smithi079 (mon.0) 400 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:22:27.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:26 smithi135 bash[24787]: audit 2024-09-18T08:22:26.805241+0000 mon.smithi079 (mon.0) 400 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:22:27.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:26 smithi135 bash[24787]: audit 2024-09-18T08:22:26.805788+0000 mon.smithi079 (mon.0) 401 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:22:27.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:26 smithi135 bash[24787]: audit 2024-09-18T08:22:26.805788+0000 mon.smithi079 (mon.0) 401 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:22:27.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:26 smithi135 bash[24787]: audit 2024-09-18T08:22:26.806244+0000 mon.smithi079 (mon.0) 402 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:22:27.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:26 smithi135 bash[24787]: audit 2024-09-18T08:22:26.806244+0000 mon.smithi079 (mon.0) 402 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:22:29.291 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:22:29.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:28 smithi079 bash[19997]: cluster 2024-09-18T08:22:27.384339+0000 mgr.smithi079.dmaxqe (mgr.14205) 99 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:29.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:28 smithi079 bash[19997]: cluster 2024-09-18T08:22:27.384339+0000 mgr.smithi079.dmaxqe (mgr.14205) 99 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:29.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:28 smithi079 bash[19997]: audit 2024-09-18T08:22:28.354227+0000 mon.smithi135 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.135:0/2953220590' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:29.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:28 smithi079 bash[19997]: audit 2024-09-18T08:22:28.354227+0000 mon.smithi135 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.135:0/2953220590' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:29.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:28 smithi079 bash[19997]: audit 2024-09-18T08:22:28.408965+0000 mon.smithi079 (mon.0) 403 : audit [INF] from='client.? 172.21.15.79:0/2706282209' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "fff7d6f5-d8d0-47e6-850a-ac73811c2b26"} : dispatch 2024-09-18T08:22:29.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:28 smithi079 bash[19997]: audit 2024-09-18T08:22:28.408965+0000 mon.smithi079 (mon.0) 403 : audit [INF] from='client.? 172.21.15.79:0/2706282209' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "fff7d6f5-d8d0-47e6-850a-ac73811c2b26"} : dispatch 2024-09-18T08:22:29.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:28 smithi079 bash[19997]: audit 2024-09-18T08:22:28.412050+0000 mon.smithi079 (mon.0) 404 : audit [INF] from='client.? 172.21.15.79:0/2706282209' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fff7d6f5-d8d0-47e6-850a-ac73811c2b26"}]': finished 2024-09-18T08:22:29.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:28 smithi079 bash[19997]: audit 2024-09-18T08:22:28.412050+0000 mon.smithi079 (mon.0) 404 : audit [INF] from='client.? 172.21.15.79:0/2706282209' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fff7d6f5-d8d0-47e6-850a-ac73811c2b26"}]': finished 2024-09-18T08:22:29.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:29 smithi079 bash[19997]: cluster 2024-09-18T08:22:28.416820+0000 mon.smithi079 (mon.0) 405 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-09-18T08:22:29.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:29 smithi079 bash[19997]: cluster 2024-09-18T08:22:28.416820+0000 mon.smithi079 (mon.0) 405 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-09-18T08:22:29.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:29 smithi079 bash[19997]: audit 2024-09-18T08:22:28.417241+0000 mon.smithi079 (mon.0) 406 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:29.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:29 smithi079 bash[19997]: audit 2024-09-18T08:22:28.417241+0000 mon.smithi079 (mon.0) 406 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:29.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:29 smithi079 bash[19997]: audit 2024-09-18T08:22:28.417641+0000 mon.smithi079 (mon.0) 407 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:22:29.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:29 smithi079 bash[19997]: audit 2024-09-18T08:22:28.417641+0000 mon.smithi079 (mon.0) 407 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:22:29.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:29 smithi079 bash[19997]: audit 2024-09-18T08:22:28.417946+0000 mon.smithi079 (mon.0) 408 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:22:29.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:29 smithi079 bash[19997]: audit 2024-09-18T08:22:28.417946+0000 mon.smithi079 (mon.0) 408 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:22:29.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:29 smithi079 bash[19997]: audit 2024-09-18T08:22:28.418250+0000 mon.smithi079 (mon.0) 409 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:22:29.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:29 smithi079 bash[19997]: audit 2024-09-18T08:22:28.418250+0000 mon.smithi079 (mon.0) 409 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:22:29.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:29 smithi079 bash[19997]: audit 2024-09-18T08:22:28.418549+0000 mon.smithi079 (mon.0) 410 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:22:29.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:29 smithi079 bash[19997]: audit 2024-09-18T08:22:28.418549+0000 mon.smithi079 (mon.0) 410 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:22:29.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:29 smithi079 bash[19997]: audit 2024-09-18T08:22:28.418849+0000 mon.smithi079 (mon.0) 411 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:22:29.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:29 smithi079 bash[19997]: audit 2024-09-18T08:22:28.418849+0000 mon.smithi079 (mon.0) 411 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:22:29.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:29 smithi135 bash[24787]: cluster 2024-09-18T08:22:27.384339+0000 mgr.smithi079.dmaxqe (mgr.14205) 99 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:29.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:29 smithi135 bash[24787]: cluster 2024-09-18T08:22:27.384339+0000 mgr.smithi079.dmaxqe (mgr.14205) 99 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:29.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:29 smithi135 bash[24787]: audit 2024-09-18T08:22:28.354227+0000 mon.smithi135 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.135:0/2953220590' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:29.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:29 smithi135 bash[24787]: audit 2024-09-18T08:22:28.354227+0000 mon.smithi135 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.135:0/2953220590' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:29.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:29 smithi135 bash[24787]: audit 2024-09-18T08:22:28.408965+0000 mon.smithi079 (mon.0) 403 : audit [INF] from='client.? 172.21.15.79:0/2706282209' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "fff7d6f5-d8d0-47e6-850a-ac73811c2b26"} : dispatch 2024-09-18T08:22:29.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:29 smithi135 bash[24787]: audit 2024-09-18T08:22:28.408965+0000 mon.smithi079 (mon.0) 403 : audit [INF] from='client.? 172.21.15.79:0/2706282209' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "fff7d6f5-d8d0-47e6-850a-ac73811c2b26"} : dispatch 2024-09-18T08:22:29.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:29 smithi135 bash[24787]: audit 2024-09-18T08:22:28.412050+0000 mon.smithi079 (mon.0) 404 : audit [INF] from='client.? 172.21.15.79:0/2706282209' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fff7d6f5-d8d0-47e6-850a-ac73811c2b26"}]': finished 2024-09-18T08:22:29.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:29 smithi135 bash[24787]: audit 2024-09-18T08:22:28.412050+0000 mon.smithi079 (mon.0) 404 : audit [INF] from='client.? 172.21.15.79:0/2706282209' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fff7d6f5-d8d0-47e6-850a-ac73811c2b26"}]': finished 2024-09-18T08:22:29.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:29 smithi135 bash[24787]: cluster 2024-09-18T08:22:28.416820+0000 mon.smithi079 (mon.0) 405 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-09-18T08:22:29.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:29 smithi135 bash[24787]: cluster 2024-09-18T08:22:28.416820+0000 mon.smithi079 (mon.0) 405 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-09-18T08:22:29.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:29 smithi135 bash[24787]: audit 2024-09-18T08:22:28.417241+0000 mon.smithi079 (mon.0) 406 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:29.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:29 smithi135 bash[24787]: audit 2024-09-18T08:22:28.417241+0000 mon.smithi079 (mon.0) 406 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:29.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:29 smithi135 bash[24787]: audit 2024-09-18T08:22:28.417641+0000 mon.smithi079 (mon.0) 407 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:22:29.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:29 smithi135 bash[24787]: audit 2024-09-18T08:22:28.417641+0000 mon.smithi079 (mon.0) 407 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:22:29.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:29 smithi135 bash[24787]: audit 2024-09-18T08:22:28.417946+0000 mon.smithi079 (mon.0) 408 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:22:29.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:29 smithi135 bash[24787]: audit 2024-09-18T08:22:28.417946+0000 mon.smithi079 (mon.0) 408 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:22:29.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:29 smithi135 bash[24787]: audit 2024-09-18T08:22:28.418250+0000 mon.smithi079 (mon.0) 409 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:22:29.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:29 smithi135 bash[24787]: audit 2024-09-18T08:22:28.418250+0000 mon.smithi079 (mon.0) 409 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:22:29.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:29 smithi135 bash[24787]: audit 2024-09-18T08:22:28.418549+0000 mon.smithi079 (mon.0) 410 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:22:29.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:29 smithi135 bash[24787]: audit 2024-09-18T08:22:28.418549+0000 mon.smithi079 (mon.0) 410 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:22:29.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:29 smithi135 bash[24787]: audit 2024-09-18T08:22:28.418849+0000 mon.smithi079 (mon.0) 411 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:22:29.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:29 smithi135 bash[24787]: audit 2024-09-18T08:22:28.418849+0000 mon.smithi079 (mon.0) 411 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:22:30.964 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:22:31.328 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:31 smithi079 bash[19997]: cluster 2024-09-18T08:22:29.384806+0000 mgr.smithi079.dmaxqe (mgr.14205) 100 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:31.329 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:31 smithi079 bash[19997]: cluster 2024-09-18T08:22:29.384806+0000 mgr.smithi079.dmaxqe (mgr.14205) 100 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:31.329 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:31 smithi079 bash[19997]: audit 2024-09-18T08:22:30.541850+0000 mon.smithi079 (mon.0) 412 : audit [DBG] from='client.? 172.21.15.79:0/2055387630' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:31.329 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:31 smithi079 bash[19997]: audit 2024-09-18T08:22:30.541850+0000 mon.smithi079 (mon.0) 412 : audit [DBG] from='client.? 172.21.15.79:0/2055387630' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:31.329 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:31 smithi079 bash[19997]: audit 2024-09-18T08:22:30.964185+0000 mon.smithi079 (mon.0) 413 : audit [DBG] from='client.? 172.21.15.79:0/3248242339' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:22:31.329 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:31 smithi079 bash[19997]: audit 2024-09-18T08:22:30.964185+0000 mon.smithi079 (mon.0) 413 : audit [DBG] from='client.? 172.21.15.79:0/3248242339' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:22:31.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:31 smithi135 bash[24787]: cluster 2024-09-18T08:22:29.384806+0000 mgr.smithi079.dmaxqe (mgr.14205) 100 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:31.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:31 smithi135 bash[24787]: cluster 2024-09-18T08:22:29.384806+0000 mgr.smithi079.dmaxqe (mgr.14205) 100 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:31.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:31 smithi135 bash[24787]: audit 2024-09-18T08:22:30.541850+0000 mon.smithi079 (mon.0) 412 : audit [DBG] from='client.? 172.21.15.79:0/2055387630' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:31.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:31 smithi135 bash[24787]: audit 2024-09-18T08:22:30.541850+0000 mon.smithi079 (mon.0) 412 : audit [DBG] from='client.? 172.21.15.79:0/2055387630' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:31.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:31 smithi135 bash[24787]: audit 2024-09-18T08:22:30.964185+0000 mon.smithi079 (mon.0) 413 : audit [DBG] from='client.? 172.21.15.79:0/3248242339' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:22:31.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:31 smithi135 bash[24787]: audit 2024-09-18T08:22:30.964185+0000 mon.smithi079 (mon.0) 413 : audit [DBG] from='client.? 172.21.15.79:0/3248242339' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:22:31.801 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1726647748,"num_remapped_pgs":0} 2024-09-18T08:22:32.803 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-18T08:22:33.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:33 smithi079 bash[19997]: cluster 2024-09-18T08:22:31.385353+0000 mgr.smithi079.dmaxqe (mgr.14205) 101 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:33.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:33 smithi079 bash[19997]: cluster 2024-09-18T08:22:31.385353+0000 mgr.smithi079.dmaxqe (mgr.14205) 101 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:33.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:33 smithi079 bash[19997]: audit 2024-09-18T08:22:32.102923+0000 mon.smithi135 (mon.1) 8 : audit [INF] from='client.? 172.21.15.135:0/3438855006' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6da55e7f-a7c7-46cd-b0bd-ac7f1ebd0713"} : dispatch 2024-09-18T08:22:33.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:33 smithi079 bash[19997]: audit 2024-09-18T08:22:32.102923+0000 mon.smithi135 (mon.1) 8 : audit [INF] from='client.? 172.21.15.135:0/3438855006' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6da55e7f-a7c7-46cd-b0bd-ac7f1ebd0713"} : dispatch 2024-09-18T08:22:33.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:33 smithi079 bash[19997]: audit 2024-09-18T08:22:32.103546+0000 mon.smithi079 (mon.0) 414 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6da55e7f-a7c7-46cd-b0bd-ac7f1ebd0713"} : dispatch 2024-09-18T08:22:33.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:33 smithi079 bash[19997]: audit 2024-09-18T08:22:32.103546+0000 mon.smithi079 (mon.0) 414 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6da55e7f-a7c7-46cd-b0bd-ac7f1ebd0713"} : dispatch 2024-09-18T08:22:33.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:33 smithi079 bash[19997]: audit 2024-09-18T08:22:32.106740+0000 mon.smithi079 (mon.0) 415 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6da55e7f-a7c7-46cd-b0bd-ac7f1ebd0713"}]': finished 2024-09-18T08:22:33.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:33 smithi079 bash[19997]: audit 2024-09-18T08:22:32.106740+0000 mon.smithi079 (mon.0) 415 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6da55e7f-a7c7-46cd-b0bd-ac7f1ebd0713"}]': finished 2024-09-18T08:22:33.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:33 smithi079 bash[19997]: cluster 2024-09-18T08:22:32.109442+0000 mon.smithi079 (mon.0) 416 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-09-18T08:22:33.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:33 smithi079 bash[19997]: cluster 2024-09-18T08:22:32.109442+0000 mon.smithi079 (mon.0) 416 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-09-18T08:22:33.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:33 smithi079 bash[19997]: audit 2024-09-18T08:22:32.109878+0000 mon.smithi079 (mon.0) 417 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:33.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:33 smithi079 bash[19997]: audit 2024-09-18T08:22:32.109878+0000 mon.smithi079 (mon.0) 417 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:33.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:33 smithi079 bash[19997]: audit 2024-09-18T08:22:32.110383+0000 mon.smithi079 (mon.0) 418 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:22:33.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:33 smithi079 bash[19997]: audit 2024-09-18T08:22:32.110383+0000 mon.smithi079 (mon.0) 418 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:22:33.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:33 smithi079 bash[19997]: audit 2024-09-18T08:22:32.110883+0000 mon.smithi079 (mon.0) 419 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:22:33.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:33 smithi079 bash[19997]: audit 2024-09-18T08:22:32.110883+0000 mon.smithi079 (mon.0) 419 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:22:33.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:33 smithi079 bash[19997]: audit 2024-09-18T08:22:32.111376+0000 mon.smithi079 (mon.0) 420 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:22:33.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:33 smithi079 bash[19997]: audit 2024-09-18T08:22:32.111376+0000 mon.smithi079 (mon.0) 420 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:22:33.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:33 smithi079 bash[19997]: audit 2024-09-18T08:22:32.111863+0000 mon.smithi079 (mon.0) 421 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:22:33.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:33 smithi079 bash[19997]: audit 2024-09-18T08:22:32.111863+0000 mon.smithi079 (mon.0) 421 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:22:33.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:33 smithi079 bash[19997]: audit 2024-09-18T08:22:32.112347+0000 mon.smithi079 (mon.0) 422 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:22:33.111 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:33 smithi079 bash[19997]: audit 2024-09-18T08:22:32.112347+0000 mon.smithi079 (mon.0) 422 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:22:33.111 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:33 smithi079 bash[19997]: audit 2024-09-18T08:22:32.112814+0000 mon.smithi079 (mon.0) 423 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:22:33.111 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:33 smithi079 bash[19997]: audit 2024-09-18T08:22:32.112814+0000 mon.smithi079 (mon.0) 423 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:22:33.111 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:33 smithi079 bash[19997]: audit 2024-09-18T08:22:32.711103+0000 mon.smithi079 (mon.0) 424 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:22:33.111 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:33 smithi079 bash[19997]: audit 2024-09-18T08:22:32.711103+0000 mon.smithi079 (mon.0) 424 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:22:33.374 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:33 smithi135 bash[24787]: cluster 2024-09-18T08:22:31.385353+0000 mgr.smithi079.dmaxqe (mgr.14205) 101 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:33.375 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:33 smithi135 bash[24787]: cluster 2024-09-18T08:22:31.385353+0000 mgr.smithi079.dmaxqe (mgr.14205) 101 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:33.375 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:33 smithi135 bash[24787]: audit 2024-09-18T08:22:32.102923+0000 mon.smithi135 (mon.1) 8 : audit [INF] from='client.? 172.21.15.135:0/3438855006' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6da55e7f-a7c7-46cd-b0bd-ac7f1ebd0713"} : dispatch 2024-09-18T08:22:33.375 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:33 smithi135 bash[24787]: audit 2024-09-18T08:22:32.102923+0000 mon.smithi135 (mon.1) 8 : audit [INF] from='client.? 172.21.15.135:0/3438855006' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6da55e7f-a7c7-46cd-b0bd-ac7f1ebd0713"} : dispatch 2024-09-18T08:22:33.375 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:33 smithi135 bash[24787]: audit 2024-09-18T08:22:32.103546+0000 mon.smithi079 (mon.0) 414 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6da55e7f-a7c7-46cd-b0bd-ac7f1ebd0713"} : dispatch 2024-09-18T08:22:33.375 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:33 smithi135 bash[24787]: audit 2024-09-18T08:22:32.103546+0000 mon.smithi079 (mon.0) 414 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6da55e7f-a7c7-46cd-b0bd-ac7f1ebd0713"} : dispatch 2024-09-18T08:22:33.375 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:33 smithi135 bash[24787]: audit 2024-09-18T08:22:32.106740+0000 mon.smithi079 (mon.0) 415 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6da55e7f-a7c7-46cd-b0bd-ac7f1ebd0713"}]': finished 2024-09-18T08:22:33.375 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:33 smithi135 bash[24787]: audit 2024-09-18T08:22:32.106740+0000 mon.smithi079 (mon.0) 415 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6da55e7f-a7c7-46cd-b0bd-ac7f1ebd0713"}]': finished 2024-09-18T08:22:33.375 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:33 smithi135 bash[24787]: cluster 2024-09-18T08:22:32.109442+0000 mon.smithi079 (mon.0) 416 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-09-18T08:22:33.375 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:33 smithi135 bash[24787]: cluster 2024-09-18T08:22:32.109442+0000 mon.smithi079 (mon.0) 416 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-09-18T08:22:33.375 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:33 smithi135 bash[24787]: audit 2024-09-18T08:22:32.109878+0000 mon.smithi079 (mon.0) 417 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:33.376 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:33 smithi135 bash[24787]: audit 2024-09-18T08:22:32.109878+0000 mon.smithi079 (mon.0) 417 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:33.376 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:33 smithi135 bash[24787]: audit 2024-09-18T08:22:32.110383+0000 mon.smithi079 (mon.0) 418 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:22:33.376 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:33 smithi135 bash[24787]: audit 2024-09-18T08:22:32.110383+0000 mon.smithi079 (mon.0) 418 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:22:33.376 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:33 smithi135 bash[24787]: audit 2024-09-18T08:22:32.110883+0000 mon.smithi079 (mon.0) 419 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:22:33.376 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:33 smithi135 bash[24787]: audit 2024-09-18T08:22:32.110883+0000 mon.smithi079 (mon.0) 419 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:22:33.376 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:33 smithi135 bash[24787]: audit 2024-09-18T08:22:32.111376+0000 mon.smithi079 (mon.0) 420 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:22:33.376 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:33 smithi135 bash[24787]: audit 2024-09-18T08:22:32.111376+0000 mon.smithi079 (mon.0) 420 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:22:33.376 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:33 smithi135 bash[24787]: audit 2024-09-18T08:22:32.111863+0000 mon.smithi079 (mon.0) 421 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:22:33.376 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:33 smithi135 bash[24787]: audit 2024-09-18T08:22:32.111863+0000 mon.smithi079 (mon.0) 421 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:22:33.376 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:33 smithi135 bash[24787]: audit 2024-09-18T08:22:32.112347+0000 mon.smithi079 (mon.0) 422 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:22:33.376 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:33 smithi135 bash[24787]: audit 2024-09-18T08:22:32.112347+0000 mon.smithi079 (mon.0) 422 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:22:33.376 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:33 smithi135 bash[24787]: audit 2024-09-18T08:22:32.112814+0000 mon.smithi079 (mon.0) 423 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:22:33.376 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:33 smithi135 bash[24787]: audit 2024-09-18T08:22:32.112814+0000 mon.smithi079 (mon.0) 423 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:22:33.377 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:33 smithi135 bash[24787]: audit 2024-09-18T08:22:32.711103+0000 mon.smithi079 (mon.0) 424 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:22:33.377 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:33 smithi135 bash[24787]: audit 2024-09-18T08:22:32.711103+0000 mon.smithi079 (mon.0) 424 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:22:34.322 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:34 smithi079 bash[19997]: audit 2024-09-18T08:22:33.800238+0000 mon.smithi135 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.135:0/3713056457' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:34.322 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:34 smithi079 bash[19997]: audit 2024-09-18T08:22:33.800238+0000 mon.smithi135 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.135:0/3713056457' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:34.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:34 smithi135 bash[24787]: audit 2024-09-18T08:22:33.800238+0000 mon.smithi135 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.135:0/3713056457' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:34.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:34 smithi135 bash[24787]: audit 2024-09-18T08:22:33.800238+0000 mon.smithi135 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.135:0/3713056457' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:35.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:35 smithi079 bash[19997]: cluster 2024-09-18T08:22:33.385740+0000 mgr.smithi079.dmaxqe (mgr.14205) 102 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:35.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:35 smithi079 bash[19997]: cluster 2024-09-18T08:22:33.385740+0000 mgr.smithi079.dmaxqe (mgr.14205) 102 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:35.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:35 smithi079 bash[19997]: audit 2024-09-18T08:22:34.067057+0000 mon.smithi079 (mon.0) 425 : audit [INF] from='client.? 172.21.15.79:0/2667035522' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "d6c59fae-6201-4c0c-9725-a13c2f652e8e"} : dispatch 2024-09-18T08:22:35.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:35 smithi079 bash[19997]: audit 2024-09-18T08:22:34.067057+0000 mon.smithi079 (mon.0) 425 : audit [INF] from='client.? 172.21.15.79:0/2667035522' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "d6c59fae-6201-4c0c-9725-a13c2f652e8e"} : dispatch 2024-09-18T08:22:35.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:35 smithi079 bash[19997]: audit 2024-09-18T08:22:34.069691+0000 mon.smithi079 (mon.0) 426 : audit [INF] from='client.? 172.21.15.79:0/2667035522' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d6c59fae-6201-4c0c-9725-a13c2f652e8e"}]': finished 2024-09-18T08:22:35.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:35 smithi079 bash[19997]: audit 2024-09-18T08:22:34.069691+0000 mon.smithi079 (mon.0) 426 : audit [INF] from='client.? 172.21.15.79:0/2667035522' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d6c59fae-6201-4c0c-9725-a13c2f652e8e"}]': finished 2024-09-18T08:22:35.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:35 smithi079 bash[19997]: cluster 2024-09-18T08:22:34.074969+0000 mon.smithi079 (mon.0) 427 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-09-18T08:22:35.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:35 smithi079 bash[19997]: cluster 2024-09-18T08:22:34.074969+0000 mon.smithi079 (mon.0) 427 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-09-18T08:22:35.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:35 smithi079 bash[19997]: audit 2024-09-18T08:22:34.075240+0000 mon.smithi079 (mon.0) 428 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:35.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:35 smithi079 bash[19997]: audit 2024-09-18T08:22:34.075240+0000 mon.smithi079 (mon.0) 428 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:35.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:35 smithi079 bash[19997]: audit 2024-09-18T08:22:34.075483+0000 mon.smithi079 (mon.0) 429 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:22:35.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:35 smithi079 bash[19997]: audit 2024-09-18T08:22:34.075483+0000 mon.smithi079 (mon.0) 429 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:22:35.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:35 smithi079 bash[19997]: audit 2024-09-18T08:22:34.075707+0000 mon.smithi079 (mon.0) 430 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:22:35.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:35 smithi079 bash[19997]: audit 2024-09-18T08:22:34.075707+0000 mon.smithi079 (mon.0) 430 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:22:35.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:35 smithi079 bash[19997]: audit 2024-09-18T08:22:34.075931+0000 mon.smithi079 (mon.0) 431 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:22:35.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:35 smithi079 bash[19997]: audit 2024-09-18T08:22:34.075931+0000 mon.smithi079 (mon.0) 431 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:22:35.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:35 smithi079 bash[19997]: audit 2024-09-18T08:22:34.076153+0000 mon.smithi079 (mon.0) 432 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:22:35.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:35 smithi079 bash[19997]: audit 2024-09-18T08:22:34.076153+0000 mon.smithi079 (mon.0) 432 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:22:35.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:35 smithi079 bash[19997]: audit 2024-09-18T08:22:34.076379+0000 mon.smithi079 (mon.0) 433 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:22:35.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:35 smithi079 bash[19997]: audit 2024-09-18T08:22:34.076379+0000 mon.smithi079 (mon.0) 433 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:22:35.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:35 smithi079 bash[19997]: audit 2024-09-18T08:22:34.076604+0000 mon.smithi079 (mon.0) 434 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:22:35.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:35 smithi079 bash[19997]: audit 2024-09-18T08:22:34.076604+0000 mon.smithi079 (mon.0) 434 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:22:35.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:35 smithi079 bash[19997]: audit 2024-09-18T08:22:34.076829+0000 mon.smithi079 (mon.0) 435 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:22:35.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:35 smithi079 bash[19997]: audit 2024-09-18T08:22:34.076829+0000 mon.smithi079 (mon.0) 435 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:22:35.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:35 smithi135 bash[24787]: cluster 2024-09-18T08:22:33.385740+0000 mgr.smithi079.dmaxqe (mgr.14205) 102 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:35.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:35 smithi135 bash[24787]: cluster 2024-09-18T08:22:33.385740+0000 mgr.smithi079.dmaxqe (mgr.14205) 102 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:35.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:35 smithi135 bash[24787]: audit 2024-09-18T08:22:34.067057+0000 mon.smithi079 (mon.0) 425 : audit [INF] from='client.? 172.21.15.79:0/2667035522' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "d6c59fae-6201-4c0c-9725-a13c2f652e8e"} : dispatch 2024-09-18T08:22:35.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:35 smithi135 bash[24787]: audit 2024-09-18T08:22:34.067057+0000 mon.smithi079 (mon.0) 425 : audit [INF] from='client.? 172.21.15.79:0/2667035522' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "d6c59fae-6201-4c0c-9725-a13c2f652e8e"} : dispatch 2024-09-18T08:22:35.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:35 smithi135 bash[24787]: audit 2024-09-18T08:22:34.069691+0000 mon.smithi079 (mon.0) 426 : audit [INF] from='client.? 172.21.15.79:0/2667035522' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d6c59fae-6201-4c0c-9725-a13c2f652e8e"}]': finished 2024-09-18T08:22:35.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:35 smithi135 bash[24787]: audit 2024-09-18T08:22:34.069691+0000 mon.smithi079 (mon.0) 426 : audit [INF] from='client.? 172.21.15.79:0/2667035522' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d6c59fae-6201-4c0c-9725-a13c2f652e8e"}]': finished 2024-09-18T08:22:35.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:35 smithi135 bash[24787]: cluster 2024-09-18T08:22:34.074969+0000 mon.smithi079 (mon.0) 427 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-09-18T08:22:35.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:35 smithi135 bash[24787]: cluster 2024-09-18T08:22:34.074969+0000 mon.smithi079 (mon.0) 427 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-09-18T08:22:35.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:35 smithi135 bash[24787]: audit 2024-09-18T08:22:34.075240+0000 mon.smithi079 (mon.0) 428 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:35.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:35 smithi135 bash[24787]: audit 2024-09-18T08:22:34.075240+0000 mon.smithi079 (mon.0) 428 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:22:35.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:35 smithi135 bash[24787]: audit 2024-09-18T08:22:34.075483+0000 mon.smithi079 (mon.0) 429 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:22:35.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:35 smithi135 bash[24787]: audit 2024-09-18T08:22:34.075483+0000 mon.smithi079 (mon.0) 429 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:22:35.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:35 smithi135 bash[24787]: audit 2024-09-18T08:22:34.075707+0000 mon.smithi079 (mon.0) 430 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:22:35.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:35 smithi135 bash[24787]: audit 2024-09-18T08:22:34.075707+0000 mon.smithi079 (mon.0) 430 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:22:35.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:35 smithi135 bash[24787]: audit 2024-09-18T08:22:34.075931+0000 mon.smithi079 (mon.0) 431 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:22:35.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:35 smithi135 bash[24787]: audit 2024-09-18T08:22:34.075931+0000 mon.smithi079 (mon.0) 431 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:22:35.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:35 smithi135 bash[24787]: audit 2024-09-18T08:22:34.076153+0000 mon.smithi079 (mon.0) 432 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:22:35.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:35 smithi135 bash[24787]: audit 2024-09-18T08:22:34.076153+0000 mon.smithi079 (mon.0) 432 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:22:35.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:35 smithi135 bash[24787]: audit 2024-09-18T08:22:34.076379+0000 mon.smithi079 (mon.0) 433 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:22:35.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:35 smithi135 bash[24787]: audit 2024-09-18T08:22:34.076379+0000 mon.smithi079 (mon.0) 433 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:22:35.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:35 smithi135 bash[24787]: audit 2024-09-18T08:22:34.076604+0000 mon.smithi079 (mon.0) 434 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:22:35.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:35 smithi135 bash[24787]: audit 2024-09-18T08:22:34.076604+0000 mon.smithi079 (mon.0) 434 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:22:35.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:35 smithi135 bash[24787]: audit 2024-09-18T08:22:34.076829+0000 mon.smithi079 (mon.0) 435 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:22:35.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:35 smithi135 bash[24787]: audit 2024-09-18T08:22:34.076829+0000 mon.smithi079 (mon.0) 435 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:22:36.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:36 smithi079 bash[19997]: audit 2024-09-18T08:22:35.576611+0000 mon.smithi079 (mon.0) 436 : audit [DBG] from='client.? 172.21.15.79:0/2824241454' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:36.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:36 smithi079 bash[19997]: audit 2024-09-18T08:22:35.576611+0000 mon.smithi079 (mon.0) 436 : audit [DBG] from='client.? 172.21.15.79:0/2824241454' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:36.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:36 smithi135 bash[24787]: audit 2024-09-18T08:22:35.576611+0000 mon.smithi079 (mon.0) 436 : audit [DBG] from='client.? 172.21.15.79:0/2824241454' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:36.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:36 smithi135 bash[24787]: audit 2024-09-18T08:22:35.576611+0000 mon.smithi079 (mon.0) 436 : audit [DBG] from='client.? 172.21.15.79:0/2824241454' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-18T08:22:37.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:37 smithi079 bash[19997]: cluster 2024-09-18T08:22:35.386123+0000 mgr.smithi079.dmaxqe (mgr.14205) 103 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:37.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:37 smithi079 bash[19997]: cluster 2024-09-18T08:22:35.386123+0000 mgr.smithi079.dmaxqe (mgr.14205) 103 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:37.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:37 smithi135 bash[24787]: cluster 2024-09-18T08:22:35.386123+0000 mgr.smithi079.dmaxqe (mgr.14205) 103 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:37.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:37 smithi135 bash[24787]: cluster 2024-09-18T08:22:35.386123+0000 mgr.smithi079.dmaxqe (mgr.14205) 103 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:37.584 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:22:39.068 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:22:39.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:39 smithi079 bash[19997]: cluster 2024-09-18T08:22:37.386586+0000 mgr.smithi079.dmaxqe (mgr.14205) 104 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:39.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:39 smithi079 bash[19997]: cluster 2024-09-18T08:22:37.386586+0000 mgr.smithi079.dmaxqe (mgr.14205) 104 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:39.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:39 smithi135 bash[24787]: cluster 2024-09-18T08:22:37.386586+0000 mgr.smithi079.dmaxqe (mgr.14205) 104 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:39.615 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:39 smithi135 bash[24787]: cluster 2024-09-18T08:22:37.386586+0000 mgr.smithi079.dmaxqe (mgr.14205) 104 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:40.265 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:40 smithi079 bash[19997]: audit 2024-09-18T08:22:39.068504+0000 mon.smithi079 (mon.0) 437 : audit [DBG] from='client.? 172.21.15.79:0/615884211' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:22:40.266 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:40 smithi079 bash[19997]: audit 2024-09-18T08:22:39.068504+0000 mon.smithi079 (mon.0) 437 : audit [DBG] from='client.? 172.21.15.79:0/615884211' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:22:40.266 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726647754,"num_remapped_pgs":0} 2024-09-18T08:22:40.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:40 smithi135 bash[24787]: audit 2024-09-18T08:22:39.068504+0000 mon.smithi079 (mon.0) 437 : audit [DBG] from='client.? 172.21.15.79:0/615884211' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:22:40.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:40 smithi135 bash[24787]: audit 2024-09-18T08:22:39.068504+0000 mon.smithi079 (mon.0) 437 : audit [DBG] from='client.? 172.21.15.79:0/615884211' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:22:41.268 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-18T08:22:41.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:41 smithi079 bash[19997]: cluster 2024-09-18T08:22:39.387078+0000 mgr.smithi079.dmaxqe (mgr.14205) 105 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:41.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:41 smithi079 bash[19997]: cluster 2024-09-18T08:22:39.387078+0000 mgr.smithi079.dmaxqe (mgr.14205) 105 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:41.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:41 smithi135 bash[24787]: cluster 2024-09-18T08:22:39.387078+0000 mgr.smithi079.dmaxqe (mgr.14205) 105 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:41.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:41 smithi135 bash[24787]: cluster 2024-09-18T08:22:39.387078+0000 mgr.smithi079.dmaxqe (mgr.14205) 105 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:43.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:43 smithi135 bash[24787]: cluster 2024-09-18T08:22:41.387602+0000 mgr.smithi079.dmaxqe (mgr.14205) 106 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:43.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:43 smithi135 bash[24787]: cluster 2024-09-18T08:22:41.387602+0000 mgr.smithi079.dmaxqe (mgr.14205) 106 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:43.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:43 smithi079 bash[19997]: cluster 2024-09-18T08:22:41.387602+0000 mgr.smithi079.dmaxqe (mgr.14205) 106 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:43.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:43 smithi079 bash[19997]: cluster 2024-09-18T08:22:41.387602+0000 mgr.smithi079.dmaxqe (mgr.14205) 106 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:45.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:45 smithi079 bash[19997]: cluster 2024-09-18T08:22:43.387928+0000 mgr.smithi079.dmaxqe (mgr.14205) 107 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:45.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:45 smithi079 bash[19997]: cluster 2024-09-18T08:22:43.387928+0000 mgr.smithi079.dmaxqe (mgr.14205) 107 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:45.363 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:45 smithi135 bash[24787]: cluster 2024-09-18T08:22:43.387928+0000 mgr.smithi079.dmaxqe (mgr.14205) 107 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:45.363 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:45 smithi135 bash[24787]: cluster 2024-09-18T08:22:43.387928+0000 mgr.smithi079.dmaxqe (mgr.14205) 107 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:45.428 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:22:47.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:47 smithi135 bash[24787]: cluster 2024-09-18T08:22:45.388334+0000 mgr.smithi079.dmaxqe (mgr.14205) 108 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:47.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:47 smithi135 bash[24787]: cluster 2024-09-18T08:22:45.388334+0000 mgr.smithi079.dmaxqe (mgr.14205) 108 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:47.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:47 smithi135 bash[24787]: audit 2024-09-18T08:22:46.406859+0000 mon.smithi079 (mon.0) 438 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-18T08:22:47.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:47 smithi135 bash[24787]: audit 2024-09-18T08:22:46.406859+0000 mon.smithi079 (mon.0) 438 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-18T08:22:47.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:47 smithi135 bash[24787]: audit 2024-09-18T08:22:46.408784+0000 mon.smithi079 (mon.0) 439 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:47.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:47 smithi135 bash[24787]: audit 2024-09-18T08:22:46.408784+0000 mon.smithi079 (mon.0) 439 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:47.269 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:47 smithi079 bash[19997]: cluster 2024-09-18T08:22:45.388334+0000 mgr.smithi079.dmaxqe (mgr.14205) 108 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:47.269 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:47 smithi079 bash[19997]: cluster 2024-09-18T08:22:45.388334+0000 mgr.smithi079.dmaxqe (mgr.14205) 108 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:47.269 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:47 smithi079 bash[19997]: audit 2024-09-18T08:22:46.406859+0000 mon.smithi079 (mon.0) 438 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-18T08:22:47.269 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:47 smithi079 bash[19997]: audit 2024-09-18T08:22:46.406859+0000 mon.smithi079 (mon.0) 438 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-18T08:22:47.269 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:47 smithi079 bash[19997]: audit 2024-09-18T08:22:46.408784+0000 mon.smithi079 (mon.0) 439 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:47.269 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:47 smithi079 bash[19997]: audit 2024-09-18T08:22:46.408784+0000 mon.smithi079 (mon.0) 439 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:47.354 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:22:48.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:48 smithi135 bash[24787]: cephadm 2024-09-18T08:22:46.410416+0000 mgr.smithi079.dmaxqe (mgr.14205) 109 : cephadm [INF] Deploying daemon osd.0 on smithi135 2024-09-18T08:22:48.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:48 smithi135 bash[24787]: cephadm 2024-09-18T08:22:46.410416+0000 mgr.smithi079.dmaxqe (mgr.14205) 109 : cephadm [INF] Deploying daemon osd.0 on smithi135 2024-09-18T08:22:48.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:48 smithi135 bash[24787]: audit 2024-09-18T08:22:47.354275+0000 mon.smithi079 (mon.0) 440 : audit [DBG] from='client.? 172.21.15.79:0/3751293719' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:22:48.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:48 smithi135 bash[24787]: audit 2024-09-18T08:22:47.354275+0000 mon.smithi079 (mon.0) 440 : audit [DBG] from='client.? 172.21.15.79:0/3751293719' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:22:48.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:48 smithi135 bash[24787]: audit 2024-09-18T08:22:47.711914+0000 mon.smithi079 (mon.0) 441 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:22:48.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:48 smithi135 bash[24787]: audit 2024-09-18T08:22:47.711914+0000 mon.smithi079 (mon.0) 441 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:22:48.338 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:48 smithi079 bash[19997]: cephadm 2024-09-18T08:22:46.410416+0000 mgr.smithi079.dmaxqe (mgr.14205) 109 : cephadm [INF] Deploying daemon osd.0 on smithi135 2024-09-18T08:22:48.338 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:48 smithi079 bash[19997]: cephadm 2024-09-18T08:22:46.410416+0000 mgr.smithi079.dmaxqe (mgr.14205) 109 : cephadm [INF] Deploying daemon osd.0 on smithi135 2024-09-18T08:22:48.338 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:48 smithi079 bash[19997]: audit 2024-09-18T08:22:47.354275+0000 mon.smithi079 (mon.0) 440 : audit [DBG] from='client.? 172.21.15.79:0/3751293719' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:22:48.338 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:48 smithi079 bash[19997]: audit 2024-09-18T08:22:47.354275+0000 mon.smithi079 (mon.0) 440 : audit [DBG] from='client.? 172.21.15.79:0/3751293719' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:22:48.338 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:48 smithi079 bash[19997]: audit 2024-09-18T08:22:47.711914+0000 mon.smithi079 (mon.0) 441 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:22:48.338 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:48 smithi079 bash[19997]: audit 2024-09-18T08:22:47.711914+0000 mon.smithi079 (mon.0) 441 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:22:48.692 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726647754,"num_remapped_pgs":0} 2024-09-18T08:22:49.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:49 smithi135 bash[24787]: cluster 2024-09-18T08:22:47.388611+0000 mgr.smithi079.dmaxqe (mgr.14205) 110 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:49.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:49 smithi135 bash[24787]: cluster 2024-09-18T08:22:47.388611+0000 mgr.smithi079.dmaxqe (mgr.14205) 110 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:49.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:49 smithi079 bash[19997]: cluster 2024-09-18T08:22:47.388611+0000 mgr.smithi079.dmaxqe (mgr.14205) 110 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:49.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:49 smithi079 bash[19997]: cluster 2024-09-18T08:22:47.388611+0000 mgr.smithi079.dmaxqe (mgr.14205) 110 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:49.693 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-18T08:22:51.104 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:50 smithi135 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:22:51.104 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:51 smithi135 bash[24787]: cluster 2024-09-18T08:22:49.389046+0000 mgr.smithi079.dmaxqe (mgr.14205) 111 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:51.104 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:51 smithi135 bash[24787]: cluster 2024-09-18T08:22:49.389046+0000 mgr.smithi079.dmaxqe (mgr.14205) 111 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:51.104 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:51 smithi135 bash[24787]: audit 2024-09-18T08:22:50.499849+0000 mon.smithi079 (mon.0) 442 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-18T08:22:51.104 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:51 smithi135 bash[24787]: audit 2024-09-18T08:22:50.499849+0000 mon.smithi079 (mon.0) 442 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-18T08:22:51.104 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:51 smithi135 bash[24787]: audit 2024-09-18T08:22:50.501510+0000 mon.smithi079 (mon.0) 443 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:51.104 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:51 smithi135 bash[24787]: audit 2024-09-18T08:22:50.501510+0000 mon.smithi079 (mon.0) 443 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:51.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:51 smithi079 bash[19997]: cluster 2024-09-18T08:22:49.389046+0000 mgr.smithi079.dmaxqe (mgr.14205) 111 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:51.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:51 smithi079 bash[19997]: cluster 2024-09-18T08:22:49.389046+0000 mgr.smithi079.dmaxqe (mgr.14205) 111 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:51.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:51 smithi079 bash[19997]: audit 2024-09-18T08:22:50.499849+0000 mon.smithi079 (mon.0) 442 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-18T08:22:51.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:51 smithi079 bash[19997]: audit 2024-09-18T08:22:50.499849+0000 mon.smithi079 (mon.0) 442 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-18T08:22:51.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:51 smithi079 bash[19997]: audit 2024-09-18T08:22:50.501510+0000 mon.smithi079 (mon.0) 443 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:51.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:51 smithi079 bash[19997]: audit 2024-09-18T08:22:50.501510+0000 mon.smithi079 (mon.0) 443 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:51.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:51 smithi135 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:22:52.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:52 smithi135 bash[24787]: cephadm 2024-09-18T08:22:50.502853+0000 mgr.smithi079.dmaxqe (mgr.14205) 112 : cephadm [INF] Deploying daemon osd.1 on smithi079 2024-09-18T08:22:52.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:52 smithi135 bash[24787]: cephadm 2024-09-18T08:22:50.502853+0000 mgr.smithi079.dmaxqe (mgr.14205) 112 : cephadm [INF] Deploying daemon osd.1 on smithi079 2024-09-18T08:22:52.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:52 smithi135 bash[24787]: audit 2024-09-18T08:22:51.397113+0000 mon.smithi079 (mon.0) 444 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:52.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:52 smithi135 bash[24787]: audit 2024-09-18T08:22:51.397113+0000 mon.smithi079 (mon.0) 444 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:52.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:52 smithi135 bash[24787]: audit 2024-09-18T08:22:51.405611+0000 mon.smithi079 (mon.0) 445 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:52.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:52 smithi135 bash[24787]: audit 2024-09-18T08:22:51.405611+0000 mon.smithi079 (mon.0) 445 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:52.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:52 smithi135 bash[24787]: audit 2024-09-18T08:22:51.407409+0000 mon.smithi079 (mon.0) 446 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-18T08:22:52.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:52 smithi135 bash[24787]: audit 2024-09-18T08:22:51.407409+0000 mon.smithi079 (mon.0) 446 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-18T08:22:52.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:52 smithi135 bash[24787]: audit 2024-09-18T08:22:51.409388+0000 mon.smithi079 (mon.0) 447 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:52.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:52 smithi135 bash[24787]: audit 2024-09-18T08:22:51.409388+0000 mon.smithi079 (mon.0) 447 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:52.335 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:52 smithi079 bash[19997]: cephadm 2024-09-18T08:22:50.502853+0000 mgr.smithi079.dmaxqe (mgr.14205) 112 : cephadm [INF] Deploying daemon osd.1 on smithi079 2024-09-18T08:22:52.335 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:52 smithi079 bash[19997]: cephadm 2024-09-18T08:22:50.502853+0000 mgr.smithi079.dmaxqe (mgr.14205) 112 : cephadm [INF] Deploying daemon osd.1 on smithi079 2024-09-18T08:22:52.335 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:52 smithi079 bash[19997]: audit 2024-09-18T08:22:51.397113+0000 mon.smithi079 (mon.0) 444 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:52.335 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:52 smithi079 bash[19997]: audit 2024-09-18T08:22:51.397113+0000 mon.smithi079 (mon.0) 444 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:52.336 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:52 smithi079 bash[19997]: audit 2024-09-18T08:22:51.405611+0000 mon.smithi079 (mon.0) 445 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:52.336 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:52 smithi079 bash[19997]: audit 2024-09-18T08:22:51.405611+0000 mon.smithi079 (mon.0) 445 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:52.336 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:52 smithi079 bash[19997]: audit 2024-09-18T08:22:51.407409+0000 mon.smithi079 (mon.0) 446 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-18T08:22:52.336 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:52 smithi079 bash[19997]: audit 2024-09-18T08:22:51.407409+0000 mon.smithi079 (mon.0) 446 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-18T08:22:52.336 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:52 smithi079 bash[19997]: audit 2024-09-18T08:22:51.409388+0000 mon.smithi079 (mon.0) 447 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:52.336 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:52 smithi079 bash[19997]: audit 2024-09-18T08:22:51.409388+0000 mon.smithi079 (mon.0) 447 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:53.351 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:53 smithi135 bash[24787]: cluster 2024-09-18T08:22:51.389677+0000 mgr.smithi079.dmaxqe (mgr.14205) 113 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:53.351 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:53 smithi135 bash[24787]: cluster 2024-09-18T08:22:51.389677+0000 mgr.smithi079.dmaxqe (mgr.14205) 113 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:53.351 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:53 smithi135 bash[24787]: cephadm 2024-09-18T08:22:51.410930+0000 mgr.smithi079.dmaxqe (mgr.14205) 114 : cephadm [INF] Deploying daemon osd.2 on smithi135 2024-09-18T08:22:53.351 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:53 smithi135 bash[24787]: cephadm 2024-09-18T08:22:51.410930+0000 mgr.smithi079.dmaxqe (mgr.14205) 114 : cephadm [INF] Deploying daemon osd.2 on smithi135 2024-09-18T08:22:53.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:53 smithi079 bash[19997]: cluster 2024-09-18T08:22:51.389677+0000 mgr.smithi079.dmaxqe (mgr.14205) 113 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:53.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:53 smithi079 bash[19997]: cluster 2024-09-18T08:22:51.389677+0000 mgr.smithi079.dmaxqe (mgr.14205) 113 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:53.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:53 smithi079 bash[19997]: cephadm 2024-09-18T08:22:51.410930+0000 mgr.smithi079.dmaxqe (mgr.14205) 114 : cephadm [INF] Deploying daemon osd.2 on smithi135 2024-09-18T08:22:53.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:53 smithi079 bash[19997]: cephadm 2024-09-18T08:22:51.410930+0000 mgr.smithi079.dmaxqe (mgr.14205) 114 : cephadm [INF] Deploying daemon osd.2 on smithi135 2024-09-18T08:22:54.477 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:22:55.348 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:55 smithi135 bash[24787]: cluster 2024-09-18T08:22:53.390046+0000 mgr.smithi079.dmaxqe (mgr.14205) 115 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:55.348 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:55 smithi135 bash[24787]: cluster 2024-09-18T08:22:53.390046+0000 mgr.smithi079.dmaxqe (mgr.14205) 115 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:55.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:55 smithi079 bash[19997]: cluster 2024-09-18T08:22:53.390046+0000 mgr.smithi079.dmaxqe (mgr.14205) 115 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:55.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:55 smithi079 bash[19997]: cluster 2024-09-18T08:22:53.390046+0000 mgr.smithi079.dmaxqe (mgr.14205) 115 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:56.097 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:55 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:22:56.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:56 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:22:56.451 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:22:56.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:56 smithi135 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:22:56.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:56 smithi135 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:22:57.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:57 smithi079 bash[19997]: cluster 2024-09-18T08:22:55.390427+0000 mgr.smithi079.dmaxqe (mgr.14205) 116 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:57.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:57 smithi079 bash[19997]: cluster 2024-09-18T08:22:55.390427+0000 mgr.smithi079.dmaxqe (mgr.14205) 116 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:57.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:57 smithi079 bash[19997]: audit 2024-09-18T08:22:56.426575+0000 mon.smithi079 (mon.0) 448 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:57.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:57 smithi079 bash[19997]: audit 2024-09-18T08:22:56.426575+0000 mon.smithi079 (mon.0) 448 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:57.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:57 smithi079 bash[19997]: audit 2024-09-18T08:22:56.430619+0000 mon.smithi079 (mon.0) 449 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:57.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:57 smithi079 bash[19997]: audit 2024-09-18T08:22:56.430619+0000 mon.smithi079 (mon.0) 449 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:57.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:57 smithi079 bash[19997]: audit 2024-09-18T08:22:56.431353+0000 mon.smithi079 (mon.0) 450 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-18T08:22:57.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:57 smithi079 bash[19997]: audit 2024-09-18T08:22:56.431353+0000 mon.smithi079 (mon.0) 450 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-18T08:22:57.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:57 smithi079 bash[19997]: audit 2024-09-18T08:22:56.432028+0000 mon.smithi079 (mon.0) 451 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:57.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:57 smithi079 bash[19997]: audit 2024-09-18T08:22:56.432028+0000 mon.smithi079 (mon.0) 451 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:57.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:57 smithi079 bash[19997]: audit 2024-09-18T08:22:56.451340+0000 mon.smithi079 (mon.0) 452 : audit [DBG] from='client.? 172.21.15.79:0/1845444370' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:22:57.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:57 smithi079 bash[19997]: audit 2024-09-18T08:22:56.451340+0000 mon.smithi079 (mon.0) 452 : audit [DBG] from='client.? 172.21.15.79:0/1845444370' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:22:57.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:57 smithi079 bash[19997]: audit 2024-09-18T08:22:56.687674+0000 mon.smithi079 (mon.0) 453 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:57.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:57 smithi079 bash[19997]: audit 2024-09-18T08:22:56.687674+0000 mon.smithi079 (mon.0) 453 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:57.362 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:57 smithi079 bash[19997]: audit 2024-09-18T08:22:56.692729+0000 mon.smithi079 (mon.0) 454 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:57.362 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:57 smithi079 bash[19997]: audit 2024-09-18T08:22:56.692729+0000 mon.smithi079 (mon.0) 454 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:57.362 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:57 smithi079 bash[19997]: audit 2024-09-18T08:22:56.693821+0000 mon.smithi079 (mon.0) 455 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-18T08:22:57.362 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:57 smithi079 bash[19997]: audit 2024-09-18T08:22:56.693821+0000 mon.smithi079 (mon.0) 455 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-18T08:22:57.362 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:57 smithi079 bash[19997]: audit 2024-09-18T08:22:56.694870+0000 mon.smithi079 (mon.0) 456 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:57.362 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:57 smithi079 bash[19997]: audit 2024-09-18T08:22:56.694870+0000 mon.smithi079 (mon.0) 456 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:57.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:57 smithi135 bash[24787]: cluster 2024-09-18T08:22:55.390427+0000 mgr.smithi079.dmaxqe (mgr.14205) 116 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:57.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:57 smithi135 bash[24787]: cluster 2024-09-18T08:22:55.390427+0000 mgr.smithi079.dmaxqe (mgr.14205) 116 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:57.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:57 smithi135 bash[24787]: audit 2024-09-18T08:22:56.426575+0000 mon.smithi079 (mon.0) 448 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:57.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:57 smithi135 bash[24787]: audit 2024-09-18T08:22:56.426575+0000 mon.smithi079 (mon.0) 448 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:57.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:57 smithi135 bash[24787]: audit 2024-09-18T08:22:56.430619+0000 mon.smithi079 (mon.0) 449 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:57.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:57 smithi135 bash[24787]: audit 2024-09-18T08:22:56.430619+0000 mon.smithi079 (mon.0) 449 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:57.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:57 smithi135 bash[24787]: audit 2024-09-18T08:22:56.431353+0000 mon.smithi079 (mon.0) 450 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-18T08:22:57.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:57 smithi135 bash[24787]: audit 2024-09-18T08:22:56.431353+0000 mon.smithi079 (mon.0) 450 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-18T08:22:57.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:57 smithi135 bash[24787]: audit 2024-09-18T08:22:56.432028+0000 mon.smithi079 (mon.0) 451 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:57.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:57 smithi135 bash[24787]: audit 2024-09-18T08:22:56.432028+0000 mon.smithi079 (mon.0) 451 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:57.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:57 smithi135 bash[24787]: audit 2024-09-18T08:22:56.451340+0000 mon.smithi079 (mon.0) 452 : audit [DBG] from='client.? 172.21.15.79:0/1845444370' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:22:57.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:57 smithi135 bash[24787]: audit 2024-09-18T08:22:56.451340+0000 mon.smithi079 (mon.0) 452 : audit [DBG] from='client.? 172.21.15.79:0/1845444370' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:22:57.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:57 smithi135 bash[24787]: audit 2024-09-18T08:22:56.687674+0000 mon.smithi079 (mon.0) 453 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:57.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:57 smithi135 bash[24787]: audit 2024-09-18T08:22:56.687674+0000 mon.smithi079 (mon.0) 453 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:57.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:57 smithi135 bash[24787]: audit 2024-09-18T08:22:56.692729+0000 mon.smithi079 (mon.0) 454 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:57.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:57 smithi135 bash[24787]: audit 2024-09-18T08:22:56.692729+0000 mon.smithi079 (mon.0) 454 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:22:57.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:57 smithi135 bash[24787]: audit 2024-09-18T08:22:56.693821+0000 mon.smithi079 (mon.0) 455 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-18T08:22:57.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:57 smithi135 bash[24787]: audit 2024-09-18T08:22:56.693821+0000 mon.smithi079 (mon.0) 455 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-18T08:22:57.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:57 smithi135 bash[24787]: audit 2024-09-18T08:22:56.694870+0000 mon.smithi079 (mon.0) 456 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:57.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:57 smithi135 bash[24787]: audit 2024-09-18T08:22:56.694870+0000 mon.smithi079 (mon.0) 456 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:22:58.097 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726647754,"num_remapped_pgs":0} 2024-09-18T08:22:58.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:58 smithi079 bash[19997]: cephadm 2024-09-18T08:22:56.432616+0000 mgr.smithi079.dmaxqe (mgr.14205) 117 : cephadm [INF] Deploying daemon osd.3 on smithi079 2024-09-18T08:22:58.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:58 smithi079 bash[19997]: cephadm 2024-09-18T08:22:56.432616+0000 mgr.smithi079.dmaxqe (mgr.14205) 117 : cephadm [INF] Deploying daemon osd.3 on smithi079 2024-09-18T08:22:58.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:58 smithi079 bash[19997]: cephadm 2024-09-18T08:22:56.695665+0000 mgr.smithi079.dmaxqe (mgr.14205) 118 : cephadm [INF] Deploying daemon osd.4 on smithi135 2024-09-18T08:22:58.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:58 smithi079 bash[19997]: cephadm 2024-09-18T08:22:56.695665+0000 mgr.smithi079.dmaxqe (mgr.14205) 118 : cephadm [INF] Deploying daemon osd.4 on smithi135 2024-09-18T08:22:58.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:58 smithi135 bash[24787]: cephadm 2024-09-18T08:22:56.432616+0000 mgr.smithi079.dmaxqe (mgr.14205) 117 : cephadm [INF] Deploying daemon osd.3 on smithi079 2024-09-18T08:22:58.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:58 smithi135 bash[24787]: cephadm 2024-09-18T08:22:56.432616+0000 mgr.smithi079.dmaxqe (mgr.14205) 117 : cephadm [INF] Deploying daemon osd.3 on smithi079 2024-09-18T08:22:58.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:58 smithi135 bash[24787]: cephadm 2024-09-18T08:22:56.695665+0000 mgr.smithi079.dmaxqe (mgr.14205) 118 : cephadm [INF] Deploying daemon osd.4 on smithi135 2024-09-18T08:22:58.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:58 smithi135 bash[24787]: cephadm 2024-09-18T08:22:56.695665+0000 mgr.smithi079.dmaxqe (mgr.14205) 118 : cephadm [INF] Deploying daemon osd.4 on smithi135 2024-09-18T08:22:59.098 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-18T08:22:59.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:59 smithi135 bash[24787]: cluster 2024-09-18T08:22:57.390916+0000 mgr.smithi079.dmaxqe (mgr.14205) 119 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:59.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:22:59 smithi135 bash[24787]: cluster 2024-09-18T08:22:57.390916+0000 mgr.smithi079.dmaxqe (mgr.14205) 119 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:59.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:59 smithi079 bash[19997]: cluster 2024-09-18T08:22:57.390916+0000 mgr.smithi079.dmaxqe (mgr.14205) 119 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:22:59.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:22:59 smithi079 bash[19997]: cluster 2024-09-18T08:22:57.390916+0000 mgr.smithi079.dmaxqe (mgr.14205) 119 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:23:01.337 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:01 smithi135 bash[24787]: cluster 2024-09-18T08:22:59.391306+0000 mgr.smithi079.dmaxqe (mgr.14205) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:23:01.337 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:01 smithi135 bash[24787]: cluster 2024-09-18T08:22:59.391306+0000 mgr.smithi079.dmaxqe (mgr.14205) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:23:01.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:01 smithi079 bash[19997]: cluster 2024-09-18T08:22:59.391306+0000 mgr.smithi079.dmaxqe (mgr.14205) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:23:01.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:01 smithi079 bash[19997]: cluster 2024-09-18T08:22:59.391306+0000 mgr.smithi079.dmaxqe (mgr.14205) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:23:02.103 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:01 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:23:02.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:02 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:23:02.469 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:02 smithi135 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:23:02.828 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:02 smithi135 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:23:03.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:03 smithi079 bash[19997]: cluster 2024-09-18T08:23:01.391719+0000 mgr.smithi079.dmaxqe (mgr.14205) 121 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:23:03.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:03 smithi079 bash[19997]: cluster 2024-09-18T08:23:01.391719+0000 mgr.smithi079.dmaxqe (mgr.14205) 121 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:23:03.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:03 smithi079 bash[19997]: audit 2024-09-18T08:23:02.403066+0000 mon.smithi079 (mon.0) 457 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:03.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:03 smithi079 bash[19997]: audit 2024-09-18T08:23:02.403066+0000 mon.smithi079 (mon.0) 457 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:03.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:03 smithi079 bash[19997]: audit 2024-09-18T08:23:02.406783+0000 mon.smithi079 (mon.0) 458 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:03.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:03 smithi079 bash[19997]: audit 2024-09-18T08:23:02.406783+0000 mon.smithi079 (mon.0) 458 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:03.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:03 smithi079 bash[19997]: audit 2024-09-18T08:23:02.407433+0000 mon.smithi079 (mon.0) 459 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-18T08:23:03.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:03 smithi079 bash[19997]: audit 2024-09-18T08:23:02.407433+0000 mon.smithi079 (mon.0) 459 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-18T08:23:03.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:03 smithi079 bash[19997]: audit 2024-09-18T08:23:02.408064+0000 mon.smithi079 (mon.0) 460 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:23:03.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:03 smithi079 bash[19997]: audit 2024-09-18T08:23:02.408064+0000 mon.smithi079 (mon.0) 460 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:23:03.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:03 smithi079 bash[19997]: audit 2024-09-18T08:23:02.712255+0000 mon.smithi079 (mon.0) 461 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:23:03.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:03 smithi079 bash[19997]: audit 2024-09-18T08:23:02.712255+0000 mon.smithi079 (mon.0) 461 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:23:03.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:03 smithi079 bash[19997]: audit 2024-09-18T08:23:02.775493+0000 mon.smithi079 (mon.0) 462 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:03.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:03 smithi079 bash[19997]: audit 2024-09-18T08:23:02.775493+0000 mon.smithi079 (mon.0) 462 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:03.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:03 smithi079 bash[19997]: audit 2024-09-18T08:23:02.787469+0000 mon.smithi079 (mon.0) 463 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:03.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:03 smithi079 bash[19997]: audit 2024-09-18T08:23:02.787469+0000 mon.smithi079 (mon.0) 463 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:03.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:03 smithi079 bash[19997]: audit 2024-09-18T08:23:02.788872+0000 mon.smithi079 (mon.0) 464 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-18T08:23:03.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:03 smithi079 bash[19997]: audit 2024-09-18T08:23:02.788872+0000 mon.smithi079 (mon.0) 464 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-18T08:23:03.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:03 smithi079 bash[19997]: audit 2024-09-18T08:23:02.789887+0000 mon.smithi079 (mon.0) 465 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:23:03.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:03 smithi079 bash[19997]: audit 2024-09-18T08:23:02.789887+0000 mon.smithi079 (mon.0) 465 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:23:03.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:03 smithi135 bash[24787]: cluster 2024-09-18T08:23:01.391719+0000 mgr.smithi079.dmaxqe (mgr.14205) 121 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:23:03.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:03 smithi135 bash[24787]: cluster 2024-09-18T08:23:01.391719+0000 mgr.smithi079.dmaxqe (mgr.14205) 121 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:23:03.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:03 smithi135 bash[24787]: audit 2024-09-18T08:23:02.403066+0000 mon.smithi079 (mon.0) 457 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:03.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:03 smithi135 bash[24787]: audit 2024-09-18T08:23:02.403066+0000 mon.smithi079 (mon.0) 457 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:03.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:03 smithi135 bash[24787]: audit 2024-09-18T08:23:02.406783+0000 mon.smithi079 (mon.0) 458 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:03.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:03 smithi135 bash[24787]: audit 2024-09-18T08:23:02.406783+0000 mon.smithi079 (mon.0) 458 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:03.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:03 smithi135 bash[24787]: audit 2024-09-18T08:23:02.407433+0000 mon.smithi079 (mon.0) 459 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-18T08:23:03.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:03 smithi135 bash[24787]: audit 2024-09-18T08:23:02.407433+0000 mon.smithi079 (mon.0) 459 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-18T08:23:03.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:03 smithi135 bash[24787]: audit 2024-09-18T08:23:02.408064+0000 mon.smithi079 (mon.0) 460 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:23:03.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:03 smithi135 bash[24787]: audit 2024-09-18T08:23:02.408064+0000 mon.smithi079 (mon.0) 460 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:23:03.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:03 smithi135 bash[24787]: audit 2024-09-18T08:23:02.712255+0000 mon.smithi079 (mon.0) 461 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:23:03.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:03 smithi135 bash[24787]: audit 2024-09-18T08:23:02.712255+0000 mon.smithi079 (mon.0) 461 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:23:03.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:03 smithi135 bash[24787]: audit 2024-09-18T08:23:02.775493+0000 mon.smithi079 (mon.0) 462 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:03.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:03 smithi135 bash[24787]: audit 2024-09-18T08:23:02.775493+0000 mon.smithi079 (mon.0) 462 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:03.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:03 smithi135 bash[24787]: audit 2024-09-18T08:23:02.787469+0000 mon.smithi079 (mon.0) 463 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:03.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:03 smithi135 bash[24787]: audit 2024-09-18T08:23:02.787469+0000 mon.smithi079 (mon.0) 463 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:03.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:03 smithi135 bash[24787]: audit 2024-09-18T08:23:02.788872+0000 mon.smithi079 (mon.0) 464 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-18T08:23:03.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:03 smithi135 bash[24787]: audit 2024-09-18T08:23:02.788872+0000 mon.smithi079 (mon.0) 464 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-18T08:23:03.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:03 smithi135 bash[24787]: audit 2024-09-18T08:23:02.789887+0000 mon.smithi079 (mon.0) 465 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:23:03.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:03 smithi135 bash[24787]: audit 2024-09-18T08:23:02.789887+0000 mon.smithi079 (mon.0) 465 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:23:04.165 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:23:04.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:04 smithi079 bash[19997]: cephadm 2024-09-18T08:23:02.408612+0000 mgr.smithi079.dmaxqe (mgr.14205) 122 : cephadm [INF] Deploying daemon osd.5 on smithi079 2024-09-18T08:23:04.349 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:04 smithi079 bash[19997]: cephadm 2024-09-18T08:23:02.408612+0000 mgr.smithi079.dmaxqe (mgr.14205) 122 : cephadm [INF] Deploying daemon osd.5 on smithi079 2024-09-18T08:23:04.349 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:04 smithi079 bash[19997]: cephadm 2024-09-18T08:23:02.790753+0000 mgr.smithi079.dmaxqe (mgr.14205) 123 : cephadm [INF] Deploying daemon osd.6 on smithi135 2024-09-18T08:23:04.349 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:04 smithi079 bash[19997]: cephadm 2024-09-18T08:23:02.790753+0000 mgr.smithi079.dmaxqe (mgr.14205) 123 : cephadm [INF] Deploying daemon osd.6 on smithi135 2024-09-18T08:23:04.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:04 smithi135 bash[24787]: cephadm 2024-09-18T08:23:02.408612+0000 mgr.smithi079.dmaxqe (mgr.14205) 122 : cephadm [INF] Deploying daemon osd.5 on smithi079 2024-09-18T08:23:04.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:04 smithi135 bash[24787]: cephadm 2024-09-18T08:23:02.408612+0000 mgr.smithi079.dmaxqe (mgr.14205) 122 : cephadm [INF] Deploying daemon osd.5 on smithi079 2024-09-18T08:23:04.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:04 smithi135 bash[24787]: cephadm 2024-09-18T08:23:02.790753+0000 mgr.smithi079.dmaxqe (mgr.14205) 123 : cephadm [INF] Deploying daemon osd.6 on smithi135 2024-09-18T08:23:04.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:04 smithi135 bash[24787]: cephadm 2024-09-18T08:23:02.790753+0000 mgr.smithi079.dmaxqe (mgr.14205) 123 : cephadm [INF] Deploying daemon osd.6 on smithi135 2024-09-18T08:23:05.390 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:05 smithi079 bash[19997]: cluster 2024-09-18T08:23:03.392090+0000 mgr.smithi079.dmaxqe (mgr.14205) 124 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:23:05.390 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:05 smithi079 bash[19997]: cluster 2024-09-18T08:23:03.392090+0000 mgr.smithi079.dmaxqe (mgr.14205) 124 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:23:05.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:05 smithi135 bash[24787]: cluster 2024-09-18T08:23:03.392090+0000 mgr.smithi079.dmaxqe (mgr.14205) 124 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:23:05.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:05 smithi135 bash[24787]: cluster 2024-09-18T08:23:03.392090+0000 mgr.smithi079.dmaxqe (mgr.14205) 124 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:23:07.442 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:07 smithi079 bash[19997]: cluster 2024-09-18T08:23:05.392579+0000 mgr.smithi079.dmaxqe (mgr.14205) 125 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:23:07.442 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:07 smithi079 bash[19997]: cluster 2024-09-18T08:23:05.392579+0000 mgr.smithi079.dmaxqe (mgr.14205) 125 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:23:07.442 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:07 smithi079 bash[19997]: audit 2024-09-18T08:23:06.317701+0000 mon.smithi079 (mon.0) 466 : audit [INF] from='osd.0 [v2:172.21.15.135:6800/1925803737,v1:172.21.15.135:6801/1925803737]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-18T08:23:07.442 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:07 smithi079 bash[19997]: audit 2024-09-18T08:23:06.317701+0000 mon.smithi079 (mon.0) 466 : audit [INF] from='osd.0 [v2:172.21.15.135:6800/1925803737,v1:172.21.15.135:6801/1925803737]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-18T08:23:07.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:07 smithi135 bash[24787]: cluster 2024-09-18T08:23:05.392579+0000 mgr.smithi079.dmaxqe (mgr.14205) 125 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:23:07.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:07 smithi135 bash[24787]: cluster 2024-09-18T08:23:05.392579+0000 mgr.smithi079.dmaxqe (mgr.14205) 125 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:23:07.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:07 smithi135 bash[24787]: audit 2024-09-18T08:23:06.317701+0000 mon.smithi079 (mon.0) 466 : audit [INF] from='osd.0 [v2:172.21.15.135:6800/1925803737,v1:172.21.15.135:6801/1925803737]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-18T08:23:07.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:07 smithi135 bash[24787]: audit 2024-09-18T08:23:06.317701+0000 mon.smithi079 (mon.0) 466 : audit [INF] from='osd.0 [v2:172.21.15.135:6800/1925803737,v1:172.21.15.135:6801/1925803737]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-18T08:23:07.936 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:23:08.223 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:08 smithi079 bash[19997]: audit 2024-09-18T08:23:07.120397+0000 mon.smithi079 (mon.0) 467 : audit [INF] from='osd.0 [v2:172.21.15.135:6800/1925803737,v1:172.21.15.135:6801/1925803737]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-18T08:23:08.223 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:08 smithi079 bash[19997]: audit 2024-09-18T08:23:07.120397+0000 mon.smithi079 (mon.0) 467 : audit [INF] from='osd.0 [v2:172.21.15.135:6800/1925803737,v1:172.21.15.135:6801/1925803737]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-18T08:23:08.223 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:08 smithi079 bash[19997]: cluster 2024-09-18T08:23:07.123508+0000 mon.smithi079 (mon.0) 468 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-09-18T08:23:08.223 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:08 smithi079 bash[19997]: cluster 2024-09-18T08:23:07.123508+0000 mon.smithi079 (mon.0) 468 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-09-18T08:23:08.223 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:08 smithi079 bash[19997]: audit 2024-09-18T08:23:07.124176+0000 mon.smithi079 (mon.0) 469 : audit [INF] from='osd.0 [v2:172.21.15.135:6800/1925803737,v1:172.21.15.135:6801/1925803737]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi135", "root=default"]} : dispatch 2024-09-18T08:23:08.224 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:08 smithi079 bash[19997]: audit 2024-09-18T08:23:07.124176+0000 mon.smithi079 (mon.0) 469 : audit [INF] from='osd.0 [v2:172.21.15.135:6800/1925803737,v1:172.21.15.135:6801/1925803737]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi135", "root=default"]} : dispatch 2024-09-18T08:23:08.224 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:08 smithi079 bash[19997]: audit 2024-09-18T08:23:07.124868+0000 mon.smithi079 (mon.0) 470 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:23:08.224 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:08 smithi079 bash[19997]: audit 2024-09-18T08:23:07.124868+0000 mon.smithi079 (mon.0) 470 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:23:08.224 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:08 smithi079 bash[19997]: audit 2024-09-18T08:23:07.125408+0000 mon.smithi079 (mon.0) 471 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:08.224 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:08 smithi079 bash[19997]: audit 2024-09-18T08:23:07.125408+0000 mon.smithi079 (mon.0) 471 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:08.224 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:08 smithi079 bash[19997]: audit 2024-09-18T08:23:07.125958+0000 mon.smithi079 (mon.0) 472 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:08.224 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:08 smithi079 bash[19997]: audit 2024-09-18T08:23:07.125958+0000 mon.smithi079 (mon.0) 472 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:08.224 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:08 smithi079 bash[19997]: audit 2024-09-18T08:23:07.126465+0000 mon.smithi079 (mon.0) 473 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:08.224 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:08 smithi079 bash[19997]: audit 2024-09-18T08:23:07.126465+0000 mon.smithi079 (mon.0) 473 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:08.224 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:08 smithi079 bash[19997]: audit 2024-09-18T08:23:07.126965+0000 mon.smithi079 (mon.0) 474 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:08.224 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:08 smithi079 bash[19997]: audit 2024-09-18T08:23:07.126965+0000 mon.smithi079 (mon.0) 474 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:08.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:08 smithi135 bash[24787]: audit 2024-09-18T08:23:07.120397+0000 mon.smithi079 (mon.0) 467 : audit [INF] from='osd.0 [v2:172.21.15.135:6800/1925803737,v1:172.21.15.135:6801/1925803737]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-18T08:23:08.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:08 smithi135 bash[24787]: audit 2024-09-18T08:23:07.120397+0000 mon.smithi079 (mon.0) 467 : audit [INF] from='osd.0 [v2:172.21.15.135:6800/1925803737,v1:172.21.15.135:6801/1925803737]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-18T08:23:08.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:08 smithi135 bash[24787]: cluster 2024-09-18T08:23:07.123508+0000 mon.smithi079 (mon.0) 468 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-09-18T08:23:08.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:08 smithi135 bash[24787]: cluster 2024-09-18T08:23:07.123508+0000 mon.smithi079 (mon.0) 468 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-09-18T08:23:08.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:08 smithi135 bash[24787]: audit 2024-09-18T08:23:07.124176+0000 mon.smithi079 (mon.0) 469 : audit [INF] from='osd.0 [v2:172.21.15.135:6800/1925803737,v1:172.21.15.135:6801/1925803737]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi135", "root=default"]} : dispatch 2024-09-18T08:23:08.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:08 smithi135 bash[24787]: audit 2024-09-18T08:23:07.124176+0000 mon.smithi079 (mon.0) 469 : audit [INF] from='osd.0 [v2:172.21.15.135:6800/1925803737,v1:172.21.15.135:6801/1925803737]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi135", "root=default"]} : dispatch 2024-09-18T08:23:08.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:08 smithi135 bash[24787]: audit 2024-09-18T08:23:07.124868+0000 mon.smithi079 (mon.0) 470 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:23:08.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:08 smithi135 bash[24787]: audit 2024-09-18T08:23:07.124868+0000 mon.smithi079 (mon.0) 470 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:23:08.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:08 smithi135 bash[24787]: audit 2024-09-18T08:23:07.125408+0000 mon.smithi079 (mon.0) 471 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:08.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:08 smithi135 bash[24787]: audit 2024-09-18T08:23:07.125408+0000 mon.smithi079 (mon.0) 471 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:08.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:08 smithi135 bash[24787]: audit 2024-09-18T08:23:07.125958+0000 mon.smithi079 (mon.0) 472 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:08.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:08 smithi135 bash[24787]: audit 2024-09-18T08:23:07.125958+0000 mon.smithi079 (mon.0) 472 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:08.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:08 smithi135 bash[24787]: audit 2024-09-18T08:23:07.126465+0000 mon.smithi079 (mon.0) 473 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:08.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:08 smithi135 bash[24787]: audit 2024-09-18T08:23:07.126465+0000 mon.smithi079 (mon.0) 473 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:08.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:08 smithi135 bash[24787]: audit 2024-09-18T08:23:07.126965+0000 mon.smithi079 (mon.0) 474 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:08.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:08 smithi135 bash[24787]: audit 2024-09-18T08:23:07.126965+0000 mon.smithi079 (mon.0) 474 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:08.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:08 smithi135 bash[24787]: audit 2024-09-18T08:23:07.127484+0000 mon.smithi079 (mon.0) 475 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:08.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:08 smithi135 bash[24787]: audit 2024-09-18T08:23:07.127484+0000 mon.smithi079 (mon.0) 475 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:08.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:08 smithi135 bash[24787]: audit 2024-09-18T08:23:07.127992+0000 mon.smithi079 (mon.0) 476 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:08.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:08 smithi135 bash[24787]: audit 2024-09-18T08:23:07.127992+0000 mon.smithi079 (mon.0) 476 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:08.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:08 smithi135 bash[24787]: audit 2024-09-18T08:23:07.128498+0000 mon.smithi079 (mon.0) 477 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:08.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:08 smithi135 bash[24787]: audit 2024-09-18T08:23:07.128498+0000 mon.smithi079 (mon.0) 477 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:08.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:08 smithi135 bash[24787]: audit 2024-09-18T08:23:07.936447+0000 mon.smithi079 (mon.0) 478 : audit [DBG] from='client.? 172.21.15.79:0/270283241' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:23:08.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:08 smithi135 bash[24787]: audit 2024-09-18T08:23:07.936447+0000 mon.smithi079 (mon.0) 478 : audit [DBG] from='client.? 172.21.15.79:0/270283241' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:23:08.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:08 smithi079 bash[19997]: audit 2024-09-18T08:23:07.127484+0000 mon.smithi079 (mon.0) 475 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:08.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:08 smithi079 bash[19997]: audit 2024-09-18T08:23:07.127484+0000 mon.smithi079 (mon.0) 475 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:08.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:08 smithi079 bash[19997]: audit 2024-09-18T08:23:07.127992+0000 mon.smithi079 (mon.0) 476 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:08.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:08 smithi079 bash[19997]: audit 2024-09-18T08:23:07.127992+0000 mon.smithi079 (mon.0) 476 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:08.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:08 smithi079 bash[19997]: audit 2024-09-18T08:23:07.128498+0000 mon.smithi079 (mon.0) 477 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:08.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:08 smithi079 bash[19997]: audit 2024-09-18T08:23:07.128498+0000 mon.smithi079 (mon.0) 477 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:08.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:08 smithi079 bash[19997]: audit 2024-09-18T08:23:07.936447+0000 mon.smithi079 (mon.0) 478 : audit [DBG] from='client.? 172.21.15.79:0/270283241' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:23:08.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:08 smithi079 bash[19997]: audit 2024-09-18T08:23:07.936447+0000 mon.smithi079 (mon.0) 478 : audit [DBG] from='client.? 172.21.15.79:0/270283241' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:23:09.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:09 smithi079 bash[19997]: cluster 2024-09-18T08:23:07.393037+0000 mgr.smithi079.dmaxqe (mgr.14205) 126 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:23:09.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:09 smithi079 bash[19997]: cluster 2024-09-18T08:23:07.393037+0000 mgr.smithi079.dmaxqe (mgr.14205) 126 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:23:09.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:09 smithi079 bash[19997]: audit 2024-09-18T08:23:08.122853+0000 mon.smithi079 (mon.0) 479 : audit [INF] from='osd.0 [v2:172.21.15.135:6800/1925803737,v1:172.21.15.135:6801/1925803737]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2024-09-18T08:23:09.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:09 smithi079 bash[19997]: audit 2024-09-18T08:23:08.122853+0000 mon.smithi079 (mon.0) 479 : audit [INF] from='osd.0 [v2:172.21.15.135:6800/1925803737,v1:172.21.15.135:6801/1925803737]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2024-09-18T08:23:09.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:09 smithi079 bash[19997]: cluster 2024-09-18T08:23:08.127862+0000 mon.smithi079 (mon.0) 480 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-09-18T08:23:09.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:09 smithi079 bash[19997]: cluster 2024-09-18T08:23:08.127862+0000 mon.smithi079 (mon.0) 480 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-09-18T08:23:09.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:09 smithi079 bash[19997]: audit 2024-09-18T08:23:08.128865+0000 mon.smithi079 (mon.0) 481 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:23:09.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:09 smithi079 bash[19997]: audit 2024-09-18T08:23:08.128865+0000 mon.smithi079 (mon.0) 481 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:23:09.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:09 smithi079 bash[19997]: audit 2024-09-18T08:23:08.129020+0000 mon.smithi079 (mon.0) 482 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:09.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:09 smithi079 bash[19997]: audit 2024-09-18T08:23:08.129020+0000 mon.smithi079 (mon.0) 482 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:09.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:09 smithi079 bash[19997]: audit 2024-09-18T08:23:08.129169+0000 mon.smithi079 (mon.0) 483 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:09.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:09 smithi079 bash[19997]: audit 2024-09-18T08:23:08.129169+0000 mon.smithi079 (mon.0) 483 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:09.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:09 smithi079 bash[19997]: audit 2024-09-18T08:23:08.129284+0000 mon.smithi079 (mon.0) 484 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:09.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:09 smithi079 bash[19997]: audit 2024-09-18T08:23:08.129284+0000 mon.smithi079 (mon.0) 484 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:09.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:09 smithi079 bash[19997]: audit 2024-09-18T08:23:08.129396+0000 mon.smithi079 (mon.0) 485 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:09.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:09 smithi079 bash[19997]: audit 2024-09-18T08:23:08.129396+0000 mon.smithi079 (mon.0) 485 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:09.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:09 smithi079 bash[19997]: audit 2024-09-18T08:23:08.139655+0000 mon.smithi079 (mon.0) 486 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:09.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:09 smithi079 bash[19997]: audit 2024-09-18T08:23:08.139655+0000 mon.smithi079 (mon.0) 486 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:09.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:09 smithi079 bash[19997]: audit 2024-09-18T08:23:08.140706+0000 mon.smithi079 (mon.0) 487 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:09.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:09 smithi079 bash[19997]: audit 2024-09-18T08:23:08.140706+0000 mon.smithi079 (mon.0) 487 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:09.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:09 smithi079 bash[19997]: audit 2024-09-18T08:23:08.141241+0000 mon.smithi079 (mon.0) 488 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:09.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:09 smithi079 bash[19997]: audit 2024-09-18T08:23:08.141241+0000 mon.smithi079 (mon.0) 488 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:09.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:09 smithi079 bash[19997]: audit 2024-09-18T08:23:08.141880+0000 mon.smithi079 (mon.0) 489 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:23:09.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:09 smithi079 bash[19997]: audit 2024-09-18T08:23:08.141880+0000 mon.smithi079 (mon.0) 489 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:23:09.442 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:09 smithi135 bash[24787]: cluster 2024-09-18T08:23:07.393037+0000 mgr.smithi079.dmaxqe (mgr.14205) 126 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:23:09.442 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:09 smithi135 bash[24787]: cluster 2024-09-18T08:23:07.393037+0000 mgr.smithi079.dmaxqe (mgr.14205) 126 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:23:09.442 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:09 smithi135 bash[24787]: audit 2024-09-18T08:23:08.122853+0000 mon.smithi079 (mon.0) 479 : audit [INF] from='osd.0 [v2:172.21.15.135:6800/1925803737,v1:172.21.15.135:6801/1925803737]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2024-09-18T08:23:09.442 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:09 smithi135 bash[24787]: audit 2024-09-18T08:23:08.122853+0000 mon.smithi079 (mon.0) 479 : audit [INF] from='osd.0 [v2:172.21.15.135:6800/1925803737,v1:172.21.15.135:6801/1925803737]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2024-09-18T08:23:09.442 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:09 smithi135 bash[24787]: cluster 2024-09-18T08:23:08.127862+0000 mon.smithi079 (mon.0) 480 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-09-18T08:23:09.442 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:09 smithi135 bash[24787]: cluster 2024-09-18T08:23:08.127862+0000 mon.smithi079 (mon.0) 480 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-09-18T08:23:09.442 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:09 smithi135 bash[24787]: audit 2024-09-18T08:23:08.128865+0000 mon.smithi079 (mon.0) 481 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:23:09.443 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:09 smithi135 bash[24787]: audit 2024-09-18T08:23:08.128865+0000 mon.smithi079 (mon.0) 481 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:23:09.443 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:09 smithi135 bash[24787]: audit 2024-09-18T08:23:08.129020+0000 mon.smithi079 (mon.0) 482 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:09.443 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:09 smithi135 bash[24787]: audit 2024-09-18T08:23:08.129020+0000 mon.smithi079 (mon.0) 482 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:09.443 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:09 smithi135 bash[24787]: audit 2024-09-18T08:23:08.129169+0000 mon.smithi079 (mon.0) 483 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:09.443 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:09 smithi135 bash[24787]: audit 2024-09-18T08:23:08.129169+0000 mon.smithi079 (mon.0) 483 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:09.443 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:09 smithi135 bash[24787]: audit 2024-09-18T08:23:08.129284+0000 mon.smithi079 (mon.0) 484 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:09.443 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:09 smithi135 bash[24787]: audit 2024-09-18T08:23:08.129284+0000 mon.smithi079 (mon.0) 484 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:09.443 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:09 smithi135 bash[24787]: audit 2024-09-18T08:23:08.129396+0000 mon.smithi079 (mon.0) 485 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:09.443 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:09 smithi135 bash[24787]: audit 2024-09-18T08:23:08.129396+0000 mon.smithi079 (mon.0) 485 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:09.443 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:09 smithi135 bash[24787]: audit 2024-09-18T08:23:08.139655+0000 mon.smithi079 (mon.0) 486 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:09.443 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:09 smithi135 bash[24787]: audit 2024-09-18T08:23:08.139655+0000 mon.smithi079 (mon.0) 486 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:09.443 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:09 smithi135 bash[24787]: audit 2024-09-18T08:23:08.140706+0000 mon.smithi079 (mon.0) 487 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:09.444 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:09 smithi135 bash[24787]: audit 2024-09-18T08:23:08.140706+0000 mon.smithi079 (mon.0) 487 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:09.444 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:09 smithi135 bash[24787]: audit 2024-09-18T08:23:08.141241+0000 mon.smithi079 (mon.0) 488 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:09.444 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:09 smithi135 bash[24787]: audit 2024-09-18T08:23:08.141241+0000 mon.smithi079 (mon.0) 488 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:09.444 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:09 smithi135 bash[24787]: audit 2024-09-18T08:23:08.141880+0000 mon.smithi079 (mon.0) 489 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:23:09.444 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:09 smithi135 bash[24787]: audit 2024-09-18T08:23:08.141880+0000 mon.smithi079 (mon.0) 489 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:23:09.692 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726647754,"num_remapped_pgs":0} 2024-09-18T08:23:09.694 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:09 smithi135 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:23:09.694 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:09 smithi135 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:23:10.398 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:10 smithi079 bash[19997]: cluster 2024-09-18T08:23:07.291472+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:10.399 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:10 smithi079 bash[19997]: cluster 2024-09-18T08:23:07.291472+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:10.399 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:10 smithi079 bash[19997]: cluster 2024-09-18T08:23:07.291554+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:10.399 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:10 smithi079 bash[19997]: cluster 2024-09-18T08:23:07.291554+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:10.399 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:10 smithi079 bash[19997]: cluster 2024-09-18T08:23:09.135480+0000 mon.smithi079 (mon.0) 490 : cluster [INF] osd.0 [v2:172.21.15.135:6800/1925803737,v1:172.21.15.135:6801/1925803737] boot 2024-09-18T08:23:10.399 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:10 smithi079 bash[19997]: cluster 2024-09-18T08:23:09.135480+0000 mon.smithi079 (mon.0) 490 : cluster [INF] osd.0 [v2:172.21.15.135:6800/1925803737,v1:172.21.15.135:6801/1925803737] boot 2024-09-18T08:23:10.399 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:10 smithi079 bash[19997]: cluster 2024-09-18T08:23:09.135510+0000 mon.smithi079 (mon.0) 491 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-09-18T08:23:10.399 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:10 smithi079 bash[19997]: cluster 2024-09-18T08:23:09.135510+0000 mon.smithi079 (mon.0) 491 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-09-18T08:23:10.399 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:10 smithi079 bash[19997]: audit 2024-09-18T08:23:09.136233+0000 mon.smithi079 (mon.0) 492 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:23:10.399 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:10 smithi079 bash[19997]: audit 2024-09-18T08:23:09.136233+0000 mon.smithi079 (mon.0) 492 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:23:10.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:10 smithi079 bash[19997]: audit 2024-09-18T08:23:09.136836+0000 mon.smithi079 (mon.0) 493 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:10.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:10 smithi079 bash[19997]: audit 2024-09-18T08:23:09.136836+0000 mon.smithi079 (mon.0) 493 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:10.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:10 smithi079 bash[19997]: audit 2024-09-18T08:23:09.137123+0000 mon.smithi079 (mon.0) 494 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:10.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:10 smithi079 bash[19997]: audit 2024-09-18T08:23:09.137123+0000 mon.smithi079 (mon.0) 494 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:10.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:10 smithi079 bash[19997]: audit 2024-09-18T08:23:09.137444+0000 mon.smithi079 (mon.0) 495 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:10.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:10 smithi079 bash[19997]: audit 2024-09-18T08:23:09.137444+0000 mon.smithi079 (mon.0) 495 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:10.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:10 smithi079 bash[19997]: audit 2024-09-18T08:23:09.137759+0000 mon.smithi079 (mon.0) 496 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:10.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:10 smithi079 bash[19997]: audit 2024-09-18T08:23:09.137759+0000 mon.smithi079 (mon.0) 496 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:10.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:10 smithi079 bash[19997]: audit 2024-09-18T08:23:09.138027+0000 mon.smithi079 (mon.0) 497 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:10.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:10 smithi079 bash[19997]: audit 2024-09-18T08:23:09.138027+0000 mon.smithi079 (mon.0) 497 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:10.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:10 smithi079 bash[19997]: audit 2024-09-18T08:23:09.138297+0000 mon.smithi079 (mon.0) 498 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:10.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:10 smithi079 bash[19997]: audit 2024-09-18T08:23:09.138297+0000 mon.smithi079 (mon.0) 498 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:10.401 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:10 smithi079 bash[19997]: audit 2024-09-18T08:23:09.138566+0000 mon.smithi079 (mon.0) 499 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:10.401 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:10 smithi079 bash[19997]: audit 2024-09-18T08:23:09.138566+0000 mon.smithi079 (mon.0) 499 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:10.401 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:10 smithi079 bash[19997]: audit 2024-09-18T08:23:09.853793+0000 mon.smithi079 (mon.0) 500 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:10.401 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:10 smithi079 bash[19997]: audit 2024-09-18T08:23:09.853793+0000 mon.smithi079 (mon.0) 500 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:10.401 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:10 smithi079 bash[19997]: audit 2024-09-18T08:23:09.861505+0000 mon.smithi079 (mon.0) 501 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:10.401 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:10 smithi079 bash[19997]: audit 2024-09-18T08:23:09.861505+0000 mon.smithi079 (mon.0) 501 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:10.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:10 smithi135 bash[24787]: cluster 2024-09-18T08:23:07.291472+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:10.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:10 smithi135 bash[24787]: cluster 2024-09-18T08:23:07.291472+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:10.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:10 smithi135 bash[24787]: cluster 2024-09-18T08:23:07.291554+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:10.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:10 smithi135 bash[24787]: cluster 2024-09-18T08:23:07.291554+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:10.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:10 smithi135 bash[24787]: cluster 2024-09-18T08:23:09.135480+0000 mon.smithi079 (mon.0) 490 : cluster [INF] osd.0 [v2:172.21.15.135:6800/1925803737,v1:172.21.15.135:6801/1925803737] boot 2024-09-18T08:23:10.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:10 smithi135 bash[24787]: cluster 2024-09-18T08:23:09.135480+0000 mon.smithi079 (mon.0) 490 : cluster [INF] osd.0 [v2:172.21.15.135:6800/1925803737,v1:172.21.15.135:6801/1925803737] boot 2024-09-18T08:23:10.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:10 smithi135 bash[24787]: cluster 2024-09-18T08:23:09.135510+0000 mon.smithi079 (mon.0) 491 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-09-18T08:23:10.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:10 smithi135 bash[24787]: cluster 2024-09-18T08:23:09.135510+0000 mon.smithi079 (mon.0) 491 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-09-18T08:23:10.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:10 smithi135 bash[24787]: audit 2024-09-18T08:23:09.136233+0000 mon.smithi079 (mon.0) 492 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:23:10.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:10 smithi135 bash[24787]: audit 2024-09-18T08:23:09.136233+0000 mon.smithi079 (mon.0) 492 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-18T08:23:10.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:10 smithi135 bash[24787]: audit 2024-09-18T08:23:09.136836+0000 mon.smithi079 (mon.0) 493 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:10.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:10 smithi135 bash[24787]: audit 2024-09-18T08:23:09.136836+0000 mon.smithi079 (mon.0) 493 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:10.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:10 smithi135 bash[24787]: audit 2024-09-18T08:23:09.137123+0000 mon.smithi079 (mon.0) 494 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:10.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:10 smithi135 bash[24787]: audit 2024-09-18T08:23:09.137123+0000 mon.smithi079 (mon.0) 494 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:10.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:10 smithi135 bash[24787]: audit 2024-09-18T08:23:09.137444+0000 mon.smithi079 (mon.0) 495 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:10.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:10 smithi135 bash[24787]: audit 2024-09-18T08:23:09.137444+0000 mon.smithi079 (mon.0) 495 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:10.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:10 smithi135 bash[24787]: audit 2024-09-18T08:23:09.137759+0000 mon.smithi079 (mon.0) 496 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:10.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:10 smithi135 bash[24787]: audit 2024-09-18T08:23:09.137759+0000 mon.smithi079 (mon.0) 496 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:10.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:10 smithi135 bash[24787]: audit 2024-09-18T08:23:09.138027+0000 mon.smithi079 (mon.0) 497 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:10.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:10 smithi135 bash[24787]: audit 2024-09-18T08:23:09.138027+0000 mon.smithi079 (mon.0) 497 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:10.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:10 smithi135 bash[24787]: audit 2024-09-18T08:23:09.138297+0000 mon.smithi079 (mon.0) 498 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:10.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:10 smithi135 bash[24787]: audit 2024-09-18T08:23:09.138297+0000 mon.smithi079 (mon.0) 498 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:10.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:10 smithi135 bash[24787]: audit 2024-09-18T08:23:09.138566+0000 mon.smithi079 (mon.0) 499 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:10.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:10 smithi135 bash[24787]: audit 2024-09-18T08:23:09.138566+0000 mon.smithi079 (mon.0) 499 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:10.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:10 smithi135 bash[24787]: audit 2024-09-18T08:23:09.853793+0000 mon.smithi079 (mon.0) 500 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:10.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:10 smithi135 bash[24787]: audit 2024-09-18T08:23:09.853793+0000 mon.smithi079 (mon.0) 500 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:10.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:10 smithi135 bash[24787]: audit 2024-09-18T08:23:09.861505+0000 mon.smithi079 (mon.0) 501 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:10.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:10 smithi135 bash[24787]: audit 2024-09-18T08:23:09.861505+0000 mon.smithi079 (mon.0) 501 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:10.694 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-18T08:23:11.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:11 smithi135 bash[24787]: cluster 2024-09-18T08:23:09.393526+0000 mgr.smithi079.dmaxqe (mgr.14205) 127 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:23:11.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:11 smithi135 bash[24787]: cluster 2024-09-18T08:23:09.393526+0000 mgr.smithi079.dmaxqe (mgr.14205) 127 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:23:11.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:11 smithi135 bash[24787]: cluster 2024-09-18T08:23:10.154890+0000 mon.smithi079 (mon.0) 502 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-09-18T08:23:11.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:11 smithi135 bash[24787]: cluster 2024-09-18T08:23:10.154890+0000 mon.smithi079 (mon.0) 502 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-09-18T08:23:11.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:11 smithi135 bash[24787]: audit 2024-09-18T08:23:10.155120+0000 mon.smithi079 (mon.0) 503 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:11.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:11 smithi135 bash[24787]: audit 2024-09-18T08:23:10.155120+0000 mon.smithi079 (mon.0) 503 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:11.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:11 smithi135 bash[24787]: audit 2024-09-18T08:23:10.155564+0000 mon.smithi079 (mon.0) 504 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:11.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:11 smithi135 bash[24787]: audit 2024-09-18T08:23:10.155564+0000 mon.smithi079 (mon.0) 504 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:11.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:11 smithi135 bash[24787]: audit 2024-09-18T08:23:10.155714+0000 mon.smithi079 (mon.0) 505 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:11.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:11 smithi135 bash[24787]: audit 2024-09-18T08:23:10.155714+0000 mon.smithi079 (mon.0) 505 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:11.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:11 smithi135 bash[24787]: audit 2024-09-18T08:23:10.155852+0000 mon.smithi079 (mon.0) 506 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:11.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:11 smithi135 bash[24787]: audit 2024-09-18T08:23:10.155852+0000 mon.smithi079 (mon.0) 506 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:11.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:11 smithi135 bash[24787]: audit 2024-09-18T08:23:10.156005+0000 mon.smithi079 (mon.0) 507 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:11.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:11 smithi135 bash[24787]: audit 2024-09-18T08:23:10.156005+0000 mon.smithi079 (mon.0) 507 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:11.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:11 smithi135 bash[24787]: audit 2024-09-18T08:23:10.156147+0000 mon.smithi079 (mon.0) 508 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:11.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:11 smithi135 bash[24787]: audit 2024-09-18T08:23:10.156147+0000 mon.smithi079 (mon.0) 508 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:11.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:11 smithi135 bash[24787]: audit 2024-09-18T08:23:10.156301+0000 mon.smithi079 (mon.0) 509 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:11.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:11 smithi135 bash[24787]: audit 2024-09-18T08:23:10.156301+0000 mon.smithi079 (mon.0) 509 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:11.493 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:11 smithi079 bash[19997]: cluster 2024-09-18T08:23:09.393526+0000 mgr.smithi079.dmaxqe (mgr.14205) 127 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:23:11.494 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:11 smithi079 bash[19997]: cluster 2024-09-18T08:23:09.393526+0000 mgr.smithi079.dmaxqe (mgr.14205) 127 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T08:23:11.494 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:11 smithi079 bash[19997]: cluster 2024-09-18T08:23:10.154890+0000 mon.smithi079 (mon.0) 502 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-09-18T08:23:11.494 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:11 smithi079 bash[19997]: cluster 2024-09-18T08:23:10.154890+0000 mon.smithi079 (mon.0) 502 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-09-18T08:23:11.494 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:11 smithi079 bash[19997]: audit 2024-09-18T08:23:10.155120+0000 mon.smithi079 (mon.0) 503 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:11.494 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:11 smithi079 bash[19997]: audit 2024-09-18T08:23:10.155120+0000 mon.smithi079 (mon.0) 503 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:11.494 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:11 smithi079 bash[19997]: audit 2024-09-18T08:23:10.155564+0000 mon.smithi079 (mon.0) 504 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:11.494 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:11 smithi079 bash[19997]: audit 2024-09-18T08:23:10.155564+0000 mon.smithi079 (mon.0) 504 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:11.494 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:11 smithi079 bash[19997]: audit 2024-09-18T08:23:10.155714+0000 mon.smithi079 (mon.0) 505 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:11.494 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:11 smithi079 bash[19997]: audit 2024-09-18T08:23:10.155714+0000 mon.smithi079 (mon.0) 505 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:11.494 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:11 smithi079 bash[19997]: audit 2024-09-18T08:23:10.155852+0000 mon.smithi079 (mon.0) 506 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:11.494 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:11 smithi079 bash[19997]: audit 2024-09-18T08:23:10.155852+0000 mon.smithi079 (mon.0) 506 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:11.495 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:11 smithi079 bash[19997]: audit 2024-09-18T08:23:10.156005+0000 mon.smithi079 (mon.0) 507 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:11.495 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:11 smithi079 bash[19997]: audit 2024-09-18T08:23:10.156005+0000 mon.smithi079 (mon.0) 507 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:11.495 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:11 smithi079 bash[19997]: audit 2024-09-18T08:23:10.156147+0000 mon.smithi079 (mon.0) 508 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:11.495 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:11 smithi079 bash[19997]: audit 2024-09-18T08:23:10.156147+0000 mon.smithi079 (mon.0) 508 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:11.495 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:11 smithi079 bash[19997]: audit 2024-09-18T08:23:10.156301+0000 mon.smithi079 (mon.0) 509 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:11.495 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:11 smithi079 bash[19997]: audit 2024-09-18T08:23:10.156301+0000 mon.smithi079 (mon.0) 509 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:11.757 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:11 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:23:12.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:11 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:23:13.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:12 smithi079 bash[19997]: cluster 2024-09-18T08:23:11.393900+0000 mgr.smithi079.dmaxqe (mgr.14205) 128 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-18T08:23:13.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:12 smithi079 bash[19997]: cluster 2024-09-18T08:23:11.393900+0000 mgr.smithi079.dmaxqe (mgr.14205) 128 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-18T08:23:13.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:12 smithi079 bash[19997]: audit 2024-09-18T08:23:11.930082+0000 mon.smithi079 (mon.0) 510 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:13.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:12 smithi079 bash[19997]: audit 2024-09-18T08:23:11.930082+0000 mon.smithi079 (mon.0) 510 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:13.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:12 smithi079 bash[19997]: audit 2024-09-18T08:23:11.933685+0000 mon.smithi079 (mon.0) 511 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:13.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:12 smithi079 bash[19997]: audit 2024-09-18T08:23:11.933685+0000 mon.smithi079 (mon.0) 511 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:13.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:12 smithi079 bash[19997]: audit 2024-09-18T08:23:11.934322+0000 mon.smithi079 (mon.0) 512 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-18T08:23:13.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:12 smithi079 bash[19997]: audit 2024-09-18T08:23:11.934322+0000 mon.smithi079 (mon.0) 512 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-18T08:23:13.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:12 smithi079 bash[19997]: audit 2024-09-18T08:23:11.934919+0000 mon.smithi079 (mon.0) 513 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:23:13.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:12 smithi079 bash[19997]: audit 2024-09-18T08:23:11.934919+0000 mon.smithi079 (mon.0) 513 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:23:13.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:12 smithi079 bash[19997]: cephadm 2024-09-18T08:23:11.935467+0000 mgr.smithi079.dmaxqe (mgr.14205) 129 : cephadm [INF] Deploying daemon osd.7 on smithi079 2024-09-18T08:23:13.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:12 smithi079 bash[19997]: cephadm 2024-09-18T08:23:11.935467+0000 mgr.smithi079.dmaxqe (mgr.14205) 129 : cephadm [INF] Deploying daemon osd.7 on smithi079 2024-09-18T08:23:13.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:12 smithi079 bash[19997]: audit 2024-09-18T08:23:12.201247+0000 mon.smithi079 (mon.0) 514 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-18T08:23:13.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:12 smithi079 bash[19997]: audit 2024-09-18T08:23:12.201247+0000 mon.smithi079 (mon.0) 514 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-18T08:23:13.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:12 smithi079 bash[19997]: audit 2024-09-18T08:23:12.201337+0000 mon.smithi135 (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.135:6808/375336471,v1:172.21.15.135:6809/375336471]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-18T08:23:13.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:12 smithi079 bash[19997]: audit 2024-09-18T08:23:12.201337+0000 mon.smithi135 (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.135:6808/375336471,v1:172.21.15.135:6809/375336471]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-18T08:23:13.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:12 smithi135 bash[24787]: cluster 2024-09-18T08:23:11.393900+0000 mgr.smithi079.dmaxqe (mgr.14205) 128 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-18T08:23:13.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:12 smithi135 bash[24787]: cluster 2024-09-18T08:23:11.393900+0000 mgr.smithi079.dmaxqe (mgr.14205) 128 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-18T08:23:13.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:12 smithi135 bash[24787]: audit 2024-09-18T08:23:11.930082+0000 mon.smithi079 (mon.0) 510 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:13.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:12 smithi135 bash[24787]: audit 2024-09-18T08:23:11.930082+0000 mon.smithi079 (mon.0) 510 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:13.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:12 smithi135 bash[24787]: audit 2024-09-18T08:23:11.933685+0000 mon.smithi079 (mon.0) 511 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:13.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:12 smithi135 bash[24787]: audit 2024-09-18T08:23:11.933685+0000 mon.smithi079 (mon.0) 511 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:13.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:12 smithi135 bash[24787]: audit 2024-09-18T08:23:11.934322+0000 mon.smithi079 (mon.0) 512 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-18T08:23:13.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:12 smithi135 bash[24787]: audit 2024-09-18T08:23:11.934322+0000 mon.smithi079 (mon.0) 512 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-18T08:23:13.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:12 smithi135 bash[24787]: audit 2024-09-18T08:23:11.934919+0000 mon.smithi079 (mon.0) 513 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:23:13.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:12 smithi135 bash[24787]: audit 2024-09-18T08:23:11.934919+0000 mon.smithi079 (mon.0) 513 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:23:13.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:12 smithi135 bash[24787]: cephadm 2024-09-18T08:23:11.935467+0000 mgr.smithi079.dmaxqe (mgr.14205) 129 : cephadm [INF] Deploying daemon osd.7 on smithi079 2024-09-18T08:23:13.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:12 smithi135 bash[24787]: cephadm 2024-09-18T08:23:11.935467+0000 mgr.smithi079.dmaxqe (mgr.14205) 129 : cephadm [INF] Deploying daemon osd.7 on smithi079 2024-09-18T08:23:13.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:12 smithi135 bash[24787]: audit 2024-09-18T08:23:12.201247+0000 mon.smithi079 (mon.0) 514 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-18T08:23:13.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:12 smithi135 bash[24787]: audit 2024-09-18T08:23:12.201247+0000 mon.smithi079 (mon.0) 514 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-18T08:23:13.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:12 smithi135 bash[24787]: audit 2024-09-18T08:23:12.201337+0000 mon.smithi135 (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.135:6808/375336471,v1:172.21.15.135:6809/375336471]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-18T08:23:13.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:12 smithi135 bash[24787]: audit 2024-09-18T08:23:12.201337+0000 mon.smithi135 (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.135:6808/375336471,v1:172.21.15.135:6809/375336471]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-18T08:23:14.422 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:14 smithi079 bash[19997]: audit 2024-09-18T08:23:13.157374+0000 mon.smithi079 (mon.0) 515 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-18T08:23:14.422 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:14 smithi079 bash[19997]: audit 2024-09-18T08:23:13.157374+0000 mon.smithi079 (mon.0) 515 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-18T08:23:14.422 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:14 smithi079 bash[19997]: cluster 2024-09-18T08:23:13.163125+0000 mon.smithi079 (mon.0) 516 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-09-18T08:23:14.422 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:14 smithi079 bash[19997]: cluster 2024-09-18T08:23:13.163125+0000 mon.smithi079 (mon.0) 516 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-09-18T08:23:14.422 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:14 smithi079 bash[19997]: audit 2024-09-18T08:23:13.163572+0000 mon.smithi079 (mon.0) 517 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:14.422 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:14 smithi079 bash[19997]: audit 2024-09-18T08:23:13.163572+0000 mon.smithi079 (mon.0) 517 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:14.422 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:14 smithi079 bash[19997]: audit 2024-09-18T08:23:13.164047+0000 mon.smithi079 (mon.0) 518 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:14.422 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:14 smithi079 bash[19997]: audit 2024-09-18T08:23:13.164047+0000 mon.smithi079 (mon.0) 518 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:14.422 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:14 smithi079 bash[19997]: audit 2024-09-18T08:23:13.164281+0000 mon.smithi135 (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.135:6808/375336471,v1:172.21.15.135:6809/375336471]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi135", "root=default"]} : dispatch 2024-09-18T08:23:14.422 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:14 smithi079 bash[19997]: audit 2024-09-18T08:23:13.164281+0000 mon.smithi135 (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.135:6808/375336471,v1:172.21.15.135:6809/375336471]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi135", "root=default"]} : dispatch 2024-09-18T08:23:14.423 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:14 smithi079 bash[19997]: audit 2024-09-18T08:23:13.164445+0000 mon.smithi079 (mon.0) 519 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:14.423 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:14 smithi079 bash[19997]: audit 2024-09-18T08:23:13.164445+0000 mon.smithi079 (mon.0) 519 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:14.423 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:14 smithi079 bash[19997]: audit 2024-09-18T08:23:13.165060+0000 mon.smithi079 (mon.0) 520 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi135", "root=default"]} : dispatch 2024-09-18T08:23:14.423 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:14 smithi079 bash[19997]: audit 2024-09-18T08:23:13.165060+0000 mon.smithi079 (mon.0) 520 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi135", "root=default"]} : dispatch 2024-09-18T08:23:14.423 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:14 smithi079 bash[19997]: audit 2024-09-18T08:23:13.165564+0000 mon.smithi079 (mon.0) 521 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:14.423 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:14 smithi079 bash[19997]: audit 2024-09-18T08:23:13.165564+0000 mon.smithi079 (mon.0) 521 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:14.423 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:14 smithi079 bash[19997]: audit 2024-09-18T08:23:13.166043+0000 mon.smithi079 (mon.0) 522 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:14.423 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:14 smithi079 bash[19997]: audit 2024-09-18T08:23:13.166043+0000 mon.smithi079 (mon.0) 522 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:14.423 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:14 smithi079 bash[19997]: audit 2024-09-18T08:23:13.166443+0000 mon.smithi079 (mon.0) 523 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:14.423 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:14 smithi079 bash[19997]: audit 2024-09-18T08:23:13.166443+0000 mon.smithi079 (mon.0) 523 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:14.423 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:14 smithi079 bash[19997]: audit 2024-09-18T08:23:13.166837+0000 mon.smithi079 (mon.0) 524 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:14.423 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:14 smithi079 bash[19997]: audit 2024-09-18T08:23:13.166837+0000 mon.smithi079 (mon.0) 524 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:14.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:14 smithi135 bash[24787]: audit 2024-09-18T08:23:13.157374+0000 mon.smithi079 (mon.0) 515 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-18T08:23:14.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:14 smithi135 bash[24787]: audit 2024-09-18T08:23:13.157374+0000 mon.smithi079 (mon.0) 515 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-18T08:23:14.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:14 smithi135 bash[24787]: cluster 2024-09-18T08:23:13.163125+0000 mon.smithi079 (mon.0) 516 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-09-18T08:23:14.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:14 smithi135 bash[24787]: cluster 2024-09-18T08:23:13.163125+0000 mon.smithi079 (mon.0) 516 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-09-18T08:23:14.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:14 smithi135 bash[24787]: audit 2024-09-18T08:23:13.163572+0000 mon.smithi079 (mon.0) 517 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:14.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:14 smithi135 bash[24787]: audit 2024-09-18T08:23:13.163572+0000 mon.smithi079 (mon.0) 517 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:14.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:14 smithi135 bash[24787]: audit 2024-09-18T08:23:13.164047+0000 mon.smithi079 (mon.0) 518 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:14.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:14 smithi135 bash[24787]: audit 2024-09-18T08:23:13.164047+0000 mon.smithi079 (mon.0) 518 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:14.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:14 smithi135 bash[24787]: audit 2024-09-18T08:23:13.164281+0000 mon.smithi135 (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.135:6808/375336471,v1:172.21.15.135:6809/375336471]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi135", "root=default"]} : dispatch 2024-09-18T08:23:14.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:14 smithi135 bash[24787]: audit 2024-09-18T08:23:13.164281+0000 mon.smithi135 (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.135:6808/375336471,v1:172.21.15.135:6809/375336471]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi135", "root=default"]} : dispatch 2024-09-18T08:23:14.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:14 smithi135 bash[24787]: audit 2024-09-18T08:23:13.164445+0000 mon.smithi079 (mon.0) 519 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:14.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:14 smithi135 bash[24787]: audit 2024-09-18T08:23:13.164445+0000 mon.smithi079 (mon.0) 519 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:14.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:14 smithi135 bash[24787]: audit 2024-09-18T08:23:13.165060+0000 mon.smithi079 (mon.0) 520 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi135", "root=default"]} : dispatch 2024-09-18T08:23:14.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:14 smithi135 bash[24787]: audit 2024-09-18T08:23:13.165060+0000 mon.smithi079 (mon.0) 520 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi135", "root=default"]} : dispatch 2024-09-18T08:23:14.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:14 smithi135 bash[24787]: audit 2024-09-18T08:23:13.165564+0000 mon.smithi079 (mon.0) 521 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:14.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:14 smithi135 bash[24787]: audit 2024-09-18T08:23:13.165564+0000 mon.smithi079 (mon.0) 521 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:14.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:14 smithi135 bash[24787]: audit 2024-09-18T08:23:13.166043+0000 mon.smithi079 (mon.0) 522 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:14.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:14 smithi135 bash[24787]: audit 2024-09-18T08:23:13.166043+0000 mon.smithi079 (mon.0) 522 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:14.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:14 smithi135 bash[24787]: audit 2024-09-18T08:23:13.166443+0000 mon.smithi079 (mon.0) 523 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:14.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:14 smithi135 bash[24787]: audit 2024-09-18T08:23:13.166443+0000 mon.smithi079 (mon.0) 523 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:14.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:14 smithi135 bash[24787]: audit 2024-09-18T08:23:13.166837+0000 mon.smithi079 (mon.0) 524 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:14.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:14 smithi135 bash[24787]: audit 2024-09-18T08:23:13.166837+0000 mon.smithi079 (mon.0) 524 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:15.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:15 smithi135 bash[24787]: cluster 2024-09-18T08:23:13.394260+0000 mgr.smithi079.dmaxqe (mgr.14205) 130 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-18T08:23:15.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:15 smithi135 bash[24787]: cluster 2024-09-18T08:23:13.394260+0000 mgr.smithi079.dmaxqe (mgr.14205) 130 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-18T08:23:15.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:15 smithi135 bash[24787]: audit 2024-09-18T08:23:14.159519+0000 mon.smithi079 (mon.0) 525 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2024-09-18T08:23:15.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:15 smithi135 bash[24787]: audit 2024-09-18T08:23:14.159519+0000 mon.smithi079 (mon.0) 525 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2024-09-18T08:23:15.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:15 smithi135 bash[24787]: cluster 2024-09-18T08:23:14.164826+0000 mon.smithi079 (mon.0) 526 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-09-18T08:23:15.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:15 smithi135 bash[24787]: cluster 2024-09-18T08:23:14.164826+0000 mon.smithi079 (mon.0) 526 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-09-18T08:23:15.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:15 smithi135 bash[24787]: audit 2024-09-18T08:23:14.165818+0000 mon.smithi079 (mon.0) 527 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:15.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:15 smithi135 bash[24787]: audit 2024-09-18T08:23:14.165818+0000 mon.smithi079 (mon.0) 527 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:15.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:15 smithi135 bash[24787]: audit 2024-09-18T08:23:14.166302+0000 mon.smithi079 (mon.0) 528 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:15.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:15 smithi135 bash[24787]: audit 2024-09-18T08:23:14.166302+0000 mon.smithi079 (mon.0) 528 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:15.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:15 smithi135 bash[24787]: audit 2024-09-18T08:23:14.174531+0000 mon.smithi079 (mon.0) 529 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:15.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:15 smithi135 bash[24787]: audit 2024-09-18T08:23:14.174531+0000 mon.smithi079 (mon.0) 529 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:15.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:15 smithi135 bash[24787]: audit 2024-09-18T08:23:14.175345+0000 mon.smithi079 (mon.0) 530 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:15.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:15 smithi135 bash[24787]: audit 2024-09-18T08:23:14.175345+0000 mon.smithi079 (mon.0) 530 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:15.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:15 smithi135 bash[24787]: audit 2024-09-18T08:23:14.175843+0000 mon.smithi079 (mon.0) 531 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:15.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:15 smithi135 bash[24787]: audit 2024-09-18T08:23:14.175843+0000 mon.smithi079 (mon.0) 531 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:15.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:15 smithi135 bash[24787]: audit 2024-09-18T08:23:14.176337+0000 mon.smithi079 (mon.0) 532 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:15.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:15 smithi135 bash[24787]: audit 2024-09-18T08:23:14.176337+0000 mon.smithi079 (mon.0) 532 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:15.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:15 smithi135 bash[24787]: audit 2024-09-18T08:23:14.176933+0000 mon.smithi079 (mon.0) 533 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:15.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:15 smithi135 bash[24787]: audit 2024-09-18T08:23:14.176933+0000 mon.smithi079 (mon.0) 533 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:15.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:15 smithi135 bash[24787]: audit 2024-09-18T08:23:14.177474+0000 mon.smithi079 (mon.0) 534 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:15.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:15 smithi135 bash[24787]: audit 2024-09-18T08:23:14.177474+0000 mon.smithi079 (mon.0) 534 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:15.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:15 smithi135 bash[24787]: audit 2024-09-18T08:23:14.905981+0000 mon.smithi079 (mon.0) 535 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/2255936528,v1:172.21.15.79:6803/2255936528]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-18T08:23:15.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:15 smithi135 bash[24787]: audit 2024-09-18T08:23:14.905981+0000 mon.smithi079 (mon.0) 535 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/2255936528,v1:172.21.15.79:6803/2255936528]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-18T08:23:15.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:15 smithi079 bash[19997]: cluster 2024-09-18T08:23:13.394260+0000 mgr.smithi079.dmaxqe (mgr.14205) 130 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-18T08:23:15.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:15 smithi079 bash[19997]: cluster 2024-09-18T08:23:13.394260+0000 mgr.smithi079.dmaxqe (mgr.14205) 130 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-18T08:23:15.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:15 smithi079 bash[19997]: audit 2024-09-18T08:23:14.159519+0000 mon.smithi079 (mon.0) 525 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2024-09-18T08:23:15.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:15 smithi079 bash[19997]: audit 2024-09-18T08:23:14.159519+0000 mon.smithi079 (mon.0) 525 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2024-09-18T08:23:15.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:15 smithi079 bash[19997]: cluster 2024-09-18T08:23:14.164826+0000 mon.smithi079 (mon.0) 526 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-09-18T08:23:15.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:15 smithi079 bash[19997]: cluster 2024-09-18T08:23:14.164826+0000 mon.smithi079 (mon.0) 526 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-09-18T08:23:15.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:15 smithi079 bash[19997]: audit 2024-09-18T08:23:14.165818+0000 mon.smithi079 (mon.0) 527 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:15.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:15 smithi079 bash[19997]: audit 2024-09-18T08:23:14.165818+0000 mon.smithi079 (mon.0) 527 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:15.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:15 smithi079 bash[19997]: audit 2024-09-18T08:23:14.166302+0000 mon.smithi079 (mon.0) 528 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:15.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:15 smithi079 bash[19997]: audit 2024-09-18T08:23:14.166302+0000 mon.smithi079 (mon.0) 528 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:15.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:15 smithi079 bash[19997]: audit 2024-09-18T08:23:14.174531+0000 mon.smithi079 (mon.0) 529 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:15.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:15 smithi079 bash[19997]: audit 2024-09-18T08:23:14.174531+0000 mon.smithi079 (mon.0) 529 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:15.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:15 smithi079 bash[19997]: audit 2024-09-18T08:23:14.175345+0000 mon.smithi079 (mon.0) 530 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:15.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:15 smithi079 bash[19997]: audit 2024-09-18T08:23:14.175345+0000 mon.smithi079 (mon.0) 530 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:15.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:15 smithi079 bash[19997]: audit 2024-09-18T08:23:14.175843+0000 mon.smithi079 (mon.0) 531 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:15.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:15 smithi079 bash[19997]: audit 2024-09-18T08:23:14.175843+0000 mon.smithi079 (mon.0) 531 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:15.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:15 smithi079 bash[19997]: audit 2024-09-18T08:23:14.176337+0000 mon.smithi079 (mon.0) 532 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:15.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:15 smithi079 bash[19997]: audit 2024-09-18T08:23:14.176337+0000 mon.smithi079 (mon.0) 532 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:15.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:15 smithi079 bash[19997]: audit 2024-09-18T08:23:14.176933+0000 mon.smithi079 (mon.0) 533 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:15.611 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:15 smithi079 bash[19997]: audit 2024-09-18T08:23:14.176933+0000 mon.smithi079 (mon.0) 533 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:15.611 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:15 smithi079 bash[19997]: audit 2024-09-18T08:23:14.177474+0000 mon.smithi079 (mon.0) 534 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:15.611 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:15 smithi079 bash[19997]: audit 2024-09-18T08:23:14.177474+0000 mon.smithi079 (mon.0) 534 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:15.611 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:15 smithi079 bash[19997]: audit 2024-09-18T08:23:14.905981+0000 mon.smithi079 (mon.0) 535 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/2255936528,v1:172.21.15.79:6803/2255936528]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-18T08:23:15.611 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:15 smithi079 bash[19997]: audit 2024-09-18T08:23:14.905981+0000 mon.smithi079 (mon.0) 535 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/2255936528,v1:172.21.15.79:6803/2255936528]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-18T08:23:16.466 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:23:16.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:16 smithi079 bash[19997]: cluster 2024-09-18T08:23:13.219257+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:16.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:16 smithi079 bash[19997]: cluster 2024-09-18T08:23:13.219257+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:16.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:16 smithi079 bash[19997]: cluster 2024-09-18T08:23:13.219371+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:16.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:16 smithi079 bash[19997]: cluster 2024-09-18T08:23:13.219371+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:16.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:16 smithi079 bash[19997]: audit 2024-09-18T08:23:15.168953+0000 mon.smithi079 (mon.0) 536 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/2255936528,v1:172.21.15.79:6803/2255936528]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-18T08:23:16.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:16 smithi079 bash[19997]: audit 2024-09-18T08:23:15.168953+0000 mon.smithi079 (mon.0) 536 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/2255936528,v1:172.21.15.79:6803/2255936528]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-18T08:23:16.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:16 smithi079 bash[19997]: cluster 2024-09-18T08:23:15.172447+0000 mon.smithi079 (mon.0) 537 : cluster [INF] osd.2 [v2:172.21.15.135:6808/375336471,v1:172.21.15.135:6809/375336471] boot 2024-09-18T08:23:16.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:16 smithi079 bash[19997]: cluster 2024-09-18T08:23:15.172447+0000 mon.smithi079 (mon.0) 537 : cluster [INF] osd.2 [v2:172.21.15.135:6808/375336471,v1:172.21.15.135:6809/375336471] boot 2024-09-18T08:23:16.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:16 smithi079 bash[19997]: cluster 2024-09-18T08:23:15.172476+0000 mon.smithi079 (mon.0) 538 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-09-18T08:23:16.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:16 smithi079 bash[19997]: cluster 2024-09-18T08:23:15.172476+0000 mon.smithi079 (mon.0) 538 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-09-18T08:23:16.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:16 smithi079 bash[19997]: audit 2024-09-18T08:23:15.173191+0000 mon.smithi079 (mon.0) 539 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:16.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:16 smithi079 bash[19997]: audit 2024-09-18T08:23:15.173191+0000 mon.smithi079 (mon.0) 539 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:16.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:16 smithi079 bash[19997]: audit 2024-09-18T08:23:15.173877+0000 mon.smithi079 (mon.0) 540 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/2255936528,v1:172.21.15.79:6803/2255936528]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-18T08:23:16.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:16 smithi079 bash[19997]: audit 2024-09-18T08:23:15.173877+0000 mon.smithi079 (mon.0) 540 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/2255936528,v1:172.21.15.79:6803/2255936528]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-18T08:23:16.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:16 smithi079 bash[19997]: audit 2024-09-18T08:23:15.181183+0000 mon.smithi079 (mon.0) 541 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:16.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:16 smithi079 bash[19997]: audit 2024-09-18T08:23:15.181183+0000 mon.smithi079 (mon.0) 541 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:16.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:16 smithi079 bash[19997]: audit 2024-09-18T08:23:15.181532+0000 mon.smithi079 (mon.0) 542 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:16.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:16 smithi079 bash[19997]: audit 2024-09-18T08:23:15.181532+0000 mon.smithi079 (mon.0) 542 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:16.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:16 smithi079 bash[19997]: audit 2024-09-18T08:23:15.181991+0000 mon.smithi079 (mon.0) 543 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:16.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:16 smithi079 bash[19997]: audit 2024-09-18T08:23:15.181991+0000 mon.smithi079 (mon.0) 543 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:16.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:16 smithi079 bash[19997]: audit 2024-09-18T08:23:15.182476+0000 mon.smithi079 (mon.0) 544 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:16.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:16 smithi079 bash[19997]: audit 2024-09-18T08:23:15.182476+0000 mon.smithi079 (mon.0) 544 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:16.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:16 smithi079 bash[19997]: audit 2024-09-18T08:23:15.182942+0000 mon.smithi079 (mon.0) 545 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:16.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:16 smithi079 bash[19997]: audit 2024-09-18T08:23:15.182942+0000 mon.smithi079 (mon.0) 545 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:16.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:16 smithi079 bash[19997]: audit 2024-09-18T08:23:15.183349+0000 mon.smithi079 (mon.0) 546 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:16.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:16 smithi079 bash[19997]: audit 2024-09-18T08:23:15.183349+0000 mon.smithi079 (mon.0) 546 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:16.611 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:16 smithi079 bash[19997]: audit 2024-09-18T08:23:16.170566+0000 mon.smithi079 (mon.0) 547 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/2255936528,v1:172.21.15.79:6803/2255936528]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-18T08:23:16.611 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:16 smithi079 bash[19997]: audit 2024-09-18T08:23:16.170566+0000 mon.smithi079 (mon.0) 547 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/2255936528,v1:172.21.15.79:6803/2255936528]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-18T08:23:16.611 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:16 smithi079 bash[19997]: cluster 2024-09-18T08:23:16.174345+0000 mon.smithi079 (mon.0) 548 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-09-18T08:23:16.611 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:16 smithi079 bash[19997]: cluster 2024-09-18T08:23:16.174345+0000 mon.smithi079 (mon.0) 548 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-09-18T08:23:16.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:16 smithi135 bash[24787]: cluster 2024-09-18T08:23:13.219257+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:16.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:16 smithi135 bash[24787]: cluster 2024-09-18T08:23:13.219257+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:16.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:16 smithi135 bash[24787]: cluster 2024-09-18T08:23:13.219371+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:16.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:16 smithi135 bash[24787]: cluster 2024-09-18T08:23:13.219371+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:16.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:16 smithi135 bash[24787]: audit 2024-09-18T08:23:15.168953+0000 mon.smithi079 (mon.0) 536 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/2255936528,v1:172.21.15.79:6803/2255936528]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-18T08:23:16.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:16 smithi135 bash[24787]: audit 2024-09-18T08:23:15.168953+0000 mon.smithi079 (mon.0) 536 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/2255936528,v1:172.21.15.79:6803/2255936528]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-18T08:23:16.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:16 smithi135 bash[24787]: cluster 2024-09-18T08:23:15.172447+0000 mon.smithi079 (mon.0) 537 : cluster [INF] osd.2 [v2:172.21.15.135:6808/375336471,v1:172.21.15.135:6809/375336471] boot 2024-09-18T08:23:16.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:16 smithi135 bash[24787]: cluster 2024-09-18T08:23:15.172447+0000 mon.smithi079 (mon.0) 537 : cluster [INF] osd.2 [v2:172.21.15.135:6808/375336471,v1:172.21.15.135:6809/375336471] boot 2024-09-18T08:23:16.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:16 smithi135 bash[24787]: cluster 2024-09-18T08:23:15.172476+0000 mon.smithi079 (mon.0) 538 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-09-18T08:23:16.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:16 smithi135 bash[24787]: cluster 2024-09-18T08:23:15.172476+0000 mon.smithi079 (mon.0) 538 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-09-18T08:23:16.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:16 smithi135 bash[24787]: audit 2024-09-18T08:23:15.173191+0000 mon.smithi079 (mon.0) 539 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:16.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:16 smithi135 bash[24787]: audit 2024-09-18T08:23:15.173191+0000 mon.smithi079 (mon.0) 539 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-18T08:23:16.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:16 smithi135 bash[24787]: audit 2024-09-18T08:23:15.173877+0000 mon.smithi079 (mon.0) 540 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/2255936528,v1:172.21.15.79:6803/2255936528]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-18T08:23:16.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:16 smithi135 bash[24787]: audit 2024-09-18T08:23:15.173877+0000 mon.smithi079 (mon.0) 540 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/2255936528,v1:172.21.15.79:6803/2255936528]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-18T08:23:16.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:16 smithi135 bash[24787]: audit 2024-09-18T08:23:15.181183+0000 mon.smithi079 (mon.0) 541 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:16.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:16 smithi135 bash[24787]: audit 2024-09-18T08:23:15.181183+0000 mon.smithi079 (mon.0) 541 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:16.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:16 smithi135 bash[24787]: audit 2024-09-18T08:23:15.181532+0000 mon.smithi079 (mon.0) 542 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:16.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:16 smithi135 bash[24787]: audit 2024-09-18T08:23:15.181532+0000 mon.smithi079 (mon.0) 542 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:16.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:16 smithi135 bash[24787]: audit 2024-09-18T08:23:15.181991+0000 mon.smithi079 (mon.0) 543 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:16.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:16 smithi135 bash[24787]: audit 2024-09-18T08:23:15.181991+0000 mon.smithi079 (mon.0) 543 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:16.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:16 smithi135 bash[24787]: audit 2024-09-18T08:23:15.182476+0000 mon.smithi079 (mon.0) 544 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:16.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:16 smithi135 bash[24787]: audit 2024-09-18T08:23:15.182476+0000 mon.smithi079 (mon.0) 544 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:16.706 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:16 smithi135 bash[24787]: audit 2024-09-18T08:23:15.182942+0000 mon.smithi079 (mon.0) 545 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:16.706 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:16 smithi135 bash[24787]: audit 2024-09-18T08:23:15.182942+0000 mon.smithi079 (mon.0) 545 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:16.706 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:16 smithi135 bash[24787]: audit 2024-09-18T08:23:15.183349+0000 mon.smithi079 (mon.0) 546 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:16.706 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:16 smithi135 bash[24787]: audit 2024-09-18T08:23:15.183349+0000 mon.smithi079 (mon.0) 546 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:16.706 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:16 smithi135 bash[24787]: audit 2024-09-18T08:23:16.170566+0000 mon.smithi079 (mon.0) 547 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/2255936528,v1:172.21.15.79:6803/2255936528]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-18T08:23:16.706 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:16 smithi135 bash[24787]: audit 2024-09-18T08:23:16.170566+0000 mon.smithi079 (mon.0) 547 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/2255936528,v1:172.21.15.79:6803/2255936528]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-18T08:23:16.706 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:16 smithi135 bash[24787]: cluster 2024-09-18T08:23:16.174345+0000 mon.smithi079 (mon.0) 548 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-09-18T08:23:16.706 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:16 smithi135 bash[24787]: cluster 2024-09-18T08:23:16.174345+0000 mon.smithi079 (mon.0) 548 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-09-18T08:23:17.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:17 smithi079 bash[19997]: cluster 2024-09-18T08:23:15.394672+0000 mgr.smithi079.dmaxqe (mgr.14205) 131 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-18T08:23:17.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:17 smithi079 bash[19997]: cluster 2024-09-18T08:23:15.394672+0000 mgr.smithi079.dmaxqe (mgr.14205) 131 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-18T08:23:17.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:17 smithi079 bash[19997]: audit 2024-09-18T08:23:16.197189+0000 mon.smithi079 (mon.0) 549 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:17.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:17 smithi079 bash[19997]: audit 2024-09-18T08:23:16.197189+0000 mon.smithi079 (mon.0) 549 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:17.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:17 smithi079 bash[19997]: audit 2024-09-18T08:23:16.197957+0000 mon.smithi079 (mon.0) 550 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:17.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:17 smithi079 bash[19997]: audit 2024-09-18T08:23:16.197957+0000 mon.smithi079 (mon.0) 550 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:17.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:17 smithi079 bash[19997]: audit 2024-09-18T08:23:16.198453+0000 mon.smithi079 (mon.0) 551 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:17.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:17 smithi079 bash[19997]: audit 2024-09-18T08:23:16.198453+0000 mon.smithi079 (mon.0) 551 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:17.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:17 smithi079 bash[19997]: audit 2024-09-18T08:23:16.198937+0000 mon.smithi079 (mon.0) 552 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:17.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:17 smithi079 bash[19997]: audit 2024-09-18T08:23:16.198937+0000 mon.smithi079 (mon.0) 552 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:17.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:17 smithi079 bash[19997]: audit 2024-09-18T08:23:16.199405+0000 mon.smithi079 (mon.0) 553 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:17.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:17 smithi079 bash[19997]: audit 2024-09-18T08:23:16.199405+0000 mon.smithi079 (mon.0) 553 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:17.609 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:17 smithi079 bash[19997]: audit 2024-09-18T08:23:16.199869+0000 mon.smithi079 (mon.0) 554 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:17.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:17 smithi079 bash[19997]: audit 2024-09-18T08:23:16.199869+0000 mon.smithi079 (mon.0) 554 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:17.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:17 smithi079 bash[19997]: audit 2024-09-18T08:23:16.651585+0000 mon.smithi079 (mon.0) 555 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/2255936528,v1:172.21.15.79:6803/2255936528]' entity='osd.1' 2024-09-18T08:23:17.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:17 smithi079 bash[19997]: audit 2024-09-18T08:23:16.651585+0000 mon.smithi079 (mon.0) 555 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/2255936528,v1:172.21.15.79:6803/2255936528]' entity='osd.1' 2024-09-18T08:23:17.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:17 smithi079 bash[19997]: audit 2024-09-18T08:23:17.181311+0000 mon.smithi079 (mon.0) 556 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:17.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:17 smithi079 bash[19997]: audit 2024-09-18T08:23:17.181311+0000 mon.smithi079 (mon.0) 556 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:17.703 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:17 smithi135 bash[24787]: cluster 2024-09-18T08:23:15.394672+0000 mgr.smithi079.dmaxqe (mgr.14205) 131 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-18T08:23:17.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:17 smithi135 bash[24787]: cluster 2024-09-18T08:23:15.394672+0000 mgr.smithi079.dmaxqe (mgr.14205) 131 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-18T08:23:17.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:17 smithi135 bash[24787]: audit 2024-09-18T08:23:16.197189+0000 mon.smithi079 (mon.0) 549 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:17.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:17 smithi135 bash[24787]: audit 2024-09-18T08:23:16.197189+0000 mon.smithi079 (mon.0) 549 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:17.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:17 smithi135 bash[24787]: audit 2024-09-18T08:23:16.197957+0000 mon.smithi079 (mon.0) 550 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:17.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:17 smithi135 bash[24787]: audit 2024-09-18T08:23:16.197957+0000 mon.smithi079 (mon.0) 550 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:17.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:17 smithi135 bash[24787]: audit 2024-09-18T08:23:16.198453+0000 mon.smithi079 (mon.0) 551 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:17.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:17 smithi135 bash[24787]: audit 2024-09-18T08:23:16.198453+0000 mon.smithi079 (mon.0) 551 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:17.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:17 smithi135 bash[24787]: audit 2024-09-18T08:23:16.198937+0000 mon.smithi079 (mon.0) 552 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:17.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:17 smithi135 bash[24787]: audit 2024-09-18T08:23:16.198937+0000 mon.smithi079 (mon.0) 552 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:17.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:17 smithi135 bash[24787]: audit 2024-09-18T08:23:16.199405+0000 mon.smithi079 (mon.0) 553 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:17.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:17 smithi135 bash[24787]: audit 2024-09-18T08:23:16.199405+0000 mon.smithi079 (mon.0) 553 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:17.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:17 smithi135 bash[24787]: audit 2024-09-18T08:23:16.199869+0000 mon.smithi079 (mon.0) 554 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:17.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:17 smithi135 bash[24787]: audit 2024-09-18T08:23:16.199869+0000 mon.smithi079 (mon.0) 554 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:17.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:17 smithi135 bash[24787]: audit 2024-09-18T08:23:16.651585+0000 mon.smithi079 (mon.0) 555 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/2255936528,v1:172.21.15.79:6803/2255936528]' entity='osd.1' 2024-09-18T08:23:17.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:17 smithi135 bash[24787]: audit 2024-09-18T08:23:16.651585+0000 mon.smithi079 (mon.0) 555 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/2255936528,v1:172.21.15.79:6803/2255936528]' entity='osd.1' 2024-09-18T08:23:17.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:17 smithi135 bash[24787]: audit 2024-09-18T08:23:17.181311+0000 mon.smithi079 (mon.0) 556 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:17.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:17 smithi135 bash[24787]: audit 2024-09-18T08:23:17.181311+0000 mon.smithi079 (mon.0) 556 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:18.583 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:23:18.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 bash[19997]: cluster 2024-09-18T08:23:15.906103+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:18.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 bash[19997]: cluster 2024-09-18T08:23:15.906103+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:18.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 bash[19997]: cluster 2024-09-18T08:23:15.906174+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:18.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 bash[19997]: cluster 2024-09-18T08:23:15.906174+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:18.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 bash[19997]: cluster 2024-09-18T08:23:17.395098+0000 mgr.smithi079.dmaxqe (mgr.14205) 132 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-18T08:23:18.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 bash[19997]: cluster 2024-09-18T08:23:17.395098+0000 mgr.smithi079.dmaxqe (mgr.14205) 132 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-18T08:23:18.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 bash[19997]: cluster 2024-09-18T08:23:17.658440+0000 mon.smithi079 (mon.0) 557 : cluster [INF] osd.1 [v2:172.21.15.79:6802/2255936528,v1:172.21.15.79:6803/2255936528] boot 2024-09-18T08:23:18.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 bash[19997]: cluster 2024-09-18T08:23:17.658440+0000 mon.smithi079 (mon.0) 557 : cluster [INF] osd.1 [v2:172.21.15.79:6802/2255936528,v1:172.21.15.79:6803/2255936528] boot 2024-09-18T08:23:18.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 bash[19997]: cluster 2024-09-18T08:23:17.658509+0000 mon.smithi079 (mon.0) 558 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-09-18T08:23:18.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 bash[19997]: cluster 2024-09-18T08:23:17.658509+0000 mon.smithi079 (mon.0) 558 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-09-18T08:23:18.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 bash[19997]: audit 2024-09-18T08:23:17.658917+0000 mon.smithi079 (mon.0) 559 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:18.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 bash[19997]: audit 2024-09-18T08:23:17.658917+0000 mon.smithi079 (mon.0) 559 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:18.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 bash[19997]: audit 2024-09-18T08:23:17.659287+0000 mon.smithi079 (mon.0) 560 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:18.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 bash[19997]: audit 2024-09-18T08:23:17.659287+0000 mon.smithi079 (mon.0) 560 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:18.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 bash[19997]: audit 2024-09-18T08:23:17.659552+0000 mon.smithi079 (mon.0) 561 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:18.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 bash[19997]: audit 2024-09-18T08:23:17.659552+0000 mon.smithi079 (mon.0) 561 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:18.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 bash[19997]: audit 2024-09-18T08:23:17.659838+0000 mon.smithi079 (mon.0) 562 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:18.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 bash[19997]: audit 2024-09-18T08:23:17.659838+0000 mon.smithi079 (mon.0) 562 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:18.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 bash[19997]: audit 2024-09-18T08:23:17.660058+0000 mon.smithi079 (mon.0) 563 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:18.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 bash[19997]: audit 2024-09-18T08:23:17.660058+0000 mon.smithi079 (mon.0) 563 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:18.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 bash[19997]: audit 2024-09-18T08:23:17.660277+0000 mon.smithi079 (mon.0) 564 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:18.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 bash[19997]: audit 2024-09-18T08:23:17.660277+0000 mon.smithi079 (mon.0) 564 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:18.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 bash[19997]: audit 2024-09-18T08:23:17.712237+0000 mon.smithi079 (mon.0) 565 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:23:18.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 bash[19997]: audit 2024-09-18T08:23:17.712237+0000 mon.smithi079 (mon.0) 565 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:23:18.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 bash[19997]: audit 2024-09-18T08:23:17.771962+0000 mon.smithi079 (mon.0) 566 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 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-18T08:23:18.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 bash[19997]: audit 2024-09-18T08:23:17.771962+0000 mon.smithi079 (mon.0) 566 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 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-18T08:23:18.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 bash[19997]: audit 2024-09-18T08:23:18.140255+0000 mon.smithi079 (mon.0) 567 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-18T08:23:18.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 bash[19997]: audit 2024-09-18T08:23:18.140255+0000 mon.smithi079 (mon.0) 567 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-18T08:23:18.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 bash[19997]: audit 2024-09-18T08:23:18.140339+0000 mon.smithi135 (mon.1) 12 : audit [INF] from='osd.4 [v2:172.21.15.135:6816/1180714951,v1:172.21.15.135:6817/1180714951]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-18T08:23:18.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 bash[19997]: audit 2024-09-18T08:23:18.140339+0000 mon.smithi135 (mon.1) 12 : audit [INF] from='osd.4 [v2:172.21.15.135:6816/1180714951,v1:172.21.15.135:6817/1180714951]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-18T08:23:18.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:18 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:23:18.921 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:23:18.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:18 smithi135 bash[24787]: cluster 2024-09-18T08:23:15.906103+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:18.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:18 smithi135 bash[24787]: cluster 2024-09-18T08:23:15.906103+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:18.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:18 smithi135 bash[24787]: cluster 2024-09-18T08:23:15.906174+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:18.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:18 smithi135 bash[24787]: cluster 2024-09-18T08:23:15.906174+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:18.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:18 smithi135 bash[24787]: cluster 2024-09-18T08:23:17.395098+0000 mgr.smithi079.dmaxqe (mgr.14205) 132 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-18T08:23:18.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:18 smithi135 bash[24787]: cluster 2024-09-18T08:23:17.395098+0000 mgr.smithi079.dmaxqe (mgr.14205) 132 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-18T08:23:18.936 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:18 smithi135 bash[24787]: cluster 2024-09-18T08:23:17.658440+0000 mon.smithi079 (mon.0) 557 : cluster [INF] osd.1 [v2:172.21.15.79:6802/2255936528,v1:172.21.15.79:6803/2255936528] boot 2024-09-18T08:23:18.936 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:18 smithi135 bash[24787]: cluster 2024-09-18T08:23:17.658440+0000 mon.smithi079 (mon.0) 557 : cluster [INF] osd.1 [v2:172.21.15.79:6802/2255936528,v1:172.21.15.79:6803/2255936528] boot 2024-09-18T08:23:18.936 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:18 smithi135 bash[24787]: cluster 2024-09-18T08:23:17.658509+0000 mon.smithi079 (mon.0) 558 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-09-18T08:23:18.936 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:18 smithi135 bash[24787]: cluster 2024-09-18T08:23:17.658509+0000 mon.smithi079 (mon.0) 558 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-09-18T08:23:18.936 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:18 smithi135 bash[24787]: audit 2024-09-18T08:23:17.658917+0000 mon.smithi079 (mon.0) 559 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:18.936 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:18 smithi135 bash[24787]: audit 2024-09-18T08:23:17.658917+0000 mon.smithi079 (mon.0) 559 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-18T08:23:18.936 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:18 smithi135 bash[24787]: audit 2024-09-18T08:23:17.659287+0000 mon.smithi079 (mon.0) 560 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:18.936 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:18 smithi135 bash[24787]: audit 2024-09-18T08:23:17.659287+0000 mon.smithi079 (mon.0) 560 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:18.936 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:18 smithi135 bash[24787]: audit 2024-09-18T08:23:17.659552+0000 mon.smithi079 (mon.0) 561 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:18.936 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:18 smithi135 bash[24787]: audit 2024-09-18T08:23:17.659552+0000 mon.smithi079 (mon.0) 561 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:18.937 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:18 smithi135 bash[24787]: audit 2024-09-18T08:23:17.659838+0000 mon.smithi079 (mon.0) 562 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:18.937 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:18 smithi135 bash[24787]: audit 2024-09-18T08:23:17.659838+0000 mon.smithi079 (mon.0) 562 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:18.937 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:18 smithi135 bash[24787]: audit 2024-09-18T08:23:17.660058+0000 mon.smithi079 (mon.0) 563 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:18.937 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:18 smithi135 bash[24787]: audit 2024-09-18T08:23:17.660058+0000 mon.smithi079 (mon.0) 563 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:18.937 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:18 smithi135 bash[24787]: audit 2024-09-18T08:23:17.660277+0000 mon.smithi079 (mon.0) 564 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:18.937 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:18 smithi135 bash[24787]: audit 2024-09-18T08:23:17.660277+0000 mon.smithi079 (mon.0) 564 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:18.937 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:18 smithi135 bash[24787]: audit 2024-09-18T08:23:17.712237+0000 mon.smithi079 (mon.0) 565 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:23:18.937 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:18 smithi135 bash[24787]: audit 2024-09-18T08:23:17.712237+0000 mon.smithi079 (mon.0) 565 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:23:18.937 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:18 smithi135 bash[24787]: audit 2024-09-18T08:23:17.771962+0000 mon.smithi079 (mon.0) 566 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 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-18T08:23:18.937 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:18 smithi135 bash[24787]: audit 2024-09-18T08:23:17.771962+0000 mon.smithi079 (mon.0) 566 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 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-18T08:23:18.937 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:18 smithi135 bash[24787]: audit 2024-09-18T08:23:18.140255+0000 mon.smithi079 (mon.0) 567 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-18T08:23:18.937 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:18 smithi135 bash[24787]: audit 2024-09-18T08:23:18.140255+0000 mon.smithi079 (mon.0) 567 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-18T08:23:18.938 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:18 smithi135 bash[24787]: audit 2024-09-18T08:23:18.140339+0000 mon.smithi135 (mon.1) 12 : audit [INF] from='osd.4 [v2:172.21.15.135:6816/1180714951,v1:172.21.15.135:6817/1180714951]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-18T08:23:18.938 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:18 smithi135 bash[24787]: audit 2024-09-18T08:23:18.140339+0000 mon.smithi135 (mon.1) 12 : audit [INF] from='osd.4 [v2:172.21.15.135:6816/1180714951,v1:172.21.15.135:6817/1180714951]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-18T08:23:19.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:19 smithi079 bash[19997]: audit 2024-09-18T08:23:18.726115+0000 mon.smithi079 (mon.0) 568 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 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-18T08:23:19.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:19 smithi079 bash[19997]: audit 2024-09-18T08:23:18.726115+0000 mon.smithi079 (mon.0) 568 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 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-18T08:23:19.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:19 smithi079 bash[19997]: audit 2024-09-18T08:23:18.726170+0000 mon.smithi079 (mon.0) 569 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-18T08:23:19.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:19 smithi079 bash[19997]: audit 2024-09-18T08:23:18.726170+0000 mon.smithi079 (mon.0) 569 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-18T08:23:19.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:19 smithi079 bash[19997]: cluster 2024-09-18T08:23:18.728673+0000 mon.smithi079 (mon.0) 570 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-09-18T08:23:19.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:19 smithi079 bash[19997]: cluster 2024-09-18T08:23:18.728673+0000 mon.smithi079 (mon.0) 570 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-09-18T08:23:19.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:19 smithi079 bash[19997]: audit 2024-09-18T08:23:18.728996+0000 mon.smithi079 (mon.0) 571 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:19.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:19 smithi079 bash[19997]: audit 2024-09-18T08:23:18.728996+0000 mon.smithi079 (mon.0) 571 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:19.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:19 smithi079 bash[19997]: audit 2024-09-18T08:23:18.729186+0000 mon.smithi079 (mon.0) 572 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:19.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:19 smithi079 bash[19997]: audit 2024-09-18T08:23:18.729186+0000 mon.smithi079 (mon.0) 572 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:19.991 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:19 smithi079 bash[19997]: audit 2024-09-18T08:23:18.729364+0000 mon.smithi079 (mon.0) 573 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:19.991 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:19 smithi079 bash[19997]: audit 2024-09-18T08:23:18.729364+0000 mon.smithi079 (mon.0) 573 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:19.991 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:19 smithi079 bash[19997]: audit 2024-09-18T08:23:18.729537+0000 mon.smithi079 (mon.0) 574 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:19.991 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:19 smithi079 bash[19997]: audit 2024-09-18T08:23:18.729537+0000 mon.smithi079 (mon.0) 574 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:19.991 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:19 smithi079 bash[19997]: audit 2024-09-18T08:23:18.729695+0000 mon.smithi079 (mon.0) 575 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:19.991 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:19 smithi079 bash[19997]: audit 2024-09-18T08:23:18.729695+0000 mon.smithi079 (mon.0) 575 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:19.991 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:19 smithi079 bash[19997]: audit 2024-09-18T08:23:18.729887+0000 mon.smithi079 (mon.0) 576 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-18T08:23:19.991 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:19 smithi079 bash[19997]: audit 2024-09-18T08:23:18.729887+0000 mon.smithi079 (mon.0) 576 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-18T08:23:19.991 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:19 smithi079 bash[19997]: audit 2024-09-18T08:23:18.732429+0000 mon.smithi079 (mon.0) 577 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi135", "root=default"]} : dispatch 2024-09-18T08:23:19.991 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:19 smithi079 bash[19997]: audit 2024-09-18T08:23:18.732429+0000 mon.smithi079 (mon.0) 577 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi135", "root=default"]} : dispatch 2024-09-18T08:23:19.991 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:19 smithi079 bash[19997]: audit 2024-09-18T08:23:18.732487+0000 mon.smithi135 (mon.1) 13 : audit [INF] from='osd.4 [v2:172.21.15.135:6816/1180714951,v1:172.21.15.135:6817/1180714951]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi135", "root=default"]} : dispatch 2024-09-18T08:23:19.991 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:19 smithi079 bash[19997]: audit 2024-09-18T08:23:18.732487+0000 mon.smithi135 (mon.1) 13 : audit [INF] from='osd.4 [v2:172.21.15.135:6816/1180714951,v1:172.21.15.135:6817/1180714951]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi135", "root=default"]} : dispatch 2024-09-18T08:23:19.991 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:19 smithi079 bash[19997]: audit 2024-09-18T08:23:18.921210+0000 mon.smithi079 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.79:0/3356569323' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:23:19.992 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:19 smithi079 bash[19997]: audit 2024-09-18T08:23:18.921210+0000 mon.smithi079 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.79:0/3356569323' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:23:19.992 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:19 smithi079 bash[19997]: audit 2024-09-18T08:23:18.942145+0000 mon.smithi079 (mon.0) 579 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:19.992 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:19 smithi079 bash[19997]: audit 2024-09-18T08:23:18.942145+0000 mon.smithi079 (mon.0) 579 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:19.992 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:19 smithi079 bash[19997]: audit 2024-09-18T08:23:18.947768+0000 mon.smithi079 (mon.0) 580 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:19.992 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:19 smithi079 bash[19997]: audit 2024-09-18T08:23:18.947768+0000 mon.smithi079 (mon.0) 580 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:20.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:19 smithi135 bash[24787]: audit 2024-09-18T08:23:18.726115+0000 mon.smithi079 (mon.0) 568 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 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-18T08:23:20.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:19 smithi135 bash[24787]: audit 2024-09-18T08:23:18.726115+0000 mon.smithi079 (mon.0) 568 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 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-18T08:23:20.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:19 smithi135 bash[24787]: audit 2024-09-18T08:23:18.726170+0000 mon.smithi079 (mon.0) 569 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-18T08:23:20.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:19 smithi135 bash[24787]: audit 2024-09-18T08:23:18.726170+0000 mon.smithi079 (mon.0) 569 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-18T08:23:20.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:19 smithi135 bash[24787]: cluster 2024-09-18T08:23:18.728673+0000 mon.smithi079 (mon.0) 570 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-09-18T08:23:20.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:19 smithi135 bash[24787]: cluster 2024-09-18T08:23:18.728673+0000 mon.smithi079 (mon.0) 570 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-09-18T08:23:20.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:19 smithi135 bash[24787]: audit 2024-09-18T08:23:18.728996+0000 mon.smithi079 (mon.0) 571 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:20.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:19 smithi135 bash[24787]: audit 2024-09-18T08:23:18.728996+0000 mon.smithi079 (mon.0) 571 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:20.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:19 smithi135 bash[24787]: audit 2024-09-18T08:23:18.729186+0000 mon.smithi079 (mon.0) 572 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:20.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:19 smithi135 bash[24787]: audit 2024-09-18T08:23:18.729186+0000 mon.smithi079 (mon.0) 572 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:20.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:19 smithi135 bash[24787]: audit 2024-09-18T08:23:18.729364+0000 mon.smithi079 (mon.0) 573 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:20.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:19 smithi135 bash[24787]: audit 2024-09-18T08:23:18.729364+0000 mon.smithi079 (mon.0) 573 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:20.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:19 smithi135 bash[24787]: audit 2024-09-18T08:23:18.729537+0000 mon.smithi079 (mon.0) 574 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:20.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:19 smithi135 bash[24787]: audit 2024-09-18T08:23:18.729537+0000 mon.smithi079 (mon.0) 574 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:20.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:19 smithi135 bash[24787]: audit 2024-09-18T08:23:18.729695+0000 mon.smithi079 (mon.0) 575 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:20.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:19 smithi135 bash[24787]: audit 2024-09-18T08:23:18.729695+0000 mon.smithi079 (mon.0) 575 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:20.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:19 smithi135 bash[24787]: audit 2024-09-18T08:23:18.729887+0000 mon.smithi079 (mon.0) 576 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-18T08:23:20.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:19 smithi135 bash[24787]: audit 2024-09-18T08:23:18.729887+0000 mon.smithi079 (mon.0) 576 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-18T08:23:20.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:19 smithi135 bash[24787]: audit 2024-09-18T08:23:18.732429+0000 mon.smithi079 (mon.0) 577 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi135", "root=default"]} : dispatch 2024-09-18T08:23:20.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:19 smithi135 bash[24787]: audit 2024-09-18T08:23:18.732429+0000 mon.smithi079 (mon.0) 577 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi135", "root=default"]} : dispatch 2024-09-18T08:23:20.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:19 smithi135 bash[24787]: audit 2024-09-18T08:23:18.732487+0000 mon.smithi135 (mon.1) 13 : audit [INF] from='osd.4 [v2:172.21.15.135:6816/1180714951,v1:172.21.15.135:6817/1180714951]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi135", "root=default"]} : dispatch 2024-09-18T08:23:20.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:19 smithi135 bash[24787]: audit 2024-09-18T08:23:18.732487+0000 mon.smithi135 (mon.1) 13 : audit [INF] from='osd.4 [v2:172.21.15.135:6816/1180714951,v1:172.21.15.135:6817/1180714951]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi135", "root=default"]} : dispatch 2024-09-18T08:23:20.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:19 smithi135 bash[24787]: audit 2024-09-18T08:23:18.921210+0000 mon.smithi079 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.79:0/3356569323' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:23:20.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:19 smithi135 bash[24787]: audit 2024-09-18T08:23:18.921210+0000 mon.smithi079 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.79:0/3356569323' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:23:20.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:19 smithi135 bash[24787]: audit 2024-09-18T08:23:18.942145+0000 mon.smithi079 (mon.0) 579 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:20.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:19 smithi135 bash[24787]: audit 2024-09-18T08:23:18.942145+0000 mon.smithi079 (mon.0) 579 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:20.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:19 smithi135 bash[24787]: audit 2024-09-18T08:23:18.947768+0000 mon.smithi079 (mon.0) 580 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:20.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:19 smithi135 bash[24787]: audit 2024-09-18T08:23:18.947768+0000 mon.smithi079 (mon.0) 580 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:20.453 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":23,"num_osds":8,"num_up_osds":3,"osd_up_since":1726647797,"num_in_osds":8,"osd_in_since":1726647754,"num_remapped_pgs":0} 2024-09-18T08:23:20.783 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:20 smithi079 bash[19997]: cluster 2024-09-18T08:23:19.395420+0000 mgr.smithi079.dmaxqe (mgr.14205) 133 : cluster [DBG] pgmap v87: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-18T08:23:20.783 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:20 smithi079 bash[19997]: cluster 2024-09-18T08:23:19.395420+0000 mgr.smithi079.dmaxqe (mgr.14205) 133 : cluster [DBG] pgmap v87: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-18T08:23:20.783 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:20 smithi079 bash[19997]: audit 2024-09-18T08:23:19.728203+0000 mon.smithi079 (mon.0) 581 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-18T08:23:20.783 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:20 smithi079 bash[19997]: audit 2024-09-18T08:23:19.728203+0000 mon.smithi079 (mon.0) 581 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-18T08:23:21.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:20 smithi079 bash[19997]: audit 2024-09-18T08:23:19.728297+0000 mon.smithi079 (mon.0) 582 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2024-09-18T08:23:21.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:20 smithi079 bash[19997]: audit 2024-09-18T08:23:19.728297+0000 mon.smithi079 (mon.0) 582 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2024-09-18T08:23:21.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:20 smithi079 bash[19997]: cluster 2024-09-18T08:23:19.731638+0000 mon.smithi079 (mon.0) 583 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-09-18T08:23:21.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:20 smithi079 bash[19997]: cluster 2024-09-18T08:23:19.731638+0000 mon.smithi079 (mon.0) 583 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-09-18T08:23:21.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:20 smithi079 bash[19997]: audit 2024-09-18T08:23:19.732216+0000 mon.smithi079 (mon.0) 584 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:21.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:20 smithi079 bash[19997]: audit 2024-09-18T08:23:19.732216+0000 mon.smithi079 (mon.0) 584 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:21.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:20 smithi079 bash[19997]: audit 2024-09-18T08:23:19.732599+0000 mon.smithi079 (mon.0) 585 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:21.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:20 smithi079 bash[19997]: audit 2024-09-18T08:23:19.732599+0000 mon.smithi079 (mon.0) 585 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:21.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:20 smithi079 bash[19997]: audit 2024-09-18T08:23:19.733082+0000 mon.smithi079 (mon.0) 586 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:21.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:20 smithi079 bash[19997]: audit 2024-09-18T08:23:19.733082+0000 mon.smithi079 (mon.0) 586 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:21.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:20 smithi079 bash[19997]: audit 2024-09-18T08:23:19.733599+0000 mon.smithi079 (mon.0) 587 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:21.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:20 smithi079 bash[19997]: audit 2024-09-18T08:23:19.733599+0000 mon.smithi079 (mon.0) 587 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:21.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:20 smithi079 bash[19997]: audit 2024-09-18T08:23:19.734316+0000 mon.smithi079 (mon.0) 588 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:21.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:20 smithi079 bash[19997]: audit 2024-09-18T08:23:19.734316+0000 mon.smithi079 (mon.0) 588 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:21.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:20 smithi079 bash[19997]: audit 2024-09-18T08:23:19.743951+0000 mon.smithi079 (mon.0) 589 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:21.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:20 smithi079 bash[19997]: audit 2024-09-18T08:23:19.743951+0000 mon.smithi079 (mon.0) 589 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:21.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:20 smithi079 bash[19997]: audit 2024-09-18T08:23:19.814286+0000 mon.smithi079 (mon.0) 590 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1670454250,v1:172.21.15.79:6811/1670454250]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-18T08:23:21.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:20 smithi079 bash[19997]: audit 2024-09-18T08:23:19.814286+0000 mon.smithi079 (mon.0) 590 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1670454250,v1:172.21.15.79:6811/1670454250]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-18T08:23:21.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:20 smithi079 bash[19997]: cluster 2024-09-18T08:23:19.945498+0000 mon.smithi079 (mon.0) 591 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-18T08:23:21.111 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:20 smithi079 bash[19997]: cluster 2024-09-18T08:23:19.945498+0000 mon.smithi079 (mon.0) 591 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-18T08:23:21.111 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:20 smithi079 bash[19997]: audit 2024-09-18T08:23:20.296145+0000 mon.smithi079 (mon.0) 592 : audit [INF] from='osd.4 ' entity='osd.4' 2024-09-18T08:23:21.111 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:20 smithi079 bash[19997]: audit 2024-09-18T08:23:20.296145+0000 mon.smithi079 (mon.0) 592 : audit [INF] from='osd.4 ' entity='osd.4' 2024-09-18T08:23:21.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:20 smithi135 bash[24787]: cluster 2024-09-18T08:23:19.395420+0000 mgr.smithi079.dmaxqe (mgr.14205) 133 : cluster [DBG] pgmap v87: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-18T08:23:21.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:20 smithi135 bash[24787]: cluster 2024-09-18T08:23:19.395420+0000 mgr.smithi079.dmaxqe (mgr.14205) 133 : cluster [DBG] pgmap v87: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-18T08:23:21.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:20 smithi135 bash[24787]: audit 2024-09-18T08:23:19.728203+0000 mon.smithi079 (mon.0) 581 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-18T08:23:21.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:20 smithi135 bash[24787]: audit 2024-09-18T08:23:19.728203+0000 mon.smithi079 (mon.0) 581 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-18T08:23:21.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:20 smithi135 bash[24787]: audit 2024-09-18T08:23:19.728297+0000 mon.smithi079 (mon.0) 582 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2024-09-18T08:23:21.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:20 smithi135 bash[24787]: audit 2024-09-18T08:23:19.728297+0000 mon.smithi079 (mon.0) 582 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2024-09-18T08:23:21.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:20 smithi135 bash[24787]: cluster 2024-09-18T08:23:19.731638+0000 mon.smithi079 (mon.0) 583 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-09-18T08:23:21.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:20 smithi135 bash[24787]: cluster 2024-09-18T08:23:19.731638+0000 mon.smithi079 (mon.0) 583 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-09-18T08:23:21.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:20 smithi135 bash[24787]: audit 2024-09-18T08:23:19.732216+0000 mon.smithi079 (mon.0) 584 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:21.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:20 smithi135 bash[24787]: audit 2024-09-18T08:23:19.732216+0000 mon.smithi079 (mon.0) 584 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:21.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:20 smithi135 bash[24787]: audit 2024-09-18T08:23:19.732599+0000 mon.smithi079 (mon.0) 585 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:21.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:20 smithi135 bash[24787]: audit 2024-09-18T08:23:19.732599+0000 mon.smithi079 (mon.0) 585 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:21.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:20 smithi135 bash[24787]: audit 2024-09-18T08:23:19.733082+0000 mon.smithi079 (mon.0) 586 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:21.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:20 smithi135 bash[24787]: audit 2024-09-18T08:23:19.733082+0000 mon.smithi079 (mon.0) 586 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:21.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:20 smithi135 bash[24787]: audit 2024-09-18T08:23:19.733599+0000 mon.smithi079 (mon.0) 587 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:21.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:20 smithi135 bash[24787]: audit 2024-09-18T08:23:19.733599+0000 mon.smithi079 (mon.0) 587 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:21.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:20 smithi135 bash[24787]: audit 2024-09-18T08:23:19.734316+0000 mon.smithi079 (mon.0) 588 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:21.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:20 smithi135 bash[24787]: audit 2024-09-18T08:23:19.734316+0000 mon.smithi079 (mon.0) 588 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:21.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:20 smithi135 bash[24787]: audit 2024-09-18T08:23:19.743951+0000 mon.smithi079 (mon.0) 589 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:21.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:20 smithi135 bash[24787]: audit 2024-09-18T08:23:19.743951+0000 mon.smithi079 (mon.0) 589 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:21.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:20 smithi135 bash[24787]: audit 2024-09-18T08:23:19.814286+0000 mon.smithi079 (mon.0) 590 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1670454250,v1:172.21.15.79:6811/1670454250]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-18T08:23:21.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:20 smithi135 bash[24787]: audit 2024-09-18T08:23:19.814286+0000 mon.smithi079 (mon.0) 590 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1670454250,v1:172.21.15.79:6811/1670454250]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-18T08:23:21.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:20 smithi135 bash[24787]: cluster 2024-09-18T08:23:19.945498+0000 mon.smithi079 (mon.0) 591 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-18T08:23:21.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:20 smithi135 bash[24787]: cluster 2024-09-18T08:23:19.945498+0000 mon.smithi079 (mon.0) 591 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-18T08:23:21.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:20 smithi135 bash[24787]: audit 2024-09-18T08:23:20.296145+0000 mon.smithi079 (mon.0) 592 : audit [INF] from='osd.4 ' entity='osd.4' 2024-09-18T08:23:21.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:20 smithi135 bash[24787]: audit 2024-09-18T08:23:20.296145+0000 mon.smithi079 (mon.0) 592 : audit [INF] from='osd.4 ' entity='osd.4' 2024-09-18T08:23:21.453 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-18T08:23:21.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: cluster 2024-09-18T08:23:19.185630+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:21.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: cluster 2024-09-18T08:23:19.185630+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:21.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: cluster 2024-09-18T08:23:19.185745+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:21.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: cluster 2024-09-18T08:23:19.185745+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:21.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:20.792002+0000 mon.smithi079 (mon.0) 593 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:21.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:20.792002+0000 mon.smithi079 (mon.0) 593 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:21.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:20.792914+0000 mon.smithi079 (mon.0) 594 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1670454250,v1:172.21.15.79:6811/1670454250]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-18T08:23:21.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:20.792914+0000 mon.smithi079 (mon.0) 594 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1670454250,v1:172.21.15.79:6811/1670454250]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-18T08:23:21.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: cluster 2024-09-18T08:23:20.799048+0000 mon.smithi079 (mon.0) 595 : cluster [INF] osd.4 [v2:172.21.15.135:6816/1180714951,v1:172.21.15.135:6817/1180714951] boot 2024-09-18T08:23:21.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: cluster 2024-09-18T08:23:20.799048+0000 mon.smithi079 (mon.0) 595 : cluster [INF] osd.4 [v2:172.21.15.135:6816/1180714951,v1:172.21.15.135:6817/1180714951] boot 2024-09-18T08:23:21.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: cluster 2024-09-18T08:23:20.799154+0000 mon.smithi079 (mon.0) 596 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-09-18T08:23:21.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: cluster 2024-09-18T08:23:20.799154+0000 mon.smithi079 (mon.0) 596 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-09-18T08:23:21.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:20.800118+0000 mon.smithi079 (mon.0) 597 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1670454250,v1:172.21.15.79:6811/1670454250]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-18T08:23:21.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:20.800118+0000 mon.smithi079 (mon.0) 597 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1670454250,v1:172.21.15.79:6811/1670454250]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-18T08:23:21.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:20.800982+0000 mon.smithi079 (mon.0) 598 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:21.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:20.800982+0000 mon.smithi079 (mon.0) 598 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:21.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:20.801730+0000 mon.smithi079 (mon.0) 599 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:21.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:20.801730+0000 mon.smithi079 (mon.0) 599 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:21.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:20.802497+0000 mon.smithi079 (mon.0) 600 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:21.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:20.802497+0000 mon.smithi079 (mon.0) 600 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:21.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:20.803080+0000 mon.smithi079 (mon.0) 601 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:21.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:20.803080+0000 mon.smithi079 (mon.0) 601 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:21.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:20.803638+0000 mon.smithi079 (mon.0) 602 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:21.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:20.803638+0000 mon.smithi079 (mon.0) 602 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:21.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:20.962844+0000 mon.smithi079 (mon.0) 603 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:21.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:20.962844+0000 mon.smithi079 (mon.0) 603 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:21.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:21.066536+0000 mon.smithi079 (mon.0) 604 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:21.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:21.066536+0000 mon.smithi079 (mon.0) 604 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:21.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:21.142639+0000 mon.smithi079 (mon.0) 605 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:21.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:21.142639+0000 mon.smithi079 (mon.0) 605 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:21.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:21.214989+0000 mon.smithi079 (mon.0) 606 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:21.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:21.214989+0000 mon.smithi079 (mon.0) 606 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:21.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:21.217408+0000 mon.smithi079 (mon.0) 607 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-18T08:23:21.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:21.217408+0000 mon.smithi079 (mon.0) 607 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-18T08:23:21.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:21.258405+0000 mon.smithi079 (mon.0) 608 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-18T08:23:21.957 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:21.258405+0000 mon.smithi079 (mon.0) 608 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-18T08:23:21.957 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:21.258705+0000 mon.smithi079 (mon.0) 609 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-18T08:23:21.957 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:21.258705+0000 mon.smithi079 (mon.0) 609 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-18T08:23:21.957 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:21.258920+0000 mon.smithi079 (mon.0) 610 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:23:21.957 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:21.258920+0000 mon.smithi079 (mon.0) 610 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:23:21.957 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:21.304630+0000 mon.smithi079 (mon.0) 611 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:21.957 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:21.304630+0000 mon.smithi079 (mon.0) 611 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:21.957 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:21.307013+0000 mon.smithi079 (mon.0) 612 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-18T08:23:21.957 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:21.307013+0000 mon.smithi079 (mon.0) 612 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-18T08:23:21.957 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:21.307211+0000 mon.smithi079 (mon.0) 613 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:23:21.957 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:21.307211+0000 mon.smithi079 (mon.0) 613 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:23:21.957 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:21.307597+0000 mon.smithi135 (mon.1) 14 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-18T08:23:21.957 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:21.307597+0000 mon.smithi135 (mon.1) 14 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-18T08:23:21.958 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:21.357119+0000 mon.smithi135 (mon.1) 15 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-18T08:23:21.958 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:21.357119+0000 mon.smithi135 (mon.1) 15 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-18T08:23:21.958 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:21.389793+0000 mon.smithi079 (mon.0) 614 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:21.958 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:21 smithi135 bash[24787]: audit 2024-09-18T08:23:21.389793+0000 mon.smithi079 (mon.0) 614 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:22.004 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: cluster 2024-09-18T08:23:19.185630+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:22.004 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: cluster 2024-09-18T08:23:19.185630+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:22.004 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: cluster 2024-09-18T08:23:19.185745+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:22.004 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: cluster 2024-09-18T08:23:19.185745+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:22.004 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:20.792002+0000 mon.smithi079 (mon.0) 593 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:22.004 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:20.792002+0000 mon.smithi079 (mon.0) 593 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:22.004 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:20.792914+0000 mon.smithi079 (mon.0) 594 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1670454250,v1:172.21.15.79:6811/1670454250]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-18T08:23:22.004 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:20.792914+0000 mon.smithi079 (mon.0) 594 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1670454250,v1:172.21.15.79:6811/1670454250]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-18T08:23:22.004 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: cluster 2024-09-18T08:23:20.799048+0000 mon.smithi079 (mon.0) 595 : cluster [INF] osd.4 [v2:172.21.15.135:6816/1180714951,v1:172.21.15.135:6817/1180714951] boot 2024-09-18T08:23:22.004 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: cluster 2024-09-18T08:23:20.799048+0000 mon.smithi079 (mon.0) 595 : cluster [INF] osd.4 [v2:172.21.15.135:6816/1180714951,v1:172.21.15.135:6817/1180714951] boot 2024-09-18T08:23:22.004 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: cluster 2024-09-18T08:23:20.799154+0000 mon.smithi079 (mon.0) 596 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-09-18T08:23:22.005 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: cluster 2024-09-18T08:23:20.799154+0000 mon.smithi079 (mon.0) 596 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-09-18T08:23:22.005 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:20.800118+0000 mon.smithi079 (mon.0) 597 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1670454250,v1:172.21.15.79:6811/1670454250]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-18T08:23:22.005 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:20.800118+0000 mon.smithi079 (mon.0) 597 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1670454250,v1:172.21.15.79:6811/1670454250]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-18T08:23:22.005 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:20.800982+0000 mon.smithi079 (mon.0) 598 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:22.005 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:20.800982+0000 mon.smithi079 (mon.0) 598 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:22.005 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:20.801730+0000 mon.smithi079 (mon.0) 599 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:22.005 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:20.801730+0000 mon.smithi079 (mon.0) 599 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-18T08:23:22.005 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:20.802497+0000 mon.smithi079 (mon.0) 600 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:22.005 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:20.802497+0000 mon.smithi079 (mon.0) 600 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:22.005 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:20.803080+0000 mon.smithi079 (mon.0) 601 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:22.005 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:20.803080+0000 mon.smithi079 (mon.0) 601 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:22.005 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:20.803638+0000 mon.smithi079 (mon.0) 602 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:22.005 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:20.803638+0000 mon.smithi079 (mon.0) 602 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:22.006 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:20.962844+0000 mon.smithi079 (mon.0) 603 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:22.006 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:20.962844+0000 mon.smithi079 (mon.0) 603 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:22.006 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:21.066536+0000 mon.smithi079 (mon.0) 604 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:22.006 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:21.066536+0000 mon.smithi079 (mon.0) 604 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:22.006 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:21.142639+0000 mon.smithi079 (mon.0) 605 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:22.006 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:21.142639+0000 mon.smithi079 (mon.0) 605 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:22.006 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:21.214989+0000 mon.smithi079 (mon.0) 606 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:22.006 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:21.214989+0000 mon.smithi079 (mon.0) 606 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:22.006 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:21.217408+0000 mon.smithi079 (mon.0) 607 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-18T08:23:22.006 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:21.217408+0000 mon.smithi079 (mon.0) 607 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-18T08:23:22.006 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:21.258405+0000 mon.smithi079 (mon.0) 608 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-18T08:23:22.006 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:21.258405+0000 mon.smithi079 (mon.0) 608 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-18T08:23:22.006 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:21.258705+0000 mon.smithi079 (mon.0) 609 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-18T08:23:22.006 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:21.258705+0000 mon.smithi079 (mon.0) 609 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-18T08:23:22.007 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:21.258920+0000 mon.smithi079 (mon.0) 610 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:23:22.007 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:21.258920+0000 mon.smithi079 (mon.0) 610 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:23:22.007 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:21.304630+0000 mon.smithi079 (mon.0) 611 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:22.007 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:21.304630+0000 mon.smithi079 (mon.0) 611 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:22.007 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:21.307013+0000 mon.smithi079 (mon.0) 612 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-18T08:23:22.007 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:21.307013+0000 mon.smithi079 (mon.0) 612 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-18T08:23:22.007 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:21.307211+0000 mon.smithi079 (mon.0) 613 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:23:22.007 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:21.307211+0000 mon.smithi079 (mon.0) 613 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mon metadata", "id": "smithi135"} : dispatch 2024-09-18T08:23:22.007 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:21.307597+0000 mon.smithi135 (mon.1) 14 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-18T08:23:22.007 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:21.307597+0000 mon.smithi135 (mon.1) 14 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-18T08:23:22.007 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:21.357119+0000 mon.smithi135 (mon.1) 15 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-18T08:23:22.007 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:21.357119+0000 mon.smithi135 (mon.1) 15 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-18T08:23:22.007 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:21.389793+0000 mon.smithi079 (mon.0) 614 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:22.008 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:21 smithi079 bash[19997]: audit 2024-09-18T08:23:21.389793+0000 mon.smithi079 (mon.0) 614 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:23.050 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: cluster 2024-09-18T08:23:21.395890+0000 mgr.smithi079.dmaxqe (mgr.14205) 134 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-18T08:23:23.050 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: cluster 2024-09-18T08:23:21.395890+0000 mgr.smithi079.dmaxqe (mgr.14205) 134 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-18T08:23:23.050 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: audit 2024-09-18T08:23:21.795076+0000 mon.smithi079 (mon.0) 615 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1670454250,v1:172.21.15.79:6811/1670454250]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-18T08:23:23.051 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: audit 2024-09-18T08:23:21.795076+0000 mon.smithi079 (mon.0) 615 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1670454250,v1:172.21.15.79:6811/1670454250]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-18T08:23:23.051 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: cluster 2024-09-18T08:23:21.799370+0000 mon.smithi079 (mon.0) 616 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-09-18T08:23:23.051 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: cluster 2024-09-18T08:23:21.799370+0000 mon.smithi079 (mon.0) 616 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-09-18T08:23:23.051 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: audit 2024-09-18T08:23:21.800486+0000 mon.smithi079 (mon.0) 617 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:23.051 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: audit 2024-09-18T08:23:21.800486+0000 mon.smithi079 (mon.0) 617 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:23.051 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: audit 2024-09-18T08:23:21.800920+0000 mon.smithi079 (mon.0) 618 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:23.051 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: audit 2024-09-18T08:23:21.800920+0000 mon.smithi079 (mon.0) 618 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:23.051 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: audit 2024-09-18T08:23:21.801331+0000 mon.smithi079 (mon.0) 619 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:23.051 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: audit 2024-09-18T08:23:21.801331+0000 mon.smithi079 (mon.0) 619 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:23.051 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: audit 2024-09-18T08:23:21.801614+0000 mon.smithi079 (mon.0) 620 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:23.051 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: audit 2024-09-18T08:23:21.801614+0000 mon.smithi079 (mon.0) 620 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:23.051 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: audit 2024-09-18T08:23:21.823120+0000 mon.smithi079 (mon.0) 621 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:23.052 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: audit 2024-09-18T08:23:21.823120+0000 mon.smithi079 (mon.0) 621 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:23.052 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: cluster 2024-09-18T08:23:22.385474+0000 mon.smithi079 (mon.0) 622 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-18T08:23:23.052 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: cluster 2024-09-18T08:23:22.385474+0000 mon.smithi079 (mon.0) 622 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-18T08:23:23.052 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: cluster 2024-09-18T08:23:22.385522+0000 mon.smithi079 (mon.0) 623 : cluster [INF] Cluster is now healthy 2024-09-18T08:23:23.052 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: cluster 2024-09-18T08:23:22.385522+0000 mon.smithi079 (mon.0) 623 : cluster [INF] Cluster is now healthy 2024-09-18T08:23:23.052 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: cluster 2024-09-18T08:23:22.405601+0000 mon.smithi079 (mon.0) 624 : cluster [INF] osd.3 [v2:172.21.15.79:6810/1670454250,v1:172.21.15.79:6811/1670454250] boot 2024-09-18T08:23:23.052 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: cluster 2024-09-18T08:23:22.405601+0000 mon.smithi079 (mon.0) 624 : cluster [INF] osd.3 [v2:172.21.15.79:6810/1670454250,v1:172.21.15.79:6811/1670454250] boot 2024-09-18T08:23:23.052 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: cluster 2024-09-18T08:23:22.405675+0000 mon.smithi079 (mon.0) 625 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-09-18T08:23:23.052 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: cluster 2024-09-18T08:23:22.405675+0000 mon.smithi079 (mon.0) 625 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-09-18T08:23:23.052 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: audit 2024-09-18T08:23:22.406107+0000 mon.smithi079 (mon.0) 626 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:23.052 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: audit 2024-09-18T08:23:22.406107+0000 mon.smithi079 (mon.0) 626 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:23.052 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: audit 2024-09-18T08:23:22.406468+0000 mon.smithi079 (mon.0) 627 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:23.053 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: audit 2024-09-18T08:23:22.406468+0000 mon.smithi079 (mon.0) 627 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:23.053 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: audit 2024-09-18T08:23:22.406776+0000 mon.smithi079 (mon.0) 628 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:23.053 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: audit 2024-09-18T08:23:22.406776+0000 mon.smithi079 (mon.0) 628 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:23.053 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: audit 2024-09-18T08:23:22.407061+0000 mon.smithi079 (mon.0) 629 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:23.053 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:22 smithi079 bash[19997]: audit 2024-09-18T08:23:22.407061+0000 mon.smithi079 (mon.0) 629 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:23.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: cluster 2024-09-18T08:23:21.395890+0000 mgr.smithi079.dmaxqe (mgr.14205) 134 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-18T08:23:23.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: cluster 2024-09-18T08:23:21.395890+0000 mgr.smithi079.dmaxqe (mgr.14205) 134 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-18T08:23:23.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: audit 2024-09-18T08:23:21.795076+0000 mon.smithi079 (mon.0) 615 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1670454250,v1:172.21.15.79:6811/1670454250]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-18T08:23:23.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: audit 2024-09-18T08:23:21.795076+0000 mon.smithi079 (mon.0) 615 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1670454250,v1:172.21.15.79:6811/1670454250]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-18T08:23:23.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: cluster 2024-09-18T08:23:21.799370+0000 mon.smithi079 (mon.0) 616 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-09-18T08:23:23.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: cluster 2024-09-18T08:23:21.799370+0000 mon.smithi079 (mon.0) 616 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-09-18T08:23:23.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: audit 2024-09-18T08:23:21.800486+0000 mon.smithi079 (mon.0) 617 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:23.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: audit 2024-09-18T08:23:21.800486+0000 mon.smithi079 (mon.0) 617 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:23.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: audit 2024-09-18T08:23:21.800920+0000 mon.smithi079 (mon.0) 618 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:23.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: audit 2024-09-18T08:23:21.800920+0000 mon.smithi079 (mon.0) 618 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:23.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: audit 2024-09-18T08:23:21.801331+0000 mon.smithi079 (mon.0) 619 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:23.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: audit 2024-09-18T08:23:21.801331+0000 mon.smithi079 (mon.0) 619 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:23.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: audit 2024-09-18T08:23:21.801614+0000 mon.smithi079 (mon.0) 620 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:23.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: audit 2024-09-18T08:23:21.801614+0000 mon.smithi079 (mon.0) 620 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:23.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: audit 2024-09-18T08:23:21.823120+0000 mon.smithi079 (mon.0) 621 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:23.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: audit 2024-09-18T08:23:21.823120+0000 mon.smithi079 (mon.0) 621 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:23.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: cluster 2024-09-18T08:23:22.385474+0000 mon.smithi079 (mon.0) 622 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-18T08:23:23.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: cluster 2024-09-18T08:23:22.385474+0000 mon.smithi079 (mon.0) 622 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-18T08:23:23.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: cluster 2024-09-18T08:23:22.385522+0000 mon.smithi079 (mon.0) 623 : cluster [INF] Cluster is now healthy 2024-09-18T08:23:23.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: cluster 2024-09-18T08:23:22.385522+0000 mon.smithi079 (mon.0) 623 : cluster [INF] Cluster is now healthy 2024-09-18T08:23:23.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: cluster 2024-09-18T08:23:22.405601+0000 mon.smithi079 (mon.0) 624 : cluster [INF] osd.3 [v2:172.21.15.79:6810/1670454250,v1:172.21.15.79:6811/1670454250] boot 2024-09-18T08:23:23.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: cluster 2024-09-18T08:23:22.405601+0000 mon.smithi079 (mon.0) 624 : cluster [INF] osd.3 [v2:172.21.15.79:6810/1670454250,v1:172.21.15.79:6811/1670454250] boot 2024-09-18T08:23:23.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: cluster 2024-09-18T08:23:22.405675+0000 mon.smithi079 (mon.0) 625 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-09-18T08:23:23.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: cluster 2024-09-18T08:23:22.405675+0000 mon.smithi079 (mon.0) 625 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-09-18T08:23:23.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: audit 2024-09-18T08:23:22.406107+0000 mon.smithi079 (mon.0) 626 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:23.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: audit 2024-09-18T08:23:22.406107+0000 mon.smithi079 (mon.0) 626 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-18T08:23:23.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: audit 2024-09-18T08:23:22.406468+0000 mon.smithi079 (mon.0) 627 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:23.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: audit 2024-09-18T08:23:22.406468+0000 mon.smithi079 (mon.0) 627 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:23.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: audit 2024-09-18T08:23:22.406776+0000 mon.smithi079 (mon.0) 628 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:23.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: audit 2024-09-18T08:23:22.406776+0000 mon.smithi079 (mon.0) 628 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:23.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: audit 2024-09-18T08:23:22.407061+0000 mon.smithi079 (mon.0) 629 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:23.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:22 smithi135 bash[24787]: audit 2024-09-18T08:23:22.407061+0000 mon.smithi079 (mon.0) 629 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:24.095 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:23 smithi079 bash[19997]: cluster 2024-09-18T08:23:20.809710+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:24.095 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:23 smithi079 bash[19997]: cluster 2024-09-18T08:23:20.809710+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:24.095 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:23 smithi079 bash[19997]: cluster 2024-09-18T08:23:20.809830+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:24.095 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:23 smithi079 bash[19997]: cluster 2024-09-18T08:23:20.809830+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:24.096 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:23 smithi079 bash[19997]: cluster 2024-09-18T08:23:23.405998+0000 mon.smithi079 (mon.0) 630 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-09-18T08:23:24.096 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:23 smithi079 bash[19997]: cluster 2024-09-18T08:23:23.405998+0000 mon.smithi079 (mon.0) 630 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-09-18T08:23:24.096 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:23 smithi079 bash[19997]: audit 2024-09-18T08:23:23.406877+0000 mon.smithi079 (mon.0) 631 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:24.096 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:23 smithi079 bash[19997]: audit 2024-09-18T08:23:23.406877+0000 mon.smithi079 (mon.0) 631 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:24.096 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:23 smithi079 bash[19997]: audit 2024-09-18T08:23:23.407339+0000 mon.smithi079 (mon.0) 632 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:24.096 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:23 smithi079 bash[19997]: audit 2024-09-18T08:23:23.407339+0000 mon.smithi079 (mon.0) 632 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:24.096 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:23 smithi079 bash[19997]: audit 2024-09-18T08:23:23.407568+0000 mon.smithi079 (mon.0) 633 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:24.096 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:23 smithi079 bash[19997]: audit 2024-09-18T08:23:23.407568+0000 mon.smithi079 (mon.0) 633 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:24.096 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:23 smithi079 bash[19997]: cluster 2024-09-18T08:23:23.418750+0000 mon.smithi079 (mon.0) 634 : cluster [DBG] mgrmap e20: smithi079.dmaxqe(active, since 2m), standbys: smithi135.vlchji 2024-09-18T08:23:24.096 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:23 smithi079 bash[19997]: cluster 2024-09-18T08:23:23.418750+0000 mon.smithi079 (mon.0) 634 : cluster [DBG] mgrmap e20: smithi079.dmaxqe(active, since 2m), standbys: smithi135.vlchji 2024-09-18T08:23:24.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:23 smithi135 bash[24787]: cluster 2024-09-18T08:23:20.809710+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:24.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:23 smithi135 bash[24787]: cluster 2024-09-18T08:23:20.809710+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:24.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:23 smithi135 bash[24787]: cluster 2024-09-18T08:23:20.809830+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:24.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:23 smithi135 bash[24787]: cluster 2024-09-18T08:23:20.809830+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:24.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:23 smithi135 bash[24787]: cluster 2024-09-18T08:23:23.405998+0000 mon.smithi079 (mon.0) 630 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-09-18T08:23:24.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:23 smithi135 bash[24787]: cluster 2024-09-18T08:23:23.405998+0000 mon.smithi079 (mon.0) 630 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-09-18T08:23:24.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:23 smithi135 bash[24787]: audit 2024-09-18T08:23:23.406877+0000 mon.smithi079 (mon.0) 631 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:24.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:23 smithi135 bash[24787]: audit 2024-09-18T08:23:23.406877+0000 mon.smithi079 (mon.0) 631 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:24.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:23 smithi135 bash[24787]: audit 2024-09-18T08:23:23.407339+0000 mon.smithi079 (mon.0) 632 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:24.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:23 smithi135 bash[24787]: audit 2024-09-18T08:23:23.407339+0000 mon.smithi079 (mon.0) 632 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:24.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:23 smithi135 bash[24787]: audit 2024-09-18T08:23:23.407568+0000 mon.smithi079 (mon.0) 633 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:24.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:23 smithi135 bash[24787]: audit 2024-09-18T08:23:23.407568+0000 mon.smithi079 (mon.0) 633 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:24.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:23 smithi135 bash[24787]: cluster 2024-09-18T08:23:23.418750+0000 mon.smithi079 (mon.0) 634 : cluster [DBG] mgrmap e20: smithi079.dmaxqe(active, since 2m), standbys: smithi135.vlchji 2024-09-18T08:23:24.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:23 smithi135 bash[24787]: cluster 2024-09-18T08:23:23.418750+0000 mon.smithi079 (mon.0) 634 : cluster [DBG] mgrmap e20: smithi079.dmaxqe(active, since 2m), standbys: smithi135.vlchji 2024-09-18T08:23:25.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:24 smithi079 bash[19997]: cluster 2024-09-18T08:23:23.396424+0000 mgr.smithi079.dmaxqe (mgr.14205) 135 : cluster [DBG] pgmap v93: 1 pgs: 1 remapped; 577 KiB data, 138 MiB used, 447 GiB / 447 GiB avail; 18 KiB/s rd, 914 KiB/s wr, 59 op/s 2024-09-18T08:23:25.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:24 smithi079 bash[19997]: cluster 2024-09-18T08:23:23.396424+0000 mgr.smithi079.dmaxqe (mgr.14205) 135 : cluster [DBG] pgmap v93: 1 pgs: 1 remapped; 577 KiB data, 138 MiB used, 447 GiB / 447 GiB avail; 18 KiB/s rd, 914 KiB/s wr, 59 op/s 2024-09-18T08:23:25.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:24 smithi079 bash[19997]: cluster 2024-09-18T08:23:24.407938+0000 mon.smithi079 (mon.0) 635 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-09-18T08:23:25.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:24 smithi079 bash[19997]: cluster 2024-09-18T08:23:24.407938+0000 mon.smithi079 (mon.0) 635 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-09-18T08:23:25.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:24 smithi079 bash[19997]: audit 2024-09-18T08:23:24.408199+0000 mon.smithi079 (mon.0) 636 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:25.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:24 smithi079 bash[19997]: audit 2024-09-18T08:23:24.408199+0000 mon.smithi079 (mon.0) 636 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:25.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:24 smithi079 bash[19997]: audit 2024-09-18T08:23:24.408530+0000 mon.smithi079 (mon.0) 637 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:25.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:24 smithi079 bash[19997]: audit 2024-09-18T08:23:24.408530+0000 mon.smithi079 (mon.0) 637 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:25.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:24 smithi079 bash[19997]: audit 2024-09-18T08:23:24.408728+0000 mon.smithi079 (mon.0) 638 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:25.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:24 smithi079 bash[19997]: audit 2024-09-18T08:23:24.408728+0000 mon.smithi079 (mon.0) 638 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:25.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:24 smithi135 bash[24787]: cluster 2024-09-18T08:23:23.396424+0000 mgr.smithi079.dmaxqe (mgr.14205) 135 : cluster [DBG] pgmap v93: 1 pgs: 1 remapped; 577 KiB data, 138 MiB used, 447 GiB / 447 GiB avail; 18 KiB/s rd, 914 KiB/s wr, 59 op/s 2024-09-18T08:23:25.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:24 smithi135 bash[24787]: cluster 2024-09-18T08:23:23.396424+0000 mgr.smithi079.dmaxqe (mgr.14205) 135 : cluster [DBG] pgmap v93: 1 pgs: 1 remapped; 577 KiB data, 138 MiB used, 447 GiB / 447 GiB avail; 18 KiB/s rd, 914 KiB/s wr, 59 op/s 2024-09-18T08:23:25.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:24 smithi135 bash[24787]: cluster 2024-09-18T08:23:24.407938+0000 mon.smithi079 (mon.0) 635 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-09-18T08:23:25.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:24 smithi135 bash[24787]: cluster 2024-09-18T08:23:24.407938+0000 mon.smithi079 (mon.0) 635 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-09-18T08:23:25.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:24 smithi135 bash[24787]: audit 2024-09-18T08:23:24.408199+0000 mon.smithi079 (mon.0) 636 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:25.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:24 smithi135 bash[24787]: audit 2024-09-18T08:23:24.408199+0000 mon.smithi079 (mon.0) 636 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:25.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:24 smithi135 bash[24787]: audit 2024-09-18T08:23:24.408530+0000 mon.smithi079 (mon.0) 637 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:25.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:24 smithi135 bash[24787]: audit 2024-09-18T08:23:24.408530+0000 mon.smithi079 (mon.0) 637 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:25.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:24 smithi135 bash[24787]: audit 2024-09-18T08:23:24.408728+0000 mon.smithi079 (mon.0) 638 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:25.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:24 smithi135 bash[24787]: audit 2024-09-18T08:23:24.408728+0000 mon.smithi079 (mon.0) 638 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:26.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:25 smithi079 bash[19997]: audit 2024-09-18T08:23:25.337702+0000 mon.smithi135 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.135:6824/2896199679,v1:172.21.15.135:6825/2896199679]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-18T08:23:26.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:25 smithi079 bash[19997]: audit 2024-09-18T08:23:25.337702+0000 mon.smithi135 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.135:6824/2896199679,v1:172.21.15.135:6825/2896199679]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-18T08:23:26.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:25 smithi079 bash[19997]: audit 2024-09-18T08:23:25.337729+0000 mon.smithi079 (mon.0) 639 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-18T08:23:26.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:25 smithi079 bash[19997]: audit 2024-09-18T08:23:25.337729+0000 mon.smithi079 (mon.0) 639 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-18T08:23:26.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:25 smithi079 bash[19997]: audit 2024-09-18T08:23:25.407571+0000 mon.smithi079 (mon.0) 640 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-18T08:23:26.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:25 smithi079 bash[19997]: audit 2024-09-18T08:23:25.407571+0000 mon.smithi079 (mon.0) 640 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-18T08:23:26.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:25 smithi079 bash[19997]: cluster 2024-09-18T08:23:25.413256+0000 mon.smithi079 (mon.0) 641 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-09-18T08:23:26.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:25 smithi079 bash[19997]: cluster 2024-09-18T08:23:25.413256+0000 mon.smithi079 (mon.0) 641 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-09-18T08:23:26.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:25 smithi079 bash[19997]: audit 2024-09-18T08:23:25.413733+0000 mon.smithi079 (mon.0) 642 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:26.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:25 smithi079 bash[19997]: audit 2024-09-18T08:23:25.413733+0000 mon.smithi079 (mon.0) 642 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:26.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:25 smithi079 bash[19997]: audit 2024-09-18T08:23:25.414072+0000 mon.smithi079 (mon.0) 643 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:26.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:25 smithi079 bash[19997]: audit 2024-09-18T08:23:25.414072+0000 mon.smithi079 (mon.0) 643 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:26.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:25 smithi079 bash[19997]: audit 2024-09-18T08:23:25.414513+0000 mon.smithi079 (mon.0) 644 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:26.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:25 smithi079 bash[19997]: audit 2024-09-18T08:23:25.414513+0000 mon.smithi079 (mon.0) 644 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:26.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:25 smithi079 bash[19997]: audit 2024-09-18T08:23:25.417868+0000 mon.smithi135 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.135:6824/2896199679,v1:172.21.15.135:6825/2896199679]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi135", "root=default"]} : dispatch 2024-09-18T08:23:26.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:25 smithi079 bash[19997]: audit 2024-09-18T08:23:25.417868+0000 mon.smithi135 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.135:6824/2896199679,v1:172.21.15.135:6825/2896199679]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi135", "root=default"]} : dispatch 2024-09-18T08:23:26.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:25 smithi079 bash[19997]: audit 2024-09-18T08:23:25.418125+0000 mon.smithi079 (mon.0) 645 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi135", "root=default"]} : dispatch 2024-09-18T08:23:26.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:25 smithi079 bash[19997]: audit 2024-09-18T08:23:25.418125+0000 mon.smithi079 (mon.0) 645 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi135", "root=default"]} : dispatch 2024-09-18T08:23:26.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:25 smithi135 bash[24787]: audit 2024-09-18T08:23:25.337702+0000 mon.smithi135 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.135:6824/2896199679,v1:172.21.15.135:6825/2896199679]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-18T08:23:26.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:25 smithi135 bash[24787]: audit 2024-09-18T08:23:25.337702+0000 mon.smithi135 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.135:6824/2896199679,v1:172.21.15.135:6825/2896199679]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-18T08:23:26.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:25 smithi135 bash[24787]: audit 2024-09-18T08:23:25.337729+0000 mon.smithi079 (mon.0) 639 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-18T08:23:26.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:25 smithi135 bash[24787]: audit 2024-09-18T08:23:25.337729+0000 mon.smithi079 (mon.0) 639 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-18T08:23:26.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:25 smithi135 bash[24787]: audit 2024-09-18T08:23:25.407571+0000 mon.smithi079 (mon.0) 640 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-18T08:23:26.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:25 smithi135 bash[24787]: audit 2024-09-18T08:23:25.407571+0000 mon.smithi079 (mon.0) 640 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-18T08:23:26.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:25 smithi135 bash[24787]: cluster 2024-09-18T08:23:25.413256+0000 mon.smithi079 (mon.0) 641 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-09-18T08:23:26.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:25 smithi135 bash[24787]: cluster 2024-09-18T08:23:25.413256+0000 mon.smithi079 (mon.0) 641 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-09-18T08:23:26.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:25 smithi135 bash[24787]: audit 2024-09-18T08:23:25.413733+0000 mon.smithi079 (mon.0) 642 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:26.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:25 smithi135 bash[24787]: audit 2024-09-18T08:23:25.413733+0000 mon.smithi079 (mon.0) 642 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:26.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:25 smithi135 bash[24787]: audit 2024-09-18T08:23:25.414072+0000 mon.smithi079 (mon.0) 643 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:26.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:25 smithi135 bash[24787]: audit 2024-09-18T08:23:25.414072+0000 mon.smithi079 (mon.0) 643 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:26.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:25 smithi135 bash[24787]: audit 2024-09-18T08:23:25.414513+0000 mon.smithi079 (mon.0) 644 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:26.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:25 smithi135 bash[24787]: audit 2024-09-18T08:23:25.414513+0000 mon.smithi079 (mon.0) 644 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:26.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:25 smithi135 bash[24787]: audit 2024-09-18T08:23:25.417868+0000 mon.smithi135 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.135:6824/2896199679,v1:172.21.15.135:6825/2896199679]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi135", "root=default"]} : dispatch 2024-09-18T08:23:26.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:25 smithi135 bash[24787]: audit 2024-09-18T08:23:25.417868+0000 mon.smithi135 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.135:6824/2896199679,v1:172.21.15.135:6825/2896199679]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi135", "root=default"]} : dispatch 2024-09-18T08:23:26.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:25 smithi135 bash[24787]: audit 2024-09-18T08:23:25.418125+0000 mon.smithi079 (mon.0) 645 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi135", "root=default"]} : dispatch 2024-09-18T08:23:26.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:25 smithi135 bash[24787]: audit 2024-09-18T08:23:25.418125+0000 mon.smithi079 (mon.0) 645 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi135", "root=default"]} : dispatch 2024-09-18T08:23:26.774 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:23:27.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:26 smithi079 bash[19997]: cluster 2024-09-18T08:23:25.396938+0000 mgr.smithi079.dmaxqe (mgr.14205) 136 : cluster [DBG] pgmap v96: 1 pgs: 1 remapped; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 9.0 KiB/s rd, 457 KiB/s wr, 29 op/s 2024-09-18T08:23:27.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:26 smithi079 bash[19997]: cluster 2024-09-18T08:23:25.396938+0000 mgr.smithi079.dmaxqe (mgr.14205) 136 : cluster [DBG] pgmap v96: 1 pgs: 1 remapped; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 9.0 KiB/s rd, 457 KiB/s wr, 29 op/s 2024-09-18T08:23:27.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:26 smithi079 bash[19997]: audit 2024-09-18T08:23:26.410305+0000 mon.smithi079 (mon.0) 646 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2024-09-18T08:23:27.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:26 smithi079 bash[19997]: audit 2024-09-18T08:23:26.410305+0000 mon.smithi079 (mon.0) 646 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2024-09-18T08:23:27.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:26 smithi079 bash[19997]: cluster 2024-09-18T08:23:26.416283+0000 mon.smithi079 (mon.0) 647 : cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2024-09-18T08:23:27.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:26 smithi079 bash[19997]: cluster 2024-09-18T08:23:26.416283+0000 mon.smithi079 (mon.0) 647 : cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2024-09-18T08:23:27.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:26 smithi079 bash[19997]: audit 2024-09-18T08:23:26.416615+0000 mon.smithi079 (mon.0) 648 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:27.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:26 smithi079 bash[19997]: audit 2024-09-18T08:23:26.416615+0000 mon.smithi079 (mon.0) 648 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:27.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:26 smithi079 bash[19997]: audit 2024-09-18T08:23:26.417028+0000 mon.smithi079 (mon.0) 649 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:27.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:26 smithi079 bash[19997]: audit 2024-09-18T08:23:26.417028+0000 mon.smithi079 (mon.0) 649 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:27.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:26 smithi079 bash[19997]: audit 2024-09-18T08:23:26.417239+0000 mon.smithi079 (mon.0) 650 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:27.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:26 smithi079 bash[19997]: audit 2024-09-18T08:23:26.417239+0000 mon.smithi079 (mon.0) 650 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:27.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:26 smithi079 bash[19997]: audit 2024-09-18T08:23:26.425279+0000 mon.smithi079 (mon.0) 651 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:27.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:26 smithi079 bash[19997]: audit 2024-09-18T08:23:26.425279+0000 mon.smithi079 (mon.0) 651 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:27.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:26 smithi135 bash[24787]: cluster 2024-09-18T08:23:25.396938+0000 mgr.smithi079.dmaxqe (mgr.14205) 136 : cluster [DBG] pgmap v96: 1 pgs: 1 remapped; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 9.0 KiB/s rd, 457 KiB/s wr, 29 op/s 2024-09-18T08:23:27.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:26 smithi135 bash[24787]: cluster 2024-09-18T08:23:25.396938+0000 mgr.smithi079.dmaxqe (mgr.14205) 136 : cluster [DBG] pgmap v96: 1 pgs: 1 remapped; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 9.0 KiB/s rd, 457 KiB/s wr, 29 op/s 2024-09-18T08:23:27.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:26 smithi135 bash[24787]: audit 2024-09-18T08:23:26.410305+0000 mon.smithi079 (mon.0) 646 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2024-09-18T08:23:27.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:26 smithi135 bash[24787]: audit 2024-09-18T08:23:26.410305+0000 mon.smithi079 (mon.0) 646 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2024-09-18T08:23:27.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:26 smithi135 bash[24787]: cluster 2024-09-18T08:23:26.416283+0000 mon.smithi079 (mon.0) 647 : cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2024-09-18T08:23:27.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:26 smithi135 bash[24787]: cluster 2024-09-18T08:23:26.416283+0000 mon.smithi079 (mon.0) 647 : cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2024-09-18T08:23:27.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:26 smithi135 bash[24787]: audit 2024-09-18T08:23:26.416615+0000 mon.smithi079 (mon.0) 648 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:27.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:26 smithi135 bash[24787]: audit 2024-09-18T08:23:26.416615+0000 mon.smithi079 (mon.0) 648 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:27.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:26 smithi135 bash[24787]: audit 2024-09-18T08:23:26.417028+0000 mon.smithi079 (mon.0) 649 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:27.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:26 smithi135 bash[24787]: audit 2024-09-18T08:23:26.417028+0000 mon.smithi079 (mon.0) 649 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:27.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:26 smithi135 bash[24787]: audit 2024-09-18T08:23:26.417239+0000 mon.smithi079 (mon.0) 650 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:27.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:26 smithi135 bash[24787]: audit 2024-09-18T08:23:26.417239+0000 mon.smithi079 (mon.0) 650 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:27.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:26 smithi135 bash[24787]: audit 2024-09-18T08:23:26.425279+0000 mon.smithi079 (mon.0) 651 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:27.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:26 smithi135 bash[24787]: audit 2024-09-18T08:23:26.425279+0000 mon.smithi079 (mon.0) 651 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:28.345 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:27 smithi079 bash[19997]: audit 2024-09-18T08:23:26.971699+0000 mon.smithi079 (mon.0) 652 : audit [INF] from='osd.6 ' entity='osd.6' 2024-09-18T08:23:28.345 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:27 smithi079 bash[19997]: audit 2024-09-18T08:23:26.971699+0000 mon.smithi079 (mon.0) 652 : audit [INF] from='osd.6 ' entity='osd.6' 2024-09-18T08:23:28.345 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:27 smithi079 bash[19997]: audit 2024-09-18T08:23:27.424442+0000 mon.smithi079 (mon.0) 653 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:28.345 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:27 smithi079 bash[19997]: audit 2024-09-18T08:23:27.424442+0000 mon.smithi079 (mon.0) 653 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:28.345 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:27 smithi079 bash[19997]: audit 2024-09-18T08:23:27.739157+0000 mon.smithi079 (mon.0) 654 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:28.346 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:27 smithi079 bash[19997]: audit 2024-09-18T08:23:27.739157+0000 mon.smithi079 (mon.0) 654 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:28.346 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:27 smithi079 bash[19997]: audit 2024-09-18T08:23:27.743974+0000 mon.smithi079 (mon.0) 655 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:28.346 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:27 smithi079 bash[19997]: audit 2024-09-18T08:23:27.743974+0000 mon.smithi079 (mon.0) 655 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:28.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:27 smithi135 bash[24787]: audit 2024-09-18T08:23:26.971699+0000 mon.smithi079 (mon.0) 652 : audit [INF] from='osd.6 ' entity='osd.6' 2024-09-18T08:23:28.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:27 smithi135 bash[24787]: audit 2024-09-18T08:23:26.971699+0000 mon.smithi079 (mon.0) 652 : audit [INF] from='osd.6 ' entity='osd.6' 2024-09-18T08:23:28.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:27 smithi135 bash[24787]: audit 2024-09-18T08:23:27.424442+0000 mon.smithi079 (mon.0) 653 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:28.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:27 smithi135 bash[24787]: audit 2024-09-18T08:23:27.424442+0000 mon.smithi079 (mon.0) 653 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:28.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:27 smithi135 bash[24787]: audit 2024-09-18T08:23:27.739157+0000 mon.smithi079 (mon.0) 654 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:28.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:27 smithi135 bash[24787]: audit 2024-09-18T08:23:27.739157+0000 mon.smithi079 (mon.0) 654 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:28.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:27 smithi135 bash[24787]: audit 2024-09-18T08:23:27.743974+0000 mon.smithi079 (mon.0) 655 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:28.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:27 smithi135 bash[24787]: audit 2024-09-18T08:23:27.743974+0000 mon.smithi079 (mon.0) 655 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:29.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:28 smithi079 bash[19997]: cluster 2024-09-18T08:23:26.291713+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:29.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:28 smithi079 bash[19997]: cluster 2024-09-18T08:23:26.291713+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:29.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:28 smithi079 bash[19997]: cluster 2024-09-18T08:23:26.291791+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:29.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:28 smithi079 bash[19997]: cluster 2024-09-18T08:23:26.291791+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:29.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:28 smithi079 bash[19997]: cluster 2024-09-18T08:23:27.397471+0000 mgr.smithi079.dmaxqe (mgr.14205) 137 : cluster [DBG] pgmap v99: 1 pgs: 1 remapped; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-09-18T08:23:29.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:28 smithi079 bash[19997]: cluster 2024-09-18T08:23:27.397471+0000 mgr.smithi079.dmaxqe (mgr.14205) 137 : cluster [DBG] pgmap v99: 1 pgs: 1 remapped; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-09-18T08:23:29.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:28 smithi079 bash[19997]: cluster 2024-09-18T08:23:27.977071+0000 mon.smithi079 (mon.0) 656 : cluster [INF] osd.6 [v2:172.21.15.135:6824/2896199679,v1:172.21.15.135:6825/2896199679] boot 2024-09-18T08:23:29.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:28 smithi079 bash[19997]: cluster 2024-09-18T08:23:27.977071+0000 mon.smithi079 (mon.0) 656 : cluster [INF] osd.6 [v2:172.21.15.135:6824/2896199679,v1:172.21.15.135:6825/2896199679] boot 2024-09-18T08:23:29.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:28 smithi079 bash[19997]: cluster 2024-09-18T08:23:27.977137+0000 mon.smithi079 (mon.0) 657 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-09-18T08:23:29.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:28 smithi079 bash[19997]: cluster 2024-09-18T08:23:27.977137+0000 mon.smithi079 (mon.0) 657 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-09-18T08:23:29.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:28 smithi079 bash[19997]: audit 2024-09-18T08:23:27.977881+0000 mon.smithi079 (mon.0) 658 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:29.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:28 smithi079 bash[19997]: audit 2024-09-18T08:23:27.977881+0000 mon.smithi079 (mon.0) 658 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:29.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:28 smithi079 bash[19997]: audit 2024-09-18T08:23:27.978537+0000 mon.smithi079 (mon.0) 659 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:29.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:28 smithi079 bash[19997]: audit 2024-09-18T08:23:27.978537+0000 mon.smithi079 (mon.0) 659 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:29.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:28 smithi079 bash[19997]: audit 2024-09-18T08:23:27.979103+0000 mon.smithi079 (mon.0) 660 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:29.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:28 smithi079 bash[19997]: audit 2024-09-18T08:23:27.979103+0000 mon.smithi079 (mon.0) 660 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:29.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:28 smithi079 bash[19997]: audit 2024-09-18T08:23:28.349609+0000 mon.smithi079 (mon.0) 661 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/4074848368,v1:172.21.15.79:6819/4074848368]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-18T08:23:29.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:28 smithi079 bash[19997]: audit 2024-09-18T08:23:28.349609+0000 mon.smithi079 (mon.0) 661 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/4074848368,v1:172.21.15.79:6819/4074848368]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-18T08:23:29.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:28 smithi135 bash[24787]: cluster 2024-09-18T08:23:26.291713+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:29.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:28 smithi135 bash[24787]: cluster 2024-09-18T08:23:26.291713+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:29.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:28 smithi135 bash[24787]: cluster 2024-09-18T08:23:26.291791+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:29.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:28 smithi135 bash[24787]: cluster 2024-09-18T08:23:26.291791+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:29.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:28 smithi135 bash[24787]: cluster 2024-09-18T08:23:27.397471+0000 mgr.smithi079.dmaxqe (mgr.14205) 137 : cluster [DBG] pgmap v99: 1 pgs: 1 remapped; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-09-18T08:23:29.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:28 smithi135 bash[24787]: cluster 2024-09-18T08:23:27.397471+0000 mgr.smithi079.dmaxqe (mgr.14205) 137 : cluster [DBG] pgmap v99: 1 pgs: 1 remapped; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-09-18T08:23:29.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:28 smithi135 bash[24787]: cluster 2024-09-18T08:23:27.977071+0000 mon.smithi079 (mon.0) 656 : cluster [INF] osd.6 [v2:172.21.15.135:6824/2896199679,v1:172.21.15.135:6825/2896199679] boot 2024-09-18T08:23:29.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:28 smithi135 bash[24787]: cluster 2024-09-18T08:23:27.977071+0000 mon.smithi079 (mon.0) 656 : cluster [INF] osd.6 [v2:172.21.15.135:6824/2896199679,v1:172.21.15.135:6825/2896199679] boot 2024-09-18T08:23:29.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:28 smithi135 bash[24787]: cluster 2024-09-18T08:23:27.977137+0000 mon.smithi079 (mon.0) 657 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-09-18T08:23:29.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:28 smithi135 bash[24787]: cluster 2024-09-18T08:23:27.977137+0000 mon.smithi079 (mon.0) 657 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-09-18T08:23:29.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:28 smithi135 bash[24787]: audit 2024-09-18T08:23:27.977881+0000 mon.smithi079 (mon.0) 658 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:29.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:28 smithi135 bash[24787]: audit 2024-09-18T08:23:27.977881+0000 mon.smithi079 (mon.0) 658 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:29.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:28 smithi135 bash[24787]: audit 2024-09-18T08:23:27.978537+0000 mon.smithi079 (mon.0) 659 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:29.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:28 smithi135 bash[24787]: audit 2024-09-18T08:23:27.978537+0000 mon.smithi079 (mon.0) 659 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-18T08:23:29.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:28 smithi135 bash[24787]: audit 2024-09-18T08:23:27.979103+0000 mon.smithi079 (mon.0) 660 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:29.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:28 smithi135 bash[24787]: audit 2024-09-18T08:23:27.979103+0000 mon.smithi079 (mon.0) 660 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:29.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:28 smithi135 bash[24787]: audit 2024-09-18T08:23:28.349609+0000 mon.smithi079 (mon.0) 661 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/4074848368,v1:172.21.15.79:6819/4074848368]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-18T08:23:29.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:28 smithi135 bash[24787]: audit 2024-09-18T08:23:28.349609+0000 mon.smithi079 (mon.0) 661 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/4074848368,v1:172.21.15.79:6819/4074848368]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-18T08:23:29.915 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:23:30.216 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:30 smithi079 bash[19997]: audit 2024-09-18T08:23:28.992704+0000 mon.smithi079 (mon.0) 662 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/4074848368,v1:172.21.15.79:6819/4074848368]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-18T08:23:30.216 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:30 smithi079 bash[19997]: audit 2024-09-18T08:23:28.992704+0000 mon.smithi079 (mon.0) 662 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/4074848368,v1:172.21.15.79:6819/4074848368]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-18T08:23:30.216 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:30 smithi079 bash[19997]: cluster 2024-09-18T08:23:28.997754+0000 mon.smithi079 (mon.0) 663 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-09-18T08:23:30.216 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:30 smithi079 bash[19997]: cluster 2024-09-18T08:23:28.997754+0000 mon.smithi079 (mon.0) 663 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-09-18T08:23:30.216 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:30 smithi079 bash[19997]: audit 2024-09-18T08:23:28.998357+0000 mon.smithi079 (mon.0) 664 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/4074848368,v1:172.21.15.79:6819/4074848368]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-18T08:23:30.216 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:30 smithi079 bash[19997]: audit 2024-09-18T08:23:28.998357+0000 mon.smithi079 (mon.0) 664 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/4074848368,v1:172.21.15.79:6819/4074848368]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-18T08:23:30.216 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:30 smithi079 bash[19997]: audit 2024-09-18T08:23:28.998910+0000 mon.smithi079 (mon.0) 665 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:30.216 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:30 smithi079 bash[19997]: audit 2024-09-18T08:23:28.998910+0000 mon.smithi079 (mon.0) 665 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:30.216 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:30 smithi079 bash[19997]: audit 2024-09-18T08:23:28.999258+0000 mon.smithi079 (mon.0) 666 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:30.217 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:30 smithi079 bash[19997]: audit 2024-09-18T08:23:28.999258+0000 mon.smithi079 (mon.0) 666 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:30.217 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:30 smithi079 bash[19997]: audit 2024-09-18T08:23:29.915072+0000 mon.smithi079 (mon.0) 667 : audit [DBG] from='client.? 172.21.15.79:0/1257314041' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:23:30.217 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:30 smithi079 bash[19997]: audit 2024-09-18T08:23:29.915072+0000 mon.smithi079 (mon.0) 667 : audit [DBG] from='client.? 172.21.15.79:0/1257314041' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:23:30.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:30 smithi135 bash[24787]: audit 2024-09-18T08:23:28.992704+0000 mon.smithi079 (mon.0) 662 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/4074848368,v1:172.21.15.79:6819/4074848368]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-18T08:23:30.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:30 smithi135 bash[24787]: audit 2024-09-18T08:23:28.992704+0000 mon.smithi079 (mon.0) 662 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/4074848368,v1:172.21.15.79:6819/4074848368]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-18T08:23:30.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:30 smithi135 bash[24787]: cluster 2024-09-18T08:23:28.997754+0000 mon.smithi079 (mon.0) 663 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-09-18T08:23:30.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:30 smithi135 bash[24787]: cluster 2024-09-18T08:23:28.997754+0000 mon.smithi079 (mon.0) 663 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-09-18T08:23:30.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:30 smithi135 bash[24787]: audit 2024-09-18T08:23:28.998357+0000 mon.smithi079 (mon.0) 664 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/4074848368,v1:172.21.15.79:6819/4074848368]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-18T08:23:30.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:30 smithi135 bash[24787]: audit 2024-09-18T08:23:28.998357+0000 mon.smithi079 (mon.0) 664 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/4074848368,v1:172.21.15.79:6819/4074848368]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-18T08:23:30.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:30 smithi135 bash[24787]: audit 2024-09-18T08:23:28.998910+0000 mon.smithi079 (mon.0) 665 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:30.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:30 smithi135 bash[24787]: audit 2024-09-18T08:23:28.998910+0000 mon.smithi079 (mon.0) 665 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:30.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:30 smithi135 bash[24787]: audit 2024-09-18T08:23:28.999258+0000 mon.smithi079 (mon.0) 666 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:30.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:30 smithi135 bash[24787]: audit 2024-09-18T08:23:28.999258+0000 mon.smithi079 (mon.0) 666 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:30.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:30 smithi135 bash[24787]: audit 2024-09-18T08:23:29.915072+0000 mon.smithi079 (mon.0) 667 : audit [DBG] from='client.? 172.21.15.79:0/1257314041' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:23:30.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:30 smithi135 bash[24787]: audit 2024-09-18T08:23:29.915072+0000 mon.smithi079 (mon.0) 667 : audit [DBG] from='client.? 172.21.15.79:0/1257314041' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:23:31.429 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:31 smithi079 bash[19997]: cluster 2024-09-18T08:23:29.398026+0000 mgr.smithi079.dmaxqe (mgr.14205) 138 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-18T08:23:31.430 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:31 smithi079 bash[19997]: cluster 2024-09-18T08:23:29.398026+0000 mgr.smithi079.dmaxqe (mgr.14205) 138 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-18T08:23:31.430 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:31 smithi079 bash[19997]: audit 2024-09-18T08:23:30.000089+0000 mon.smithi079 (mon.0) 668 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/4074848368,v1:172.21.15.79:6819/4074848368]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-18T08:23:31.430 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:31 smithi079 bash[19997]: audit 2024-09-18T08:23:30.000089+0000 mon.smithi079 (mon.0) 668 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/4074848368,v1:172.21.15.79:6819/4074848368]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-18T08:23:31.430 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:31 smithi079 bash[19997]: cluster 2024-09-18T08:23:30.007706+0000 mon.smithi079 (mon.0) 669 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-09-18T08:23:31.430 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:31 smithi079 bash[19997]: cluster 2024-09-18T08:23:30.007706+0000 mon.smithi079 (mon.0) 669 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-09-18T08:23:31.430 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:31 smithi079 bash[19997]: audit 2024-09-18T08:23:30.008644+0000 mon.smithi079 (mon.0) 670 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:31.430 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:31 smithi079 bash[19997]: audit 2024-09-18T08:23:30.008644+0000 mon.smithi079 (mon.0) 670 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:31.430 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:31 smithi079 bash[19997]: audit 2024-09-18T08:23:30.009066+0000 mon.smithi079 (mon.0) 671 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:31.430 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:31 smithi079 bash[19997]: audit 2024-09-18T08:23:30.009066+0000 mon.smithi079 (mon.0) 671 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:31.430 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:31 smithi079 bash[19997]: audit 2024-09-18T08:23:30.013605+0000 mon.smithi079 (mon.0) 672 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:31.430 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:31 smithi079 bash[19997]: audit 2024-09-18T08:23:30.013605+0000 mon.smithi079 (mon.0) 672 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:31.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:31 smithi135 bash[24787]: cluster 2024-09-18T08:23:29.398026+0000 mgr.smithi079.dmaxqe (mgr.14205) 138 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-18T08:23:31.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:31 smithi135 bash[24787]: cluster 2024-09-18T08:23:29.398026+0000 mgr.smithi079.dmaxqe (mgr.14205) 138 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-18T08:23:31.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:31 smithi135 bash[24787]: audit 2024-09-18T08:23:30.000089+0000 mon.smithi079 (mon.0) 668 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/4074848368,v1:172.21.15.79:6819/4074848368]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-18T08:23:31.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:31 smithi135 bash[24787]: audit 2024-09-18T08:23:30.000089+0000 mon.smithi079 (mon.0) 668 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/4074848368,v1:172.21.15.79:6819/4074848368]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-18T08:23:31.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:31 smithi135 bash[24787]: cluster 2024-09-18T08:23:30.007706+0000 mon.smithi079 (mon.0) 669 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-09-18T08:23:31.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:31 smithi135 bash[24787]: cluster 2024-09-18T08:23:30.007706+0000 mon.smithi079 (mon.0) 669 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-09-18T08:23:31.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:31 smithi135 bash[24787]: audit 2024-09-18T08:23:30.008644+0000 mon.smithi079 (mon.0) 670 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:31.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:31 smithi135 bash[24787]: audit 2024-09-18T08:23:30.008644+0000 mon.smithi079 (mon.0) 670 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:31.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:31 smithi135 bash[24787]: audit 2024-09-18T08:23:30.009066+0000 mon.smithi079 (mon.0) 671 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:31.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:31 smithi135 bash[24787]: audit 2024-09-18T08:23:30.009066+0000 mon.smithi079 (mon.0) 671 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:31.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:31 smithi135 bash[24787]: audit 2024-09-18T08:23:30.013605+0000 mon.smithi079 (mon.0) 672 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:31.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:31 smithi135 bash[24787]: audit 2024-09-18T08:23:30.013605+0000 mon.smithi079 (mon.0) 672 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:32.041 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":33,"num_osds":8,"num_up_osds":6,"osd_up_since":1726647807,"num_in_osds":8,"osd_in_since":1726647754,"num_remapped_pgs":0} 2024-09-18T08:23:32.199 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:32 smithi079 bash[19997]: cluster 2024-09-18T08:23:29.394776+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:32.199 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:32 smithi079 bash[19997]: cluster 2024-09-18T08:23:29.394776+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:32.199 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:32 smithi079 bash[19997]: cluster 2024-09-18T08:23:29.394839+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:32.199 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:32 smithi079 bash[19997]: cluster 2024-09-18T08:23:29.394839+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:32.199 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:32 smithi079 bash[19997]: cluster 2024-09-18T08:23:31.011427+0000 mon.smithi079 (mon.0) 673 : cluster [INF] osd.5 [v2:172.21.15.79:6818/4074848368,v1:172.21.15.79:6819/4074848368] boot 2024-09-18T08:23:32.200 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:32 smithi079 bash[19997]: cluster 2024-09-18T08:23:31.011427+0000 mon.smithi079 (mon.0) 673 : cluster [INF] osd.5 [v2:172.21.15.79:6818/4074848368,v1:172.21.15.79:6819/4074848368] boot 2024-09-18T08:23:32.200 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:32 smithi079 bash[19997]: cluster 2024-09-18T08:23:31.011511+0000 mon.smithi079 (mon.0) 674 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-09-18T08:23:32.200 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:32 smithi079 bash[19997]: cluster 2024-09-18T08:23:31.011511+0000 mon.smithi079 (mon.0) 674 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-09-18T08:23:32.200 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:32 smithi079 bash[19997]: audit 2024-09-18T08:23:31.012498+0000 mon.smithi079 (mon.0) 675 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:32.200 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:32 smithi079 bash[19997]: audit 2024-09-18T08:23:31.012498+0000 mon.smithi079 (mon.0) 675 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:32.200 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:32 smithi079 bash[19997]: audit 2024-09-18T08:23:31.013198+0000 mon.smithi079 (mon.0) 676 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:32.200 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:32 smithi079 bash[19997]: audit 2024-09-18T08:23:31.013198+0000 mon.smithi079 (mon.0) 676 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:32.200 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:32 smithi079 bash[19997]: audit 2024-09-18T08:23:31.013819+0000 mon.smithi079 (mon.0) 677 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:32.200 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:32 smithi079 bash[19997]: audit 2024-09-18T08:23:31.013819+0000 mon.smithi079 (mon.0) 677 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:32.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:32 smithi135 bash[24787]: cluster 2024-09-18T08:23:29.394776+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:32.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:32 smithi135 bash[24787]: cluster 2024-09-18T08:23:29.394776+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:32.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:32 smithi135 bash[24787]: cluster 2024-09-18T08:23:29.394839+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:32.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:32 smithi135 bash[24787]: cluster 2024-09-18T08:23:29.394839+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:32.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:32 smithi135 bash[24787]: cluster 2024-09-18T08:23:31.011427+0000 mon.smithi079 (mon.0) 673 : cluster [INF] osd.5 [v2:172.21.15.79:6818/4074848368,v1:172.21.15.79:6819/4074848368] boot 2024-09-18T08:23:32.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:32 smithi135 bash[24787]: cluster 2024-09-18T08:23:31.011427+0000 mon.smithi079 (mon.0) 673 : cluster [INF] osd.5 [v2:172.21.15.79:6818/4074848368,v1:172.21.15.79:6819/4074848368] boot 2024-09-18T08:23:32.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:32 smithi135 bash[24787]: cluster 2024-09-18T08:23:31.011511+0000 mon.smithi079 (mon.0) 674 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-09-18T08:23:32.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:32 smithi135 bash[24787]: cluster 2024-09-18T08:23:31.011511+0000 mon.smithi079 (mon.0) 674 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-09-18T08:23:32.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:32 smithi135 bash[24787]: audit 2024-09-18T08:23:31.012498+0000 mon.smithi079 (mon.0) 675 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:32.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:32 smithi135 bash[24787]: audit 2024-09-18T08:23:31.012498+0000 mon.smithi079 (mon.0) 675 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:32.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:32 smithi135 bash[24787]: audit 2024-09-18T08:23:31.013198+0000 mon.smithi079 (mon.0) 676 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:32.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:32 smithi135 bash[24787]: audit 2024-09-18T08:23:31.013198+0000 mon.smithi079 (mon.0) 676 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:32.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:32 smithi135 bash[24787]: audit 2024-09-18T08:23:31.013819+0000 mon.smithi079 (mon.0) 677 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:32.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:32 smithi135 bash[24787]: audit 2024-09-18T08:23:31.013819+0000 mon.smithi079 (mon.0) 677 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-18T08:23:33.043 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-18T08:23:33.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:33 smithi079 bash[19997]: cluster 2024-09-18T08:23:31.398586+0000 mgr.smithi079.dmaxqe (mgr.14205) 139 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-18T08:23:33.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:33 smithi079 bash[19997]: cluster 2024-09-18T08:23:31.398586+0000 mgr.smithi079.dmaxqe (mgr.14205) 139 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-18T08:23:33.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:33 smithi079 bash[19997]: cluster 2024-09-18T08:23:32.033053+0000 mon.smithi079 (mon.0) 678 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-09-18T08:23:33.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:33 smithi079 bash[19997]: cluster 2024-09-18T08:23:32.033053+0000 mon.smithi079 (mon.0) 678 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-09-18T08:23:33.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:33 smithi079 bash[19997]: audit 2024-09-18T08:23:32.033402+0000 mon.smithi079 (mon.0) 679 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:33.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:33 smithi079 bash[19997]: audit 2024-09-18T08:23:32.033402+0000 mon.smithi079 (mon.0) 679 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:33.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:33 smithi079 bash[19997]: audit 2024-09-18T08:23:32.713227+0000 mon.smithi079 (mon.0) 680 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:23:33.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:33 smithi079 bash[19997]: audit 2024-09-18T08:23:32.713227+0000 mon.smithi079 (mon.0) 680 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:23:33.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:33 smithi135 bash[24787]: cluster 2024-09-18T08:23:31.398586+0000 mgr.smithi079.dmaxqe (mgr.14205) 139 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-18T08:23:33.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:33 smithi135 bash[24787]: cluster 2024-09-18T08:23:31.398586+0000 mgr.smithi079.dmaxqe (mgr.14205) 139 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-18T08:23:33.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:33 smithi135 bash[24787]: cluster 2024-09-18T08:23:32.033053+0000 mon.smithi079 (mon.0) 678 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-09-18T08:23:33.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:33 smithi135 bash[24787]: cluster 2024-09-18T08:23:32.033053+0000 mon.smithi079 (mon.0) 678 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-09-18T08:23:33.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:33 smithi135 bash[24787]: audit 2024-09-18T08:23:32.033402+0000 mon.smithi079 (mon.0) 679 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:33.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:33 smithi135 bash[24787]: audit 2024-09-18T08:23:32.033402+0000 mon.smithi079 (mon.0) 679 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:33.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:33 smithi135 bash[24787]: audit 2024-09-18T08:23:32.713227+0000 mon.smithi079 (mon.0) 680 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:23:33.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:33 smithi135 bash[24787]: audit 2024-09-18T08:23:32.713227+0000 mon.smithi079 (mon.0) 680 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:23:35.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:35 smithi079 bash[19997]: cluster 2024-09-18T08:23:33.399183+0000 mgr.smithi079.dmaxqe (mgr.14205) 140 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-18T08:23:35.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:35 smithi079 bash[19997]: cluster 2024-09-18T08:23:33.399183+0000 mgr.smithi079.dmaxqe (mgr.14205) 140 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-18T08:23:35.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:35 smithi135 bash[24787]: cluster 2024-09-18T08:23:33.399183+0000 mgr.smithi079.dmaxqe (mgr.14205) 140 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-18T08:23:35.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:35 smithi135 bash[24787]: cluster 2024-09-18T08:23:33.399183+0000 mgr.smithi079.dmaxqe (mgr.14205) 140 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-18T08:23:37.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:37 smithi079 bash[19997]: cluster 2024-09-18T08:23:35.399672+0000 mgr.smithi079.dmaxqe (mgr.14205) 141 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-18T08:23:37.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:37 smithi079 bash[19997]: cluster 2024-09-18T08:23:35.399672+0000 mgr.smithi079.dmaxqe (mgr.14205) 141 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-18T08:23:37.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:37 smithi135 bash[24787]: cluster 2024-09-18T08:23:35.399672+0000 mgr.smithi079.dmaxqe (mgr.14205) 141 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-18T08:23:37.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:37 smithi135 bash[24787]: cluster 2024-09-18T08:23:35.399672+0000 mgr.smithi079.dmaxqe (mgr.14205) 141 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-18T08:23:37.851 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:23:38.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:38 smithi079 bash[19997]: audit 2024-09-18T08:23:37.254252+0000 mon.smithi079 (mon.0) 681 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/572914816,v1:172.21.15.79:6827/572914816]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-18T08:23:38.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:38 smithi079 bash[19997]: audit 2024-09-18T08:23:37.254252+0000 mon.smithi079 (mon.0) 681 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/572914816,v1:172.21.15.79:6827/572914816]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-18T08:23:38.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:38 smithi135 bash[24787]: audit 2024-09-18T08:23:37.254252+0000 mon.smithi079 (mon.0) 681 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/572914816,v1:172.21.15.79:6827/572914816]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-18T08:23:38.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:38 smithi135 bash[24787]: audit 2024-09-18T08:23:37.254252+0000 mon.smithi079 (mon.0) 681 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/572914816,v1:172.21.15.79:6827/572914816]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-18T08:23:39.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:39 smithi079 bash[19997]: cluster 2024-09-18T08:23:37.400211+0000 mgr.smithi079.dmaxqe (mgr.14205) 142 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-18T08:23:39.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:39 smithi079 bash[19997]: cluster 2024-09-18T08:23:37.400211+0000 mgr.smithi079.dmaxqe (mgr.14205) 142 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-18T08:23:39.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:39 smithi079 bash[19997]: audit 2024-09-18T08:23:38.045371+0000 mon.smithi079 (mon.0) 682 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/572914816,v1:172.21.15.79:6827/572914816]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-18T08:23:39.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:39 smithi079 bash[19997]: audit 2024-09-18T08:23:38.045371+0000 mon.smithi079 (mon.0) 682 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/572914816,v1:172.21.15.79:6827/572914816]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-18T08:23:39.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:39 smithi079 bash[19997]: cluster 2024-09-18T08:23:38.050160+0000 mon.smithi079 (mon.0) 683 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-09-18T08:23:39.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:39 smithi079 bash[19997]: cluster 2024-09-18T08:23:38.050160+0000 mon.smithi079 (mon.0) 683 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-09-18T08:23:39.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:39 smithi079 bash[19997]: audit 2024-09-18T08:23:38.050465+0000 mon.smithi079 (mon.0) 684 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/572914816,v1:172.21.15.79:6827/572914816]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-18T08:23:39.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:39 smithi079 bash[19997]: audit 2024-09-18T08:23:38.050465+0000 mon.smithi079 (mon.0) 684 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/572914816,v1:172.21.15.79:6827/572914816]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-18T08:23:39.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:39 smithi079 bash[19997]: audit 2024-09-18T08:23:38.050706+0000 mon.smithi079 (mon.0) 685 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:39.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:39 smithi079 bash[19997]: audit 2024-09-18T08:23:38.050706+0000 mon.smithi079 (mon.0) 685 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:39.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:39 smithi135 bash[24787]: cluster 2024-09-18T08:23:37.400211+0000 mgr.smithi079.dmaxqe (mgr.14205) 142 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-18T08:23:39.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:39 smithi135 bash[24787]: cluster 2024-09-18T08:23:37.400211+0000 mgr.smithi079.dmaxqe (mgr.14205) 142 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-18T08:23:39.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:39 smithi135 bash[24787]: audit 2024-09-18T08:23:38.045371+0000 mon.smithi079 (mon.0) 682 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/572914816,v1:172.21.15.79:6827/572914816]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-18T08:23:39.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:39 smithi135 bash[24787]: audit 2024-09-18T08:23:38.045371+0000 mon.smithi079 (mon.0) 682 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/572914816,v1:172.21.15.79:6827/572914816]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-18T08:23:39.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:39 smithi135 bash[24787]: cluster 2024-09-18T08:23:38.050160+0000 mon.smithi079 (mon.0) 683 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-09-18T08:23:39.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:39 smithi135 bash[24787]: cluster 2024-09-18T08:23:38.050160+0000 mon.smithi079 (mon.0) 683 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-09-18T08:23:39.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:39 smithi135 bash[24787]: audit 2024-09-18T08:23:38.050465+0000 mon.smithi079 (mon.0) 684 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/572914816,v1:172.21.15.79:6827/572914816]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-18T08:23:39.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:39 smithi135 bash[24787]: audit 2024-09-18T08:23:38.050465+0000 mon.smithi079 (mon.0) 684 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/572914816,v1:172.21.15.79:6827/572914816]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-18T08:23:39.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:39 smithi135 bash[24787]: audit 2024-09-18T08:23:38.050706+0000 mon.smithi079 (mon.0) 685 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:39.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:39 smithi135 bash[24787]: audit 2024-09-18T08:23:38.050706+0000 mon.smithi079 (mon.0) 685 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:39.541 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:23:40.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:40 smithi079 bash[19997]: audit 2024-09-18T08:23:39.048159+0000 mon.smithi079 (mon.0) 686 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/572914816,v1:172.21.15.79:6827/572914816]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-18T08:23:40.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:40 smithi079 bash[19997]: audit 2024-09-18T08:23:39.048159+0000 mon.smithi079 (mon.0) 686 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/572914816,v1:172.21.15.79:6827/572914816]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-18T08:23:40.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:40 smithi079 bash[19997]: cluster 2024-09-18T08:23:39.053637+0000 mon.smithi079 (mon.0) 687 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-09-18T08:23:40.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:40 smithi079 bash[19997]: cluster 2024-09-18T08:23:39.053637+0000 mon.smithi079 (mon.0) 687 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-09-18T08:23:40.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:40 smithi079 bash[19997]: audit 2024-09-18T08:23:39.055061+0000 mon.smithi079 (mon.0) 688 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:40.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:40 smithi079 bash[19997]: audit 2024-09-18T08:23:39.055061+0000 mon.smithi079 (mon.0) 688 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:40.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:40 smithi079 bash[19997]: audit 2024-09-18T08:23:39.064750+0000 mon.smithi079 (mon.0) 689 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:40.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:40 smithi079 bash[19997]: audit 2024-09-18T08:23:39.064750+0000 mon.smithi079 (mon.0) 689 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:40.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:40 smithi079 bash[19997]: audit 2024-09-18T08:23:39.541106+0000 mon.smithi079 (mon.0) 690 : audit [DBG] from='client.? 172.21.15.79:0/405196816' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:23:40.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:40 smithi079 bash[19997]: audit 2024-09-18T08:23:39.541106+0000 mon.smithi079 (mon.0) 690 : audit [DBG] from='client.? 172.21.15.79:0/405196816' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:23:40.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:40 smithi135 bash[24787]: audit 2024-09-18T08:23:39.048159+0000 mon.smithi079 (mon.0) 686 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/572914816,v1:172.21.15.79:6827/572914816]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-18T08:23:40.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:40 smithi135 bash[24787]: audit 2024-09-18T08:23:39.048159+0000 mon.smithi079 (mon.0) 686 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/572914816,v1:172.21.15.79:6827/572914816]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-18T08:23:40.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:40 smithi135 bash[24787]: cluster 2024-09-18T08:23:39.053637+0000 mon.smithi079 (mon.0) 687 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-09-18T08:23:40.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:40 smithi135 bash[24787]: cluster 2024-09-18T08:23:39.053637+0000 mon.smithi079 (mon.0) 687 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-09-18T08:23:40.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:40 smithi135 bash[24787]: audit 2024-09-18T08:23:39.055061+0000 mon.smithi079 (mon.0) 688 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:40.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:40 smithi135 bash[24787]: audit 2024-09-18T08:23:39.055061+0000 mon.smithi079 (mon.0) 688 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:40.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:40 smithi135 bash[24787]: audit 2024-09-18T08:23:39.064750+0000 mon.smithi079 (mon.0) 689 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:40.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:40 smithi135 bash[24787]: audit 2024-09-18T08:23:39.064750+0000 mon.smithi079 (mon.0) 689 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:40.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:40 smithi135 bash[24787]: audit 2024-09-18T08:23:39.541106+0000 mon.smithi079 (mon.0) 690 : audit [DBG] from='client.? 172.21.15.79:0/405196816' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:23:40.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:40 smithi135 bash[24787]: audit 2024-09-18T08:23:39.541106+0000 mon.smithi079 (mon.0) 690 : audit [DBG] from='client.? 172.21.15.79:0/405196816' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:23:40.614 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":38,"num_osds":8,"num_up_osds":7,"osd_up_since":1726647811,"num_in_osds":8,"osd_in_since":1726647754,"num_remapped_pgs":0} 2024-09-18T08:23:41.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:41 smithi079 bash[19997]: cluster 2024-09-18T08:23:38.217982+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:41.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:41 smithi079 bash[19997]: cluster 2024-09-18T08:23:38.217982+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:41.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:41 smithi079 bash[19997]: cluster 2024-09-18T08:23:38.218104+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:41.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:41 smithi079 bash[19997]: cluster 2024-09-18T08:23:38.218104+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:41.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:41 smithi079 bash[19997]: cluster 2024-09-18T08:23:39.400552+0000 mgr.smithi079.dmaxqe (mgr.14205) 143 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-18T08:23:41.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:41 smithi079 bash[19997]: cluster 2024-09-18T08:23:39.400552+0000 mgr.smithi079.dmaxqe (mgr.14205) 143 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-18T08:23:41.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:41 smithi079 bash[19997]: cluster 2024-09-18T08:23:40.067350+0000 mon.smithi079 (mon.0) 691 : cluster [INF] osd.7 [v2:172.21.15.79:6826/572914816,v1:172.21.15.79:6827/572914816] boot 2024-09-18T08:23:41.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:41 smithi079 bash[19997]: cluster 2024-09-18T08:23:40.067350+0000 mon.smithi079 (mon.0) 691 : cluster [INF] osd.7 [v2:172.21.15.79:6826/572914816,v1:172.21.15.79:6827/572914816] boot 2024-09-18T08:23:41.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:41 smithi079 bash[19997]: cluster 2024-09-18T08:23:40.067466+0000 mon.smithi079 (mon.0) 692 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-09-18T08:23:41.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:41 smithi079 bash[19997]: cluster 2024-09-18T08:23:40.067466+0000 mon.smithi079 (mon.0) 692 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-09-18T08:23:41.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:41 smithi079 bash[19997]: audit 2024-09-18T08:23:40.068426+0000 mon.smithi079 (mon.0) 693 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:41.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:41 smithi079 bash[19997]: audit 2024-09-18T08:23:40.068426+0000 mon.smithi079 (mon.0) 693 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:41.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:41 smithi079 bash[19997]: audit 2024-09-18T08:23:40.166200+0000 mon.smithi079 (mon.0) 694 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:41.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:41 smithi079 bash[19997]: audit 2024-09-18T08:23:40.166200+0000 mon.smithi079 (mon.0) 694 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:41.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:41 smithi079 bash[19997]: audit 2024-09-18T08:23:40.176759+0000 mon.smithi079 (mon.0) 695 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:41.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:41 smithi079 bash[19997]: audit 2024-09-18T08:23:40.176759+0000 mon.smithi079 (mon.0) 695 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:41.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:41 smithi079 bash[19997]: audit 2024-09-18T08:23:40.482681+0000 mon.smithi079 (mon.0) 696 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:23:41.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:41 smithi079 bash[19997]: audit 2024-09-18T08:23:40.482681+0000 mon.smithi079 (mon.0) 696 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:23:41.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:41 smithi135 bash[24787]: cluster 2024-09-18T08:23:38.217982+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:41.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:41 smithi135 bash[24787]: cluster 2024-09-18T08:23:38.217982+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T08:23:41.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:41 smithi135 bash[24787]: cluster 2024-09-18T08:23:38.218104+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:41.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:41 smithi135 bash[24787]: cluster 2024-09-18T08:23:38.218104+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T08:23:41.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:41 smithi135 bash[24787]: cluster 2024-09-18T08:23:39.400552+0000 mgr.smithi079.dmaxqe (mgr.14205) 143 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-18T08:23:41.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:41 smithi135 bash[24787]: cluster 2024-09-18T08:23:39.400552+0000 mgr.smithi079.dmaxqe (mgr.14205) 143 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-18T08:23:41.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:41 smithi135 bash[24787]: cluster 2024-09-18T08:23:40.067350+0000 mon.smithi079 (mon.0) 691 : cluster [INF] osd.7 [v2:172.21.15.79:6826/572914816,v1:172.21.15.79:6827/572914816] boot 2024-09-18T08:23:41.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:41 smithi135 bash[24787]: cluster 2024-09-18T08:23:40.067350+0000 mon.smithi079 (mon.0) 691 : cluster [INF] osd.7 [v2:172.21.15.79:6826/572914816,v1:172.21.15.79:6827/572914816] boot 2024-09-18T08:23:41.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:41 smithi135 bash[24787]: cluster 2024-09-18T08:23:40.067466+0000 mon.smithi079 (mon.0) 692 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-09-18T08:23:41.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:41 smithi135 bash[24787]: cluster 2024-09-18T08:23:40.067466+0000 mon.smithi079 (mon.0) 692 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-09-18T08:23:41.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:41 smithi135 bash[24787]: audit 2024-09-18T08:23:40.068426+0000 mon.smithi079 (mon.0) 693 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:41.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:41 smithi135 bash[24787]: audit 2024-09-18T08:23:40.068426+0000 mon.smithi079 (mon.0) 693 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-18T08:23:41.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:41 smithi135 bash[24787]: audit 2024-09-18T08:23:40.166200+0000 mon.smithi079 (mon.0) 694 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:41.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:41 smithi135 bash[24787]: audit 2024-09-18T08:23:40.166200+0000 mon.smithi079 (mon.0) 694 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:41.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:41 smithi135 bash[24787]: audit 2024-09-18T08:23:40.176759+0000 mon.smithi079 (mon.0) 695 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:41.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:41 smithi135 bash[24787]: audit 2024-09-18T08:23:40.176759+0000 mon.smithi079 (mon.0) 695 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:41.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:41 smithi135 bash[24787]: audit 2024-09-18T08:23:40.482681+0000 mon.smithi079 (mon.0) 696 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:23:41.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:41 smithi135 bash[24787]: audit 2024-09-18T08:23:40.482681+0000 mon.smithi079 (mon.0) 696 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:23:41.616 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-18T08:23:42.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:42 smithi079 bash[19997]: cluster 2024-09-18T08:23:41.078742+0000 mon.smithi079 (mon.0) 697 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-09-18T08:23:42.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:42 smithi079 bash[19997]: cluster 2024-09-18T08:23:41.078742+0000 mon.smithi079 (mon.0) 697 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-09-18T08:23:42.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:42 smithi135 bash[24787]: cluster 2024-09-18T08:23:41.078742+0000 mon.smithi079 (mon.0) 697 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-09-18T08:23:42.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:42 smithi135 bash[24787]: cluster 2024-09-18T08:23:41.078742+0000 mon.smithi079 (mon.0) 697 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-09-18T08:23:43.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:43 smithi079 bash[19997]: cluster 2024-09-18T08:23:41.401083+0000 mgr.smithi079.dmaxqe (mgr.14205) 144 : cluster [DBG] pgmap v115: 1 pgs: 1 remapped; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:23:43.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:43 smithi079 bash[19997]: cluster 2024-09-18T08:23:41.401083+0000 mgr.smithi079.dmaxqe (mgr.14205) 144 : cluster [DBG] pgmap v115: 1 pgs: 1 remapped; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:23:43.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:43 smithi079 bash[19997]: cluster 2024-09-18T08:23:42.095701+0000 mon.smithi079 (mon.0) 698 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-09-18T08:23:43.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:43 smithi079 bash[19997]: cluster 2024-09-18T08:23:42.095701+0000 mon.smithi079 (mon.0) 698 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-09-18T08:23:43.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:43 smithi079 bash[19997]: cluster 2024-09-18T08:23:42.411879+0000 mon.smithi079 (mon.0) 699 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-09-18T08:23:43.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:43 smithi079 bash[19997]: cluster 2024-09-18T08:23:42.411879+0000 mon.smithi079 (mon.0) 699 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-09-18T08:23:43.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:43 smithi135 bash[24787]: cluster 2024-09-18T08:23:41.401083+0000 mgr.smithi079.dmaxqe (mgr.14205) 144 : cluster [DBG] pgmap v115: 1 pgs: 1 remapped; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:23:43.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:43 smithi135 bash[24787]: cluster 2024-09-18T08:23:41.401083+0000 mgr.smithi079.dmaxqe (mgr.14205) 144 : cluster [DBG] pgmap v115: 1 pgs: 1 remapped; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:23:43.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:43 smithi135 bash[24787]: cluster 2024-09-18T08:23:42.095701+0000 mon.smithi079 (mon.0) 698 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-09-18T08:23:43.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:43 smithi135 bash[24787]: cluster 2024-09-18T08:23:42.095701+0000 mon.smithi079 (mon.0) 698 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-09-18T08:23:43.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:43 smithi135 bash[24787]: cluster 2024-09-18T08:23:42.411879+0000 mon.smithi079 (mon.0) 699 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-09-18T08:23:43.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:43 smithi135 bash[24787]: cluster 2024-09-18T08:23:42.411879+0000 mon.smithi079 (mon.0) 699 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-09-18T08:23:44.703 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:44 smithi135 bash[24787]: cluster 2024-09-18T08:23:43.401603+0000 mgr.smithi079.dmaxqe (mgr.14205) 145 : cluster [DBG] pgmap v118: 1 pgs: 1 remapped; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:23:44.703 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:44 smithi135 bash[24787]: cluster 2024-09-18T08:23:43.401603+0000 mgr.smithi079.dmaxqe (mgr.14205) 145 : cluster [DBG] pgmap v118: 1 pgs: 1 remapped; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:23:44.703 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:44 smithi135 bash[24787]: cluster 2024-09-18T08:23:43.414474+0000 mon.smithi079 (mon.0) 700 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-09-18T08:23:44.703 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:44 smithi135 bash[24787]: cluster 2024-09-18T08:23:43.414474+0000 mon.smithi079 (mon.0) 700 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-09-18T08:23:44.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:44 smithi079 bash[19997]: cluster 2024-09-18T08:23:43.401603+0000 mgr.smithi079.dmaxqe (mgr.14205) 145 : cluster [DBG] pgmap v118: 1 pgs: 1 remapped; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:23:44.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:44 smithi079 bash[19997]: cluster 2024-09-18T08:23:43.401603+0000 mgr.smithi079.dmaxqe (mgr.14205) 145 : cluster [DBG] pgmap v118: 1 pgs: 1 remapped; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:23:44.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:44 smithi079 bash[19997]: cluster 2024-09-18T08:23:43.414474+0000 mon.smithi079 (mon.0) 700 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-09-18T08:23:44.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:44 smithi079 bash[19997]: cluster 2024-09-18T08:23:43.414474+0000 mon.smithi079 (mon.0) 700 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-09-18T08:23:45.596 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:23:47.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:47 smithi079 bash[19997]: cluster 2024-09-18T08:23:45.402196+0000 mgr.smithi079.dmaxqe (mgr.14205) 146 : cluster [DBG] pgmap v120: 1 pgs: 1 remapped; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:23:47.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:47 smithi079 bash[19997]: cluster 2024-09-18T08:23:45.402196+0000 mgr.smithi079.dmaxqe (mgr.14205) 146 : cluster [DBG] pgmap v120: 1 pgs: 1 remapped; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:23:47.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:47 smithi079 bash[19997]: audit 2024-09-18T08:23:46.043599+0000 mon.smithi079 (mon.0) 701 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:47.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:47 smithi079 bash[19997]: audit 2024-09-18T08:23:46.043599+0000 mon.smithi079 (mon.0) 701 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:47.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:47 smithi079 bash[19997]: audit 2024-09-18T08:23:46.048752+0000 mon.smithi079 (mon.0) 702 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:47.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:47 smithi079 bash[19997]: audit 2024-09-18T08:23:46.048752+0000 mon.smithi079 (mon.0) 702 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:47.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:47 smithi079 bash[19997]: audit 2024-09-18T08:23:46.496195+0000 mon.smithi079 (mon.0) 703 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:47.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:47 smithi079 bash[19997]: audit 2024-09-18T08:23:46.496195+0000 mon.smithi079 (mon.0) 703 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:47.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:47 smithi079 bash[19997]: audit 2024-09-18T08:23:46.501267+0000 mon.smithi079 (mon.0) 704 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:47.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:47 smithi079 bash[19997]: audit 2024-09-18T08:23:46.501267+0000 mon.smithi079 (mon.0) 704 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:47.142 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:23:47.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:47 smithi135 bash[24787]: cluster 2024-09-18T08:23:45.402196+0000 mgr.smithi079.dmaxqe (mgr.14205) 146 : cluster [DBG] pgmap v120: 1 pgs: 1 remapped; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:23:47.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:47 smithi135 bash[24787]: cluster 2024-09-18T08:23:45.402196+0000 mgr.smithi079.dmaxqe (mgr.14205) 146 : cluster [DBG] pgmap v120: 1 pgs: 1 remapped; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:23:47.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:47 smithi135 bash[24787]: audit 2024-09-18T08:23:46.043599+0000 mon.smithi079 (mon.0) 701 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:47.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:47 smithi135 bash[24787]: audit 2024-09-18T08:23:46.043599+0000 mon.smithi079 (mon.0) 701 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:47.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:47 smithi135 bash[24787]: audit 2024-09-18T08:23:46.048752+0000 mon.smithi079 (mon.0) 702 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:47.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:47 smithi135 bash[24787]: audit 2024-09-18T08:23:46.048752+0000 mon.smithi079 (mon.0) 702 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:47.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:47 smithi135 bash[24787]: audit 2024-09-18T08:23:46.496195+0000 mon.smithi079 (mon.0) 703 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:47.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:47 smithi135 bash[24787]: audit 2024-09-18T08:23:46.496195+0000 mon.smithi079 (mon.0) 703 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:47.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:47 smithi135 bash[24787]: audit 2024-09-18T08:23:46.501267+0000 mon.smithi079 (mon.0) 704 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:47.454 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:47 smithi135 bash[24787]: audit 2024-09-18T08:23:46.501267+0000 mon.smithi079 (mon.0) 704 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:47.907 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":43,"num_osds":8,"num_up_osds":8,"osd_up_since":1726647820,"num_in_osds":8,"osd_in_since":1726647754,"num_remapped_pgs":0} 2024-09-18T08:23:47.908 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-18T08:23:48.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:48 smithi079 bash[19997]: audit 2024-09-18T08:23:47.142753+0000 mon.smithi079 (mon.0) 705 : audit [DBG] from='client.? 172.21.15.79:0/578792348' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:23:48.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:48 smithi079 bash[19997]: audit 2024-09-18T08:23:47.142753+0000 mon.smithi079 (mon.0) 705 : audit [DBG] from='client.? 172.21.15.79:0/578792348' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:23:48.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:48 smithi079 bash[19997]: audit 2024-09-18T08:23:47.719818+0000 mon.smithi079 (mon.0) 706 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:23:48.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:48 smithi079 bash[19997]: audit 2024-09-18T08:23:47.719818+0000 mon.smithi079 (mon.0) 706 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:23:48.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:48 smithi135 bash[24787]: audit 2024-09-18T08:23:47.142753+0000 mon.smithi079 (mon.0) 705 : audit [DBG] from='client.? 172.21.15.79:0/578792348' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:23:48.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:48 smithi135 bash[24787]: audit 2024-09-18T08:23:47.142753+0000 mon.smithi079 (mon.0) 705 : audit [DBG] from='client.? 172.21.15.79:0/578792348' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-18T08:23:48.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:48 smithi135 bash[24787]: audit 2024-09-18T08:23:47.719818+0000 mon.smithi079 (mon.0) 706 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:23:48.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:48 smithi135 bash[24787]: audit 2024-09-18T08:23:47.719818+0000 mon.smithi079 (mon.0) 706 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:23:49.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:49 smithi079 bash[19997]: cluster 2024-09-18T08:23:47.402758+0000 mgr.smithi079.dmaxqe (mgr.14205) 147 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-18T08:23:49.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:49 smithi079 bash[19997]: cluster 2024-09-18T08:23:47.402758+0000 mgr.smithi079.dmaxqe (mgr.14205) 147 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-18T08:23:49.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:49 smithi135 bash[24787]: cluster 2024-09-18T08:23:47.402758+0000 mgr.smithi079.dmaxqe (mgr.14205) 147 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-18T08:23:49.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:49 smithi135 bash[24787]: cluster 2024-09-18T08:23:47.402758+0000 mgr.smithi079.dmaxqe (mgr.14205) 147 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-18T08:23:51.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:51 smithi079 bash[19997]: cluster 2024-09-18T08:23:49.403407+0000 mgr.smithi079.dmaxqe (mgr.14205) 148 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-09-18T08:23:51.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:51 smithi079 bash[19997]: cluster 2024-09-18T08:23:49.403407+0000 mgr.smithi079.dmaxqe (mgr.14205) 148 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-09-18T08:23:51.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:51 smithi135 bash[24787]: cluster 2024-09-18T08:23:49.403407+0000 mgr.smithi079.dmaxqe (mgr.14205) 148 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-09-18T08:23:51.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:51 smithi135 bash[24787]: cluster 2024-09-18T08:23:49.403407+0000 mgr.smithi079.dmaxqe (mgr.14205) 148 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-09-18T08:23:52.201 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:23:53.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:53 smithi079 bash[19997]: cluster 2024-09-18T08:23:51.404108+0000 mgr.smithi079.dmaxqe (mgr.14205) 149 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-09-18T08:23:53.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:53 smithi079 bash[19997]: cluster 2024-09-18T08:23:51.404108+0000 mgr.smithi079.dmaxqe (mgr.14205) 149 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-09-18T08:23:53.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:53 smithi135 bash[24787]: cluster 2024-09-18T08:23:51.404108+0000 mgr.smithi079.dmaxqe (mgr.14205) 149 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-09-18T08:23:53.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:53 smithi135 bash[24787]: cluster 2024-09-18T08:23:51.404108+0000 mgr.smithi079.dmaxqe (mgr.14205) 149 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-09-18T08:23:54.469 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:23:54.469 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":43,"fsid":"331e14a2-7596-11ef-bceb-c7b262605968","created":"2024-09-18T08:18:00.582403+0000","modified":"2024-09-18T08:23:43.406353+0000","last_up_change":"2024-09-18T08:23:40.056872+0000","last_in_change":"2024-09-18T08:22:34.067740+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"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-18T08:23:17.778965+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":"26","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":"0db9d91c-7f61-43cb-bc8c-5d2fd660f650","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6800","nonce":1925803737},{"type":"v1","addr":"172.21.15.135:6801","nonce":1925803737}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6802","nonce":1925803737},{"type":"v1","addr":"172.21.15.135:6803","nonce":1925803737}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6806","nonce":1925803737},{"type":"v1","addr":"172.21.15.135:6807","nonce":1925803737}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6804","nonce":1925803737},{"type":"v1","addr":"172.21.15.135:6805","nonce":1925803737}]},"public_addr":"172.21.15.135:6801/1925803737","cluster_addr":"172.21.15.135:6803/1925803737","heartbeat_back_addr":"172.21.15.135:6807/1925803737","heartbeat_front_addr":"172.21.15.135:6805/1925803737","state":["exists","up"]},{"osd":1,"uuid":"e15739ec-a47c-4c4b-80d0-6088d2822433","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":2255936528},{"type":"v1","addr":"172.21.15.79:6803","nonce":2255936528}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":2255936528},{"type":"v1","addr":"172.21.15.79:6805","nonce":2255936528}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":2255936528},{"type":"v1","addr":"172.21.15.79:6809","nonce":2255936528}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":2255936528},{"type":"v1","addr":"172.21.15.79:6807","nonce":2255936528}]},"public_addr":"172.21.15.79:6803/2255936528","cluster_addr":"172.21.15.79:6805/2255936528","heartbeat_back_addr":"172.21.15.79:6809/2255936528","heartbeat_front_addr":"172.21.15.79:6807/2255936528","state":["exists","up"]},{"osd":2,"uuid":"daad933d-13f2-4d7f-a0a2-5af0753bda91","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6808","nonce":375336471},{"type":"v1","addr":"172.21.15.135:6809","nonce":375336471}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6810","nonce":375336471},{"type":"v1","addr":"172.21.15.135:6811","nonce":375336471}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6814","nonce":375336471},{"type":"v1","addr":"172.21.15.135:6815","nonce":375336471}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6812","nonce":375336471},{"type":"v1","addr":"172.21.15.135:6813","nonce":375336471}]},"public_addr":"172.21.15.135:6809/375336471","cluster_addr":"172.21.15.135:6811/375336471","heartbeat_back_addr":"172.21.15.135:6815/375336471","heartbeat_front_addr":"172.21.15.135:6813/375336471","state":["exists","up"]},{"osd":3,"uuid":"2c41aeed-f2f1-40d1-9890-c6fce1b8fc89","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6810","nonce":1670454250},{"type":"v1","addr":"172.21.15.79:6811","nonce":1670454250}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":1670454250},{"type":"v1","addr":"172.21.15.79:6813","nonce":1670454250}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6816","nonce":1670454250},{"type":"v1","addr":"172.21.15.79:6817","nonce":1670454250}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":1670454250},{"type":"v1","addr":"172.21.15.79:6815","nonce":1670454250}]},"public_addr":"172.21.15.79:6811/1670454250","cluster_addr":"172.21.15.79:6813/1670454250","heartbeat_back_addr":"172.21.15.79:6817/1670454250","heartbeat_front_addr":"172.21.15.79:6815/1670454250","state":["exists","up"]},{"osd":4,"uuid":"693f4cb6-3096-4e36-b89b-66f5e5356f30","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6816","nonce":1180714951},{"type":"v1","addr":"172.21.15.135:6817","nonce":1180714951}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6818","nonce":1180714951},{"type":"v1","addr":"172.21.15.135:6819","nonce":1180714951}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6822","nonce":1180714951},{"type":"v1","addr":"172.21.15.135:6823","nonce":1180714951}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6820","nonce":1180714951},{"type":"v1","addr":"172.21.15.135:6821","nonce":1180714951}]},"public_addr":"172.21.15.135:6817/1180714951","cluster_addr":"172.21.15.135:6819/1180714951","heartbeat_back_addr":"172.21.15.135:6823/1180714951","heartbeat_front_addr":"172.21.15.135:6821/1180714951","state":["exists","up"]},{"osd":5,"uuid":"fff7d6f5-d8d0-47e6-850a-ac73811c2b26","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6818","nonce":4074848368},{"type":"v1","addr":"172.21.15.79:6819","nonce":4074848368}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6820","nonce":4074848368},{"type":"v1","addr":"172.21.15.79:6821","nonce":4074848368}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6824","nonce":4074848368},{"type":"v1","addr":"172.21.15.79:6825","nonce":4074848368}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6822","nonce":4074848368},{"type":"v1","addr":"172.21.15.79:6823","nonce":4074848368}]},"public_addr":"172.21.15.79:6819/4074848368","cluster_addr":"172.21.15.79:6821/4074848368","heartbeat_back_addr":"172.21.15.79:6825/4074848368","heartbeat_front_addr":"172.21.15.79:6823/4074848368","state":["exists","up"]},{"osd":6,"uuid":"6da55e7f-a7c7-46cd-b0bd-ac7f1ebd0713","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.135:6824","nonce":2896199679},{"type":"v1","addr":"172.21.15.135:6825","nonce":2896199679}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6826","nonce":2896199679},{"type":"v1","addr":"172.21.15.135:6827","nonce":2896199679}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6830","nonce":2896199679},{"type":"v1","addr":"172.21.15.135:6831","nonce":2896199679}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6828","nonce":2896199679},{"type":"v1","addr":"172.21.15.135:6829","nonce":2896199679}]},"public_addr":"172.21.15.135:6825/2896199679","cluster_addr":"172.21.15.135:6827/2896199679","heartbeat_back_addr":"172.21.15.135:6831/2896199679","heartbeat_front_addr":"172.21.15.135:6829/2896199679","state":["exists","up"]},{"osd":7,"uuid":"d6c59fae-6201-4c0c-9725-a13c2f652e8e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6826","nonce":572914816},{"type":"v1","addr":"172.21.15.79:6827","nonce":572914816}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6828","nonce":572914816},{"type":"v1","addr":"172.21.15.79:6829","nonce":572914816}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6832","nonce":572914816},{"type":"v1","addr":"172.21.15.79:6833","nonce":572914816}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6830","nonce":572914816},{"type":"v1","addr":"172.21.15.79:6831","nonce":572914816}]},"public_addr":"172.21.15.79:6827/572914816","cluster_addr":"172.21.15.79:6829/572914816","heartbeat_back_addr":"172.21.15.79:6833/572914816","heartbeat_front_addr":"172.21.15.79:6831/572914816","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-18T08:23:07.291557+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-18T08:23:15.906177+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-18T08:23:13.219376+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-18T08:23:20.809836+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-18T08:23:19.185750+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-18T08:23:29.394842+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-18T08:23:26.291794+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-18T08:23:38.218111+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.79:6801/3001872051":"2024-09-19T08:20:47.348351+0000","172.21.15.79:6800/3001872051":"2024-09-19T08:20:47.348351+0000","172.21.15.79:6800/506255236":"2024-09-19T08:18:28.584075+0000","172.21.15.79:0/3623565629":"2024-09-19T08:18:28.584075+0000","172.21.15.79:6801/506255236":"2024-09-19T08:18:28.584075+0000","172.21.15.79:0/4053698205":"2024-09-19T08:18:28.584075+0000","172.21.15.79:0/1839186950":"2024-09-19T08:18:28.584075+0000","172.21.15.79:0/886377635":"2024-09-19T08:19:18.367854+0000","172.21.15.79:6801/1219128714":"2024-09-19T08:19:18.367854+0000","172.21.15.79:6800/1219128714":"2024-09-19T08:19:18.367854+0000","172.21.15.79:0/3087913468":"2024-09-19T08:19:18.367854+0000","172.21.15.79:0/932524635":"2024-09-19T08:20:47.348351+0000","172.21.15.79:0/3229383777":"2024-09-19T08:20:47.348351+0000","172.21.15.79:0/33340686":"2024-09-19T08:19:18.367854+0000","172.21.15.79:0/2203557986":"2024-09-19T08:20:47.348351+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-18T08:23:55.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:55 smithi079 bash[19997]: cluster 2024-09-18T08:23:53.404554+0000 mgr.smithi079.dmaxqe (mgr.14205) 150 : cluster [DBG] pgmap v124: 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-18T08:23:55.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:55 smithi079 bash[19997]: cluster 2024-09-18T08:23:53.404554+0000 mgr.smithi079.dmaxqe (mgr.14205) 150 : cluster [DBG] pgmap v124: 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-18T08:23:55.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:55 smithi079 bash[19997]: audit 2024-09-18T08:23:54.468155+0000 mon.smithi079 (mon.0) 707 : audit [DBG] from='client.? 172.21.15.79:0/18724539' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-18T08:23:55.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:55 smithi079 bash[19997]: audit 2024-09-18T08:23:54.468155+0000 mon.smithi079 (mon.0) 707 : audit [DBG] from='client.? 172.21.15.79:0/18724539' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-18T08:23:55.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:55 smithi135 bash[24787]: cluster 2024-09-18T08:23:53.404554+0000 mgr.smithi079.dmaxqe (mgr.14205) 150 : cluster [DBG] pgmap v124: 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-18T08:23:55.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:55 smithi135 bash[24787]: cluster 2024-09-18T08:23:53.404554+0000 mgr.smithi079.dmaxqe (mgr.14205) 150 : cluster [DBG] pgmap v124: 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-18T08:23:55.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:55 smithi135 bash[24787]: audit 2024-09-18T08:23:54.468155+0000 mon.smithi079 (mon.0) 707 : audit [DBG] from='client.? 172.21.15.79:0/18724539' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-18T08:23:55.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:55 smithi135 bash[24787]: audit 2024-09-18T08:23:54.468155+0000 mon.smithi079 (mon.0) 707 : audit [DBG] from='client.? 172.21.15.79:0/18724539' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-18T08:23:55.943 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-18T08:23:17.778965+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': '26', '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-18T08:23:55.943 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-18T08:23:57.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:57 smithi079 bash[19997]: cluster 2024-09-18T08:23:55.405115+0000 mgr.smithi079.dmaxqe (mgr.14205) 151 : cluster [DBG] pgmap v125: 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-18T08:23:57.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:57 smithi079 bash[19997]: cluster 2024-09-18T08:23:55.405115+0000 mgr.smithi079.dmaxqe (mgr.14205) 151 : cluster [DBG] pgmap v125: 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-18T08:23:57.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:57 smithi135 bash[24787]: cluster 2024-09-18T08:23:55.405115+0000 mgr.smithi079.dmaxqe (mgr.14205) 151 : cluster [DBG] pgmap v125: 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-18T08:23:57.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:57 smithi135 bash[24787]: cluster 2024-09-18T08:23:55.405115+0000 mgr.smithi079.dmaxqe (mgr.14205) 151 : cluster [DBG] pgmap v125: 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-18T08:23:58.642 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:58 smithi079 bash[19997]: cephadm 2024-09-18T08:23:57.376515+0000 mgr.smithi079.dmaxqe (mgr.14205) 152 : cephadm [INF] Detected new or changed devices on smithi135 2024-09-18T08:23:58.642 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:58 smithi079 bash[19997]: cephadm 2024-09-18T08:23:57.376515+0000 mgr.smithi079.dmaxqe (mgr.14205) 152 : cephadm [INF] Detected new or changed devices on smithi135 2024-09-18T08:23:58.642 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:58 smithi079 bash[19997]: audit 2024-09-18T08:23:57.384641+0000 mon.smithi079 (mon.0) 708 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:58.643 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:58 smithi079 bash[19997]: audit 2024-09-18T08:23:57.384641+0000 mon.smithi079 (mon.0) 708 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:58.643 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:58 smithi079 bash[19997]: audit 2024-09-18T08:23:57.392003+0000 mon.smithi079 (mon.0) 709 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:58.643 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:58 smithi079 bash[19997]: audit 2024-09-18T08:23:57.392003+0000 mon.smithi079 (mon.0) 709 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:58.643 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:58 smithi079 bash[19997]: audit 2024-09-18T08:23:57.394804+0000 mon.smithi079 (mon.0) 710 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-18T08:23:58.643 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:58 smithi079 bash[19997]: audit 2024-09-18T08:23:57.394804+0000 mon.smithi079 (mon.0) 710 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-18T08:23:58.643 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:58 smithi079 bash[19997]: audit 2024-09-18T08:23:57.396311+0000 mon.smithi079 (mon.0) 711 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-18T08:23:58.643 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:58 smithi079 bash[19997]: audit 2024-09-18T08:23:57.396311+0000 mon.smithi079 (mon.0) 711 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-18T08:23:58.643 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:58 smithi079 bash[19997]: audit 2024-09-18T08:23:57.397606+0000 mon.smithi079 (mon.0) 712 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-18T08:23:58.643 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:58 smithi079 bash[19997]: audit 2024-09-18T08:23:57.397606+0000 mon.smithi079 (mon.0) 712 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-18T08:23:58.643 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:58 smithi079 bash[19997]: audit 2024-09-18T08:23:57.398884+0000 mon.smithi079 (mon.0) 713 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"} : dispatch 2024-09-18T08:23:58.643 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:58 smithi079 bash[19997]: audit 2024-09-18T08:23:57.398884+0000 mon.smithi079 (mon.0) 713 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"} : dispatch 2024-09-18T08:23:58.643 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:58 smithi079 bash[19997]: cephadm 2024-09-18T08:23:57.399980+0000 mgr.smithi079.dmaxqe (mgr.14205) 153 : cephadm [INF] Adjusting osd_memory_target on smithi135 to 954.1M 2024-09-18T08:23:58.643 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:58 smithi079 bash[19997]: cephadm 2024-09-18T08:23:57.399980+0000 mgr.smithi079.dmaxqe (mgr.14205) 153 : cephadm [INF] Adjusting osd_memory_target on smithi135 to 954.1M 2024-09-18T08:23:58.644 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:58 smithi079 bash[19997]: audit 2024-09-18T08:23:57.405649+0000 mon.smithi079 (mon.0) 714 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:58.644 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:58 smithi079 bash[19997]: audit 2024-09-18T08:23:57.405649+0000 mon.smithi079 (mon.0) 714 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:58.644 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:58 smithi079 bash[19997]: cluster 2024-09-18T08:23:57.405770+0000 mgr.smithi079.dmaxqe (mgr.14205) 154 : cluster [DBG] pgmap v126: 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-18T08:23:58.644 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:23:58 smithi079 bash[19997]: cluster 2024-09-18T08:23:57.405770+0000 mgr.smithi079.dmaxqe (mgr.14205) 154 : cluster [DBG] pgmap v126: 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-18T08:23:58.703 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:58 smithi135 bash[24787]: cephadm 2024-09-18T08:23:57.376515+0000 mgr.smithi079.dmaxqe (mgr.14205) 152 : cephadm [INF] Detected new or changed devices on smithi135 2024-09-18T08:23:58.703 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:58 smithi135 bash[24787]: cephadm 2024-09-18T08:23:57.376515+0000 mgr.smithi079.dmaxqe (mgr.14205) 152 : cephadm [INF] Detected new or changed devices on smithi135 2024-09-18T08:23:58.703 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:58 smithi135 bash[24787]: audit 2024-09-18T08:23:57.384641+0000 mon.smithi079 (mon.0) 708 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:58.703 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:58 smithi135 bash[24787]: audit 2024-09-18T08:23:57.384641+0000 mon.smithi079 (mon.0) 708 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:58.703 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:58 smithi135 bash[24787]: audit 2024-09-18T08:23:57.392003+0000 mon.smithi079 (mon.0) 709 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:58.703 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:58 smithi135 bash[24787]: audit 2024-09-18T08:23:57.392003+0000 mon.smithi079 (mon.0) 709 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:58.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:58 smithi135 bash[24787]: audit 2024-09-18T08:23:57.394804+0000 mon.smithi079 (mon.0) 710 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-18T08:23:58.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:58 smithi135 bash[24787]: audit 2024-09-18T08:23:57.394804+0000 mon.smithi079 (mon.0) 710 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-18T08:23:58.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:58 smithi135 bash[24787]: audit 2024-09-18T08:23:57.396311+0000 mon.smithi079 (mon.0) 711 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-18T08:23:58.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:58 smithi135 bash[24787]: audit 2024-09-18T08:23:57.396311+0000 mon.smithi079 (mon.0) 711 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-18T08:23:58.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:58 smithi135 bash[24787]: audit 2024-09-18T08:23:57.397606+0000 mon.smithi079 (mon.0) 712 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-18T08:23:58.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:58 smithi135 bash[24787]: audit 2024-09-18T08:23:57.397606+0000 mon.smithi079 (mon.0) 712 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-18T08:23:58.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:58 smithi135 bash[24787]: audit 2024-09-18T08:23:57.398884+0000 mon.smithi079 (mon.0) 713 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"} : dispatch 2024-09-18T08:23:58.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:58 smithi135 bash[24787]: audit 2024-09-18T08:23:57.398884+0000 mon.smithi079 (mon.0) 713 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"} : dispatch 2024-09-18T08:23:58.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:58 smithi135 bash[24787]: cephadm 2024-09-18T08:23:57.399980+0000 mgr.smithi079.dmaxqe (mgr.14205) 153 : cephadm [INF] Adjusting osd_memory_target on smithi135 to 954.1M 2024-09-18T08:23:58.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:58 smithi135 bash[24787]: cephadm 2024-09-18T08:23:57.399980+0000 mgr.smithi079.dmaxqe (mgr.14205) 153 : cephadm [INF] Adjusting osd_memory_target on smithi135 to 954.1M 2024-09-18T08:23:58.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:58 smithi135 bash[24787]: audit 2024-09-18T08:23:57.405649+0000 mon.smithi079 (mon.0) 714 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:58.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:58 smithi135 bash[24787]: audit 2024-09-18T08:23:57.405649+0000 mon.smithi079 (mon.0) 714 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:23:58.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:58 smithi135 bash[24787]: cluster 2024-09-18T08:23:57.405770+0000 mgr.smithi079.dmaxqe (mgr.14205) 154 : cluster [DBG] pgmap v126: 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-18T08:23:58.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:23:58 smithi135 bash[24787]: cluster 2024-09-18T08:23:57.405770+0000 mgr.smithi079.dmaxqe (mgr.14205) 154 : cluster [DBG] pgmap v126: 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-18T08:24:00.757 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:24:00.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: cluster 2024-09-18T08:23:59.406501+0000 mgr.smithi079.dmaxqe (mgr.14205) 155 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:00.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: cluster 2024-09-18T08:23:59.406501+0000 mgr.smithi079.dmaxqe (mgr.14205) 155 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:00.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: cephadm 2024-09-18T08:23:59.470015+0000 mgr.smithi079.dmaxqe (mgr.14205) 156 : cephadm [INF] Detected new or changed devices on smithi079 2024-09-18T08:24:00.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: cephadm 2024-09-18T08:23:59.470015+0000 mgr.smithi079.dmaxqe (mgr.14205) 156 : cephadm [INF] Detected new or changed devices on smithi079 2024-09-18T08:24:00.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: audit 2024-09-18T08:23:59.481574+0000 mon.smithi079 (mon.0) 715 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:00.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: audit 2024-09-18T08:23:59.481574+0000 mon.smithi079 (mon.0) 715 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:00.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: audit 2024-09-18T08:23:59.492784+0000 mon.smithi079 (mon.0) 716 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:00.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: audit 2024-09-18T08:23:59.492784+0000 mon.smithi079 (mon.0) 716 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:00.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: audit 2024-09-18T08:23:59.496971+0000 mon.smithi079 (mon.0) 717 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-18T08:24:00.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: audit 2024-09-18T08:23:59.496971+0000 mon.smithi079 (mon.0) 717 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-18T08:24:00.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: audit 2024-09-18T08:23:59.498587+0000 mon.smithi079 (mon.0) 718 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-18T08:24:00.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: audit 2024-09-18T08:23:59.498587+0000 mon.smithi079 (mon.0) 718 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-18T08:24:00.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: audit 2024-09-18T08:23:59.500102+0000 mon.smithi079 (mon.0) 719 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-18T08:24:00.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: audit 2024-09-18T08:23:59.500102+0000 mon.smithi079 (mon.0) 719 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-18T08:24:00.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: audit 2024-09-18T08:23:59.501706+0000 mon.smithi079 (mon.0) 720 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"} : dispatch 2024-09-18T08:24:00.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: audit 2024-09-18T08:23:59.501706+0000 mon.smithi079 (mon.0) 720 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"} : dispatch 2024-09-18T08:24:00.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: cephadm 2024-09-18T08:23:59.502886+0000 mgr.smithi079.dmaxqe (mgr.14205) 157 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 3004M 2024-09-18T08:24:00.849 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: cephadm 2024-09-18T08:23:59.502886+0000 mgr.smithi079.dmaxqe (mgr.14205) 157 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 3004M 2024-09-18T08:24:00.849 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: audit 2024-09-18T08:23:59.510445+0000 mon.smithi079 (mon.0) 721 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:00.849 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: audit 2024-09-18T08:23:59.510445+0000 mon.smithi079 (mon.0) 721 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:00.849 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: audit 2024-09-18T08:23:59.515233+0000 mon.smithi079 (mon.0) 722 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:24:00.849 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: audit 2024-09-18T08:23:59.515233+0000 mon.smithi079 (mon.0) 722 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:24:00.849 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: audit 2024-09-18T08:23:59.516346+0000 mon.smithi079 (mon.0) 723 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:24:00.849 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: audit 2024-09-18T08:23:59.516346+0000 mon.smithi079 (mon.0) 723 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:24:00.849 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: audit 2024-09-18T08:23:59.524767+0000 mon.smithi079 (mon.0) 724 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:00.849 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: audit 2024-09-18T08:23:59.524767+0000 mon.smithi079 (mon.0) 724 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:00.849 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: audit 2024-09-18T08:23:59.528432+0000 mon.smithi079 (mon.0) 725 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:24:00.849 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: audit 2024-09-18T08:23:59.528432+0000 mon.smithi079 (mon.0) 725 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:24:00.850 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: audit 2024-09-18T08:23:59.537501+0000 mon.smithi079 (mon.0) 726 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-18T08:24:00.850 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: audit 2024-09-18T08:23:59.537501+0000 mon.smithi079 (mon.0) 726 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-18T08:24:00.850 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: audit 2024-09-18T08:23:59.539015+0000 mon.smithi079 (mon.0) 727 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:24:00.850 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: audit 2024-09-18T08:23:59.539015+0000 mon.smithi079 (mon.0) 727 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:24:00.850 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: audit 2024-09-18T08:23:59.546332+0000 mon.smithi079 (mon.0) 728 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-18T08:24:00.850 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: audit 2024-09-18T08:23:59.546332+0000 mon.smithi079 (mon.0) 728 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-18T08:24:00.850 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: audit 2024-09-18T08:23:59.547753+0000 mon.smithi079 (mon.0) 729 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:24:00.850 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:00 smithi079 bash[19997]: audit 2024-09-18T08:23:59.547753+0000 mon.smithi079 (mon.0) 729 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:24:00.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: cluster 2024-09-18T08:23:59.406501+0000 mgr.smithi079.dmaxqe (mgr.14205) 155 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:00.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: cluster 2024-09-18T08:23:59.406501+0000 mgr.smithi079.dmaxqe (mgr.14205) 155 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:00.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: cephadm 2024-09-18T08:23:59.470015+0000 mgr.smithi079.dmaxqe (mgr.14205) 156 : cephadm [INF] Detected new or changed devices on smithi079 2024-09-18T08:24:00.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: cephadm 2024-09-18T08:23:59.470015+0000 mgr.smithi079.dmaxqe (mgr.14205) 156 : cephadm [INF] Detected new or changed devices on smithi079 2024-09-18T08:24:00.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: audit 2024-09-18T08:23:59.481574+0000 mon.smithi079 (mon.0) 715 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:00.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: audit 2024-09-18T08:23:59.481574+0000 mon.smithi079 (mon.0) 715 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:00.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: audit 2024-09-18T08:23:59.492784+0000 mon.smithi079 (mon.0) 716 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:00.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: audit 2024-09-18T08:23:59.492784+0000 mon.smithi079 (mon.0) 716 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:00.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: audit 2024-09-18T08:23:59.496971+0000 mon.smithi079 (mon.0) 717 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-18T08:24:00.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: audit 2024-09-18T08:23:59.496971+0000 mon.smithi079 (mon.0) 717 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-18T08:24:00.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: audit 2024-09-18T08:23:59.498587+0000 mon.smithi079 (mon.0) 718 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-18T08:24:00.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: audit 2024-09-18T08:23:59.498587+0000 mon.smithi079 (mon.0) 718 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-18T08:24:00.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: audit 2024-09-18T08:23:59.500102+0000 mon.smithi079 (mon.0) 719 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-18T08:24:00.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: audit 2024-09-18T08:23:59.500102+0000 mon.smithi079 (mon.0) 719 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-18T08:24:00.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: audit 2024-09-18T08:23:59.501706+0000 mon.smithi079 (mon.0) 720 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"} : dispatch 2024-09-18T08:24:00.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: audit 2024-09-18T08:23:59.501706+0000 mon.smithi079 (mon.0) 720 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"} : dispatch 2024-09-18T08:24:00.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: cephadm 2024-09-18T08:23:59.502886+0000 mgr.smithi079.dmaxqe (mgr.14205) 157 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 3004M 2024-09-18T08:24:00.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: cephadm 2024-09-18T08:23:59.502886+0000 mgr.smithi079.dmaxqe (mgr.14205) 157 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 3004M 2024-09-18T08:24:00.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: audit 2024-09-18T08:23:59.510445+0000 mon.smithi079 (mon.0) 721 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:00.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: audit 2024-09-18T08:23:59.510445+0000 mon.smithi079 (mon.0) 721 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:00.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: audit 2024-09-18T08:23:59.515233+0000 mon.smithi079 (mon.0) 722 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:24:00.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: audit 2024-09-18T08:23:59.515233+0000 mon.smithi079 (mon.0) 722 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:24:00.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: audit 2024-09-18T08:23:59.516346+0000 mon.smithi079 (mon.0) 723 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:24:00.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: audit 2024-09-18T08:23:59.516346+0000 mon.smithi079 (mon.0) 723 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:24:00.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: audit 2024-09-18T08:23:59.524767+0000 mon.smithi079 (mon.0) 724 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:00.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: audit 2024-09-18T08:23:59.524767+0000 mon.smithi079 (mon.0) 724 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:00.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: audit 2024-09-18T08:23:59.528432+0000 mon.smithi079 (mon.0) 725 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:24:00.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: audit 2024-09-18T08:23:59.528432+0000 mon.smithi079 (mon.0) 725 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:24:00.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: audit 2024-09-18T08:23:59.537501+0000 mon.smithi079 (mon.0) 726 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-18T08:24:00.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: audit 2024-09-18T08:23:59.537501+0000 mon.smithi079 (mon.0) 726 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-18T08:24:00.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: audit 2024-09-18T08:23:59.539015+0000 mon.smithi079 (mon.0) 727 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:24:00.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: audit 2024-09-18T08:23:59.539015+0000 mon.smithi079 (mon.0) 727 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:24:00.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: audit 2024-09-18T08:23:59.546332+0000 mon.smithi079 (mon.0) 728 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-18T08:24:00.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: audit 2024-09-18T08:23:59.546332+0000 mon.smithi079 (mon.0) 728 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-18T08:24:00.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: audit 2024-09-18T08:23:59.547753+0000 mon.smithi079 (mon.0) 729 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:24:00.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:00 smithi135 bash[24787]: audit 2024-09-18T08:23:59.547753+0000 mon.smithi079 (mon.0) 729 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:24:02.277 INFO:teuthology.orchestra.run.smithi079.stdout:pg_num: 1 2024-09-18T08:24:02.544 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:02 smithi079 bash[19997]: cluster 2024-09-18T08:24:01.407182+0000 mgr.smithi079.dmaxqe (mgr.14205) 158 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:02.544 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:02 smithi079 bash[19997]: cluster 2024-09-18T08:24:01.407182+0000 mgr.smithi079.dmaxqe (mgr.14205) 158 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:02.544 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:02 smithi079 bash[19997]: audit 2024-09-18T08:24:02.277695+0000 mon.smithi079 (mon.0) 730 : audit [DBG] from='client.? 172.21.15.79:0/3552137042' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-18T08:24:02.544 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:02 smithi079 bash[19997]: audit 2024-09-18T08:24:02.277695+0000 mon.smithi079 (mon.0) 730 : audit [DBG] from='client.? 172.21.15.79:0/3552137042' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-18T08:24:02.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:02 smithi135 bash[24787]: cluster 2024-09-18T08:24:01.407182+0000 mgr.smithi079.dmaxqe (mgr.14205) 158 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:02.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:02 smithi135 bash[24787]: cluster 2024-09-18T08:24:01.407182+0000 mgr.smithi079.dmaxqe (mgr.14205) 158 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:02.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:02 smithi135 bash[24787]: audit 2024-09-18T08:24:02.277695+0000 mon.smithi079 (mon.0) 730 : audit [DBG] from='client.? 172.21.15.79:0/3552137042' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-18T08:24:02.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:02 smithi135 bash[24787]: audit 2024-09-18T08:24:02.277695+0000 mon.smithi079 (mon.0) 730 : audit [DBG] from='client.? 172.21.15.79:0/3552137042' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-18T08:24:03.120 INFO:tasks.cephadm:Setting up client nodes... 2024-09-18T08:24:03.120 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-18T08:24:03.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:03 smithi079 bash[19997]: audit 2024-09-18T08:24:02.720448+0000 mon.smithi079 (mon.0) 731 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:24:03.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:03 smithi079 bash[19997]: audit 2024-09-18T08:24:02.720448+0000 mon.smithi079 (mon.0) 731 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:24:03.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:03 smithi135 bash[24787]: audit 2024-09-18T08:24:02.720448+0000 mon.smithi079 (mon.0) 731 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:24:03.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:03 smithi135 bash[24787]: audit 2024-09-18T08:24:02.720448+0000 mon.smithi079 (mon.0) 731 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:24:04.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:04 smithi079 bash[19997]: cluster 2024-09-18T08:24:03.407742+0000 mgr.smithi079.dmaxqe (mgr.14205) 159 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:04.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:04 smithi079 bash[19997]: cluster 2024-09-18T08:24:03.407742+0000 mgr.smithi079.dmaxqe (mgr.14205) 159 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:04.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:04 smithi135 bash[24787]: cluster 2024-09-18T08:24:03.407742+0000 mgr.smithi079.dmaxqe (mgr.14205) 159 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:04.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:04 smithi135 bash[24787]: cluster 2024-09-18T08:24:03.407742+0000 mgr.smithi079.dmaxqe (mgr.14205) 159 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:06.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:06 smithi079 bash[19997]: cluster 2024-09-18T08:24:05.408332+0000 mgr.smithi079.dmaxqe (mgr.14205) 160 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:06.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:06 smithi079 bash[19997]: cluster 2024-09-18T08:24:05.408332+0000 mgr.smithi079.dmaxqe (mgr.14205) 160 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:06.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:06 smithi135 bash[24787]: cluster 2024-09-18T08:24:05.408332+0000 mgr.smithi079.dmaxqe (mgr.14205) 160 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:06.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:06 smithi135 bash[24787]: cluster 2024-09-18T08:24:05.408332+0000 mgr.smithi079.dmaxqe (mgr.14205) 160 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:08.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:08 smithi079 bash[19997]: cluster 2024-09-18T08:24:07.408916+0000 mgr.smithi079.dmaxqe (mgr.14205) 161 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:08.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:08 smithi079 bash[19997]: cluster 2024-09-18T08:24:07.408916+0000 mgr.smithi079.dmaxqe (mgr.14205) 161 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:08.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:08 smithi135 bash[24787]: cluster 2024-09-18T08:24:07.408916+0000 mgr.smithi079.dmaxqe (mgr.14205) 161 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:08.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:08 smithi135 bash[24787]: cluster 2024-09-18T08:24:07.408916+0000 mgr.smithi079.dmaxqe (mgr.14205) 161 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:09.697 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:24:10.769 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:10 smithi079 bash[19997]: cluster 2024-09-18T08:24:09.409431+0000 mgr.smithi079.dmaxqe (mgr.14205) 162 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:10.769 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:10 smithi079 bash[19997]: cluster 2024-09-18T08:24:09.409431+0000 mgr.smithi079.dmaxqe (mgr.14205) 162 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:10.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:10 smithi135 bash[24787]: cluster 2024-09-18T08:24:09.409431+0000 mgr.smithi079.dmaxqe (mgr.14205) 162 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:10.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:10 smithi135 bash[24787]: cluster 2024-09-18T08:24:09.409431+0000 mgr.smithi079.dmaxqe (mgr.14205) 162 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:11.208 INFO:teuthology.orchestra.run.smithi079.stdout:[client.0] 2024-09-18T08:24:11.208 INFO:teuthology.orchestra.run.smithi079.stdout: key = AQArjupm8ZhEDBAAl7fXwJXQJiwYbcsGdKJ8fA== 2024-09-18T08:24:11.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:11 smithi079 bash[19997]: audit 2024-09-18T08:24:11.205493+0000 mon.smithi079 (mon.0) 732 : audit [INF] from='client.? 172.21.15.79:0/1769034141' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-18T08:24:11.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:11 smithi079 bash[19997]: audit 2024-09-18T08:24:11.205493+0000 mon.smithi079 (mon.0) 732 : audit [INF] from='client.? 172.21.15.79:0/1769034141' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-18T08:24:11.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:11 smithi079 bash[19997]: audit 2024-09-18T08:24:11.208150+0000 mon.smithi079 (mon.0) 733 : audit [INF] from='client.? 172.21.15.79:0/1769034141' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-18T08:24:11.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:11 smithi079 bash[19997]: audit 2024-09-18T08:24:11.208150+0000 mon.smithi079 (mon.0) 733 : audit [INF] from='client.? 172.21.15.79:0/1769034141' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-18T08:24:11.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:11 smithi135 bash[24787]: audit 2024-09-18T08:24:11.205493+0000 mon.smithi079 (mon.0) 732 : audit [INF] from='client.? 172.21.15.79:0/1769034141' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-18T08:24:11.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:11 smithi135 bash[24787]: audit 2024-09-18T08:24:11.205493+0000 mon.smithi079 (mon.0) 732 : audit [INF] from='client.? 172.21.15.79:0/1769034141' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-18T08:24:11.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:11 smithi135 bash[24787]: audit 2024-09-18T08:24:11.208150+0000 mon.smithi079 (mon.0) 733 : audit [INF] from='client.? 172.21.15.79:0/1769034141' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-18T08:24:11.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:11 smithi135 bash[24787]: audit 2024-09-18T08:24:11.208150+0000 mon.smithi079 (mon.0) 733 : audit [INF] from='client.? 172.21.15.79:0/1769034141' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-18T08:24:11.956 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-18T08:24:11.956 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-18T08:24:11.956 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-18T08:24:11.978 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-18T08:24:13.503 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:13 smithi135 bash[24787]: cluster 2024-09-18T08:24:11.409955+0000 mgr.smithi079.dmaxqe (mgr.14205) 163 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:13.503 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:13 smithi135 bash[24787]: cluster 2024-09-18T08:24:11.409955+0000 mgr.smithi079.dmaxqe (mgr.14205) 163 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:13.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:13 smithi079 bash[19997]: cluster 2024-09-18T08:24:11.409955+0000 mgr.smithi079.dmaxqe (mgr.14205) 163 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:13.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:13 smithi079 bash[19997]: cluster 2024-09-18T08:24:11.409955+0000 mgr.smithi079.dmaxqe (mgr.14205) 163 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:15.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:15 smithi135 bash[24787]: cluster 2024-09-18T08:24:13.410424+0000 mgr.smithi079.dmaxqe (mgr.14205) 164 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:15.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:15 smithi135 bash[24787]: cluster 2024-09-18T08:24:13.410424+0000 mgr.smithi079.dmaxqe (mgr.14205) 164 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:15.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:15 smithi079 bash[19997]: cluster 2024-09-18T08:24:13.410424+0000 mgr.smithi079.dmaxqe (mgr.14205) 164 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:15.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:15 smithi079 bash[19997]: cluster 2024-09-18T08:24:13.410424+0000 mgr.smithi079.dmaxqe (mgr.14205) 164 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:15.852 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi135/config 2024-09-18T08:24:17.367 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:17 smithi135 bash[24787]: cluster 2024-09-18T08:24:15.410991+0000 mgr.smithi079.dmaxqe (mgr.14205) 165 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:17.367 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:17 smithi135 bash[24787]: cluster 2024-09-18T08:24:15.410991+0000 mgr.smithi079.dmaxqe (mgr.14205) 165 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:17.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:17 smithi079 bash[19997]: cluster 2024-09-18T08:24:15.410991+0000 mgr.smithi079.dmaxqe (mgr.14205) 165 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:17.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:17 smithi079 bash[19997]: cluster 2024-09-18T08:24:15.410991+0000 mgr.smithi079.dmaxqe (mgr.14205) 165 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:17.768 INFO:teuthology.orchestra.run.smithi135.stdout:[client.1] 2024-09-18T08:24:17.769 INFO:teuthology.orchestra.run.smithi135.stdout: key = AQAxjupmgzt8LRAA6fgyFGRIYrb357nPWRzuPQ== 2024-09-18T08:24:18.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:18 smithi079 bash[19997]: audit 2024-09-18T08:24:17.720600+0000 mon.smithi079 (mon.0) 734 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:24:18.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:18 smithi079 bash[19997]: audit 2024-09-18T08:24:17.720600+0000 mon.smithi079 (mon.0) 734 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:24:18.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:18 smithi079 bash[19997]: audit 2024-09-18T08:24:17.762657+0000 mon.smithi079 (mon.0) 735 : 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-18T08:24:18.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:18 smithi079 bash[19997]: audit 2024-09-18T08:24:17.762657+0000 mon.smithi079 (mon.0) 735 : 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-18T08:24:18.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:18 smithi079 bash[19997]: audit 2024-09-18T08:24:17.762679+0000 mon.smithi135 (mon.1) 18 : audit [INF] from='client.? 172.21.15.135:0/1210009083' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-18T08:24:18.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:18 smithi079 bash[19997]: audit 2024-09-18T08:24:17.762679+0000 mon.smithi135 (mon.1) 18 : audit [INF] from='client.? 172.21.15.135:0/1210009083' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-18T08:24:18.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:18 smithi079 bash[19997]: audit 2024-09-18T08:24:17.766509+0000 mon.smithi079 (mon.0) 736 : 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-18T08:24:18.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:18 smithi079 bash[19997]: audit 2024-09-18T08:24:17.766509+0000 mon.smithi079 (mon.0) 736 : 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-18T08:24:18.503 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:18 smithi135 bash[24787]: audit 2024-09-18T08:24:17.720600+0000 mon.smithi079 (mon.0) 734 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:24:18.503 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:18 smithi135 bash[24787]: audit 2024-09-18T08:24:17.720600+0000 mon.smithi079 (mon.0) 734 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:24:18.503 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:18 smithi135 bash[24787]: audit 2024-09-18T08:24:17.762657+0000 mon.smithi079 (mon.0) 735 : 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-18T08:24:18.503 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:18 smithi135 bash[24787]: audit 2024-09-18T08:24:17.762657+0000 mon.smithi079 (mon.0) 735 : 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-18T08:24:18.503 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:18 smithi135 bash[24787]: audit 2024-09-18T08:24:17.762679+0000 mon.smithi135 (mon.1) 18 : audit [INF] from='client.? 172.21.15.135:0/1210009083' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-18T08:24:18.504 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:18 smithi135 bash[24787]: audit 2024-09-18T08:24:17.762679+0000 mon.smithi135 (mon.1) 18 : audit [INF] from='client.? 172.21.15.135:0/1210009083' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-18T08:24:18.504 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:18 smithi135 bash[24787]: audit 2024-09-18T08:24:17.766509+0000 mon.smithi079 (mon.0) 736 : 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-18T08:24:18.504 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:18 smithi135 bash[24787]: audit 2024-09-18T08:24:17.766509+0000 mon.smithi079 (mon.0) 736 : 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-18T08:24:18.989 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2024-09-18T08:24:18.989 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-09-18T08:24:18.990 DEBUG:teuthology.orchestra.run.smithi135:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-09-18T08:24:19.013 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph config log 1 --format=json 2024-09-18T08:24:19.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:19 smithi079 bash[19997]: cluster 2024-09-18T08:24:17.411598+0000 mgr.smithi079.dmaxqe (mgr.14205) 166 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:19.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:19 smithi079 bash[19997]: cluster 2024-09-18T08:24:17.411598+0000 mgr.smithi079.dmaxqe (mgr.14205) 166 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:19.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:19 smithi135 bash[24787]: cluster 2024-09-18T08:24:17.411598+0000 mgr.smithi079.dmaxqe (mgr.14205) 166 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:19.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:19 smithi135 bash[24787]: cluster 2024-09-18T08:24:17.411598+0000 mgr.smithi079.dmaxqe (mgr.14205) 166 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:21.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:21 smithi079 bash[19997]: cluster 2024-09-18T08:24:19.412288+0000 mgr.smithi079.dmaxqe (mgr.14205) 167 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:21.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:21 smithi079 bash[19997]: cluster 2024-09-18T08:24:19.412288+0000 mgr.smithi079.dmaxqe (mgr.14205) 167 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:21.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:21 smithi135 bash[24787]: cluster 2024-09-18T08:24:19.412288+0000 mgr.smithi079.dmaxqe (mgr.14205) 167 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:21.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:21 smithi135 bash[24787]: cluster 2024-09-18T08:24:19.412288+0000 mgr.smithi079.dmaxqe (mgr.14205) 167 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:23.503 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:23 smithi135 bash[24787]: cluster 2024-09-18T08:24:21.412953+0000 mgr.smithi079.dmaxqe (mgr.14205) 168 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:23.503 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:23 smithi135 bash[24787]: cluster 2024-09-18T08:24:21.412953+0000 mgr.smithi079.dmaxqe (mgr.14205) 168 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:23.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:23 smithi079 bash[19997]: cluster 2024-09-18T08:24:21.412953+0000 mgr.smithi079.dmaxqe (mgr.14205) 168 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:23.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:23 smithi079 bash[19997]: cluster 2024-09-18T08:24:21.412953+0000 mgr.smithi079.dmaxqe (mgr.14205) 168 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:23.832 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:24:25.574 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:25 smithi079 bash[19997]: cluster 2024-09-18T08:24:23.413663+0000 mgr.smithi079.dmaxqe (mgr.14205) 169 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:25.574 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:25 smithi079 bash[19997]: cluster 2024-09-18T08:24:23.413663+0000 mgr.smithi079.dmaxqe (mgr.14205) 169 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:25.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:25 smithi135 bash[24787]: cluster 2024-09-18T08:24:23.413663+0000 mgr.smithi079.dmaxqe (mgr.14205) 169 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:25.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:25 smithi135 bash[24787]: cluster 2024-09-18T08:24:23.413663+0000 mgr.smithi079.dmaxqe (mgr.14205) 169 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:25.933 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:24:26.519 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:26 smithi135 bash[24787]: audit 2024-09-18T08:24:25.934160+0000 mon.smithi079 (mon.0) 737 : audit [DBG] from='client.? 172.21.15.79:0/2879528862' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-18T08:24:26.519 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:26 smithi135 bash[24787]: audit 2024-09-18T08:24:25.934160+0000 mon.smithi079 (mon.0) 737 : audit [DBG] from='client.? 172.21.15.79:0/2879528862' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-18T08:24:26.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:26 smithi079 bash[19997]: audit 2024-09-18T08:24:25.934160+0000 mon.smithi079 (mon.0) 737 : audit [DBG] from='client.? 172.21.15.79:0/2879528862' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-18T08:24:26.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:26 smithi079 bash[19997]: audit 2024-09-18T08:24:25.934160+0000 mon.smithi079 (mon.0) 737 : audit [DBG] from='client.? 172.21.15.79:0/2879528862' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-18T08:24:27.584 INFO:teuthology.orchestra.run.smithi079.stdout:[{"version":18,"timestamp":"2024-09-18T08:23:59.503454+0000","name":"","changes":[{"name":"osd/host:smithi079/osd_memory_target","new_value":"3150321152"}]}] 2024-09-18T08:24:27.584 INFO:tasks.ceph_manager:config epoch is 18 2024-09-18T08:24:27.585 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-18T08:24:27.585 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-18T08:24:27.585 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph mgr dump --format=json 2024-09-18T08:24:27.586 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:27 smithi079 bash[19997]: cluster 2024-09-18T08:24:25.414197+0000 mgr.smithi079.dmaxqe (mgr.14205) 170 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:27.586 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:27 smithi079 bash[19997]: cluster 2024-09-18T08:24:25.414197+0000 mgr.smithi079.dmaxqe (mgr.14205) 170 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:27.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:27 smithi135 bash[24787]: cluster 2024-09-18T08:24:25.414197+0000 mgr.smithi079.dmaxqe (mgr.14205) 170 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:27.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:27 smithi135 bash[24787]: cluster 2024-09-18T08:24:25.414197+0000 mgr.smithi079.dmaxqe (mgr.14205) 170 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:28.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:28 smithi135 bash[24787]: cluster 2024-09-18T08:24:27.414787+0000 mgr.smithi079.dmaxqe (mgr.14205) 171 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:28.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:28 smithi135 bash[24787]: cluster 2024-09-18T08:24:27.414787+0000 mgr.smithi079.dmaxqe (mgr.14205) 171 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:28.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:28 smithi079 bash[19997]: cluster 2024-09-18T08:24:27.414787+0000 mgr.smithi079.dmaxqe (mgr.14205) 171 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:28.608 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:28 smithi079 bash[19997]: cluster 2024-09-18T08:24:27.414787+0000 mgr.smithi079.dmaxqe (mgr.14205) 171 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:30.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:30 smithi079 bash[19997]: cluster 2024-09-18T08:24:29.415402+0000 mgr.smithi079.dmaxqe (mgr.14205) 172 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:30.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:30 smithi079 bash[19997]: cluster 2024-09-18T08:24:29.415402+0000 mgr.smithi079.dmaxqe (mgr.14205) 172 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:30.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:30 smithi135 bash[24787]: cluster 2024-09-18T08:24:29.415402+0000 mgr.smithi079.dmaxqe (mgr.14205) 172 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:30.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:30 smithi135 bash[24787]: cluster 2024-09-18T08:24:29.415402+0000 mgr.smithi079.dmaxqe (mgr.14205) 172 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:32.401 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:24:32.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:32 smithi079 bash[19997]: cluster 2024-09-18T08:24:31.415873+0000 mgr.smithi079.dmaxqe (mgr.14205) 173 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:32.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:32 smithi079 bash[19997]: cluster 2024-09-18T08:24:31.415873+0000 mgr.smithi079.dmaxqe (mgr.14205) 173 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:32.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:32 smithi135 bash[24787]: cluster 2024-09-18T08:24:31.415873+0000 mgr.smithi079.dmaxqe (mgr.14205) 173 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:32.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:32 smithi135 bash[24787]: cluster 2024-09-18T08:24:31.415873+0000 mgr.smithi079.dmaxqe (mgr.14205) 173 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:33.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:33 smithi135 bash[24787]: audit 2024-09-18T08:24:32.721129+0000 mon.smithi079 (mon.0) 738 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:24:33.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:33 smithi135 bash[24787]: audit 2024-09-18T08:24:32.721129+0000 mon.smithi079 (mon.0) 738 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:24:33.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:33 smithi079 bash[19997]: audit 2024-09-18T08:24:32.721129+0000 mon.smithi079 (mon.0) 738 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:24:33.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:33 smithi079 bash[19997]: audit 2024-09-18T08:24:32.721129+0000 mon.smithi079 (mon.0) 738 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:24:33.986 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:24:34.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:34 smithi079 bash[19997]: cluster 2024-09-18T08:24:33.416540+0000 mgr.smithi079.dmaxqe (mgr.14205) 174 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:34.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:34 smithi079 bash[19997]: cluster 2024-09-18T08:24:33.416540+0000 mgr.smithi079.dmaxqe (mgr.14205) 174 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:34.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:34 smithi079 bash[19997]: audit 2024-09-18T08:24:33.977534+0000 mon.smithi079 (mon.0) 739 : audit [DBG] from='client.? 172.21.15.79:0/2340677370' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-18T08:24:34.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:34 smithi079 bash[19997]: audit 2024-09-18T08:24:33.977534+0000 mon.smithi079 (mon.0) 739 : audit [DBG] from='client.? 172.21.15.79:0/2340677370' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-18T08:24:34.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:34 smithi079 bash[19997]: audit 2024-09-18T08:24:34.127385+0000 mon.smithi079 (mon.0) 740 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:34.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:34 smithi079 bash[19997]: audit 2024-09-18T08:24:34.127385+0000 mon.smithi079 (mon.0) 740 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:34.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:34 smithi079 bash[19997]: audit 2024-09-18T08:24:34.136265+0000 mon.smithi079 (mon.0) 741 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:34.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:34 smithi079 bash[19997]: audit 2024-09-18T08:24:34.136265+0000 mon.smithi079 (mon.0) 741 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:34.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:34 smithi135 bash[24787]: cluster 2024-09-18T08:24:33.416540+0000 mgr.smithi079.dmaxqe (mgr.14205) 174 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:34.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:34 smithi135 bash[24787]: cluster 2024-09-18T08:24:33.416540+0000 mgr.smithi079.dmaxqe (mgr.14205) 174 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:34.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:34 smithi135 bash[24787]: audit 2024-09-18T08:24:33.977534+0000 mon.smithi079 (mon.0) 739 : audit [DBG] from='client.? 172.21.15.79:0/2340677370' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-18T08:24:34.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:34 smithi135 bash[24787]: audit 2024-09-18T08:24:33.977534+0000 mon.smithi079 (mon.0) 739 : audit [DBG] from='client.? 172.21.15.79:0/2340677370' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-18T08:24:34.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:34 smithi135 bash[24787]: audit 2024-09-18T08:24:34.127385+0000 mon.smithi079 (mon.0) 740 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:34.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:34 smithi135 bash[24787]: audit 2024-09-18T08:24:34.127385+0000 mon.smithi079 (mon.0) 740 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:34.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:34 smithi135 bash[24787]: audit 2024-09-18T08:24:34.136265+0000 mon.smithi079 (mon.0) 741 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:34.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:34 smithi135 bash[24787]: audit 2024-09-18T08:24:34.136265+0000 mon.smithi079 (mon.0) 741 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:35.025 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":20,"flags":0,"active_gid":14205,"active_name":"smithi079.dmaxqe","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6800","nonce":36611459},{"type":"v1","addr":"172.21.15.79:6801","nonce":36611459}]},"active_addr":"172.21.15.79:6801/36611459","active_change":"2024-09-18T08:20:47.348677+0000","active_mgr_features":4540719139924082687,"available":true,"standbys":[{"gid":14224,"name":"smithi135.vlchji","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.0","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.0","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.79:8443/","prometheus":"http://172.21.15.79: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.79:0","nonce":3241056979}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.79:0","nonce":3063288402}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.79:0","nonce":2056606841}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.79:0","nonce":4229318685}]}]} 2024-09-18T08:24:35.030 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-18T08:24:35.030 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-18T08:24:35.030 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-18T08:24:35.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:35 smithi079 bash[19997]: audit 2024-09-18T08:24:34.584876+0000 mon.smithi079 (mon.0) 742 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:35.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:35 smithi079 bash[19997]: audit 2024-09-18T08:24:34.584876+0000 mon.smithi079 (mon.0) 742 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:35.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:35 smithi079 bash[19997]: audit 2024-09-18T08:24:34.595554+0000 mon.smithi079 (mon.0) 743 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:35.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:35 smithi079 bash[19997]: audit 2024-09-18T08:24:34.595554+0000 mon.smithi079 (mon.0) 743 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:35.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:35 smithi135 bash[24787]: audit 2024-09-18T08:24:34.584876+0000 mon.smithi079 (mon.0) 742 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:35.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:35 smithi135 bash[24787]: audit 2024-09-18T08:24:34.584876+0000 mon.smithi079 (mon.0) 742 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:35.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:35 smithi135 bash[24787]: audit 2024-09-18T08:24:34.595554+0000 mon.smithi079 (mon.0) 743 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:35.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:35 smithi135 bash[24787]: audit 2024-09-18T08:24:34.595554+0000 mon.smithi079 (mon.0) 743 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:24:36.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:36 smithi079 bash[19997]: cluster 2024-09-18T08:24:35.417149+0000 mgr.smithi079.dmaxqe (mgr.14205) 175 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:36.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:36 smithi079 bash[19997]: cluster 2024-09-18T08:24:35.417149+0000 mgr.smithi079.dmaxqe (mgr.14205) 175 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:36.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:36 smithi135 bash[24787]: cluster 2024-09-18T08:24:35.417149+0000 mgr.smithi079.dmaxqe (mgr.14205) 175 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:36.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:36 smithi135 bash[24787]: cluster 2024-09-18T08:24:35.417149+0000 mgr.smithi079.dmaxqe (mgr.14205) 175 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:38.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:38 smithi079 bash[19997]: cluster 2024-09-18T08:24:37.417756+0000 mgr.smithi079.dmaxqe (mgr.14205) 176 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:38.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:38 smithi079 bash[19997]: cluster 2024-09-18T08:24:37.417756+0000 mgr.smithi079.dmaxqe (mgr.14205) 176 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:38.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:38 smithi135 bash[24787]: cluster 2024-09-18T08:24:37.417756+0000 mgr.smithi079.dmaxqe (mgr.14205) 176 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:38.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:38 smithi135 bash[24787]: cluster 2024-09-18T08:24:37.417756+0000 mgr.smithi079.dmaxqe (mgr.14205) 176 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:39.846 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:24:40.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:40 smithi079 bash[19997]: cluster 2024-09-18T08:24:39.418315+0000 mgr.smithi079.dmaxqe (mgr.14205) 177 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:40.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:40 smithi079 bash[19997]: cluster 2024-09-18T08:24:39.418315+0000 mgr.smithi079.dmaxqe (mgr.14205) 177 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:40.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:40 smithi135 bash[24787]: cluster 2024-09-18T08:24:39.418315+0000 mgr.smithi079.dmaxqe (mgr.14205) 177 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:40.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:40 smithi135 bash[24787]: cluster 2024-09-18T08:24:39.418315+0000 mgr.smithi079.dmaxqe (mgr.14205) 177 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:41.403 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:24:41.403 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":43,"fsid":"331e14a2-7596-11ef-bceb-c7b262605968","created":"2024-09-18T08:18:00.582403+0000","modified":"2024-09-18T08:23:43.406353+0000","last_up_change":"2024-09-18T08:23:40.056872+0000","last_in_change":"2024-09-18T08:22:34.067740+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"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-18T08:23:17.778965+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":"26","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":"0db9d91c-7f61-43cb-bc8c-5d2fd660f650","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6800","nonce":1925803737},{"type":"v1","addr":"172.21.15.135:6801","nonce":1925803737}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6802","nonce":1925803737},{"type":"v1","addr":"172.21.15.135:6803","nonce":1925803737}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6806","nonce":1925803737},{"type":"v1","addr":"172.21.15.135:6807","nonce":1925803737}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6804","nonce":1925803737},{"type":"v1","addr":"172.21.15.135:6805","nonce":1925803737}]},"public_addr":"172.21.15.135:6801/1925803737","cluster_addr":"172.21.15.135:6803/1925803737","heartbeat_back_addr":"172.21.15.135:6807/1925803737","heartbeat_front_addr":"172.21.15.135:6805/1925803737","state":["exists","up"]},{"osd":1,"uuid":"e15739ec-a47c-4c4b-80d0-6088d2822433","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":2255936528},{"type":"v1","addr":"172.21.15.79:6803","nonce":2255936528}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":2255936528},{"type":"v1","addr":"172.21.15.79:6805","nonce":2255936528}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":2255936528},{"type":"v1","addr":"172.21.15.79:6809","nonce":2255936528}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":2255936528},{"type":"v1","addr":"172.21.15.79:6807","nonce":2255936528}]},"public_addr":"172.21.15.79:6803/2255936528","cluster_addr":"172.21.15.79:6805/2255936528","heartbeat_back_addr":"172.21.15.79:6809/2255936528","heartbeat_front_addr":"172.21.15.79:6807/2255936528","state":["exists","up"]},{"osd":2,"uuid":"daad933d-13f2-4d7f-a0a2-5af0753bda91","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6808","nonce":375336471},{"type":"v1","addr":"172.21.15.135:6809","nonce":375336471}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6810","nonce":375336471},{"type":"v1","addr":"172.21.15.135:6811","nonce":375336471}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6814","nonce":375336471},{"type":"v1","addr":"172.21.15.135:6815","nonce":375336471}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6812","nonce":375336471},{"type":"v1","addr":"172.21.15.135:6813","nonce":375336471}]},"public_addr":"172.21.15.135:6809/375336471","cluster_addr":"172.21.15.135:6811/375336471","heartbeat_back_addr":"172.21.15.135:6815/375336471","heartbeat_front_addr":"172.21.15.135:6813/375336471","state":["exists","up"]},{"osd":3,"uuid":"2c41aeed-f2f1-40d1-9890-c6fce1b8fc89","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6810","nonce":1670454250},{"type":"v1","addr":"172.21.15.79:6811","nonce":1670454250}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":1670454250},{"type":"v1","addr":"172.21.15.79:6813","nonce":1670454250}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6816","nonce":1670454250},{"type":"v1","addr":"172.21.15.79:6817","nonce":1670454250}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":1670454250},{"type":"v1","addr":"172.21.15.79:6815","nonce":1670454250}]},"public_addr":"172.21.15.79:6811/1670454250","cluster_addr":"172.21.15.79:6813/1670454250","heartbeat_back_addr":"172.21.15.79:6817/1670454250","heartbeat_front_addr":"172.21.15.79:6815/1670454250","state":["exists","up"]},{"osd":4,"uuid":"693f4cb6-3096-4e36-b89b-66f5e5356f30","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6816","nonce":1180714951},{"type":"v1","addr":"172.21.15.135:6817","nonce":1180714951}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6818","nonce":1180714951},{"type":"v1","addr":"172.21.15.135:6819","nonce":1180714951}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6822","nonce":1180714951},{"type":"v1","addr":"172.21.15.135:6823","nonce":1180714951}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6820","nonce":1180714951},{"type":"v1","addr":"172.21.15.135:6821","nonce":1180714951}]},"public_addr":"172.21.15.135:6817/1180714951","cluster_addr":"172.21.15.135:6819/1180714951","heartbeat_back_addr":"172.21.15.135:6823/1180714951","heartbeat_front_addr":"172.21.15.135:6821/1180714951","state":["exists","up"]},{"osd":5,"uuid":"fff7d6f5-d8d0-47e6-850a-ac73811c2b26","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6818","nonce":4074848368},{"type":"v1","addr":"172.21.15.79:6819","nonce":4074848368}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6820","nonce":4074848368},{"type":"v1","addr":"172.21.15.79:6821","nonce":4074848368}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6824","nonce":4074848368},{"type":"v1","addr":"172.21.15.79:6825","nonce":4074848368}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6822","nonce":4074848368},{"type":"v1","addr":"172.21.15.79:6823","nonce":4074848368}]},"public_addr":"172.21.15.79:6819/4074848368","cluster_addr":"172.21.15.79:6821/4074848368","heartbeat_back_addr":"172.21.15.79:6825/4074848368","heartbeat_front_addr":"172.21.15.79:6823/4074848368","state":["exists","up"]},{"osd":6,"uuid":"6da55e7f-a7c7-46cd-b0bd-ac7f1ebd0713","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.135:6824","nonce":2896199679},{"type":"v1","addr":"172.21.15.135:6825","nonce":2896199679}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6826","nonce":2896199679},{"type":"v1","addr":"172.21.15.135:6827","nonce":2896199679}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6830","nonce":2896199679},{"type":"v1","addr":"172.21.15.135:6831","nonce":2896199679}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6828","nonce":2896199679},{"type":"v1","addr":"172.21.15.135:6829","nonce":2896199679}]},"public_addr":"172.21.15.135:6825/2896199679","cluster_addr":"172.21.15.135:6827/2896199679","heartbeat_back_addr":"172.21.15.135:6831/2896199679","heartbeat_front_addr":"172.21.15.135:6829/2896199679","state":["exists","up"]},{"osd":7,"uuid":"d6c59fae-6201-4c0c-9725-a13c2f652e8e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6826","nonce":572914816},{"type":"v1","addr":"172.21.15.79:6827","nonce":572914816}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6828","nonce":572914816},{"type":"v1","addr":"172.21.15.79:6829","nonce":572914816}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6832","nonce":572914816},{"type":"v1","addr":"172.21.15.79:6833","nonce":572914816}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6830","nonce":572914816},{"type":"v1","addr":"172.21.15.79:6831","nonce":572914816}]},"public_addr":"172.21.15.79:6827/572914816","cluster_addr":"172.21.15.79:6829/572914816","heartbeat_back_addr":"172.21.15.79:6833/572914816","heartbeat_front_addr":"172.21.15.79:6831/572914816","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-18T08:23:07.291557+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-18T08:23:15.906177+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-18T08:23:13.219376+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-18T08:23:20.809836+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-18T08:23:19.185750+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-18T08:23:29.394842+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-18T08:23:26.291794+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-18T08:23:38.218111+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.79:6801/3001872051":"2024-09-19T08:20:47.348351+0000","172.21.15.79:6800/3001872051":"2024-09-19T08:20:47.348351+0000","172.21.15.79:6800/506255236":"2024-09-19T08:18:28.584075+0000","172.21.15.79:0/3623565629":"2024-09-19T08:18:28.584075+0000","172.21.15.79:6801/506255236":"2024-09-19T08:18:28.584075+0000","172.21.15.79:0/4053698205":"2024-09-19T08:18:28.584075+0000","172.21.15.79:0/1839186950":"2024-09-19T08:18:28.584075+0000","172.21.15.79:0/886377635":"2024-09-19T08:19:18.367854+0000","172.21.15.79:6801/1219128714":"2024-09-19T08:19:18.367854+0000","172.21.15.79:6800/1219128714":"2024-09-19T08:19:18.367854+0000","172.21.15.79:0/3087913468":"2024-09-19T08:19:18.367854+0000","172.21.15.79:0/932524635":"2024-09-19T08:20:47.348351+0000","172.21.15.79:0/3229383777":"2024-09-19T08:20:47.348351+0000","172.21.15.79:0/33340686":"2024-09-19T08:19:18.367854+0000","172.21.15.79:0/2203557986":"2024-09-19T08:20:47.348351+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-18T08:24:41.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:41 smithi079 bash[19997]: audit 2024-09-18T08:24:41.402538+0000 mon.smithi079 (mon.0) 744 : audit [DBG] from='client.? 172.21.15.79:0/372916648' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-18T08:24:41.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:41 smithi079 bash[19997]: audit 2024-09-18T08:24:41.402538+0000 mon.smithi079 (mon.0) 744 : audit [DBG] from='client.? 172.21.15.79:0/372916648' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-18T08:24:41.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:41 smithi135 bash[24787]: audit 2024-09-18T08:24:41.402538+0000 mon.smithi079 (mon.0) 744 : audit [DBG] from='client.? 172.21.15.79:0/372916648' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-18T08:24:41.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:41 smithi135 bash[24787]: audit 2024-09-18T08:24:41.402538+0000 mon.smithi079 (mon.0) 744 : audit [DBG] from='client.? 172.21.15.79:0/372916648' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-18T08:24:42.129 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-18T08:24:42.130 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-18T08:24:42.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:42 smithi135 bash[24787]: cluster 2024-09-18T08:24:41.418756+0000 mgr.smithi079.dmaxqe (mgr.14205) 178 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:42.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:42 smithi135 bash[24787]: cluster 2024-09-18T08:24:41.418756+0000 mgr.smithi079.dmaxqe (mgr.14205) 178 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:43.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:42 smithi079 bash[19997]: cluster 2024-09-18T08:24:41.418756+0000 mgr.smithi079.dmaxqe (mgr.14205) 178 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:43.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:42 smithi079 bash[19997]: cluster 2024-09-18T08:24:41.418756+0000 mgr.smithi079.dmaxqe (mgr.14205) 178 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:44.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:44 smithi135 bash[24787]: cluster 2024-09-18T08:24:43.419277+0000 mgr.smithi079.dmaxqe (mgr.14205) 179 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:44.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:44 smithi135 bash[24787]: cluster 2024-09-18T08:24:43.419277+0000 mgr.smithi079.dmaxqe (mgr.14205) 179 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:45.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:44 smithi079 bash[19997]: cluster 2024-09-18T08:24:43.419277+0000 mgr.smithi079.dmaxqe (mgr.14205) 179 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:45.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:44 smithi079 bash[19997]: cluster 2024-09-18T08:24:43.419277+0000 mgr.smithi079.dmaxqe (mgr.14205) 179 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:46.941 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:24:46.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:46 smithi135 bash[24787]: cluster 2024-09-18T08:24:45.419789+0000 mgr.smithi079.dmaxqe (mgr.14205) 180 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:46.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:46 smithi135 bash[24787]: cluster 2024-09-18T08:24:45.419789+0000 mgr.smithi079.dmaxqe (mgr.14205) 180 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:47.027 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:46 smithi079 bash[19997]: cluster 2024-09-18T08:24:45.419789+0000 mgr.smithi079.dmaxqe (mgr.14205) 180 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:47.027 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:46 smithi079 bash[19997]: cluster 2024-09-18T08:24:45.419789+0000 mgr.smithi079.dmaxqe (mgr.14205) 180 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:48.495 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:24:48.495 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":43,"fsid":"331e14a2-7596-11ef-bceb-c7b262605968","created":"2024-09-18T08:18:00.582403+0000","modified":"2024-09-18T08:23:43.406353+0000","last_up_change":"2024-09-18T08:23:40.056872+0000","last_in_change":"2024-09-18T08:22:34.067740+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"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-18T08:23:17.778965+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":"26","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":"0db9d91c-7f61-43cb-bc8c-5d2fd660f650","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6800","nonce":1925803737},{"type":"v1","addr":"172.21.15.135:6801","nonce":1925803737}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6802","nonce":1925803737},{"type":"v1","addr":"172.21.15.135:6803","nonce":1925803737}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6806","nonce":1925803737},{"type":"v1","addr":"172.21.15.135:6807","nonce":1925803737}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6804","nonce":1925803737},{"type":"v1","addr":"172.21.15.135:6805","nonce":1925803737}]},"public_addr":"172.21.15.135:6801/1925803737","cluster_addr":"172.21.15.135:6803/1925803737","heartbeat_back_addr":"172.21.15.135:6807/1925803737","heartbeat_front_addr":"172.21.15.135:6805/1925803737","state":["exists","up"]},{"osd":1,"uuid":"e15739ec-a47c-4c4b-80d0-6088d2822433","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":2255936528},{"type":"v1","addr":"172.21.15.79:6803","nonce":2255936528}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":2255936528},{"type":"v1","addr":"172.21.15.79:6805","nonce":2255936528}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":2255936528},{"type":"v1","addr":"172.21.15.79:6809","nonce":2255936528}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":2255936528},{"type":"v1","addr":"172.21.15.79:6807","nonce":2255936528}]},"public_addr":"172.21.15.79:6803/2255936528","cluster_addr":"172.21.15.79:6805/2255936528","heartbeat_back_addr":"172.21.15.79:6809/2255936528","heartbeat_front_addr":"172.21.15.79:6807/2255936528","state":["exists","up"]},{"osd":2,"uuid":"daad933d-13f2-4d7f-a0a2-5af0753bda91","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6808","nonce":375336471},{"type":"v1","addr":"172.21.15.135:6809","nonce":375336471}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6810","nonce":375336471},{"type":"v1","addr":"172.21.15.135:6811","nonce":375336471}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6814","nonce":375336471},{"type":"v1","addr":"172.21.15.135:6815","nonce":375336471}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6812","nonce":375336471},{"type":"v1","addr":"172.21.15.135:6813","nonce":375336471}]},"public_addr":"172.21.15.135:6809/375336471","cluster_addr":"172.21.15.135:6811/375336471","heartbeat_back_addr":"172.21.15.135:6815/375336471","heartbeat_front_addr":"172.21.15.135:6813/375336471","state":["exists","up"]},{"osd":3,"uuid":"2c41aeed-f2f1-40d1-9890-c6fce1b8fc89","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6810","nonce":1670454250},{"type":"v1","addr":"172.21.15.79:6811","nonce":1670454250}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":1670454250},{"type":"v1","addr":"172.21.15.79:6813","nonce":1670454250}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6816","nonce":1670454250},{"type":"v1","addr":"172.21.15.79:6817","nonce":1670454250}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":1670454250},{"type":"v1","addr":"172.21.15.79:6815","nonce":1670454250}]},"public_addr":"172.21.15.79:6811/1670454250","cluster_addr":"172.21.15.79:6813/1670454250","heartbeat_back_addr":"172.21.15.79:6817/1670454250","heartbeat_front_addr":"172.21.15.79:6815/1670454250","state":["exists","up"]},{"osd":4,"uuid":"693f4cb6-3096-4e36-b89b-66f5e5356f30","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6816","nonce":1180714951},{"type":"v1","addr":"172.21.15.135:6817","nonce":1180714951}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6818","nonce":1180714951},{"type":"v1","addr":"172.21.15.135:6819","nonce":1180714951}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6822","nonce":1180714951},{"type":"v1","addr":"172.21.15.135:6823","nonce":1180714951}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6820","nonce":1180714951},{"type":"v1","addr":"172.21.15.135:6821","nonce":1180714951}]},"public_addr":"172.21.15.135:6817/1180714951","cluster_addr":"172.21.15.135:6819/1180714951","heartbeat_back_addr":"172.21.15.135:6823/1180714951","heartbeat_front_addr":"172.21.15.135:6821/1180714951","state":["exists","up"]},{"osd":5,"uuid":"fff7d6f5-d8d0-47e6-850a-ac73811c2b26","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6818","nonce":4074848368},{"type":"v1","addr":"172.21.15.79:6819","nonce":4074848368}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6820","nonce":4074848368},{"type":"v1","addr":"172.21.15.79:6821","nonce":4074848368}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6824","nonce":4074848368},{"type":"v1","addr":"172.21.15.79:6825","nonce":4074848368}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6822","nonce":4074848368},{"type":"v1","addr":"172.21.15.79:6823","nonce":4074848368}]},"public_addr":"172.21.15.79:6819/4074848368","cluster_addr":"172.21.15.79:6821/4074848368","heartbeat_back_addr":"172.21.15.79:6825/4074848368","heartbeat_front_addr":"172.21.15.79:6823/4074848368","state":["exists","up"]},{"osd":6,"uuid":"6da55e7f-a7c7-46cd-b0bd-ac7f1ebd0713","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.135:6824","nonce":2896199679},{"type":"v1","addr":"172.21.15.135:6825","nonce":2896199679}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6826","nonce":2896199679},{"type":"v1","addr":"172.21.15.135:6827","nonce":2896199679}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6830","nonce":2896199679},{"type":"v1","addr":"172.21.15.135:6831","nonce":2896199679}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6828","nonce":2896199679},{"type":"v1","addr":"172.21.15.135:6829","nonce":2896199679}]},"public_addr":"172.21.15.135:6825/2896199679","cluster_addr":"172.21.15.135:6827/2896199679","heartbeat_back_addr":"172.21.15.135:6831/2896199679","heartbeat_front_addr":"172.21.15.135:6829/2896199679","state":["exists","up"]},{"osd":7,"uuid":"d6c59fae-6201-4c0c-9725-a13c2f652e8e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6826","nonce":572914816},{"type":"v1","addr":"172.21.15.79:6827","nonce":572914816}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6828","nonce":572914816},{"type":"v1","addr":"172.21.15.79:6829","nonce":572914816}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6832","nonce":572914816},{"type":"v1","addr":"172.21.15.79:6833","nonce":572914816}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6830","nonce":572914816},{"type":"v1","addr":"172.21.15.79:6831","nonce":572914816}]},"public_addr":"172.21.15.79:6827/572914816","cluster_addr":"172.21.15.79:6829/572914816","heartbeat_back_addr":"172.21.15.79:6833/572914816","heartbeat_front_addr":"172.21.15.79:6831/572914816","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-18T08:23:07.291557+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-18T08:23:15.906177+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-18T08:23:13.219376+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-18T08:23:20.809836+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-18T08:23:19.185750+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-18T08:23:29.394842+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-18T08:23:26.291794+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-18T08:23:38.218111+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.79:6801/3001872051":"2024-09-19T08:20:47.348351+0000","172.21.15.79:6800/3001872051":"2024-09-19T08:20:47.348351+0000","172.21.15.79:6800/506255236":"2024-09-19T08:18:28.584075+0000","172.21.15.79:0/3623565629":"2024-09-19T08:18:28.584075+0000","172.21.15.79:6801/506255236":"2024-09-19T08:18:28.584075+0000","172.21.15.79:0/4053698205":"2024-09-19T08:18:28.584075+0000","172.21.15.79:0/1839186950":"2024-09-19T08:18:28.584075+0000","172.21.15.79:0/886377635":"2024-09-19T08:19:18.367854+0000","172.21.15.79:6801/1219128714":"2024-09-19T08:19:18.367854+0000","172.21.15.79:6800/1219128714":"2024-09-19T08:19:18.367854+0000","172.21.15.79:0/3087913468":"2024-09-19T08:19:18.367854+0000","172.21.15.79:0/932524635":"2024-09-19T08:20:47.348351+0000","172.21.15.79:0/3229383777":"2024-09-19T08:20:47.348351+0000","172.21.15.79:0/33340686":"2024-09-19T08:19:18.367854+0000","172.21.15.79:0/2203557986":"2024-09-19T08:20:47.348351+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-18T08:24:48.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:48 smithi079 bash[19997]: cluster 2024-09-18T08:24:47.420356+0000 mgr.smithi079.dmaxqe (mgr.14205) 181 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:48.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:48 smithi079 bash[19997]: cluster 2024-09-18T08:24:47.420356+0000 mgr.smithi079.dmaxqe (mgr.14205) 181 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:48.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:48 smithi079 bash[19997]: audit 2024-09-18T08:24:47.721655+0000 mon.smithi079 (mon.0) 745 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:24:48.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:48 smithi079 bash[19997]: audit 2024-09-18T08:24:47.721655+0000 mon.smithi079 (mon.0) 745 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:24:48.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:48 smithi079 bash[19997]: audit 2024-09-18T08:24:48.494783+0000 mon.smithi079 (mon.0) 746 : audit [DBG] from='client.? 172.21.15.79:0/2431186316' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-18T08:24:48.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:48 smithi079 bash[19997]: audit 2024-09-18T08:24:48.494783+0000 mon.smithi079 (mon.0) 746 : audit [DBG] from='client.? 172.21.15.79:0/2431186316' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-18T08:24:48.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:48 smithi135 bash[24787]: cluster 2024-09-18T08:24:47.420356+0000 mgr.smithi079.dmaxqe (mgr.14205) 181 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:48.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:48 smithi135 bash[24787]: cluster 2024-09-18T08:24:47.420356+0000 mgr.smithi079.dmaxqe (mgr.14205) 181 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:48.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:48 smithi135 bash[24787]: audit 2024-09-18T08:24:47.721655+0000 mon.smithi079 (mon.0) 745 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:24:48.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:48 smithi135 bash[24787]: audit 2024-09-18T08:24:47.721655+0000 mon.smithi079 (mon.0) 745 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:24:48.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:48 smithi135 bash[24787]: audit 2024-09-18T08:24:48.494783+0000 mon.smithi079 (mon.0) 746 : audit [DBG] from='client.? 172.21.15.79:0/2431186316' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-18T08:24:48.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:48 smithi135 bash[24787]: audit 2024-09-18T08:24:48.494783+0000 mon.smithi079 (mon.0) 746 : audit [DBG] from='client.? 172.21.15.79:0/2431186316' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-18T08:24:49.260 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-18T08:24:49.261 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-18T08:24:49.261 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-18T08:24:49.261 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-18T08:24:49.262 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-18T08:24:49.262 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-18T08:24:49.263 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-09-18T08:24:49.263 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-09-18T08:24:50.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:50 smithi135 bash[24787]: cluster 2024-09-18T08:24:49.420813+0000 mgr.smithi079.dmaxqe (mgr.14205) 182 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:50.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:50 smithi135 bash[24787]: cluster 2024-09-18T08:24:49.420813+0000 mgr.smithi079.dmaxqe (mgr.14205) 182 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:51.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:50 smithi079 bash[19997]: cluster 2024-09-18T08:24:49.420813+0000 mgr.smithi079.dmaxqe (mgr.14205) 182 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:51.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:50 smithi079 bash[19997]: cluster 2024-09-18T08:24:49.420813+0000 mgr.smithi079.dmaxqe (mgr.14205) 182 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:52.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:52 smithi135 bash[24787]: cluster 2024-09-18T08:24:51.421365+0000 mgr.smithi079.dmaxqe (mgr.14205) 183 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:52.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:52 smithi135 bash[24787]: cluster 2024-09-18T08:24:51.421365+0000 mgr.smithi079.dmaxqe (mgr.14205) 183 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:53.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:52 smithi079 bash[19997]: cluster 2024-09-18T08:24:51.421365+0000 mgr.smithi079.dmaxqe (mgr.14205) 183 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:53.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:52 smithi079 bash[19997]: cluster 2024-09-18T08:24:51.421365+0000 mgr.smithi079.dmaxqe (mgr.14205) 183 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:54.207 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:24:54.207 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:24:54.208 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:24:54.208 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:24:54.208 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:24:54.209 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:24:54.209 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:24:54.213 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:24:54.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:54 smithi135 bash[24787]: cluster 2024-09-18T08:24:53.422044+0000 mgr.smithi079.dmaxqe (mgr.14205) 184 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:54.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:54 smithi135 bash[24787]: cluster 2024-09-18T08:24:53.422044+0000 mgr.smithi079.dmaxqe (mgr.14205) 184 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:55.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:54 smithi079 bash[19997]: cluster 2024-09-18T08:24:53.422044+0000 mgr.smithi079.dmaxqe (mgr.14205) 184 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:55.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:54 smithi079 bash[19997]: cluster 2024-09-18T08:24:53.422044+0000 mgr.smithi079.dmaxqe (mgr.14205) 184 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:56.757 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:56 smithi079 bash[19997]: cluster 2024-09-18T08:24:55.422639+0000 mgr.smithi079.dmaxqe (mgr.14205) 185 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:56.757 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:56 smithi079 bash[19997]: cluster 2024-09-18T08:24:55.422639+0000 mgr.smithi079.dmaxqe (mgr.14205) 185 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:56.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:56 smithi135 bash[24787]: cluster 2024-09-18T08:24:55.422639+0000 mgr.smithi079.dmaxqe (mgr.14205) 185 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:56.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:56 smithi135 bash[24787]: cluster 2024-09-18T08:24:55.422639+0000 mgr.smithi079.dmaxqe (mgr.14205) 185 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:58.934 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:58 smithi079 bash[19997]: cluster 2024-09-18T08:24:57.423132+0000 mgr.smithi079.dmaxqe (mgr.14205) 186 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:58.934 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:24:58 smithi079 bash[19997]: cluster 2024-09-18T08:24:57.423132+0000 mgr.smithi079.dmaxqe (mgr.14205) 186 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:58.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:58 smithi135 bash[24787]: cluster 2024-09-18T08:24:57.423132+0000 mgr.smithi079.dmaxqe (mgr.14205) 186 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:58.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:24:58 smithi135 bash[24787]: cluster 2024-09-18T08:24:57.423132+0000 mgr.smithi079.dmaxqe (mgr.14205) 186 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:24:58.993 INFO:teuthology.orchestra.run.smithi079.stdout:68719476761 2024-09-18T08:24:58.994 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-18T08:25:00.420 INFO:teuthology.orchestra.run.smithi079.stdout:94489280535 2024-09-18T08:25:00.420 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-18T08:25:00.781 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:00 smithi079 bash[19997]: cluster 2024-09-18T08:24:59.423703+0000 mgr.smithi079.dmaxqe (mgr.14205) 187 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:00.782 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:00 smithi079 bash[19997]: cluster 2024-09-18T08:24:59.423703+0000 mgr.smithi079.dmaxqe (mgr.14205) 187 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:00.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:00 smithi135 bash[24787]: cluster 2024-09-18T08:24:59.423703+0000 mgr.smithi079.dmaxqe (mgr.14205) 187 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:00.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:00 smithi135 bash[24787]: cluster 2024-09-18T08:24:59.423703+0000 mgr.smithi079.dmaxqe (mgr.14205) 187 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:01.427 INFO:teuthology.orchestra.run.smithi079.stdout:115964117012 2024-09-18T08:25:01.427 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-18T08:25:02.375 INFO:teuthology.orchestra.run.smithi079.stdout:167503724562 2024-09-18T08:25:02.375 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-09-18T08:25:02.705 INFO:teuthology.orchestra.run.smithi079.stdout:85899345944 2024-09-18T08:25:02.705 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-18T08:25:02.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:02 smithi135 bash[24787]: cluster 2024-09-18T08:25:01.424135+0000 mgr.smithi079.dmaxqe (mgr.14205) 188 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:02.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:02 smithi135 bash[24787]: cluster 2024-09-18T08:25:01.424135+0000 mgr.smithi079.dmaxqe (mgr.14205) 188 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:03.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:02 smithi079 bash[19997]: cluster 2024-09-18T08:25:01.424135+0000 mgr.smithi079.dmaxqe (mgr.14205) 188 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:03.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:02 smithi079 bash[19997]: cluster 2024-09-18T08:25:01.424135+0000 mgr.smithi079.dmaxqe (mgr.14205) 188 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:03.756 INFO:teuthology.orchestra.run.smithi079.stdout:107374182423 2024-09-18T08:25:03.756 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-18T08:25:03.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:03 smithi135 bash[24787]: audit 2024-09-18T08:25:02.721043+0000 mon.smithi079 (mon.0) 747 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:25:03.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:03 smithi135 bash[24787]: audit 2024-09-18T08:25:02.721043+0000 mon.smithi079 (mon.0) 747 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:25:04.021 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:03 smithi079 bash[19997]: audit 2024-09-18T08:25:02.721043+0000 mon.smithi079 (mon.0) 747 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:25:04.021 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:03 smithi079 bash[19997]: audit 2024-09-18T08:25:02.721043+0000 mon.smithi079 (mon.0) 747 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:25:04.022 INFO:teuthology.orchestra.run.smithi079.stdout:137438953494 2024-09-18T08:25:04.022 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-09-18T08:25:04.485 INFO:teuthology.orchestra.run.smithi079.stdout:150323855381 2024-09-18T08:25:04.486 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-18T08:25:04.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:04 smithi079 bash[19997]: cluster 2024-09-18T08:25:03.424601+0000 mgr.smithi079.dmaxqe (mgr.14205) 189 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:04.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:04 smithi079 bash[19997]: cluster 2024-09-18T08:25:03.424601+0000 mgr.smithi079.dmaxqe (mgr.14205) 189 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:04.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:04 smithi135 bash[24787]: cluster 2024-09-18T08:25:03.424601+0000 mgr.smithi079.dmaxqe (mgr.14205) 189 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:04.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:04 smithi135 bash[24787]: cluster 2024-09-18T08:25:03.424601+0000 mgr.smithi079.dmaxqe (mgr.14205) 189 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:06.895 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:25:06.895 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:25:06.895 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:25:06.896 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:25:06.896 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:25:06.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:06 smithi135 bash[24787]: cluster 2024-09-18T08:25:05.425177+0000 mgr.smithi079.dmaxqe (mgr.14205) 190 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:06.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:06 smithi135 bash[24787]: cluster 2024-09-18T08:25:05.425177+0000 mgr.smithi079.dmaxqe (mgr.14205) 190 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:07.055 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:06 smithi079 bash[19997]: cluster 2024-09-18T08:25:05.425177+0000 mgr.smithi079.dmaxqe (mgr.14205) 190 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:07.055 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:06 smithi079 bash[19997]: cluster 2024-09-18T08:25:05.425177+0000 mgr.smithi079.dmaxqe (mgr.14205) 190 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:07.917 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:25:07.917 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:25:08.940 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:25:08.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:08 smithi135 bash[24787]: cluster 2024-09-18T08:25:07.425606+0000 mgr.smithi079.dmaxqe (mgr.14205) 191 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:08.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:08 smithi135 bash[24787]: cluster 2024-09-18T08:25:07.425606+0000 mgr.smithi079.dmaxqe (mgr.14205) 191 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:09.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:08 smithi079 bash[19997]: cluster 2024-09-18T08:25:07.425606+0000 mgr.smithi079.dmaxqe (mgr.14205) 191 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:09.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:08 smithi079 bash[19997]: cluster 2024-09-18T08:25:07.425606+0000 mgr.smithi079.dmaxqe (mgr.14205) 191 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:10.684 INFO:teuthology.orchestra.run.smithi079.stdout:85899345946 2024-09-18T08:25:10.761 INFO:teuthology.orchestra.run.smithi079.stdout:167503724564 2024-09-18T08:25:10.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:10 smithi135 bash[24787]: cluster 2024-09-18T08:25:09.426191+0000 mgr.smithi079.dmaxqe (mgr.14205) 192 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:10.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:10 smithi135 bash[24787]: cluster 2024-09-18T08:25:09.426191+0000 mgr.smithi079.dmaxqe (mgr.14205) 192 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:11.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:10 smithi079 bash[19997]: cluster 2024-09-18T08:25:09.426191+0000 mgr.smithi079.dmaxqe (mgr.14205) 192 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:11.110 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:10 smithi079 bash[19997]: cluster 2024-09-18T08:25:09.426191+0000 mgr.smithi079.dmaxqe (mgr.14205) 192 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:11.578 INFO:teuthology.orchestra.run.smithi079.stdout:94489280538 2024-09-18T08:25:11.643 INFO:teuthology.orchestra.run.smithi079.stdout:68719476763 2024-09-18T08:25:11.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:11 smithi079 bash[19997]: audit 2024-09-18T08:25:10.685533+0000 mon.smithi079 (mon.0) 748 : audit [DBG] from='client.? 172.21.15.79:0/2010574554' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-18T08:25:11.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:11 smithi079 bash[19997]: audit 2024-09-18T08:25:10.685533+0000 mon.smithi079 (mon.0) 748 : audit [DBG] from='client.? 172.21.15.79:0/2010574554' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-18T08:25:11.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:11 smithi079 bash[19997]: audit 2024-09-18T08:25:10.763100+0000 mon.smithi079 (mon.0) 749 : audit [DBG] from='client.? 172.21.15.79:0/3172925585' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2024-09-18T08:25:11.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:11 smithi079 bash[19997]: audit 2024-09-18T08:25:10.763100+0000 mon.smithi079 (mon.0) 749 : audit [DBG] from='client.? 172.21.15.79:0/3172925585' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2024-09-18T08:25:11.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:11 smithi079 bash[19997]: audit 2024-09-18T08:25:11.578899+0000 mon.smithi079 (mon.0) 750 : audit [DBG] from='client.? 172.21.15.79:0/576371700' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-18T08:25:11.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:11 smithi079 bash[19997]: audit 2024-09-18T08:25:11.578899+0000 mon.smithi079 (mon.0) 750 : audit [DBG] from='client.? 172.21.15.79:0/576371700' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-18T08:25:11.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:11 smithi079 bash[19997]: audit 2024-09-18T08:25:11.645025+0000 mon.smithi079 (mon.0) 751 : audit [DBG] from='client.? 172.21.15.79:0/4031579086' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-18T08:25:11.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:11 smithi079 bash[19997]: audit 2024-09-18T08:25:11.645025+0000 mon.smithi079 (mon.0) 751 : audit [DBG] from='client.? 172.21.15.79:0/4031579086' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-18T08:25:11.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:11 smithi135 bash[24787]: audit 2024-09-18T08:25:10.685533+0000 mon.smithi079 (mon.0) 748 : audit [DBG] from='client.? 172.21.15.79:0/2010574554' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-18T08:25:11.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:11 smithi135 bash[24787]: audit 2024-09-18T08:25:10.685533+0000 mon.smithi079 (mon.0) 748 : audit [DBG] from='client.? 172.21.15.79:0/2010574554' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-18T08:25:11.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:11 smithi135 bash[24787]: audit 2024-09-18T08:25:10.763100+0000 mon.smithi079 (mon.0) 749 : audit [DBG] from='client.? 172.21.15.79:0/3172925585' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2024-09-18T08:25:11.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:11 smithi135 bash[24787]: audit 2024-09-18T08:25:10.763100+0000 mon.smithi079 (mon.0) 749 : audit [DBG] from='client.? 172.21.15.79:0/3172925585' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2024-09-18T08:25:11.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:11 smithi135 bash[24787]: audit 2024-09-18T08:25:11.578899+0000 mon.smithi079 (mon.0) 750 : audit [DBG] from='client.? 172.21.15.79:0/576371700' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-18T08:25:11.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:11 smithi135 bash[24787]: audit 2024-09-18T08:25:11.578899+0000 mon.smithi079 (mon.0) 750 : audit [DBG] from='client.? 172.21.15.79:0/576371700' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-18T08:25:11.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:11 smithi135 bash[24787]: audit 2024-09-18T08:25:11.645025+0000 mon.smithi079 (mon.0) 751 : audit [DBG] from='client.? 172.21.15.79:0/4031579086' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-18T08:25:11.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:11 smithi135 bash[24787]: audit 2024-09-18T08:25:11.645025+0000 mon.smithi079 (mon.0) 751 : audit [DBG] from='client.? 172.21.15.79:0/4031579086' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-18T08:25:12.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:12 smithi135 bash[24787]: cluster 2024-09-18T08:25:11.426600+0000 mgr.smithi079.dmaxqe (mgr.14205) 193 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:12.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:12 smithi135 bash[24787]: cluster 2024-09-18T08:25:11.426600+0000 mgr.smithi079.dmaxqe (mgr.14205) 193 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:13.021 INFO:teuthology.orchestra.run.smithi079.stdout:137438953496 2024-09-18T08:25:13.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:12 smithi079 bash[19997]: cluster 2024-09-18T08:25:11.426600+0000 mgr.smithi079.dmaxqe (mgr.14205) 193 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:13.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:12 smithi079 bash[19997]: cluster 2024-09-18T08:25:11.426600+0000 mgr.smithi079.dmaxqe (mgr.14205) 193 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:13.127 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345944 got 85899345946 for osd.2 2024-09-18T08:25:13.128 DEBUG:teuthology.parallel:result is None 2024-09-18T08:25:13.219 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724562 got 167503724564 for osd.7 2024-09-18T08:25:13.219 DEBUG:teuthology.parallel:result is None 2024-09-18T08:25:13.444 INFO:teuthology.orchestra.run.smithi079.stdout:115964117015 2024-09-18T08:25:13.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:13 smithi135 bash[24787]: audit 2024-09-18T08:25:13.022930+0000 mon.smithi079 (mon.0) 752 : audit [DBG] from='client.? 172.21.15.79:0/3867934530' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2024-09-18T08:25:13.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:13 smithi135 bash[24787]: audit 2024-09-18T08:25:13.022930+0000 mon.smithi079 (mon.0) 752 : audit [DBG] from='client.? 172.21.15.79:0/3867934530' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2024-09-18T08:25:13.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:13 smithi135 bash[24787]: audit 2024-09-18T08:25:13.445659+0000 mon.smithi079 (mon.0) 753 : audit [DBG] from='client.? 172.21.15.79:0/898799058' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-18T08:25:13.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:13 smithi135 bash[24787]: audit 2024-09-18T08:25:13.445659+0000 mon.smithi079 (mon.0) 753 : audit [DBG] from='client.? 172.21.15.79:0/898799058' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-18T08:25:14.093 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:13 smithi079 bash[19997]: audit 2024-09-18T08:25:13.022930+0000 mon.smithi079 (mon.0) 752 : audit [DBG] from='client.? 172.21.15.79:0/3867934530' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2024-09-18T08:25:14.094 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:13 smithi079 bash[19997]: audit 2024-09-18T08:25:13.022930+0000 mon.smithi079 (mon.0) 752 : audit [DBG] from='client.? 172.21.15.79:0/3867934530' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2024-09-18T08:25:14.094 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:13 smithi079 bash[19997]: audit 2024-09-18T08:25:13.445659+0000 mon.smithi079 (mon.0) 753 : audit [DBG] from='client.? 172.21.15.79:0/898799058' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-18T08:25:14.094 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:13 smithi079 bash[19997]: audit 2024-09-18T08:25:13.445659+0000 mon.smithi079 (mon.0) 753 : audit [DBG] from='client.? 172.21.15.79:0/898799058' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-18T08:25:14.512 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280535 got 94489280538 for osd.1 2024-09-18T08:25:14.513 DEBUG:teuthology.parallel:result is None 2024-09-18T08:25:14.551 INFO:teuthology.orchestra.run.smithi079.stdout:107374182426 2024-09-18T08:25:14.682 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476761 got 68719476763 for osd.0 2024-09-18T08:25:14.682 DEBUG:teuthology.parallel:result is None 2024-09-18T08:25:14.813 INFO:teuthology.orchestra.run.smithi079.stdout:150323855383 2024-09-18T08:25:14.825 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:14 smithi079 bash[19997]: cluster 2024-09-18T08:25:13.427089+0000 mgr.smithi079.dmaxqe (mgr.14205) 194 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:14.826 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:14 smithi079 bash[19997]: cluster 2024-09-18T08:25:13.427089+0000 mgr.smithi079.dmaxqe (mgr.14205) 194 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:14.826 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:14 smithi079 bash[19997]: audit 2024-09-18T08:25:14.552889+0000 mon.smithi079 (mon.0) 754 : audit [DBG] from='client.? 172.21.15.79:0/4200159358' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-18T08:25:14.826 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:14 smithi079 bash[19997]: audit 2024-09-18T08:25:14.552889+0000 mon.smithi079 (mon.0) 754 : audit [DBG] from='client.? 172.21.15.79:0/4200159358' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-18T08:25:14.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:14 smithi135 bash[24787]: cluster 2024-09-18T08:25:13.427089+0000 mgr.smithi079.dmaxqe (mgr.14205) 194 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:14.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:14 smithi135 bash[24787]: cluster 2024-09-18T08:25:13.427089+0000 mgr.smithi079.dmaxqe (mgr.14205) 194 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:14.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:14 smithi135 bash[24787]: audit 2024-09-18T08:25:14.552889+0000 mon.smithi079 (mon.0) 754 : audit [DBG] from='client.? 172.21.15.79:0/4200159358' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-18T08:25:14.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:14 smithi135 bash[24787]: audit 2024-09-18T08:25:14.552889+0000 mon.smithi079 (mon.0) 754 : audit [DBG] from='client.? 172.21.15.79:0/4200159358' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-18T08:25:15.947 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953494 got 137438953496 for osd.6 2024-09-18T08:25:15.947 DEBUG:teuthology.parallel:result is None 2024-09-18T08:25:16.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:15 smithi079 bash[19997]: audit 2024-09-18T08:25:14.814644+0000 mon.smithi079 (mon.0) 755 : audit [DBG] from='client.? 172.21.15.79:0/690427252' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-18T08:25:16.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:15 smithi079 bash[19997]: audit 2024-09-18T08:25:14.814644+0000 mon.smithi079 (mon.0) 755 : audit [DBG] from='client.? 172.21.15.79:0/690427252' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-18T08:25:16.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:15 smithi135 bash[24787]: audit 2024-09-18T08:25:14.814644+0000 mon.smithi079 (mon.0) 755 : audit [DBG] from='client.? 172.21.15.79:0/690427252' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-18T08:25:16.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:15 smithi135 bash[24787]: audit 2024-09-18T08:25:14.814644+0000 mon.smithi079 (mon.0) 755 : audit [DBG] from='client.? 172.21.15.79:0/690427252' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-18T08:25:16.697 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117012 got 115964117015 for osd.3 2024-09-18T08:25:16.697 DEBUG:teuthology.parallel:result is None 2024-09-18T08:25:16.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:16 smithi079 bash[19997]: cluster 2024-09-18T08:25:15.427652+0000 mgr.smithi079.dmaxqe (mgr.14205) 195 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:16.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:16 smithi079 bash[19997]: cluster 2024-09-18T08:25:15.427652+0000 mgr.smithi079.dmaxqe (mgr.14205) 195 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:16.879 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182423 got 107374182426 for osd.4 2024-09-18T08:25:16.879 DEBUG:teuthology.parallel:result is None 2024-09-18T08:25:16.918 INFO:tasks.cephadm.ceph_manager.ceph:need seq 150323855381 got 150323855383 for osd.5 2024-09-18T08:25:16.919 DEBUG:teuthology.parallel:result is None 2024-09-18T08:25:16.919 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-18T08:25:16.919 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-18T08:25:17.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:16 smithi135 bash[24787]: cluster 2024-09-18T08:25:15.427652+0000 mgr.smithi079.dmaxqe (mgr.14205) 195 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:17.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:16 smithi135 bash[24787]: cluster 2024-09-18T08:25:15.427652+0000 mgr.smithi079.dmaxqe (mgr.14205) 195 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:18.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:18 smithi135 bash[24787]: cluster 2024-09-18T08:25:17.428343+0000 mgr.smithi079.dmaxqe (mgr.14205) 196 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:18.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:18 smithi135 bash[24787]: cluster 2024-09-18T08:25:17.428343+0000 mgr.smithi079.dmaxqe (mgr.14205) 196 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:18.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:18 smithi135 bash[24787]: audit 2024-09-18T08:25:17.722000+0000 mon.smithi079 (mon.0) 756 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:25:18.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:18 smithi135 bash[24787]: audit 2024-09-18T08:25:17.722000+0000 mon.smithi079 (mon.0) 756 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:25:19.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:18 smithi079 bash[19997]: cluster 2024-09-18T08:25:17.428343+0000 mgr.smithi079.dmaxqe (mgr.14205) 196 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:19.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:18 smithi079 bash[19997]: cluster 2024-09-18T08:25:17.428343+0000 mgr.smithi079.dmaxqe (mgr.14205) 196 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:19.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:18 smithi079 bash[19997]: audit 2024-09-18T08:25:17.722000+0000 mon.smithi079 (mon.0) 756 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:25:19.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:18 smithi079 bash[19997]: audit 2024-09-18T08:25:17.722000+0000 mon.smithi079 (mon.0) 756 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:25:20.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:20 smithi079 bash[19997]: cluster 2024-09-18T08:25:19.428982+0000 mgr.smithi079.dmaxqe (mgr.14205) 197 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:20.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:20 smithi079 bash[19997]: cluster 2024-09-18T08:25:19.428982+0000 mgr.smithi079.dmaxqe (mgr.14205) 197 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:21.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:20 smithi135 bash[24787]: cluster 2024-09-18T08:25:19.428982+0000 mgr.smithi079.dmaxqe (mgr.14205) 197 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:21.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:20 smithi135 bash[24787]: cluster 2024-09-18T08:25:19.428982+0000 mgr.smithi079.dmaxqe (mgr.14205) 197 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:21.779 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:25:23.020 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:22 smithi079 bash[19997]: cluster 2024-09-18T08:25:21.429577+0000 mgr.smithi079.dmaxqe (mgr.14205) 198 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:23.020 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:22 smithi079 bash[19997]: cluster 2024-09-18T08:25:21.429577+0000 mgr.smithi079.dmaxqe (mgr.14205) 198 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:23.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:22 smithi135 bash[24787]: cluster 2024-09-18T08:25:21.429577+0000 mgr.smithi079.dmaxqe (mgr.14205) 198 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:23.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:22 smithi135 bash[24787]: cluster 2024-09-18T08:25:21.429577+0000 mgr.smithi079.dmaxqe (mgr.14205) 198 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:23.363 INFO:teuthology.orchestra.run.smithi079.stderr:dumped all 2024-09-18T08:25:23.364 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:25:24.068 INFO:teuthology.orchestra.run.smithi079.stdout:{"pg_ready":true,"pg_map":{"version":168,"stamp":"2024-09-18T08:25:21.429275+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":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"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":152,"ondisk_log_size":152,"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":229740,"kb_used_data":5164,"kb_used_omap":12,"kb_used_meta":224371,"kb_avail":749698708,"statfs":{"total":767926730752,"available":767691476992,"internally_reserved":0,"allocated":5287936,"data_stored":3187920,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12752,"internal_metadata":229756464},"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.003367"},"pg_stats":[{"pgid":"1.0","version":"25'152","reported_seq":210,"reported_epoch":43,"state":"active+clean","last_fresh":"2024-09-18T08:23:43.419502+0000","last_change":"2024-09-18T08:23:43.418574+0000","last_active":"2024-09-18T08:23:43.419502+0000","last_peered":"2024-09-18T08:23:43.419502+0000","last_clean":"2024-09-18T08:23:43.419502+0000","last_became_active":"2024-09-18T08:23:43.417606+0000","last_became_peered":"2024-09-18T08:23:43.417606+0000","last_unstale":"2024-09-18T08:23:43.419502+0000","last_undegraded":"2024-09-18T08:23:43.419502+0000","last_fullsized":"2024-09-18T08:23:43.419502+0000","mapping_epoch":42,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":43,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-18T08:23:18.652510+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T08:23:18.652510+0000","last_clean_scrub_stamp":"2024-09-18T08:23:18.652510+0000","objects_scrubbed":0,"log_size":152,"log_dups_size":0,"ondisk_log_size":152,"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-19T11:37:59.422673+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":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"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":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"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":152,"ondisk_log_size":152,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":39,"seq":167503724567,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28036,"kb_used_data":1008,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713020,"statfs":{"total":95990841344,"available":95962132480,"internally_reserved":0,"allocated":1032192,"data_stored":767470,"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":35,"seq":150323855384,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27456,"kb_used_data":428,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713600,"statfs":{"total":95990841344,"available":95962726400,"internally_reserved":0,"allocated":438272,"data_stored":177102,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":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":31620,"kb_used_data":428,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709436,"statfs":{"total":95990841344,"available":95958462464,"internally_reserved":0,"allocated":438272,"data_stored":177102,"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":3,"up_from":27,"seq":115964117017,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28048,"kb_used_data":1008,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713008,"statfs":{"total":95990841344,"available":95962120192,"internally_reserved":0,"allocated":1032192,"data_stored":767470,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":25,"seq":107374182427,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31620,"kb_used_data":428,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709436,"statfs":{"total":95990841344,"available":95958462464,"internally_reserved":0,"allocated":438272,"data_stored":177102,"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":1,"up_from":22,"seq":94489280540,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27468,"kb_used_data":428,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713588,"statfs":{"total":95990841344,"available":95962714112,"internally_reserved":0,"allocated":438272,"data_stored":177102,"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":2,"up_from":20,"seq":85899345949,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27456,"kb_used_data":428,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713600,"statfs":{"total":95990841344,"available":95962726400,"internally_reserved":0,"allocated":438272,"data_stored":177102,"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":0,"up_from":16,"seq":68719476766,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28036,"kb_used_data":1008,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713020,"statfs":{"total":95990841344,"available":95962132480,"internally_reserved":0,"allocated":1032192,"data_stored":767470,"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-18T08:25:24.069 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-18T08:25:25.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:24 smithi079 bash[19997]: audit 2024-09-18T08:25:23.364563+0000 mgr.smithi079.dmaxqe (mgr.14205) 199 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:25:25.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:24 smithi079 bash[19997]: audit 2024-09-18T08:25:23.364563+0000 mgr.smithi079.dmaxqe (mgr.14205) 199 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:25:25.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:24 smithi079 bash[19997]: cluster 2024-09-18T08:25:23.429972+0000 mgr.smithi079.dmaxqe (mgr.14205) 200 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:25.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:24 smithi079 bash[19997]: cluster 2024-09-18T08:25:23.429972+0000 mgr.smithi079.dmaxqe (mgr.14205) 200 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:25.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:24 smithi135 bash[24787]: audit 2024-09-18T08:25:23.364563+0000 mgr.smithi079.dmaxqe (mgr.14205) 199 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:25:25.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:24 smithi135 bash[24787]: audit 2024-09-18T08:25:23.364563+0000 mgr.smithi079.dmaxqe (mgr.14205) 199 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:25:25.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:24 smithi135 bash[24787]: cluster 2024-09-18T08:25:23.429972+0000 mgr.smithi079.dmaxqe (mgr.14205) 200 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:25.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:24 smithi135 bash[24787]: cluster 2024-09-18T08:25:23.429972+0000 mgr.smithi079.dmaxqe (mgr.14205) 200 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:27.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:26 smithi079 bash[19997]: cluster 2024-09-18T08:25:25.430511+0000 mgr.smithi079.dmaxqe (mgr.14205) 201 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:27.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:26 smithi079 bash[19997]: cluster 2024-09-18T08:25:25.430511+0000 mgr.smithi079.dmaxqe (mgr.14205) 201 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:27.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:26 smithi135 bash[24787]: cluster 2024-09-18T08:25:25.430511+0000 mgr.smithi079.dmaxqe (mgr.14205) 201 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:27.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:26 smithi135 bash[24787]: cluster 2024-09-18T08:25:25.430511+0000 mgr.smithi079.dmaxqe (mgr.14205) 201 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:28.891 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:25:28.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:28 smithi135 bash[24787]: cluster 2024-09-18T08:25:27.431189+0000 mgr.smithi079.dmaxqe (mgr.14205) 202 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:28.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:28 smithi135 bash[24787]: cluster 2024-09-18T08:25:27.431189+0000 mgr.smithi079.dmaxqe (mgr.14205) 202 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:29.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:28 smithi079 bash[19997]: cluster 2024-09-18T08:25:27.431189+0000 mgr.smithi079.dmaxqe (mgr.14205) 202 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:29.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:28 smithi079 bash[19997]: cluster 2024-09-18T08:25:27.431189+0000 mgr.smithi079.dmaxqe (mgr.14205) 202 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:30.371 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:25:30.372 INFO:teuthology.orchestra.run.smithi079.stderr:dumped all 2024-09-18T08:25:31.019 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:30 smithi079 bash[19997]: cluster 2024-09-18T08:25:29.431770+0000 mgr.smithi079.dmaxqe (mgr.14205) 203 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:31.020 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:30 smithi079 bash[19997]: cluster 2024-09-18T08:25:29.431770+0000 mgr.smithi079.dmaxqe (mgr.14205) 203 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:31.021 INFO:teuthology.orchestra.run.smithi079.stdout:{"pg_ready":true,"pg_map":{"version":172,"stamp":"2024-09-18T08:25:29.431481+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":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"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":152,"ondisk_log_size":152,"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":229740,"kb_used_data":5164,"kb_used_omap":12,"kb_used_meta":224371,"kb_avail":749698708,"statfs":{"total":767926730752,"available":767691476992,"internally_reserved":0,"allocated":5287936,"data_stored":3187920,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12752,"internal_metadata":229756464},"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.003493"},"pg_stats":[{"pgid":"1.0","version":"25'152","reported_seq":210,"reported_epoch":43,"state":"active+clean","last_fresh":"2024-09-18T08:23:43.419502+0000","last_change":"2024-09-18T08:23:43.418574+0000","last_active":"2024-09-18T08:23:43.419502+0000","last_peered":"2024-09-18T08:23:43.419502+0000","last_clean":"2024-09-18T08:23:43.419502+0000","last_became_active":"2024-09-18T08:23:43.417606+0000","last_became_peered":"2024-09-18T08:23:43.417606+0000","last_unstale":"2024-09-18T08:23:43.419502+0000","last_undegraded":"2024-09-18T08:23:43.419502+0000","last_fullsized":"2024-09-18T08:23:43.419502+0000","mapping_epoch":42,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":43,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-18T08:23:18.652510+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T08:23:18.652510+0000","last_clean_scrub_stamp":"2024-09-18T08:23:18.652510+0000","objects_scrubbed":0,"log_size":152,"log_dups_size":0,"ondisk_log_size":152,"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-19T11:37:59.422673+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":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"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":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"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":152,"ondisk_log_size":152,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":39,"seq":167503724568,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28036,"kb_used_data":1008,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713020,"statfs":{"total":95990841344,"available":95962132480,"internally_reserved":0,"allocated":1032192,"data_stored":767470,"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":35,"seq":150323855386,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27456,"kb_used_data":428,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713600,"statfs":{"total":95990841344,"available":95962726400,"internally_reserved":0,"allocated":438272,"data_stored":177102,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":6,"up_from":32,"seq":137438953500,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31620,"kb_used_data":428,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709436,"statfs":{"total":95990841344,"available":95958462464,"internally_reserved":0,"allocated":438272,"data_stored":177102,"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":3,"up_from":27,"seq":115964117019,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28048,"kb_used_data":1008,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713008,"statfs":{"total":95990841344,"available":95962120192,"internally_reserved":0,"allocated":1032192,"data_stored":767470,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":25,"seq":107374182429,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31620,"kb_used_data":428,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709436,"statfs":{"total":95990841344,"available":95958462464,"internally_reserved":0,"allocated":438272,"data_stored":177102,"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":1,"up_from":22,"seq":94489280542,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27468,"kb_used_data":428,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713588,"statfs":{"total":95990841344,"available":95962714112,"internally_reserved":0,"allocated":438272,"data_stored":177102,"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":2,"up_from":20,"seq":85899345950,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27456,"kb_used_data":428,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713600,"statfs":{"total":95990841344,"available":95962726400,"internally_reserved":0,"allocated":438272,"data_stored":177102,"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":0,"up_from":16,"seq":68719476767,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28036,"kb_used_data":1008,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713020,"statfs":{"total":95990841344,"available":95962132480,"internally_reserved":0,"allocated":1032192,"data_stored":767470,"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-18T08:25:31.022 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-18T08:25:31.022 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-18T08:25:31.023 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-18T08:25:31.023 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph health --format=json 2024-09-18T08:25:31.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:30 smithi135 bash[24787]: cluster 2024-09-18T08:25:29.431770+0000 mgr.smithi079.dmaxqe (mgr.14205) 203 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:31.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:30 smithi135 bash[24787]: cluster 2024-09-18T08:25:29.431770+0000 mgr.smithi079.dmaxqe (mgr.14205) 203 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:32.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:31 smithi079 bash[19997]: audit 2024-09-18T08:25:30.371952+0000 mgr.smithi079.dmaxqe (mgr.14205) 204 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:25:32.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:31 smithi079 bash[19997]: audit 2024-09-18T08:25:30.371952+0000 mgr.smithi079.dmaxqe (mgr.14205) 204 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:25:32.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:31 smithi135 bash[24787]: audit 2024-09-18T08:25:30.371952+0000 mgr.smithi079.dmaxqe (mgr.14205) 204 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:25:32.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:31 smithi135 bash[24787]: audit 2024-09-18T08:25:30.371952+0000 mgr.smithi079.dmaxqe (mgr.14205) 204 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:25:33.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:32 smithi079 bash[19997]: cluster 2024-09-18T08:25:31.432391+0000 mgr.smithi079.dmaxqe (mgr.14205) 205 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:33.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:32 smithi079 bash[19997]: cluster 2024-09-18T08:25:31.432391+0000 mgr.smithi079.dmaxqe (mgr.14205) 205 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:33.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:32 smithi079 bash[19997]: audit 2024-09-18T08:25:32.722542+0000 mon.smithi079 (mon.0) 757 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:25:33.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:32 smithi079 bash[19997]: audit 2024-09-18T08:25:32.722542+0000 mon.smithi079 (mon.0) 757 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:25:33.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:32 smithi135 bash[24787]: cluster 2024-09-18T08:25:31.432391+0000 mgr.smithi079.dmaxqe (mgr.14205) 205 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:33.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:32 smithi135 bash[24787]: cluster 2024-09-18T08:25:31.432391+0000 mgr.smithi079.dmaxqe (mgr.14205) 205 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:33.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:32 smithi135 bash[24787]: audit 2024-09-18T08:25:32.722542+0000 mon.smithi079 (mon.0) 757 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:25:33.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:32 smithi135 bash[24787]: audit 2024-09-18T08:25:32.722542+0000 mon.smithi079 (mon.0) 757 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:25:35.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:34 smithi079 bash[19997]: cluster 2024-09-18T08:25:33.432946+0000 mgr.smithi079.dmaxqe (mgr.14205) 206 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:35.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:34 smithi079 bash[19997]: cluster 2024-09-18T08:25:33.432946+0000 mgr.smithi079.dmaxqe (mgr.14205) 206 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:35.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:34 smithi135 bash[24787]: cluster 2024-09-18T08:25:33.432946+0000 mgr.smithi079.dmaxqe (mgr.14205) 206 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:35.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:34 smithi135 bash[24787]: cluster 2024-09-18T08:25:33.432946+0000 mgr.smithi079.dmaxqe (mgr.14205) 206 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:35.833 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:25:36.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:35 smithi079 bash[19997]: audit 2024-09-18T08:25:34.943908+0000 mon.smithi079 (mon.0) 758 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:25:36.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:35 smithi079 bash[19997]: audit 2024-09-18T08:25:34.943908+0000 mon.smithi079 (mon.0) 758 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:25:36.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:35 smithi135 bash[24787]: audit 2024-09-18T08:25:34.943908+0000 mon.smithi079 (mon.0) 758 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:25:36.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:35 smithi135 bash[24787]: audit 2024-09-18T08:25:34.943908+0000 mon.smithi079 (mon.0) 758 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:25:37.058 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:36 smithi079 bash[19997]: cluster 2024-09-18T08:25:35.433502+0000 mgr.smithi079.dmaxqe (mgr.14205) 207 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:37.058 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:36 smithi079 bash[19997]: cluster 2024-09-18T08:25:35.433502+0000 mgr.smithi079.dmaxqe (mgr.14205) 207 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:37.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:36 smithi135 bash[24787]: cluster 2024-09-18T08:25:35.433502+0000 mgr.smithi079.dmaxqe (mgr.14205) 207 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:37.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:36 smithi135 bash[24787]: cluster 2024-09-18T08:25:35.433502+0000 mgr.smithi079.dmaxqe (mgr.14205) 207 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:37.456 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:25:37.456 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-18T08:25:38.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:37 smithi079 bash[19997]: audit 2024-09-18T08:25:37.457671+0000 mon.smithi079 (mon.0) 759 : audit [DBG] from='client.? 172.21.15.79:0/3229429894' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-18T08:25:38.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:37 smithi079 bash[19997]: audit 2024-09-18T08:25:37.457671+0000 mon.smithi079 (mon.0) 759 : audit [DBG] from='client.? 172.21.15.79:0/3229429894' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-18T08:25:38.154 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-18T08:25:38.154 INFO:tasks.cephadm:Setup complete, yielding 2024-09-18T08:25:38.154 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-18T08:25:38.164 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi079.front.sepia.ceph.com 2024-09-18T08:25:38.165 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- bash -c 'ceph orch status' 2024-09-18T08:25:38.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:37 smithi135 bash[24787]: audit 2024-09-18T08:25:37.457671+0000 mon.smithi079 (mon.0) 759 : audit [DBG] from='client.? 172.21.15.79:0/3229429894' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-18T08:25:38.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:37 smithi135 bash[24787]: audit 2024-09-18T08:25:37.457671+0000 mon.smithi079 (mon.0) 759 : audit [DBG] from='client.? 172.21.15.79:0/3229429894' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-18T08:25:39.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:38 smithi079 bash[19997]: cluster 2024-09-18T08:25:37.434143+0000 mgr.smithi079.dmaxqe (mgr.14205) 208 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:39.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:38 smithi079 bash[19997]: cluster 2024-09-18T08:25:37.434143+0000 mgr.smithi079.dmaxqe (mgr.14205) 208 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:39.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:38 smithi135 bash[24787]: cluster 2024-09-18T08:25:37.434143+0000 mgr.smithi079.dmaxqe (mgr.14205) 208 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:39.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:38 smithi135 bash[24787]: cluster 2024-09-18T08:25:37.434143+0000 mgr.smithi079.dmaxqe (mgr.14205) 208 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:41.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:40 smithi079 bash[19997]: cluster 2024-09-18T08:25:39.434751+0000 mgr.smithi079.dmaxqe (mgr.14205) 209 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:41.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:40 smithi079 bash[19997]: cluster 2024-09-18T08:25:39.434751+0000 mgr.smithi079.dmaxqe (mgr.14205) 209 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:41.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:40 smithi079 bash[19997]: audit 2024-09-18T08:25:40.514495+0000 mon.smithi079 (mon.0) 760 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:25:41.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:40 smithi079 bash[19997]: audit 2024-09-18T08:25:40.514495+0000 mon.smithi079 (mon.0) 760 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:25:41.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:40 smithi079 bash[19997]: audit 2024-09-18T08:25:40.523958+0000 mon.smithi079 (mon.0) 761 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:25:41.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:40 smithi079 bash[19997]: audit 2024-09-18T08:25:40.523958+0000 mon.smithi079 (mon.0) 761 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:25:41.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:40 smithi135 bash[24787]: cluster 2024-09-18T08:25:39.434751+0000 mgr.smithi079.dmaxqe (mgr.14205) 209 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:41.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:40 smithi135 bash[24787]: cluster 2024-09-18T08:25:39.434751+0000 mgr.smithi079.dmaxqe (mgr.14205) 209 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:41.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:40 smithi135 bash[24787]: audit 2024-09-18T08:25:40.514495+0000 mon.smithi079 (mon.0) 760 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:25:41.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:40 smithi135 bash[24787]: audit 2024-09-18T08:25:40.514495+0000 mon.smithi079 (mon.0) 760 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:25:41.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:40 smithi135 bash[24787]: audit 2024-09-18T08:25:40.523958+0000 mon.smithi079 (mon.0) 761 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:25:41.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:40 smithi135 bash[24787]: audit 2024-09-18T08:25:40.523958+0000 mon.smithi079 (mon.0) 761 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:25:41.961 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:25:43.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:42 smithi079 bash[19997]: cluster 2024-09-18T08:25:41.435131+0000 mgr.smithi079.dmaxqe (mgr.14205) 210 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:43.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:42 smithi079 bash[19997]: cluster 2024-09-18T08:25:41.435131+0000 mgr.smithi079.dmaxqe (mgr.14205) 210 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:43.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:42 smithi079 bash[19997]: audit 2024-09-18T08:25:41.827752+0000 mon.smithi079 (mon.0) 762 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:25:43.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:42 smithi079 bash[19997]: audit 2024-09-18T08:25:41.827752+0000 mon.smithi079 (mon.0) 762 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:25:43.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:42 smithi079 bash[19997]: audit 2024-09-18T08:25:41.841853+0000 mon.smithi079 (mon.0) 763 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:25:43.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:42 smithi079 bash[19997]: audit 2024-09-18T08:25:41.841853+0000 mon.smithi079 (mon.0) 763 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:25:43.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:42 smithi079 bash[19997]: audit 2024-09-18T08:25:42.486009+0000 mon.smithi079 (mon.0) 764 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:25:43.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:42 smithi079 bash[19997]: audit 2024-09-18T08:25:42.486009+0000 mon.smithi079 (mon.0) 764 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:25:43.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:42 smithi079 bash[19997]: audit 2024-09-18T08:25:42.487376+0000 mon.smithi079 (mon.0) 765 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:25:43.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:42 smithi079 bash[19997]: audit 2024-09-18T08:25:42.487376+0000 mon.smithi079 (mon.0) 765 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:25:43.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:42 smithi079 bash[19997]: audit 2024-09-18T08:25:42.495225+0000 mon.smithi079 (mon.0) 766 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:25:43.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:42 smithi079 bash[19997]: audit 2024-09-18T08:25:42.495225+0000 mon.smithi079 (mon.0) 766 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:25:43.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:42 smithi079 bash[19997]: audit 2024-09-18T08:25:42.501313+0000 mon.smithi079 (mon.0) 767 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:25:43.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:42 smithi079 bash[19997]: audit 2024-09-18T08:25:42.501313+0000 mon.smithi079 (mon.0) 767 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:25:43.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:42 smithi135 bash[24787]: cluster 2024-09-18T08:25:41.435131+0000 mgr.smithi079.dmaxqe (mgr.14205) 210 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:43.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:42 smithi135 bash[24787]: cluster 2024-09-18T08:25:41.435131+0000 mgr.smithi079.dmaxqe (mgr.14205) 210 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:43.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:42 smithi135 bash[24787]: audit 2024-09-18T08:25:41.827752+0000 mon.smithi079 (mon.0) 762 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:25:43.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:42 smithi135 bash[24787]: audit 2024-09-18T08:25:41.827752+0000 mon.smithi079 (mon.0) 762 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:25:43.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:42 smithi135 bash[24787]: audit 2024-09-18T08:25:41.841853+0000 mon.smithi079 (mon.0) 763 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:25:43.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:42 smithi135 bash[24787]: audit 2024-09-18T08:25:41.841853+0000 mon.smithi079 (mon.0) 763 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:25:43.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:42 smithi135 bash[24787]: audit 2024-09-18T08:25:42.486009+0000 mon.smithi079 (mon.0) 764 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:25:43.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:42 smithi135 bash[24787]: audit 2024-09-18T08:25:42.486009+0000 mon.smithi079 (mon.0) 764 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:25:43.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:42 smithi135 bash[24787]: audit 2024-09-18T08:25:42.487376+0000 mon.smithi079 (mon.0) 765 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:25:43.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:42 smithi135 bash[24787]: audit 2024-09-18T08:25:42.487376+0000 mon.smithi079 (mon.0) 765 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:25:43.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:42 smithi135 bash[24787]: audit 2024-09-18T08:25:42.495225+0000 mon.smithi079 (mon.0) 766 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:25:43.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:42 smithi135 bash[24787]: audit 2024-09-18T08:25:42.495225+0000 mon.smithi079 (mon.0) 766 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:25:43.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:42 smithi135 bash[24787]: audit 2024-09-18T08:25:42.501313+0000 mon.smithi079 (mon.0) 767 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:25:43.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:42 smithi135 bash[24787]: audit 2024-09-18T08:25:42.501313+0000 mon.smithi079 (mon.0) 767 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:25:43.463 INFO:teuthology.orchestra.run.smithi079.stdout:Backend: cephadm 2024-09-18T08:25:43.463 INFO:teuthology.orchestra.run.smithi079.stdout:Available: Yes 2024-09-18T08:25:43.463 INFO:teuthology.orchestra.run.smithi079.stdout:Paused: No 2024-09-18T08:25:44.206 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- bash -c 'ceph orch ps' 2024-09-18T08:25:45.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:44 smithi079 bash[19997]: cluster 2024-09-18T08:25:43.435702+0000 mgr.smithi079.dmaxqe (mgr.14205) 211 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:45.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:44 smithi079 bash[19997]: cluster 2024-09-18T08:25:43.435702+0000 mgr.smithi079.dmaxqe (mgr.14205) 211 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:45.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:44 smithi079 bash[19997]: audit 2024-09-18T08:25:43.464360+0000 mgr.smithi079.dmaxqe (mgr.14205) 212 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:25:45.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:44 smithi079 bash[19997]: audit 2024-09-18T08:25:43.464360+0000 mgr.smithi079.dmaxqe (mgr.14205) 212 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:25:45.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:44 smithi135 bash[24787]: cluster 2024-09-18T08:25:43.435702+0000 mgr.smithi079.dmaxqe (mgr.14205) 211 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:45.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:44 smithi135 bash[24787]: cluster 2024-09-18T08:25:43.435702+0000 mgr.smithi079.dmaxqe (mgr.14205) 211 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:45.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:44 smithi135 bash[24787]: audit 2024-09-18T08:25:43.464360+0000 mgr.smithi079.dmaxqe (mgr.14205) 212 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:25:45.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:44 smithi135 bash[24787]: audit 2024-09-18T08:25:43.464360+0000 mgr.smithi079.dmaxqe (mgr.14205) 212 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:25:47.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:46 smithi079 bash[19997]: cluster 2024-09-18T08:25:45.436272+0000 mgr.smithi079.dmaxqe (mgr.14205) 213 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:47.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:46 smithi079 bash[19997]: cluster 2024-09-18T08:25:45.436272+0000 mgr.smithi079.dmaxqe (mgr.14205) 213 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:47.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:46 smithi135 bash[24787]: cluster 2024-09-18T08:25:45.436272+0000 mgr.smithi079.dmaxqe (mgr.14205) 213 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:47.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:46 smithi135 bash[24787]: cluster 2024-09-18T08:25:45.436272+0000 mgr.smithi079.dmaxqe (mgr.14205) 213 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:48.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:47 smithi079 bash[19997]: audit 2024-09-18T08:25:47.723189+0000 mon.smithi079 (mon.0) 768 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:25:48.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:47 smithi079 bash[19997]: audit 2024-09-18T08:25:47.723189+0000 mon.smithi079 (mon.0) 768 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:25:48.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:47 smithi135 bash[24787]: audit 2024-09-18T08:25:47.723189+0000 mon.smithi079 (mon.0) 768 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:25:48.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:47 smithi135 bash[24787]: audit 2024-09-18T08:25:47.723189+0000 mon.smithi079 (mon.0) 768 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:25:49.012 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:25:49.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:48 smithi079 bash[19997]: cluster 2024-09-18T08:25:47.436796+0000 mgr.smithi079.dmaxqe (mgr.14205) 214 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:49.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:48 smithi079 bash[19997]: cluster 2024-09-18T08:25:47.436796+0000 mgr.smithi079.dmaxqe (mgr.14205) 214 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:49.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:48 smithi135 bash[24787]: cluster 2024-09-18T08:25:47.436796+0000 mgr.smithi079.dmaxqe (mgr.14205) 214 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:49.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:48 smithi135 bash[24787]: cluster 2024-09-18T08:25:47.436796+0000 mgr.smithi079.dmaxqe (mgr.14205) 214 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:50.597 INFO:teuthology.orchestra.run.smithi079.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-18T08:25:50.597 INFO:teuthology.orchestra.run.smithi079.stdout:alertmanager.smithi079 smithi079 *:9093,9094 running (4m) 8s ago 5m 14.2M - 0.27.0 11f11916f8cd 5b158b731f63 2024-09-18T08:25:50.597 INFO:teuthology.orchestra.run.smithi079.stdout:ceph-exporter.smithi079 smithi079 running (6m) 8s ago 6m 8792k - 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 d516b73b0b15 2024-09-18T08:25:50.597 INFO:teuthology.orchestra.run.smithi079.stdout:ceph-exporter.smithi135 smithi135 running (4m) 10s ago 4m 6060k - 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 a55c3c96c1f9 2024-09-18T08:25:50.598 INFO:teuthology.orchestra.run.smithi079.stdout:crash.smithi079 smithi079 running (6m) 8s ago 6m 7247k - 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 4ec4a8b4d315 2024-09-18T08:25:50.598 INFO:teuthology.orchestra.run.smithi079.stdout:crash.smithi135 smithi135 running (4m) 10s ago 4m 7203k - 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 1bed0cb5efa7 2024-09-18T08:25:50.598 INFO:teuthology.orchestra.run.smithi079.stdout:grafana.smithi079 smithi079 *:3000 running (4m) 8s ago 5m 66.8M - 10.4.0 c8b91775d855 59bf9a63046a 2024-09-18T08:25:50.598 INFO:teuthology.orchestra.run.smithi079.stdout:mgr.smithi079.dmaxqe smithi079 *:9283,8765,8443 running (7m) 8s ago 7m 500M - 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 12f2bd4d83b1 2024-09-18T08:25:50.598 INFO:teuthology.orchestra.run.smithi079.stdout:mgr.smithi135.vlchji smithi135 *:8443,9283,8765 running (4m) 10s ago 4m 439M - 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 074bfe5f1f74 2024-09-18T08:25:50.598 INFO:teuthology.orchestra.run.smithi079.stdout:mon.smithi079 smithi079 running (7m) 8s ago 7m 49.2M 2048M 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 c6bd93690223 2024-09-18T08:25:50.598 INFO:teuthology.orchestra.run.smithi079.stdout:mon.smithi135 smithi135 running (4m) 10s ago 4m 41.0M 2048M 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 637e6b0ca0a7 2024-09-18T08:25:50.598 INFO:teuthology.orchestra.run.smithi079.stdout:node-exporter.smithi079 smithi079 *:9100 running (5m) 8s ago 6m 8676k - 1.7.0 72c9c2088986 7acd43153f2b 2024-09-18T08:25:50.598 INFO:teuthology.orchestra.run.smithi079.stdout:node-exporter.smithi135 smithi135 *:9100 running (4m) 10s ago 4m 8951k - 1.7.0 72c9c2088986 681f27ca7ee5 2024-09-18T08:25:50.598 INFO:teuthology.orchestra.run.smithi079.stdout:osd.0 smithi135 running (2m) 10s ago 2m 39.3M 954M 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 380f627296f5 2024-09-18T08:25:50.598 INFO:teuthology.orchestra.run.smithi079.stdout:osd.1 smithi079 running (2m) 8s ago 2m 46.2M 3004M 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 67bd8836b860 2024-09-18T08:25:50.598 INFO:teuthology.orchestra.run.smithi079.stdout:osd.2 smithi135 running (2m) 10s ago 2m 38.6M 954M 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 2d44a1d857f5 2024-09-18T08:25:50.598 INFO:teuthology.orchestra.run.smithi079.stdout:osd.3 smithi079 running (2m) 8s ago 2m 38.5M 3004M 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 2bf061f7efa6 2024-09-18T08:25:50.598 INFO:teuthology.orchestra.run.smithi079.stdout:osd.4 smithi135 running (2m) 10s ago 2m 41.1M 954M 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 2b3fe7238409 2024-09-18T08:25:50.599 INFO:teuthology.orchestra.run.smithi079.stdout:osd.5 smithi079 running (2m) 8s ago 2m 35.7M 3004M 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 95ce67aed5fd 2024-09-18T08:25:50.599 INFO:teuthology.orchestra.run.smithi079.stdout:osd.6 smithi135 running (2m) 10s ago 2m 41.9M 954M 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 e2d8cfa815bd 2024-09-18T08:25:50.599 INFO:teuthology.orchestra.run.smithi079.stdout:osd.7 smithi079 running (2m) 8s ago 2m 37.9M 3004M 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 84f048db7149 2024-09-18T08:25:50.599 INFO:teuthology.orchestra.run.smithi079.stdout:prometheus.smithi079 smithi079 *:9095 running (3m) 8s ago 5m 44.8M - 2.51.0 1d3b7f56885b c8ec4d444060 2024-09-18T08:25:51.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:50 smithi079 bash[19997]: cluster 2024-09-18T08:25:49.437372+0000 mgr.smithi079.dmaxqe (mgr.14205) 215 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:51.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:50 smithi079 bash[19997]: cluster 2024-09-18T08:25:49.437372+0000 mgr.smithi079.dmaxqe (mgr.14205) 215 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:51.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:50 smithi135 bash[24787]: cluster 2024-09-18T08:25:49.437372+0000 mgr.smithi079.dmaxqe (mgr.14205) 215 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:51.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:50 smithi135 bash[24787]: cluster 2024-09-18T08:25:49.437372+0000 mgr.smithi079.dmaxqe (mgr.14205) 215 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:51.292 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- bash -c 'ceph orch ls' 2024-09-18T08:25:52.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:51 smithi079 bash[19997]: audit 2024-09-18T08:25:50.560450+0000 mgr.smithi079.dmaxqe (mgr.14205) 216 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:25:52.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:51 smithi079 bash[19997]: audit 2024-09-18T08:25:50.560450+0000 mgr.smithi079.dmaxqe (mgr.14205) 216 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:25:52.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:51 smithi135 bash[24787]: audit 2024-09-18T08:25:50.560450+0000 mgr.smithi079.dmaxqe (mgr.14205) 216 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:25:52.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:51 smithi135 bash[24787]: audit 2024-09-18T08:25:50.560450+0000 mgr.smithi079.dmaxqe (mgr.14205) 216 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:25:53.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:52 smithi135 bash[24787]: cluster 2024-09-18T08:25:51.437956+0000 mgr.smithi079.dmaxqe (mgr.14205) 217 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:53.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:52 smithi135 bash[24787]: cluster 2024-09-18T08:25:51.437956+0000 mgr.smithi079.dmaxqe (mgr.14205) 217 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:53.357 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:52 smithi079 bash[19997]: cluster 2024-09-18T08:25:51.437956+0000 mgr.smithi079.dmaxqe (mgr.14205) 217 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:53.357 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:52 smithi079 bash[19997]: cluster 2024-09-18T08:25:51.437956+0000 mgr.smithi079.dmaxqe (mgr.14205) 217 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:55.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:54 smithi135 bash[24787]: cluster 2024-09-18T08:25:53.438522+0000 mgr.smithi079.dmaxqe (mgr.14205) 218 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:55.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:54 smithi135 bash[24787]: cluster 2024-09-18T08:25:53.438522+0000 mgr.smithi079.dmaxqe (mgr.14205) 218 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:55.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:54 smithi079 bash[19997]: cluster 2024-09-18T08:25:53.438522+0000 mgr.smithi079.dmaxqe (mgr.14205) 218 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:55.357 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:54 smithi079 bash[19997]: cluster 2024-09-18T08:25:53.438522+0000 mgr.smithi079.dmaxqe (mgr.14205) 218 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:56.112 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:25:57.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:56 smithi135 bash[24787]: cluster 2024-09-18T08:25:55.439084+0000 mgr.smithi079.dmaxqe (mgr.14205) 219 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:57.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:56 smithi135 bash[24787]: cluster 2024-09-18T08:25:55.439084+0000 mgr.smithi079.dmaxqe (mgr.14205) 219 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:57.220 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:56 smithi079 bash[19997]: cluster 2024-09-18T08:25:55.439084+0000 mgr.smithi079.dmaxqe (mgr.14205) 219 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:57.220 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:56 smithi079 bash[19997]: cluster 2024-09-18T08:25:55.439084+0000 mgr.smithi079.dmaxqe (mgr.14205) 219 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:57.596 INFO:teuthology.orchestra.run.smithi079.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-18T08:25:57.596 INFO:teuthology.orchestra.run.smithi079.stdout:alertmanager ?:9093,9094 1/1 15s ago 6m count:1 2024-09-18T08:25:57.596 INFO:teuthology.orchestra.run.smithi079.stdout:ceph-exporter 2/2 17s ago 7m * 2024-09-18T08:25:57.596 INFO:teuthology.orchestra.run.smithi079.stdout:crash 2/2 17s ago 7m * 2024-09-18T08:25:57.596 INFO:teuthology.orchestra.run.smithi079.stdout:grafana ?:3000 1/1 15s ago 6m count:1 2024-09-18T08:25:57.596 INFO:teuthology.orchestra.run.smithi079.stdout:mgr 2/2 17s ago 7m count:2 2024-09-18T08:25:57.596 INFO:teuthology.orchestra.run.smithi079.stdout:mon 2/2 17s ago 5m smithi079:172.21.15.79=smithi079;smithi135:172.21.15.135=smithi135;count:2 2024-09-18T08:25:57.597 INFO:teuthology.orchestra.run.smithi079.stdout:node-exporter ?:9100 2/2 17s ago 6m * 2024-09-18T08:25:57.597 INFO:teuthology.orchestra.run.smithi079.stdout:osd.all-available-devices 8 17s ago 4m * 2024-09-18T08:25:57.597 INFO:teuthology.orchestra.run.smithi079.stdout:prometheus ?:9095 1/1 15s ago 6m count:1 2024-09-18T08:25:58.317 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- bash -c 'ceph orch host ls' 2024-09-18T08:25:59.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:58 smithi135 bash[24787]: cluster 2024-09-18T08:25:57.439578+0000 mgr.smithi079.dmaxqe (mgr.14205) 220 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:59.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:58 smithi135 bash[24787]: cluster 2024-09-18T08:25:57.439578+0000 mgr.smithi079.dmaxqe (mgr.14205) 220 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:59.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:58 smithi135 bash[24787]: audit 2024-09-18T08:25:57.583325+0000 mgr.smithi079.dmaxqe (mgr.14205) 221 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:25:59.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:25:58 smithi135 bash[24787]: audit 2024-09-18T08:25:57.583325+0000 mgr.smithi079.dmaxqe (mgr.14205) 221 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:25:59.357 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:58 smithi079 bash[19997]: cluster 2024-09-18T08:25:57.439578+0000 mgr.smithi079.dmaxqe (mgr.14205) 220 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:59.357 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:58 smithi079 bash[19997]: cluster 2024-09-18T08:25:57.439578+0000 mgr.smithi079.dmaxqe (mgr.14205) 220 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:25:59.357 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:58 smithi079 bash[19997]: audit 2024-09-18T08:25:57.583325+0000 mgr.smithi079.dmaxqe (mgr.14205) 221 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:25:59.357 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:25:58 smithi079 bash[19997]: audit 2024-09-18T08:25:57.583325+0000 mgr.smithi079.dmaxqe (mgr.14205) 221 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:26:01.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:00 smithi135 bash[24787]: cluster 2024-09-18T08:25:59.440145+0000 mgr.smithi079.dmaxqe (mgr.14205) 222 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:01.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:00 smithi135 bash[24787]: cluster 2024-09-18T08:25:59.440145+0000 mgr.smithi079.dmaxqe (mgr.14205) 222 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:01.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:00 smithi079 bash[19997]: cluster 2024-09-18T08:25:59.440145+0000 mgr.smithi079.dmaxqe (mgr.14205) 222 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:01.357 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:00 smithi079 bash[19997]: cluster 2024-09-18T08:25:59.440145+0000 mgr.smithi079.dmaxqe (mgr.14205) 222 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:03.131 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:26:03.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:02 smithi135 bash[24787]: cluster 2024-09-18T08:26:01.440738+0000 mgr.smithi079.dmaxqe (mgr.14205) 223 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:03.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:02 smithi135 bash[24787]: cluster 2024-09-18T08:26:01.440738+0000 mgr.smithi079.dmaxqe (mgr.14205) 223 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:03.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:02 smithi135 bash[24787]: audit 2024-09-18T08:26:02.723504+0000 mon.smithi079 (mon.0) 769 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:26:03.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:02 smithi135 bash[24787]: audit 2024-09-18T08:26:02.723504+0000 mon.smithi079 (mon.0) 769 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:26:03.242 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:02 smithi079 bash[19997]: cluster 2024-09-18T08:26:01.440738+0000 mgr.smithi079.dmaxqe (mgr.14205) 223 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:03.242 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:02 smithi079 bash[19997]: cluster 2024-09-18T08:26:01.440738+0000 mgr.smithi079.dmaxqe (mgr.14205) 223 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:03.242 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:02 smithi079 bash[19997]: audit 2024-09-18T08:26:02.723504+0000 mon.smithi079 (mon.0) 769 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:26:03.242 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:02 smithi079 bash[19997]: audit 2024-09-18T08:26:02.723504+0000 mon.smithi079 (mon.0) 769 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:26:04.649 INFO:teuthology.orchestra.run.smithi079.stdout:HOST ADDR LABELS STATUS 2024-09-18T08:26:04.649 INFO:teuthology.orchestra.run.smithi079.stdout:smithi079 172.21.15.79 2024-09-18T08:26:04.649 INFO:teuthology.orchestra.run.smithi079.stdout:smithi135 172.21.15.135 2024-09-18T08:26:04.649 INFO:teuthology.orchestra.run.smithi079.stdout:2 hosts in cluster 2024-09-18T08:26:05.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:04 smithi079 bash[19997]: cluster 2024-09-18T08:26:03.441345+0000 mgr.smithi079.dmaxqe (mgr.14205) 224 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:05.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:04 smithi079 bash[19997]: cluster 2024-09-18T08:26:03.441345+0000 mgr.smithi079.dmaxqe (mgr.14205) 224 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:05.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:04 smithi135 bash[24787]: cluster 2024-09-18T08:26:03.441345+0000 mgr.smithi079.dmaxqe (mgr.14205) 224 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:05.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:04 smithi135 bash[24787]: cluster 2024-09-18T08:26:03.441345+0000 mgr.smithi079.dmaxqe (mgr.14205) 224 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:05.403 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- bash -c 'ceph orch device ls' 2024-09-18T08:26:06.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:05 smithi135 bash[24787]: audit 2024-09-18T08:26:04.650463+0000 mgr.smithi079.dmaxqe (mgr.14205) 225 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:26:06.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:05 smithi135 bash[24787]: audit 2024-09-18T08:26:04.650463+0000 mgr.smithi079.dmaxqe (mgr.14205) 225 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:26:06.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:05 smithi079 bash[19997]: audit 2024-09-18T08:26:04.650463+0000 mgr.smithi079.dmaxqe (mgr.14205) 225 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:26:06.357 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:05 smithi079 bash[19997]: audit 2024-09-18T08:26:04.650463+0000 mgr.smithi079.dmaxqe (mgr.14205) 225 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:26:07.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:06 smithi135 bash[24787]: cluster 2024-09-18T08:26:05.441836+0000 mgr.smithi079.dmaxqe (mgr.14205) 226 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:07.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:06 smithi135 bash[24787]: cluster 2024-09-18T08:26:05.441836+0000 mgr.smithi079.dmaxqe (mgr.14205) 226 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:07.344 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:06 smithi079 bash[19997]: cluster 2024-09-18T08:26:05.441836+0000 mgr.smithi079.dmaxqe (mgr.14205) 226 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:07.344 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:06 smithi079 bash[19997]: cluster 2024-09-18T08:26:05.441836+0000 mgr.smithi079.dmaxqe (mgr.14205) 226 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:09.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:08 smithi135 bash[24787]: cluster 2024-09-18T08:26:07.442365+0000 mgr.smithi079.dmaxqe (mgr.14205) 227 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:09.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:08 smithi135 bash[24787]: cluster 2024-09-18T08:26:07.442365+0000 mgr.smithi079.dmaxqe (mgr.14205) 227 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:09.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:08 smithi079 bash[19997]: cluster 2024-09-18T08:26:07.442365+0000 mgr.smithi079.dmaxqe (mgr.14205) 227 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:09.450 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:08 smithi079 bash[19997]: cluster 2024-09-18T08:26:07.442365+0000 mgr.smithi079.dmaxqe (mgr.14205) 227 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:10.218 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:26:11.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:10 smithi135 bash[24787]: cluster 2024-09-18T08:26:09.442944+0000 mgr.smithi079.dmaxqe (mgr.14205) 228 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:11.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:10 smithi135 bash[24787]: cluster 2024-09-18T08:26:09.442944+0000 mgr.smithi079.dmaxqe (mgr.14205) 228 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:11.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:10 smithi079 bash[19997]: cluster 2024-09-18T08:26:09.442944+0000 mgr.smithi079.dmaxqe (mgr.14205) 228 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:11.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:10 smithi079 bash[19997]: cluster 2024-09-18T08:26:09.442944+0000 mgr.smithi079.dmaxqe (mgr.14205) 228 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:11.745 INFO:teuthology.orchestra.run.smithi079.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-09-18T08:26:11.745 INFO:teuthology.orchestra.run.smithi079.stdout:smithi079 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT6204013G400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-09-18T08:26:11.745 INFO:teuthology.orchestra.run.smithi079.stdout:smithi079 /dev/nvme1n1 ssd Linux_775ce908e7aff35036aa 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-18T08:26:11.745 INFO:teuthology.orchestra.run.smithi079.stdout:smithi079 /dev/nvme2n1 ssd Linux_fef44278e7da57a3fd93 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-18T08:26:11.745 INFO:teuthology.orchestra.run.smithi079.stdout:smithi079 /dev/nvme3n1 ssd Linux_ddc1bd13ef18420f70a1 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-18T08:26:11.745 INFO:teuthology.orchestra.run.smithi079.stdout:smithi079 /dev/nvme4n1 ssd Linux_c8687f71430bd2a08661 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-18T08:26:11.746 INFO:teuthology.orchestra.run.smithi079.stdout:smithi135 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620401BA400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-09-18T08:26:11.746 INFO:teuthology.orchestra.run.smithi079.stdout:smithi135 /dev/nvme1n1 ssd Linux_fd22fc076e4e0160bdfc 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-18T08:26:11.746 INFO:teuthology.orchestra.run.smithi079.stdout:smithi135 /dev/nvme2n1 ssd Linux_a7fa7bbd06ced2d2a4cc 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-18T08:26:11.746 INFO:teuthology.orchestra.run.smithi079.stdout:smithi135 /dev/nvme3n1 ssd Linux_29161d49dcb35e95afaf 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-18T08:26:11.746 INFO:teuthology.orchestra.run.smithi079.stdout:smithi135 /dev/nvme4n1 ssd Linux_6361be2fbfda54877130 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-18T08:26:12.419 INFO:teuthology.run_tasks:Running task vip... 2024-09-18T08:26:12.433 INFO:tasks.vip:Allocating static IPs for each host... 2024-09-18T08:26:12.433 INFO:tasks.vip:peername 172.21.15.79 2024-09-18T08:26:12.437 INFO:tasks.vip:172.21.15.79 in 172.21.0.0/20, pos 3918 2024-09-18T08:26:12.443 INFO:tasks.vip:smithi079.front.sepia.ceph.com static 10.0.15.79, vnet 10.0.0.0/16 2024-09-18T08:26:12.443 INFO:tasks.vip:VIPs are [IPv4Address('10.0.31.79')] 2024-09-18T08:26:12.443 DEBUG:teuthology.orchestra.run.smithi079:> sudo ip route ls 2024-09-18T08:26:12.457 INFO:teuthology.orchestra.run.smithi079.stdout:default via 172.21.15.254 dev enp3s0f1 2024-09-18T08:26:12.457 INFO:teuthology.orchestra.run.smithi079.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.79 metric 100 2024-09-18T08:26:12.457 INFO:teuthology.orchestra.run.smithi079.stdout:158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.79 metric 100 2024-09-18T08:26:12.457 INFO:teuthology.orchestra.run.smithi079.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-18T08:26:12.457 INFO:teuthology.orchestra.run.smithi079.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.79 metric 100 2024-09-18T08:26:12.457 INFO:teuthology.orchestra.run.smithi079.stdout:172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.79 metric 100 2024-09-18T08:26:12.457 INFO:teuthology.orchestra.run.smithi079.stdout:172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.79 metric 100 2024-09-18T08:26:12.457 INFO:teuthology.orchestra.run.smithi079.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.79 metric 100 2024-09-18T08:26:12.458 INFO:tasks.vip:Configuring 10.0.15.79 on smithi079.front.sepia.ceph.com iface enp3s0f1... 2024-09-18T08:26:12.459 DEBUG:teuthology.orchestra.run.smithi079:> sudo ip addr add 10.0.15.79/16 dev enp3s0f1 2024-09-18T08:26:12.517 INFO:tasks.vip:peername 172.21.15.135 2024-09-18T08:26:12.520 INFO:tasks.vip:172.21.15.135 in 172.21.0.0/20, pos 3974 2024-09-18T08:26:12.577 INFO:tasks.vip:smithi135.front.sepia.ceph.com static 10.0.15.135, vnet 10.0.0.0/16 2024-09-18T08:26:12.578 DEBUG:teuthology.orchestra.run.smithi135:> sudo ip route ls 2024-09-18T08:26:12.592 INFO:teuthology.orchestra.run.smithi135.stdout:default via 172.21.15.254 dev enp3s0f1 2024-09-18T08:26:12.592 INFO:teuthology.orchestra.run.smithi135.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.135 metric 100 2024-09-18T08:26:12.592 INFO:teuthology.orchestra.run.smithi135.stdout:158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.135 metric 100 2024-09-18T08:26:12.592 INFO:teuthology.orchestra.run.smithi135.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-18T08:26:12.592 INFO:teuthology.orchestra.run.smithi135.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.135 metric 100 2024-09-18T08:26:12.592 INFO:teuthology.orchestra.run.smithi135.stdout:172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.135 metric 100 2024-09-18T08:26:12.592 INFO:teuthology.orchestra.run.smithi135.stdout:172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.135 metric 100 2024-09-18T08:26:12.593 INFO:teuthology.orchestra.run.smithi135.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.135 metric 100 2024-09-18T08:26:12.593 INFO:tasks.vip:Configuring 10.0.15.135 on smithi135.front.sepia.ceph.com iface enp3s0f1... 2024-09-18T08:26:12.593 DEBUG:teuthology.orchestra.run.smithi135:> sudo ip addr add 10.0.15.135/16 dev enp3s0f1 2024-09-18T08:26:12.655 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-18T08:26:12.664 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi079.front.sepia.ceph.com 2024-09-18T08:26:12.664 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- bash -c 'ceph orch device ls --refresh' 2024-09-18T08:26:13.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:12 smithi079 bash[19997]: cluster 2024-09-18T08:26:11.443450+0000 mgr.smithi079.dmaxqe (mgr.14205) 229 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:13.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:12 smithi079 bash[19997]: cluster 2024-09-18T08:26:11.443450+0000 mgr.smithi079.dmaxqe (mgr.14205) 229 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:13.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:12 smithi079 bash[19997]: audit 2024-09-18T08:26:11.739490+0000 mgr.smithi079.dmaxqe (mgr.14205) 230 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:26:13.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:12 smithi079 bash[19997]: audit 2024-09-18T08:26:11.739490+0000 mgr.smithi079.dmaxqe (mgr.14205) 230 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:26:13.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:12 smithi135 bash[24787]: cluster 2024-09-18T08:26:11.443450+0000 mgr.smithi079.dmaxqe (mgr.14205) 229 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:13.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:12 smithi135 bash[24787]: cluster 2024-09-18T08:26:11.443450+0000 mgr.smithi079.dmaxqe (mgr.14205) 229 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:13.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:12 smithi135 bash[24787]: audit 2024-09-18T08:26:11.739490+0000 mgr.smithi079.dmaxqe (mgr.14205) 230 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:26:13.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:12 smithi135 bash[24787]: audit 2024-09-18T08:26:11.739490+0000 mgr.smithi079.dmaxqe (mgr.14205) 230 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:26:15.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:14 smithi135 bash[24787]: cluster 2024-09-18T08:26:13.444005+0000 mgr.smithi079.dmaxqe (mgr.14205) 231 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:15.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:14 smithi135 bash[24787]: cluster 2024-09-18T08:26:13.444005+0000 mgr.smithi079.dmaxqe (mgr.14205) 231 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:15.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:14 smithi079 bash[19997]: cluster 2024-09-18T08:26:13.444005+0000 mgr.smithi079.dmaxqe (mgr.14205) 231 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:15.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:14 smithi079 bash[19997]: cluster 2024-09-18T08:26:13.444005+0000 mgr.smithi079.dmaxqe (mgr.14205) 231 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:17.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:16 smithi135 bash[24787]: cluster 2024-09-18T08:26:15.444395+0000 mgr.smithi079.dmaxqe (mgr.14205) 232 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:17.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:16 smithi135 bash[24787]: cluster 2024-09-18T08:26:15.444395+0000 mgr.smithi079.dmaxqe (mgr.14205) 232 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:17.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:16 smithi079 bash[19997]: cluster 2024-09-18T08:26:15.444395+0000 mgr.smithi079.dmaxqe (mgr.14205) 232 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:17.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:16 smithi079 bash[19997]: cluster 2024-09-18T08:26:15.444395+0000 mgr.smithi079.dmaxqe (mgr.14205) 232 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:17.481 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:26:18.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:17 smithi135 bash[24787]: audit 2024-09-18T08:26:17.723615+0000 mon.smithi079 (mon.0) 770 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:26:18.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:17 smithi135 bash[24787]: audit 2024-09-18T08:26:17.723615+0000 mon.smithi079 (mon.0) 770 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:26:18.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:17 smithi079 bash[19997]: audit 2024-09-18T08:26:17.723615+0000 mon.smithi079 (mon.0) 770 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:26:18.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:17 smithi079 bash[19997]: audit 2024-09-18T08:26:17.723615+0000 mon.smithi079 (mon.0) 770 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:26:18.939 INFO:teuthology.orchestra.run.smithi079.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-09-18T08:26:18.939 INFO:teuthology.orchestra.run.smithi079.stdout:smithi079 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT6204013G400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-09-18T08:26:18.939 INFO:teuthology.orchestra.run.smithi079.stdout:smithi079 /dev/nvme1n1 ssd Linux_775ce908e7aff35036aa 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-18T08:26:18.939 INFO:teuthology.orchestra.run.smithi079.stdout:smithi079 /dev/nvme2n1 ssd Linux_fef44278e7da57a3fd93 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-18T08:26:18.939 INFO:teuthology.orchestra.run.smithi079.stdout:smithi079 /dev/nvme3n1 ssd Linux_ddc1bd13ef18420f70a1 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-18T08:26:18.940 INFO:teuthology.orchestra.run.smithi079.stdout:smithi079 /dev/nvme4n1 ssd Linux_c8687f71430bd2a08661 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-18T08:26:18.940 INFO:teuthology.orchestra.run.smithi079.stdout:smithi135 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620401BA400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-09-18T08:26:18.940 INFO:teuthology.orchestra.run.smithi079.stdout:smithi135 /dev/nvme1n1 ssd Linux_fd22fc076e4e0160bdfc 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-18T08:26:18.940 INFO:teuthology.orchestra.run.smithi079.stdout:smithi135 /dev/nvme2n1 ssd Linux_a7fa7bbd06ced2d2a4cc 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-18T08:26:18.940 INFO:teuthology.orchestra.run.smithi079.stdout:smithi135 /dev/nvme3n1 ssd Linux_29161d49dcb35e95afaf 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-18T08:26:18.940 INFO:teuthology.orchestra.run.smithi079.stdout:smithi135 /dev/nvme4n1 ssd Linux_6361be2fbfda54877130 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-18T08:26:19.181 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:18 smithi079 bash[19997]: cluster 2024-09-18T08:26:17.444932+0000 mgr.smithi079.dmaxqe (mgr.14205) 233 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:19.181 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:18 smithi079 bash[19997]: cluster 2024-09-18T08:26:17.444932+0000 mgr.smithi079.dmaxqe (mgr.14205) 233 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:19.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:18 smithi135 bash[24787]: cluster 2024-09-18T08:26:17.444932+0000 mgr.smithi079.dmaxqe (mgr.14205) 233 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:19.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:18 smithi135 bash[24787]: cluster 2024-09-18T08:26:17.444932+0000 mgr.smithi079.dmaxqe (mgr.14205) 233 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:19.643 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-18T08:26:19.656 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi079.front.sepia.ceph.com 2024-09-18T08:26:19.657 DEBUG:teuthology.orchestra.run.smithi079:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-18T08:26:19.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ systemctl stop nfs-server 2024-09-18T08:26:19.788 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi135.front.sepia.ceph.com 2024-09-18T08:26:19.788 DEBUG:teuthology.orchestra.run.smithi135:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-18T08:26:19.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ systemctl stop nfs-server 2024-09-18T08:26:19.908 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-18T08:26:19.920 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi079.front.sepia.ceph.com 2024-09-18T08:26:19.920 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- bash -c 'ceph fs volume create foofs' 2024-09-18T08:26:20.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:19 smithi135 bash[24787]: audit 2024-09-18T08:26:18.935842+0000 mgr.smithi079.dmaxqe (mgr.14205) 234 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:26:20.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:19 smithi135 bash[24787]: audit 2024-09-18T08:26:18.935842+0000 mgr.smithi079.dmaxqe (mgr.14205) 234 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:26:20.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:19 smithi135 bash[24787]: audit 2024-09-18T08:26:18.941817+0000 mon.smithi079 (mon.0) 771 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:26:20.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:19 smithi135 bash[24787]: audit 2024-09-18T08:26:18.941817+0000 mon.smithi079 (mon.0) 771 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:26:20.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:19 smithi079 bash[19997]: audit 2024-09-18T08:26:18.935842+0000 mgr.smithi079.dmaxqe (mgr.14205) 234 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:26:20.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:19 smithi079 bash[19997]: audit 2024-09-18T08:26:18.935842+0000 mgr.smithi079.dmaxqe (mgr.14205) 234 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:26:20.357 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:19 smithi079 bash[19997]: audit 2024-09-18T08:26:18.941817+0000 mon.smithi079 (mon.0) 771 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:26:20.357 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:19 smithi079 bash[19997]: audit 2024-09-18T08:26:18.941817+0000 mon.smithi079 (mon.0) 771 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:26:21.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:20 smithi135 bash[24787]: cluster 2024-09-18T08:26:19.445482+0000 mgr.smithi079.dmaxqe (mgr.14205) 235 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:21.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:20 smithi135 bash[24787]: cluster 2024-09-18T08:26:19.445482+0000 mgr.smithi079.dmaxqe (mgr.14205) 235 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:21.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:20 smithi079 bash[19997]: cluster 2024-09-18T08:26:19.445482+0000 mgr.smithi079.dmaxqe (mgr.14205) 235 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:21.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:20 smithi079 bash[19997]: cluster 2024-09-18T08:26:19.445482+0000 mgr.smithi079.dmaxqe (mgr.14205) 235 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:23.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:22 smithi079 bash[19997]: cluster 2024-09-18T08:26:21.445963+0000 mgr.smithi079.dmaxqe (mgr.14205) 236 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:23.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:22 smithi079 bash[19997]: cluster 2024-09-18T08:26:21.445963+0000 mgr.smithi079.dmaxqe (mgr.14205) 236 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:23.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:22 smithi135 bash[24787]: cluster 2024-09-18T08:26:21.445963+0000 mgr.smithi079.dmaxqe (mgr.14205) 236 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:23.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:22 smithi135 bash[24787]: cluster 2024-09-18T08:26:21.445963+0000 mgr.smithi079.dmaxqe (mgr.14205) 236 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:24.015 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:26:25.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:24 smithi135 bash[24787]: cluster 2024-09-18T08:26:23.446607+0000 mgr.smithi079.dmaxqe (mgr.14205) 237 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:25.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:24 smithi135 bash[24787]: cluster 2024-09-18T08:26:23.446607+0000 mgr.smithi079.dmaxqe (mgr.14205) 237 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:25.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:24 smithi135 bash[24787]: audit 2024-09-18T08:26:24.432351+0000 mon.smithi079 (mon.0) 772 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:25.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:24 smithi135 bash[24787]: audit 2024-09-18T08:26:24.432351+0000 mon.smithi079 (mon.0) 772 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:25.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:24 smithi135 bash[24787]: audit 2024-09-18T08:26:24.439568+0000 mon.smithi079 (mon.0) 773 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:25.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:24 smithi135 bash[24787]: audit 2024-09-18T08:26:24.439568+0000 mon.smithi079 (mon.0) 773 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:25.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:24 smithi135 bash[24787]: audit 2024-09-18T08:26:24.919102+0000 mon.smithi079 (mon.0) 774 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:25.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:24 smithi135 bash[24787]: audit 2024-09-18T08:26:24.919102+0000 mon.smithi079 (mon.0) 774 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:25.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:24 smithi135 bash[24787]: audit 2024-09-18T08:26:24.924343+0000 mon.smithi079 (mon.0) 775 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:25.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:24 smithi135 bash[24787]: audit 2024-09-18T08:26:24.924343+0000 mon.smithi079 (mon.0) 775 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:25.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:24 smithi135 bash[24787]: audit 2024-09-18T08:26:24.929986+0000 mon.smithi079 (mon.0) 776 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:25.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:24 smithi135 bash[24787]: audit 2024-09-18T08:26:24.929986+0000 mon.smithi079 (mon.0) 776 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:25.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:24 smithi135 bash[24787]: audit 2024-09-18T08:26:24.935545+0000 mon.smithi079 (mon.0) 777 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:25.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:24 smithi135 bash[24787]: audit 2024-09-18T08:26:24.935545+0000 mon.smithi079 (mon.0) 777 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:25.279 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:24 smithi079 bash[19997]: cluster 2024-09-18T08:26:23.446607+0000 mgr.smithi079.dmaxqe (mgr.14205) 237 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:25.279 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:24 smithi079 bash[19997]: cluster 2024-09-18T08:26:23.446607+0000 mgr.smithi079.dmaxqe (mgr.14205) 237 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:25.280 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:24 smithi079 bash[19997]: audit 2024-09-18T08:26:24.432351+0000 mon.smithi079 (mon.0) 772 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:25.280 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:24 smithi079 bash[19997]: audit 2024-09-18T08:26:24.432351+0000 mon.smithi079 (mon.0) 772 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:25.280 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:24 smithi079 bash[19997]: audit 2024-09-18T08:26:24.439568+0000 mon.smithi079 (mon.0) 773 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:25.280 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:24 smithi079 bash[19997]: audit 2024-09-18T08:26:24.439568+0000 mon.smithi079 (mon.0) 773 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:25.280 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:24 smithi079 bash[19997]: audit 2024-09-18T08:26:24.919102+0000 mon.smithi079 (mon.0) 774 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:25.280 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:24 smithi079 bash[19997]: audit 2024-09-18T08:26:24.919102+0000 mon.smithi079 (mon.0) 774 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:25.280 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:24 smithi079 bash[19997]: audit 2024-09-18T08:26:24.924343+0000 mon.smithi079 (mon.0) 775 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:25.280 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:24 smithi079 bash[19997]: audit 2024-09-18T08:26:24.924343+0000 mon.smithi079 (mon.0) 775 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:25.280 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:24 smithi079 bash[19997]: audit 2024-09-18T08:26:24.929986+0000 mon.smithi079 (mon.0) 776 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:25.280 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:24 smithi079 bash[19997]: audit 2024-09-18T08:26:24.929986+0000 mon.smithi079 (mon.0) 776 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:25.280 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:24 smithi079 bash[19997]: audit 2024-09-18T08:26:24.935545+0000 mon.smithi079 (mon.0) 777 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:25.280 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:24 smithi079 bash[19997]: audit 2024-09-18T08:26:24.935545+0000 mon.smithi079 (mon.0) 777 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:26.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:26 smithi135 bash[24787]: audit 2024-09-18T08:26:25.422064+0000 mon.smithi079 (mon.0) 778 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:26.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:26 smithi135 bash[24787]: audit 2024-09-18T08:26:25.422064+0000 mon.smithi079 (mon.0) 778 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:26.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:26 smithi135 bash[24787]: audit 2024-09-18T08:26:25.426644+0000 mon.smithi079 (mon.0) 779 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:26.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:26 smithi135 bash[24787]: audit 2024-09-18T08:26:25.426644+0000 mon.smithi079 (mon.0) 779 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:26.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:26 smithi135 bash[24787]: cluster 2024-09-18T08:26:25.446976+0000 mgr.smithi079.dmaxqe (mgr.14205) 238 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:26.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:26 smithi135 bash[24787]: cluster 2024-09-18T08:26:25.446976+0000 mgr.smithi079.dmaxqe (mgr.14205) 238 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:26.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:26 smithi135 bash[24787]: audit 2024-09-18T08:26:25.650553+0000 mgr.smithi079.dmaxqe (mgr.14205) 239 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:26:26.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:26 smithi135 bash[24787]: audit 2024-09-18T08:26:25.650553+0000 mgr.smithi079.dmaxqe (mgr.14205) 239 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:26:26.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:26 smithi135 bash[24787]: audit 2024-09-18T08:26:25.651378+0000 mon.smithi079 (mon.0) 780 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd pool create", "pool": "cephfs.foofs.meta"} : dispatch 2024-09-18T08:26:26.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:26 smithi135 bash[24787]: audit 2024-09-18T08:26:25.651378+0000 mon.smithi079 (mon.0) 780 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd pool create", "pool": "cephfs.foofs.meta"} : dispatch 2024-09-18T08:26:26.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:26 smithi079 bash[19997]: audit 2024-09-18T08:26:25.422064+0000 mon.smithi079 (mon.0) 778 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:26.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:26 smithi079 bash[19997]: audit 2024-09-18T08:26:25.422064+0000 mon.smithi079 (mon.0) 778 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:26.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:26 smithi079 bash[19997]: audit 2024-09-18T08:26:25.426644+0000 mon.smithi079 (mon.0) 779 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:26.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:26 smithi079 bash[19997]: audit 2024-09-18T08:26:25.426644+0000 mon.smithi079 (mon.0) 779 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:26.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:26 smithi079 bash[19997]: cluster 2024-09-18T08:26:25.446976+0000 mgr.smithi079.dmaxqe (mgr.14205) 238 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:26.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:26 smithi079 bash[19997]: cluster 2024-09-18T08:26:25.446976+0000 mgr.smithi079.dmaxqe (mgr.14205) 238 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:26.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:26 smithi079 bash[19997]: audit 2024-09-18T08:26:25.650553+0000 mgr.smithi079.dmaxqe (mgr.14205) 239 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:26:26.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:26 smithi079 bash[19997]: audit 2024-09-18T08:26:25.650553+0000 mgr.smithi079.dmaxqe (mgr.14205) 239 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:26:26.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:26 smithi079 bash[19997]: audit 2024-09-18T08:26:25.651378+0000 mon.smithi079 (mon.0) 780 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd pool create", "pool": "cephfs.foofs.meta"} : dispatch 2024-09-18T08:26:26.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:26 smithi079 bash[19997]: audit 2024-09-18T08:26:25.651378+0000 mon.smithi079 (mon.0) 780 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd pool create", "pool": "cephfs.foofs.meta"} : dispatch 2024-09-18T08:26:27.779 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:27 smithi079 bash[19997]: debug 2024-09-18T08:26:27.451+0000 7fe9a967a640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-18T08:26:27.779 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:27 smithi079 bash[19997]: audit 2024-09-18T08:26:26.438209+0000 mon.smithi079 (mon.0) 781 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-18T08:26:27.779 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:27 smithi079 bash[19997]: audit 2024-09-18T08:26:26.438209+0000 mon.smithi079 (mon.0) 781 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-18T08:26:27.779 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:27 smithi079 bash[19997]: cluster 2024-09-18T08:26:26.442898+0000 mon.smithi079 (mon.0) 782 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-09-18T08:26:27.779 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:27 smithi079 bash[19997]: cluster 2024-09-18T08:26:26.442898+0000 mon.smithi079 (mon.0) 782 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-09-18T08:26:27.780 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:27 smithi079 bash[19997]: audit 2024-09-18T08:26:26.444861+0000 mon.smithi079 (mon.0) 783 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"} : dispatch 2024-09-18T08:26:27.780 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:27 smithi079 bash[19997]: audit 2024-09-18T08:26:26.444861+0000 mon.smithi079 (mon.0) 783 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"} : dispatch 2024-09-18T08:26:27.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:27 smithi135 bash[24787]: audit 2024-09-18T08:26:26.438209+0000 mon.smithi079 (mon.0) 781 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-18T08:26:27.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:27 smithi135 bash[24787]: audit 2024-09-18T08:26:26.438209+0000 mon.smithi079 (mon.0) 781 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-18T08:26:27.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:27 smithi135 bash[24787]: cluster 2024-09-18T08:26:26.442898+0000 mon.smithi079 (mon.0) 782 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-09-18T08:26:27.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:27 smithi135 bash[24787]: cluster 2024-09-18T08:26:26.442898+0000 mon.smithi079 (mon.0) 782 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-09-18T08:26:27.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:27 smithi135 bash[24787]: audit 2024-09-18T08:26:26.444861+0000 mon.smithi079 (mon.0) 783 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"} : dispatch 2024-09-18T08:26:27.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:27 smithi135 bash[24787]: audit 2024-09-18T08:26:26.444861+0000 mon.smithi079 (mon.0) 783 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"} : dispatch 2024-09-18T08:26:28.364 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.79/16 --port 2999' 2024-09-18T08:26:28.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:28 smithi079 bash[19997]: audit 2024-09-18T08:26:27.443111+0000 mon.smithi079 (mon.0) 784 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-18T08:26:28.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:28 smithi079 bash[19997]: audit 2024-09-18T08:26:27.443111+0000 mon.smithi079 (mon.0) 784 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-18T08:26:28.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:28 smithi079 bash[19997]: cluster 2024-09-18T08:26:27.448040+0000 mgr.smithi079.dmaxqe (mgr.14205) 240 : cluster [DBG] pgmap v203: 65 pgs: 7 creating+peering, 57 unknown, 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:28.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:28 smithi079 bash[19997]: cluster 2024-09-18T08:26:27.448040+0000 mgr.smithi079.dmaxqe (mgr.14205) 240 : cluster [DBG] pgmap v203: 65 pgs: 7 creating+peering, 57 unknown, 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:28.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:28 smithi079 bash[19997]: cluster 2024-09-18T08:26:27.451289+0000 mon.smithi079 (mon.0) 785 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-09-18T08:26:28.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:28 smithi079 bash[19997]: cluster 2024-09-18T08:26:27.451289+0000 mon.smithi079 (mon.0) 785 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-09-18T08:26:28.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:28 smithi079 bash[19997]: audit 2024-09-18T08:26:27.454676+0000 mon.smithi079 (mon.0) 786 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"} : dispatch 2024-09-18T08:26:28.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:28 smithi079 bash[19997]: audit 2024-09-18T08:26:27.454676+0000 mon.smithi079 (mon.0) 786 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"} : dispatch 2024-09-18T08:26:28.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:28 smithi079 bash[19997]: cluster 2024-09-18T08:26:27.456777+0000 mon.smithi079 (mon.0) 787 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-18T08:26:28.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:28 smithi079 bash[19997]: cluster 2024-09-18T08:26:27.456777+0000 mon.smithi079 (mon.0) 787 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-18T08:26:28.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:28 smithi079 bash[19997]: cluster 2024-09-18T08:26:27.459495+0000 mon.smithi079 (mon.0) 788 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-18T08:26:28.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:28 smithi079 bash[19997]: cluster 2024-09-18T08:26:27.459495+0000 mon.smithi079 (mon.0) 788 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-18T08:26:28.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:28 smithi079 bash[19997]: audit 2024-09-18T08:26:27.478762+0000 mon.smithi079 (mon.0) 789 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-18T08:26:28.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:28 smithi079 bash[19997]: audit 2024-09-18T08:26:27.478762+0000 mon.smithi079 (mon.0) 789 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-18T08:26:28.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:28 smithi079 bash[19997]: cluster 2024-09-18T08:26:27.485496+0000 mon.smithi079 (mon.0) 790 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-09-18T08:26:28.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:28 smithi079 bash[19997]: cluster 2024-09-18T08:26:27.485496+0000 mon.smithi079 (mon.0) 790 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-09-18T08:26:28.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:28 smithi079 bash[19997]: cluster 2024-09-18T08:26:27.485786+0000 mon.smithi079 (mon.0) 791 : cluster [DBG] fsmap foofs:0 2024-09-18T08:26:28.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:28 smithi079 bash[19997]: cluster 2024-09-18T08:26:27.485786+0000 mon.smithi079 (mon.0) 791 : cluster [DBG] fsmap foofs:0 2024-09-18T08:26:28.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:28 smithi079 bash[19997]: cephadm 2024-09-18T08:26:27.490031+0000 mgr.smithi079.dmaxqe (mgr.14205) 241 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-09-18T08:26:28.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:28 smithi079 bash[19997]: cephadm 2024-09-18T08:26:27.490031+0000 mgr.smithi079.dmaxqe (mgr.14205) 241 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-09-18T08:26:28.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:28 smithi079 bash[19997]: audit 2024-09-18T08:26:27.499428+0000 mon.smithi079 (mon.0) 792 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:28.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:28 smithi079 bash[19997]: audit 2024-09-18T08:26:27.499428+0000 mon.smithi079 (mon.0) 792 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:28.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:28 smithi079 bash[19997]: cluster 2024-09-18T08:26:28.442975+0000 mon.smithi079 (mon.0) 793 : cluster [WRN] Health check failed: 2 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-18T08:26:28.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:28 smithi079 bash[19997]: cluster 2024-09-18T08:26:28.442975+0000 mon.smithi079 (mon.0) 793 : cluster [WRN] Health check failed: 2 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-18T08:26:28.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:28 smithi135 bash[24787]: audit 2024-09-18T08:26:27.443111+0000 mon.smithi079 (mon.0) 784 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-18T08:26:28.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:28 smithi135 bash[24787]: audit 2024-09-18T08:26:27.443111+0000 mon.smithi079 (mon.0) 784 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-18T08:26:28.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:28 smithi135 bash[24787]: cluster 2024-09-18T08:26:27.448040+0000 mgr.smithi079.dmaxqe (mgr.14205) 240 : cluster [DBG] pgmap v203: 65 pgs: 7 creating+peering, 57 unknown, 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:28.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:28 smithi135 bash[24787]: cluster 2024-09-18T08:26:27.448040+0000 mgr.smithi079.dmaxqe (mgr.14205) 240 : cluster [DBG] pgmap v203: 65 pgs: 7 creating+peering, 57 unknown, 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:28.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:28 smithi135 bash[24787]: cluster 2024-09-18T08:26:27.451289+0000 mon.smithi079 (mon.0) 785 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-09-18T08:26:28.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:28 smithi135 bash[24787]: cluster 2024-09-18T08:26:27.451289+0000 mon.smithi079 (mon.0) 785 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-09-18T08:26:28.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:28 smithi135 bash[24787]: audit 2024-09-18T08:26:27.454676+0000 mon.smithi079 (mon.0) 786 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"} : dispatch 2024-09-18T08:26:28.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:28 smithi135 bash[24787]: audit 2024-09-18T08:26:27.454676+0000 mon.smithi079 (mon.0) 786 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"} : dispatch 2024-09-18T08:26:28.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:28 smithi135 bash[24787]: cluster 2024-09-18T08:26:27.456777+0000 mon.smithi079 (mon.0) 787 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-18T08:26:28.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:28 smithi135 bash[24787]: cluster 2024-09-18T08:26:27.456777+0000 mon.smithi079 (mon.0) 787 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-18T08:26:28.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:28 smithi135 bash[24787]: cluster 2024-09-18T08:26:27.459495+0000 mon.smithi079 (mon.0) 788 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-18T08:26:28.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:28 smithi135 bash[24787]: cluster 2024-09-18T08:26:27.459495+0000 mon.smithi079 (mon.0) 788 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-18T08:26:28.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:28 smithi135 bash[24787]: audit 2024-09-18T08:26:27.478762+0000 mon.smithi079 (mon.0) 789 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-18T08:26:28.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:28 smithi135 bash[24787]: audit 2024-09-18T08:26:27.478762+0000 mon.smithi079 (mon.0) 789 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-18T08:26:28.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:28 smithi135 bash[24787]: cluster 2024-09-18T08:26:27.485496+0000 mon.smithi079 (mon.0) 790 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-09-18T08:26:28.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:28 smithi135 bash[24787]: cluster 2024-09-18T08:26:27.485496+0000 mon.smithi079 (mon.0) 790 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-09-18T08:26:28.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:28 smithi135 bash[24787]: cluster 2024-09-18T08:26:27.485786+0000 mon.smithi079 (mon.0) 791 : cluster [DBG] fsmap foofs:0 2024-09-18T08:26:28.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:28 smithi135 bash[24787]: cluster 2024-09-18T08:26:27.485786+0000 mon.smithi079 (mon.0) 791 : cluster [DBG] fsmap foofs:0 2024-09-18T08:26:28.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:28 smithi135 bash[24787]: cephadm 2024-09-18T08:26:27.490031+0000 mgr.smithi079.dmaxqe (mgr.14205) 241 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-09-18T08:26:28.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:28 smithi135 bash[24787]: cephadm 2024-09-18T08:26:27.490031+0000 mgr.smithi079.dmaxqe (mgr.14205) 241 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-09-18T08:26:28.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:28 smithi135 bash[24787]: audit 2024-09-18T08:26:27.499428+0000 mon.smithi079 (mon.0) 792 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:28.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:28 smithi135 bash[24787]: audit 2024-09-18T08:26:27.499428+0000 mon.smithi079 (mon.0) 792 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:28.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:28 smithi135 bash[24787]: cluster 2024-09-18T08:26:28.442975+0000 mon.smithi079 (mon.0) 793 : cluster [WRN] Health check failed: 2 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-18T08:26:28.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:28 smithi135 bash[24787]: cluster 2024-09-18T08:26:28.442975+0000 mon.smithi079 (mon.0) 793 : cluster [WRN] Health check failed: 2 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-18T08:26:29.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:29 smithi079 bash[19997]: cluster 2024-09-18T08:26:28.488218+0000 mon.smithi079 (mon.0) 794 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-18T08:26:29.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:29 smithi079 bash[19997]: cluster 2024-09-18T08:26:28.488218+0000 mon.smithi079 (mon.0) 794 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-18T08:26:29.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:29 smithi135 bash[24787]: cluster 2024-09-18T08:26:28.488218+0000 mon.smithi079 (mon.0) 794 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-18T08:26:29.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:29 smithi135 bash[24787]: cluster 2024-09-18T08:26:28.488218+0000 mon.smithi079 (mon.0) 794 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-18T08:26:30.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:30 smithi079 bash[19997]: cluster 2024-09-18T08:26:29.448669+0000 mgr.smithi079.dmaxqe (mgr.14205) 242 : cluster [DBG] pgmap v206: 65 pgs: 17 creating+peering, 33 unknown, 15 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:30.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:30 smithi079 bash[19997]: cluster 2024-09-18T08:26:29.448669+0000 mgr.smithi079.dmaxqe (mgr.14205) 242 : cluster [DBG] pgmap v206: 65 pgs: 17 creating+peering, 33 unknown, 15 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:30.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:30 smithi079 bash[19997]: cluster 2024-09-18T08:26:29.481488+0000 mon.smithi079 (mon.0) 795 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 2 pool(s) do not have an application enabled) 2024-09-18T08:26:30.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:30 smithi079 bash[19997]: cluster 2024-09-18T08:26:29.481488+0000 mon.smithi079 (mon.0) 795 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 2 pool(s) do not have an application enabled) 2024-09-18T08:26:30.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:30 smithi079 bash[19997]: cluster 2024-09-18T08:26:29.501592+0000 mon.smithi079 (mon.0) 796 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-09-18T08:26:30.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:30 smithi079 bash[19997]: cluster 2024-09-18T08:26:29.501592+0000 mon.smithi079 (mon.0) 796 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-09-18T08:26:30.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:30 smithi135 bash[24787]: cluster 2024-09-18T08:26:29.448669+0000 mgr.smithi079.dmaxqe (mgr.14205) 242 : cluster [DBG] pgmap v206: 65 pgs: 17 creating+peering, 33 unknown, 15 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:30.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:30 smithi135 bash[24787]: cluster 2024-09-18T08:26:29.448669+0000 mgr.smithi079.dmaxqe (mgr.14205) 242 : cluster [DBG] pgmap v206: 65 pgs: 17 creating+peering, 33 unknown, 15 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:30.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:30 smithi135 bash[24787]: cluster 2024-09-18T08:26:29.481488+0000 mon.smithi079 (mon.0) 795 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 2 pool(s) do not have an application enabled) 2024-09-18T08:26:30.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:30 smithi135 bash[24787]: cluster 2024-09-18T08:26:29.481488+0000 mon.smithi079 (mon.0) 795 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 2 pool(s) do not have an application enabled) 2024-09-18T08:26:30.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:30 smithi135 bash[24787]: cluster 2024-09-18T08:26:29.501592+0000 mon.smithi079 (mon.0) 796 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-09-18T08:26:30.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:30 smithi135 bash[24787]: cluster 2024-09-18T08:26:29.501592+0000 mon.smithi079 (mon.0) 796 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-09-18T08:26:32.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:32 smithi079 bash[19997]: cluster 2024-09-18T08:26:31.449418+0000 mgr.smithi079.dmaxqe (mgr.14205) 243 : cluster [DBG] pgmap v208: 65 pgs: 17 creating+peering, 11 unknown, 37 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:32.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:32 smithi079 bash[19997]: cluster 2024-09-18T08:26:31.449418+0000 mgr.smithi079.dmaxqe (mgr.14205) 243 : cluster [DBG] pgmap v208: 65 pgs: 17 creating+peering, 11 unknown, 37 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:32.879 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:32 smithi135 bash[24787]: cluster 2024-09-18T08:26:31.449418+0000 mgr.smithi079.dmaxqe (mgr.14205) 243 : cluster [DBG] pgmap v208: 65 pgs: 17 creating+peering, 11 unknown, 37 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:32.879 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:32 smithi135 bash[24787]: cluster 2024-09-18T08:26:31.449418+0000 mgr.smithi079.dmaxqe (mgr.14205) 243 : cluster [DBG] pgmap v208: 65 pgs: 17 creating+peering, 11 unknown, 37 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:33.348 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:26:33.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:33 smithi135 bash[24787]: audit 2024-09-18T08:26:32.731215+0000 mon.smithi079 (mon.0) 797 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:33.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:33 smithi135 bash[24787]: audit 2024-09-18T08:26:32.731215+0000 mon.smithi079 (mon.0) 797 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:33.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:33 smithi135 bash[24787]: audit 2024-09-18T08:26:32.733077+0000 mon.smithi079 (mon.0) 798 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:26:33.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:33 smithi135 bash[24787]: audit 2024-09-18T08:26:32.733077+0000 mon.smithi079 (mon.0) 798 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:26:34.093 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:33 smithi079 bash[19997]: audit 2024-09-18T08:26:32.731215+0000 mon.smithi079 (mon.0) 797 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:34.093 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:33 smithi079 bash[19997]: audit 2024-09-18T08:26:32.731215+0000 mon.smithi079 (mon.0) 797 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:34.093 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:33 smithi079 bash[19997]: audit 2024-09-18T08:26:32.733077+0000 mon.smithi079 (mon.0) 798 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:26:34.093 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:33 smithi079 bash[19997]: audit 2024-09-18T08:26:32.733077+0000 mon.smithi079 (mon.0) 798 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:26:35.003 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:34 smithi135 bash[24787]: cluster 2024-09-18T08:26:33.449949+0000 mgr.smithi079.dmaxqe (mgr.14205) 244 : cluster [DBG] pgmap v209: 65 pgs: 3 creating+peering, 62 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:35.003 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:34 smithi135 bash[24787]: cluster 2024-09-18T08:26:33.449949+0000 mgr.smithi079.dmaxqe (mgr.14205) 244 : cluster [DBG] pgmap v209: 65 pgs: 3 creating+peering, 62 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:35.003 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:34 smithi079 bash[19997]: cluster 2024-09-18T08:26:33.449949+0000 mgr.smithi079.dmaxqe (mgr.14205) 244 : cluster [DBG] pgmap v209: 65 pgs: 3 creating+peering, 62 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:35.003 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:34 smithi079 bash[19997]: cluster 2024-09-18T08:26:33.449949+0000 mgr.smithi079.dmaxqe (mgr.14205) 244 : cluster [DBG] pgmap v209: 65 pgs: 3 creating+peering, 62 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:36.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:35 smithi079 bash[19997]: audit 2024-09-18T08:26:35.335241+0000 mon.smithi079 (mon.0) 799 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true} : dispatch 2024-09-18T08:26:36.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:35 smithi079 bash[19997]: audit 2024-09-18T08:26:35.335241+0000 mon.smithi079 (mon.0) 799 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true} : dispatch 2024-09-18T08:26:36.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:35 smithi079 bash[19997]: audit 2024-09-18T08:26:35.698558+0000 mon.smithi079 (mon.0) 800 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:36.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:35 smithi079 bash[19997]: audit 2024-09-18T08:26:35.698558+0000 mon.smithi079 (mon.0) 800 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:36.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:35 smithi079 bash[19997]: audit 2024-09-18T08:26:35.704991+0000 mon.smithi079 (mon.0) 801 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:36.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:35 smithi079 bash[19997]: audit 2024-09-18T08:26:35.704991+0000 mon.smithi079 (mon.0) 801 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:36.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:35 smithi135 bash[24787]: audit 2024-09-18T08:26:35.335241+0000 mon.smithi079 (mon.0) 799 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true} : dispatch 2024-09-18T08:26:36.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:35 smithi135 bash[24787]: audit 2024-09-18T08:26:35.335241+0000 mon.smithi079 (mon.0) 799 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true} : dispatch 2024-09-18T08:26:36.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:35 smithi135 bash[24787]: audit 2024-09-18T08:26:35.698558+0000 mon.smithi079 (mon.0) 800 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:36.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:35 smithi135 bash[24787]: audit 2024-09-18T08:26:35.698558+0000 mon.smithi079 (mon.0) 800 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:36.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:35 smithi135 bash[24787]: audit 2024-09-18T08:26:35.704991+0000 mon.smithi079 (mon.0) 801 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:36.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:35 smithi135 bash[24787]: audit 2024-09-18T08:26:35.704991+0000 mon.smithi079 (mon.0) 801 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:37.060 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:36 smithi079 bash[19997]: audit 2024-09-18T08:26:35.333437+0000 mgr.smithi079.dmaxqe (mgr.14205) 245 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.79/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:26:37.060 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:36 smithi079 bash[19997]: audit 2024-09-18T08:26:35.333437+0000 mgr.smithi079.dmaxqe (mgr.14205) 245 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.79/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:26:37.061 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:36 smithi079 bash[19997]: cluster 2024-09-18T08:26:35.450516+0000 mgr.smithi079.dmaxqe (mgr.14205) 246 : cluster [DBG] pgmap v210: 65 pgs: 65 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:37.061 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:36 smithi079 bash[19997]: cluster 2024-09-18T08:26:35.450516+0000 mgr.smithi079.dmaxqe (mgr.14205) 246 : cluster [DBG] pgmap v210: 65 pgs: 65 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:37.061 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:36 smithi079 bash[19997]: audit 2024-09-18T08:26:35.746099+0000 mon.smithi079 (mon.0) 802 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-09-18T08:26:37.061 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:36 smithi079 bash[19997]: audit 2024-09-18T08:26:35.746099+0000 mon.smithi079 (mon.0) 802 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-09-18T08:26:37.061 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:36 smithi079 bash[19997]: cluster 2024-09-18T08:26:35.749051+0000 mon.smithi079 (mon.0) 803 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-18T08:26:37.061 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:36 smithi079 bash[19997]: cluster 2024-09-18T08:26:35.749051+0000 mon.smithi079 (mon.0) 803 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-18T08:26:37.061 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:36 smithi079 bash[19997]: audit 2024-09-18T08:26:35.752694+0000 mon.smithi079 (mon.0) 804 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"} : dispatch 2024-09-18T08:26:37.061 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:36 smithi079 bash[19997]: audit 2024-09-18T08:26:35.752694+0000 mon.smithi079 (mon.0) 804 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"} : dispatch 2024-09-18T08:26:37.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:36 smithi135 bash[24787]: audit 2024-09-18T08:26:35.333437+0000 mgr.smithi079.dmaxqe (mgr.14205) 245 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.79/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:26:37.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:36 smithi135 bash[24787]: audit 2024-09-18T08:26:35.333437+0000 mgr.smithi079.dmaxqe (mgr.14205) 245 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.79/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:26:37.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:36 smithi135 bash[24787]: cluster 2024-09-18T08:26:35.450516+0000 mgr.smithi079.dmaxqe (mgr.14205) 246 : cluster [DBG] pgmap v210: 65 pgs: 65 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:37.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:36 smithi135 bash[24787]: cluster 2024-09-18T08:26:35.450516+0000 mgr.smithi079.dmaxqe (mgr.14205) 246 : cluster [DBG] pgmap v210: 65 pgs: 65 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:37.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:36 smithi135 bash[24787]: audit 2024-09-18T08:26:35.746099+0000 mon.smithi079 (mon.0) 802 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-09-18T08:26:37.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:36 smithi135 bash[24787]: audit 2024-09-18T08:26:35.746099+0000 mon.smithi079 (mon.0) 802 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-09-18T08:26:37.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:36 smithi135 bash[24787]: cluster 2024-09-18T08:26:35.749051+0000 mon.smithi079 (mon.0) 803 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-18T08:26:37.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:36 smithi135 bash[24787]: cluster 2024-09-18T08:26:35.749051+0000 mon.smithi079 (mon.0) 803 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-18T08:26:37.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:36 smithi135 bash[24787]: audit 2024-09-18T08:26:35.752694+0000 mon.smithi079 (mon.0) 804 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"} : dispatch 2024-09-18T08:26:37.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:36 smithi135 bash[24787]: audit 2024-09-18T08:26:35.752694+0000 mon.smithi079 (mon.0) 804 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"} : dispatch 2024-09-18T08:26:38.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:37 smithi079 bash[19997]: audit 2024-09-18T08:26:36.748493+0000 mon.smithi079 (mon.0) 805 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-18T08:26:38.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:37 smithi079 bash[19997]: audit 2024-09-18T08:26:36.748493+0000 mon.smithi079 (mon.0) 805 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-18T08:26:38.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:37 smithi079 bash[19997]: cluster 2024-09-18T08:26:36.753173+0000 mon.smithi079 (mon.0) 806 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-18T08:26:38.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:37 smithi079 bash[19997]: cluster 2024-09-18T08:26:36.753173+0000 mon.smithi079 (mon.0) 806 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-18T08:26:38.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:37 smithi079 bash[19997]: cephadm 2024-09-18T08:26:36.813583+0000 mgr.smithi079.dmaxqe (mgr.14205) 247 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-09-18T08:26:38.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:37 smithi079 bash[19997]: cephadm 2024-09-18T08:26:36.813583+0000 mgr.smithi079.dmaxqe (mgr.14205) 247 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-09-18T08:26:38.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:37 smithi079 bash[19997]: audit 2024-09-18T08:26:36.818592+0000 mon.smithi079 (mon.0) 807 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:38.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:37 smithi079 bash[19997]: audit 2024-09-18T08:26:36.818592+0000 mon.smithi079 (mon.0) 807 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:38.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:37 smithi079 bash[19997]: cephadm 2024-09-18T08:26:36.820466+0000 mgr.smithi079.dmaxqe (mgr.14205) 248 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-09-18T08:26:38.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:37 smithi079 bash[19997]: cephadm 2024-09-18T08:26:36.820466+0000 mgr.smithi079.dmaxqe (mgr.14205) 248 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-09-18T08:26:38.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:37 smithi079 bash[19997]: audit 2024-09-18T08:26:36.823874+0000 mon.smithi079 (mon.0) 808 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:38.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:37 smithi079 bash[19997]: audit 2024-09-18T08:26:36.823874+0000 mon.smithi079 (mon.0) 808 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:38.175 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-09-18T08:26:38.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:37 smithi135 bash[24787]: audit 2024-09-18T08:26:36.748493+0000 mon.smithi079 (mon.0) 805 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-18T08:26:38.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:37 smithi135 bash[24787]: audit 2024-09-18T08:26:36.748493+0000 mon.smithi079 (mon.0) 805 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-18T08:26:38.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:37 smithi135 bash[24787]: cluster 2024-09-18T08:26:36.753173+0000 mon.smithi079 (mon.0) 806 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-18T08:26:38.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:37 smithi135 bash[24787]: cluster 2024-09-18T08:26:36.753173+0000 mon.smithi079 (mon.0) 806 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-18T08:26:38.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:37 smithi135 bash[24787]: cephadm 2024-09-18T08:26:36.813583+0000 mgr.smithi079.dmaxqe (mgr.14205) 247 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-09-18T08:26:38.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:37 smithi135 bash[24787]: cephadm 2024-09-18T08:26:36.813583+0000 mgr.smithi079.dmaxqe (mgr.14205) 247 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-09-18T08:26:38.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:37 smithi135 bash[24787]: audit 2024-09-18T08:26:36.818592+0000 mon.smithi079 (mon.0) 807 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:38.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:37 smithi135 bash[24787]: audit 2024-09-18T08:26:36.818592+0000 mon.smithi079 (mon.0) 807 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:38.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:37 smithi135 bash[24787]: cephadm 2024-09-18T08:26:36.820466+0000 mgr.smithi079.dmaxqe (mgr.14205) 248 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-09-18T08:26:38.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:37 smithi135 bash[24787]: cephadm 2024-09-18T08:26:36.820466+0000 mgr.smithi079.dmaxqe (mgr.14205) 248 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-09-18T08:26:38.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:37 smithi135 bash[24787]: audit 2024-09-18T08:26:36.823874+0000 mon.smithi079 (mon.0) 808 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:38.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:37 smithi135 bash[24787]: audit 2024-09-18T08:26:36.823874+0000 mon.smithi079 (mon.0) 808 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:39.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:38 smithi079 bash[19997]: cluster 2024-09-18T08:26:37.451287+0000 mgr.smithi079.dmaxqe (mgr.14205) 249 : cluster [DBG] pgmap v213: 97 pgs: 3 creating+activating, 5 creating+peering, 22 unknown, 67 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:39.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:38 smithi079 bash[19997]: cluster 2024-09-18T08:26:37.451287+0000 mgr.smithi079.dmaxqe (mgr.14205) 249 : cluster [DBG] pgmap v213: 97 pgs: 3 creating+activating, 5 creating+peering, 22 unknown, 67 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:39.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:38 smithi079 bash[19997]: cluster 2024-09-18T08:26:37.770503+0000 mon.smithi079 (mon.0) 809 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-18T08:26:39.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:38 smithi079 bash[19997]: cluster 2024-09-18T08:26:37.770503+0000 mon.smithi079 (mon.0) 809 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-18T08:26:39.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:38 smithi079 bash[19997]: audit 2024-09-18T08:26:38.177692+0000 mon.smithi079 (mon.0) 810 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:39.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:38 smithi079 bash[19997]: audit 2024-09-18T08:26:38.177692+0000 mon.smithi079 (mon.0) 810 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:39.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:38 smithi079 bash[19997]: audit 2024-09-18T08:26:38.186484+0000 mon.smithi079 (mon.0) 811 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:39.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:38 smithi079 bash[19997]: audit 2024-09-18T08:26:38.186484+0000 mon.smithi079 (mon.0) 811 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:39.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:38 smithi079 bash[19997]: audit 2024-09-18T08:26:38.188354+0000 mon.smithi079 (mon.0) 812 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:26:39.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:38 smithi079 bash[19997]: audit 2024-09-18T08:26:38.188354+0000 mon.smithi079 (mon.0) 812 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:26:39.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:38 smithi079 bash[19997]: audit 2024-09-18T08:26:38.189944+0000 mon.smithi079 (mon.0) 813 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:26:39.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:38 smithi079 bash[19997]: audit 2024-09-18T08:26:38.189944+0000 mon.smithi079 (mon.0) 813 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:26:39.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:38 smithi079 bash[19997]: audit 2024-09-18T08:26:38.197597+0000 mon.smithi079 (mon.0) 814 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:39.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:38 smithi079 bash[19997]: audit 2024-09-18T08:26:38.197597+0000 mon.smithi079 (mon.0) 814 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:39.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:38 smithi079 bash[19997]: audit 2024-09-18T08:26:38.201353+0000 mon.smithi079 (mon.0) 815 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:26:39.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:38 smithi079 bash[19997]: audit 2024-09-18T08:26:38.201353+0000 mon.smithi079 (mon.0) 815 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:26:39.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:38 smithi079 bash[19997]: audit 2024-09-18T08:26:38.213966+0000 mon.smithi079 (mon.0) 816 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi135.hisqak", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-18T08:26:39.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:38 smithi079 bash[19997]: audit 2024-09-18T08:26:38.213966+0000 mon.smithi079 (mon.0) 816 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi135.hisqak", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-18T08:26:39.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:38 smithi079 bash[19997]: audit 2024-09-18T08:26:38.216459+0000 mon.smithi079 (mon.0) 817 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi135.hisqak", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-18T08:26:39.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:38 smithi079 bash[19997]: audit 2024-09-18T08:26:38.216459+0000 mon.smithi079 (mon.0) 817 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi135.hisqak", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-18T08:26:39.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:38 smithi079 bash[19997]: audit 2024-09-18T08:26:38.220473+0000 mon.smithi079 (mon.0) 818 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:26:39.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:38 smithi079 bash[19997]: audit 2024-09-18T08:26:38.220473+0000 mon.smithi079 (mon.0) 818 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:26:39.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:38 smithi079 bash[19997]: cephadm 2024-09-18T08:26:38.221720+0000 mgr.smithi079.dmaxqe (mgr.14205) 250 : cephadm [INF] Deploying daemon mds.foofs.smithi135.hisqak on smithi135 2024-09-18T08:26:39.109 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:38 smithi079 bash[19997]: cephadm 2024-09-18T08:26:38.221720+0000 mgr.smithi079.dmaxqe (mgr.14205) 250 : cephadm [INF] Deploying daemon mds.foofs.smithi135.hisqak on smithi135 2024-09-18T08:26:39.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:38 smithi135 bash[24787]: cluster 2024-09-18T08:26:37.451287+0000 mgr.smithi079.dmaxqe (mgr.14205) 249 : cluster [DBG] pgmap v213: 97 pgs: 3 creating+activating, 5 creating+peering, 22 unknown, 67 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:39.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:38 smithi135 bash[24787]: cluster 2024-09-18T08:26:37.451287+0000 mgr.smithi079.dmaxqe (mgr.14205) 249 : cluster [DBG] pgmap v213: 97 pgs: 3 creating+activating, 5 creating+peering, 22 unknown, 67 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:39.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:38 smithi135 bash[24787]: cluster 2024-09-18T08:26:37.770503+0000 mon.smithi079 (mon.0) 809 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-18T08:26:39.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:38 smithi135 bash[24787]: cluster 2024-09-18T08:26:37.770503+0000 mon.smithi079 (mon.0) 809 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-18T08:26:39.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:38 smithi135 bash[24787]: audit 2024-09-18T08:26:38.177692+0000 mon.smithi079 (mon.0) 810 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:39.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:38 smithi135 bash[24787]: audit 2024-09-18T08:26:38.177692+0000 mon.smithi079 (mon.0) 810 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:39.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:38 smithi135 bash[24787]: audit 2024-09-18T08:26:38.186484+0000 mon.smithi079 (mon.0) 811 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:39.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:38 smithi135 bash[24787]: audit 2024-09-18T08:26:38.186484+0000 mon.smithi079 (mon.0) 811 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:39.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:38 smithi135 bash[24787]: audit 2024-09-18T08:26:38.188354+0000 mon.smithi079 (mon.0) 812 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:26:39.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:38 smithi135 bash[24787]: audit 2024-09-18T08:26:38.188354+0000 mon.smithi079 (mon.0) 812 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:26:39.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:38 smithi135 bash[24787]: audit 2024-09-18T08:26:38.189944+0000 mon.smithi079 (mon.0) 813 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:26:39.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:38 smithi135 bash[24787]: audit 2024-09-18T08:26:38.189944+0000 mon.smithi079 (mon.0) 813 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:26:39.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:38 smithi135 bash[24787]: audit 2024-09-18T08:26:38.197597+0000 mon.smithi079 (mon.0) 814 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:39.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:38 smithi135 bash[24787]: audit 2024-09-18T08:26:38.197597+0000 mon.smithi079 (mon.0) 814 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:39.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:38 smithi135 bash[24787]: audit 2024-09-18T08:26:38.201353+0000 mon.smithi079 (mon.0) 815 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:26:39.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:38 smithi135 bash[24787]: audit 2024-09-18T08:26:38.201353+0000 mon.smithi079 (mon.0) 815 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:26:39.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:38 smithi135 bash[24787]: audit 2024-09-18T08:26:38.213966+0000 mon.smithi079 (mon.0) 816 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi135.hisqak", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-18T08:26:39.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:38 smithi135 bash[24787]: audit 2024-09-18T08:26:38.213966+0000 mon.smithi079 (mon.0) 816 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi135.hisqak", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-18T08:26:39.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:38 smithi135 bash[24787]: audit 2024-09-18T08:26:38.216459+0000 mon.smithi079 (mon.0) 817 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi135.hisqak", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-18T08:26:39.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:38 smithi135 bash[24787]: audit 2024-09-18T08:26:38.216459+0000 mon.smithi079 (mon.0) 817 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi135.hisqak", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-18T08:26:39.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:38 smithi135 bash[24787]: audit 2024-09-18T08:26:38.220473+0000 mon.smithi079 (mon.0) 818 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:26:39.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:38 smithi135 bash[24787]: audit 2024-09-18T08:26:38.220473+0000 mon.smithi079 (mon.0) 818 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:26:39.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:38 smithi135 bash[24787]: cephadm 2024-09-18T08:26:38.221720+0000 mgr.smithi079.dmaxqe (mgr.14205) 250 : cephadm [INF] Deploying daemon mds.foofs.smithi135.hisqak on smithi135 2024-09-18T08:26:39.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:38 smithi135 bash[24787]: cephadm 2024-09-18T08:26:38.221720+0000 mgr.smithi079.dmaxqe (mgr.14205) 250 : cephadm [INF] Deploying daemon mds.foofs.smithi135.hisqak on smithi135 2024-09-18T08:26:40.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:39 smithi079 bash[19997]: cluster 2024-09-18T08:26:38.846231+0000 mon.smithi079 (mon.0) 819 : cluster [DBG] mgrmap e21: smithi079.dmaxqe(active, since 5m), standbys: smithi135.vlchji 2024-09-18T08:26:40.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:39 smithi079 bash[19997]: cluster 2024-09-18T08:26:38.846231+0000 mon.smithi079 (mon.0) 819 : cluster [DBG] mgrmap e21: smithi079.dmaxqe(active, since 5m), standbys: smithi135.vlchji 2024-09-18T08:26:40.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:39 smithi135 bash[24787]: cluster 2024-09-18T08:26:38.846231+0000 mon.smithi079 (mon.0) 819 : cluster [DBG] mgrmap e21: smithi079.dmaxqe(active, since 5m), standbys: smithi135.vlchji 2024-09-18T08:26:40.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:39 smithi135 bash[24787]: cluster 2024-09-18T08:26:38.846231+0000 mon.smithi079 (mon.0) 819 : cluster [DBG] mgrmap e21: smithi079.dmaxqe(active, since 5m), standbys: smithi135.vlchji 2024-09-18T08:26:40.929 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:40 smithi135 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:26:40.929 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:40 smithi135 bash[24787]: cluster 2024-09-18T08:26:39.452224+0000 mgr.smithi079.dmaxqe (mgr.14205) 251 : cluster [DBG] pgmap v215: 97 pgs: 3 creating+activating, 5 creating+peering, 7 unknown, 82 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:40.929 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:40 smithi135 bash[24787]: cluster 2024-09-18T08:26:39.452224+0000 mgr.smithi079.dmaxqe (mgr.14205) 251 : cluster [DBG] pgmap v215: 97 pgs: 3 creating+activating, 5 creating+peering, 7 unknown, 82 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:41.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:40 smithi079 bash[19997]: cluster 2024-09-18T08:26:39.452224+0000 mgr.smithi079.dmaxqe (mgr.14205) 251 : cluster [DBG] pgmap v215: 97 pgs: 3 creating+activating, 5 creating+peering, 7 unknown, 82 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:41.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:40 smithi079 bash[19997]: cluster 2024-09-18T08:26:39.452224+0000 mgr.smithi079.dmaxqe (mgr.14205) 251 : cluster [DBG] pgmap v215: 97 pgs: 3 creating+activating, 5 creating+peering, 7 unknown, 82 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:26:41.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:41 smithi135 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:26:42.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:42 smithi079 bash[19997]: audit 2024-09-18T08:26:41.262345+0000 mon.smithi079 (mon.0) 820 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:42.607 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:42 smithi079 bash[19997]: audit 2024-09-18T08:26:41.262345+0000 mon.smithi079 (mon.0) 820 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:42.607 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:42 smithi079 bash[19997]: audit 2024-09-18T08:26:41.272004+0000 mon.smithi079 (mon.0) 821 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:42.607 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:42 smithi079 bash[19997]: audit 2024-09-18T08:26:41.272004+0000 mon.smithi079 (mon.0) 821 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:42.607 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:42 smithi079 bash[19997]: audit 2024-09-18T08:26:41.280760+0000 mon.smithi079 (mon.0) 822 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:42.607 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:42 smithi079 bash[19997]: audit 2024-09-18T08:26:41.280760+0000 mon.smithi079 (mon.0) 822 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:42.607 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:42 smithi079 bash[19997]: audit 2024-09-18T08:26:41.282257+0000 mon.smithi079 (mon.0) 823 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi079.uwgvxp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-18T08:26:42.607 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:42 smithi079 bash[19997]: audit 2024-09-18T08:26:41.282257+0000 mon.smithi079 (mon.0) 823 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi079.uwgvxp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-18T08:26:42.607 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:42 smithi079 bash[19997]: audit 2024-09-18T08:26:41.286189+0000 mon.smithi079 (mon.0) 824 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi079.uwgvxp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-18T08:26:42.607 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:42 smithi079 bash[19997]: audit 2024-09-18T08:26:41.286189+0000 mon.smithi079 (mon.0) 824 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi079.uwgvxp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-18T08:26:42.607 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:42 smithi079 bash[19997]: audit 2024-09-18T08:26:41.291449+0000 mon.smithi079 (mon.0) 825 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:26:42.607 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:42 smithi079 bash[19997]: audit 2024-09-18T08:26:41.291449+0000 mon.smithi079 (mon.0) 825 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:26:42.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:42 smithi135 bash[24787]: audit 2024-09-18T08:26:41.262345+0000 mon.smithi079 (mon.0) 820 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:42.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:42 smithi135 bash[24787]: audit 2024-09-18T08:26:41.262345+0000 mon.smithi079 (mon.0) 820 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:42.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:42 smithi135 bash[24787]: audit 2024-09-18T08:26:41.272004+0000 mon.smithi079 (mon.0) 821 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:42.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:42 smithi135 bash[24787]: audit 2024-09-18T08:26:41.272004+0000 mon.smithi079 (mon.0) 821 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:42.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:42 smithi135 bash[24787]: audit 2024-09-18T08:26:41.280760+0000 mon.smithi079 (mon.0) 822 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:42.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:42 smithi135 bash[24787]: audit 2024-09-18T08:26:41.280760+0000 mon.smithi079 (mon.0) 822 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:42.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:42 smithi135 bash[24787]: audit 2024-09-18T08:26:41.282257+0000 mon.smithi079 (mon.0) 823 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi079.uwgvxp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-18T08:26:42.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:42 smithi135 bash[24787]: audit 2024-09-18T08:26:41.282257+0000 mon.smithi079 (mon.0) 823 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi079.uwgvxp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-18T08:26:42.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:42 smithi135 bash[24787]: audit 2024-09-18T08:26:41.286189+0000 mon.smithi079 (mon.0) 824 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi079.uwgvxp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-18T08:26:42.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:42 smithi135 bash[24787]: audit 2024-09-18T08:26:41.286189+0000 mon.smithi079 (mon.0) 824 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi079.uwgvxp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-18T08:26:42.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:42 smithi135 bash[24787]: audit 2024-09-18T08:26:41.291449+0000 mon.smithi079 (mon.0) 825 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:26:42.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:42 smithi135 bash[24787]: audit 2024-09-18T08:26:41.291449+0000 mon.smithi079 (mon.0) 825 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:26:42.991 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:26:43.511 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:43 smithi135 bash[24787]: cephadm 2024-09-18T08:26:41.293377+0000 mgr.smithi079.dmaxqe (mgr.14205) 252 : cephadm [INF] Deploying daemon mds.foofs.smithi079.uwgvxp on smithi079 2024-09-18T08:26:43.511 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:43 smithi135 bash[24787]: cephadm 2024-09-18T08:26:41.293377+0000 mgr.smithi079.dmaxqe (mgr.14205) 252 : cephadm [INF] Deploying daemon mds.foofs.smithi079.uwgvxp on smithi079 2024-09-18T08:26:43.512 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:43 smithi135 bash[24787]: cluster 2024-09-18T08:26:41.453140+0000 mgr.smithi079.dmaxqe (mgr.14205) 253 : cluster [DBG] pgmap v216: 97 pgs: 3 creating+activating, 94 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-18T08:26:43.512 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:43 smithi135 bash[24787]: cluster 2024-09-18T08:26:41.453140+0000 mgr.smithi079.dmaxqe (mgr.14205) 253 : cluster [DBG] pgmap v216: 97 pgs: 3 creating+activating, 94 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-18T08:26:43.512 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:43 smithi135 bash[24787]: cluster 2024-09-18T08:26:42.445592+0000 mon.smithi079 (mon.0) 826 : cluster [INF] daemon mds.foofs.smithi135.hisqak assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-18T08:26:43.512 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:43 smithi135 bash[24787]: cluster 2024-09-18T08:26:42.445592+0000 mon.smithi079 (mon.0) 826 : cluster [INF] daemon mds.foofs.smithi135.hisqak assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-18T08:26:43.512 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:43 smithi135 bash[24787]: cluster 2024-09-18T08:26:42.445762+0000 mon.smithi079 (mon.0) 827 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-18T08:26:43.512 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:43 smithi135 bash[24787]: cluster 2024-09-18T08:26:42.445762+0000 mon.smithi079 (mon.0) 827 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-18T08:26:43.512 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:43 smithi135 bash[24787]: cluster 2024-09-18T08:26:42.445812+0000 mon.smithi079 (mon.0) 828 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-18T08:26:43.512 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:43 smithi135 bash[24787]: cluster 2024-09-18T08:26:42.445812+0000 mon.smithi079 (mon.0) 828 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-18T08:26:43.512 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:43 smithi135 bash[24787]: cluster 2024-09-18T08:26:42.445839+0000 mon.smithi079 (mon.0) 829 : cluster [INF] Cluster is now healthy 2024-09-18T08:26:43.512 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:43 smithi135 bash[24787]: cluster 2024-09-18T08:26:42.445839+0000 mon.smithi079 (mon.0) 829 : cluster [INF] Cluster is now healthy 2024-09-18T08:26:43.512 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:43 smithi135 bash[24787]: cluster 2024-09-18T08:26:42.452597+0000 mon.smithi079 (mon.0) 830 : cluster [DBG] mds.? [v2:172.21.15.135:6832/2470628188,v1:172.21.15.135:6833/2470628188] up:boot 2024-09-18T08:26:43.513 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:43 smithi135 bash[24787]: cluster 2024-09-18T08:26:42.452597+0000 mon.smithi079 (mon.0) 830 : cluster [DBG] mds.? [v2:172.21.15.135:6832/2470628188,v1:172.21.15.135:6833/2470628188] up:boot 2024-09-18T08:26:43.513 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:43 smithi135 bash[24787]: cluster 2024-09-18T08:26:42.452833+0000 mon.smithi079 (mon.0) 831 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi135.hisqak=up:creating} 2024-09-18T08:26:43.513 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:43 smithi135 bash[24787]: cluster 2024-09-18T08:26:42.452833+0000 mon.smithi079 (mon.0) 831 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi135.hisqak=up:creating} 2024-09-18T08:26:43.513 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:43 smithi135 bash[24787]: audit 2024-09-18T08:26:42.453069+0000 mon.smithi079 (mon.0) 832 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mds metadata", "who": "foofs.smithi135.hisqak"} : dispatch 2024-09-18T08:26:43.513 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:43 smithi135 bash[24787]: audit 2024-09-18T08:26:42.453069+0000 mon.smithi079 (mon.0) 832 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mds metadata", "who": "foofs.smithi135.hisqak"} : dispatch 2024-09-18T08:26:43.513 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:43 smithi135 bash[24787]: cluster 2024-09-18T08:26:42.481139+0000 mon.smithi079 (mon.0) 833 : cluster [INF] daemon mds.foofs.smithi135.hisqak is now active in filesystem foofs as rank 0 2024-09-18T08:26:43.513 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:43 smithi135 bash[24787]: cluster 2024-09-18T08:26:42.481139+0000 mon.smithi079 (mon.0) 833 : cluster [INF] daemon mds.foofs.smithi135.hisqak is now active in filesystem foofs as rank 0 2024-09-18T08:26:43.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:43 smithi079 bash[19997]: cephadm 2024-09-18T08:26:41.293377+0000 mgr.smithi079.dmaxqe (mgr.14205) 252 : cephadm [INF] Deploying daemon mds.foofs.smithi079.uwgvxp on smithi079 2024-09-18T08:26:43.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:43 smithi079 bash[19997]: cephadm 2024-09-18T08:26:41.293377+0000 mgr.smithi079.dmaxqe (mgr.14205) 252 : cephadm [INF] Deploying daemon mds.foofs.smithi079.uwgvxp on smithi079 2024-09-18T08:26:43.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:43 smithi079 bash[19997]: cluster 2024-09-18T08:26:41.453140+0000 mgr.smithi079.dmaxqe (mgr.14205) 253 : cluster [DBG] pgmap v216: 97 pgs: 3 creating+activating, 94 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-18T08:26:43.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:43 smithi079 bash[19997]: cluster 2024-09-18T08:26:41.453140+0000 mgr.smithi079.dmaxqe (mgr.14205) 253 : cluster [DBG] pgmap v216: 97 pgs: 3 creating+activating, 94 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-18T08:26:43.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:43 smithi079 bash[19997]: cluster 2024-09-18T08:26:42.445592+0000 mon.smithi079 (mon.0) 826 : cluster [INF] daemon mds.foofs.smithi135.hisqak assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-18T08:26:43.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:43 smithi079 bash[19997]: cluster 2024-09-18T08:26:42.445592+0000 mon.smithi079 (mon.0) 826 : cluster [INF] daemon mds.foofs.smithi135.hisqak assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-18T08:26:43.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:43 smithi079 bash[19997]: cluster 2024-09-18T08:26:42.445762+0000 mon.smithi079 (mon.0) 827 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-18T08:26:43.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:43 smithi079 bash[19997]: cluster 2024-09-18T08:26:42.445762+0000 mon.smithi079 (mon.0) 827 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-18T08:26:43.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:43 smithi079 bash[19997]: cluster 2024-09-18T08:26:42.445812+0000 mon.smithi079 (mon.0) 828 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-18T08:26:43.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:43 smithi079 bash[19997]: cluster 2024-09-18T08:26:42.445812+0000 mon.smithi079 (mon.0) 828 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-18T08:26:43.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:43 smithi079 bash[19997]: cluster 2024-09-18T08:26:42.445839+0000 mon.smithi079 (mon.0) 829 : cluster [INF] Cluster is now healthy 2024-09-18T08:26:43.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:43 smithi079 bash[19997]: cluster 2024-09-18T08:26:42.445839+0000 mon.smithi079 (mon.0) 829 : cluster [INF] Cluster is now healthy 2024-09-18T08:26:43.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:43 smithi079 bash[19997]: cluster 2024-09-18T08:26:42.452597+0000 mon.smithi079 (mon.0) 830 : cluster [DBG] mds.? [v2:172.21.15.135:6832/2470628188,v1:172.21.15.135:6833/2470628188] up:boot 2024-09-18T08:26:43.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:43 smithi079 bash[19997]: cluster 2024-09-18T08:26:42.452597+0000 mon.smithi079 (mon.0) 830 : cluster [DBG] mds.? [v2:172.21.15.135:6832/2470628188,v1:172.21.15.135:6833/2470628188] up:boot 2024-09-18T08:26:43.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:43 smithi079 bash[19997]: cluster 2024-09-18T08:26:42.452833+0000 mon.smithi079 (mon.0) 831 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi135.hisqak=up:creating} 2024-09-18T08:26:43.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:43 smithi079 bash[19997]: cluster 2024-09-18T08:26:42.452833+0000 mon.smithi079 (mon.0) 831 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi135.hisqak=up:creating} 2024-09-18T08:26:43.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:43 smithi079 bash[19997]: audit 2024-09-18T08:26:42.453069+0000 mon.smithi079 (mon.0) 832 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mds metadata", "who": "foofs.smithi135.hisqak"} : dispatch 2024-09-18T08:26:43.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:43 smithi079 bash[19997]: audit 2024-09-18T08:26:42.453069+0000 mon.smithi079 (mon.0) 832 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mds metadata", "who": "foofs.smithi135.hisqak"} : dispatch 2024-09-18T08:26:43.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:43 smithi079 bash[19997]: cluster 2024-09-18T08:26:42.481139+0000 mon.smithi079 (mon.0) 833 : cluster [INF] daemon mds.foofs.smithi135.hisqak is now active in filesystem foofs as rank 0 2024-09-18T08:26:43.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:43 smithi079 bash[19997]: cluster 2024-09-18T08:26:42.481139+0000 mon.smithi079 (mon.0) 833 : cluster [INF] daemon mds.foofs.smithi135.hisqak is now active in filesystem foofs as rank 0 2024-09-18T08:26:44.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:44 smithi079 bash[19997]: cluster 2024-09-18T08:26:43.454187+0000 mgr.smithi079.dmaxqe (mgr.14205) 254 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 578 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 664 B/s wr, 2 op/s 2024-09-18T08:26:44.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:44 smithi079 bash[19997]: cluster 2024-09-18T08:26:43.454187+0000 mgr.smithi079.dmaxqe (mgr.14205) 254 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 578 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 664 B/s wr, 2 op/s 2024-09-18T08:26:44.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:44 smithi079 bash[19997]: cluster 2024-09-18T08:26:43.454591+0000 mon.smithi079 (mon.0) 834 : cluster [DBG] mds.? [v2:172.21.15.135:6832/2470628188,v1:172.21.15.135:6833/2470628188] up:active 2024-09-18T08:26:44.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:44 smithi079 bash[19997]: cluster 2024-09-18T08:26:43.454591+0000 mon.smithi079 (mon.0) 834 : cluster [DBG] mds.? [v2:172.21.15.135:6832/2470628188,v1:172.21.15.135:6833/2470628188] up:active 2024-09-18T08:26:44.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:44 smithi079 bash[19997]: cluster 2024-09-18T08:26:43.454774+0000 mon.smithi079 (mon.0) 835 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi135.hisqak=up:active} 2024-09-18T08:26:44.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:44 smithi079 bash[19997]: cluster 2024-09-18T08:26:43.454774+0000 mon.smithi079 (mon.0) 835 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi135.hisqak=up:active} 2024-09-18T08:26:44.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:44 smithi135 bash[24787]: cluster 2024-09-18T08:26:43.454187+0000 mgr.smithi079.dmaxqe (mgr.14205) 254 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 578 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 664 B/s wr, 2 op/s 2024-09-18T08:26:44.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:44 smithi135 bash[24787]: cluster 2024-09-18T08:26:43.454187+0000 mgr.smithi079.dmaxqe (mgr.14205) 254 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 578 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 664 B/s wr, 2 op/s 2024-09-18T08:26:44.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:44 smithi135 bash[24787]: cluster 2024-09-18T08:26:43.454591+0000 mon.smithi079 (mon.0) 834 : cluster [DBG] mds.? [v2:172.21.15.135:6832/2470628188,v1:172.21.15.135:6833/2470628188] up:active 2024-09-18T08:26:44.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:44 smithi135 bash[24787]: cluster 2024-09-18T08:26:43.454591+0000 mon.smithi079 (mon.0) 834 : cluster [DBG] mds.? [v2:172.21.15.135:6832/2470628188,v1:172.21.15.135:6833/2470628188] up:active 2024-09-18T08:26:44.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:44 smithi135 bash[24787]: cluster 2024-09-18T08:26:43.454774+0000 mon.smithi079 (mon.0) 835 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi135.hisqak=up:active} 2024-09-18T08:26:44.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:44 smithi135 bash[24787]: cluster 2024-09-18T08:26:43.454774+0000 mon.smithi079 (mon.0) 835 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi135.hisqak=up:active} 2024-09-18T08:26:45.603 INFO:teuthology.orchestra.run.smithi079.stdout:{ 2024-09-18T08:26:45.604 INFO:teuthology.orchestra.run.smithi079.stdout: "bind": "/fake", 2024-09-18T08:26:45.604 INFO:teuthology.orchestra.run.smithi079.stdout: "cluster": "foo", 2024-09-18T08:26:45.604 INFO:teuthology.orchestra.run.smithi079.stdout: "fs": "foofs", 2024-09-18T08:26:45.604 INFO:teuthology.orchestra.run.smithi079.stdout: "mode": "RW", 2024-09-18T08:26:45.604 INFO:teuthology.orchestra.run.smithi079.stdout: "path": "/" 2024-09-18T08:26:45.604 INFO:teuthology.orchestra.run.smithi079.stdout:} 2024-09-18T08:26:45.707 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:45 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:26:45.991 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:45 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:26:46.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: cluster 2024-09-18T08:26:45.454685+0000 mgr.smithi079.dmaxqe (mgr.14205) 255 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 578 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 2 op/s 2024-09-18T08:26:46.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: cluster 2024-09-18T08:26:45.454685+0000 mgr.smithi079.dmaxqe (mgr.14205) 255 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 578 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 2 op/s 2024-09-18T08:26:46.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.527035+0000 mgr.smithi079.dmaxqe (mgr.14205) 256 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:26:46.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.527035+0000 mgr.smithi079.dmaxqe (mgr.14205) 256 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:26:46.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.596318+0000 mon.smithi079 (mon.0) 836 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "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-18T08:26:46.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.596318+0000 mon.smithi079 (mon.0) 836 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "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-18T08:26:46.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.598227+0000 mon.smithi079 (mon.0) 837 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "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-18T08:26:46.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.598227+0000 mon.smithi079 (mon.0) 837 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "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-18T08:26:46.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.892039+0000 mon.smithi079 (mon.0) 838 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:46.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.892039+0000 mon.smithi079 (mon.0) 838 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:46.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.898353+0000 mon.smithi079 (mon.0) 839 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:46.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.898353+0000 mon.smithi079 (mon.0) 839 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:46.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.904882+0000 mon.smithi079 (mon.0) 840 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:46.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.904882+0000 mon.smithi079 (mon.0) 840 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:46.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.910649+0000 mon.smithi079 (mon.0) 841 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:46.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.910649+0000 mon.smithi079 (mon.0) 841 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:46.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.920421+0000 mon.smithi079 (mon.0) 842 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:46.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.920421+0000 mon.smithi079 (mon.0) 842 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:46.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.927294+0000 mon.smithi079 (mon.0) 843 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:46.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.927294+0000 mon.smithi079 (mon.0) 843 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:46.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: cephadm 2024-09-18T08:26:45.927679+0000 mgr.smithi079.dmaxqe (mgr.14205) 257 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi079.cpidab 2024-09-18T08:26:46.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: cephadm 2024-09-18T08:26:45.927679+0000 mgr.smithi079.dmaxqe (mgr.14205) 257 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi079.cpidab 2024-09-18T08:26:46.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.927891+0000 mon.smithi079 (mon.0) 844 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi079.cpidab", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-18T08:26:46.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.927891+0000 mon.smithi079 (mon.0) 844 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi079.cpidab", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-18T08:26:46.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.932904+0000 mon.smithi079 (mon.0) 845 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi079.cpidab", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-18T08:26:46.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.932904+0000 mon.smithi079 (mon.0) 845 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi079.cpidab", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-18T08:26:46.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: cephadm 2024-09-18T08:26:45.934678+0000 mgr.smithi079.dmaxqe (mgr.14205) 258 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-18T08:26:46.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: cephadm 2024-09-18T08:26:45.934678+0000 mgr.smithi079.dmaxqe (mgr.14205) 258 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-18T08:26:46.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: cluster 2024-09-18T08:26:45.454685+0000 mgr.smithi079.dmaxqe (mgr.14205) 255 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 578 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 2 op/s 2024-09-18T08:26:46.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: cluster 2024-09-18T08:26:45.454685+0000 mgr.smithi079.dmaxqe (mgr.14205) 255 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 578 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 2 op/s 2024-09-18T08:26:46.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.527035+0000 mgr.smithi079.dmaxqe (mgr.14205) 256 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:26:46.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.527035+0000 mgr.smithi079.dmaxqe (mgr.14205) 256 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:26:46.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.596318+0000 mon.smithi079 (mon.0) 836 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "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-18T08:26:46.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.596318+0000 mon.smithi079 (mon.0) 836 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "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-18T08:26:46.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.598227+0000 mon.smithi079 (mon.0) 837 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "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-18T08:26:46.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.598227+0000 mon.smithi079 (mon.0) 837 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "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-18T08:26:46.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.892039+0000 mon.smithi079 (mon.0) 838 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:46.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.892039+0000 mon.smithi079 (mon.0) 838 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:46.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.898353+0000 mon.smithi079 (mon.0) 839 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:46.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.898353+0000 mon.smithi079 (mon.0) 839 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:46.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.904882+0000 mon.smithi079 (mon.0) 840 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:46.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.904882+0000 mon.smithi079 (mon.0) 840 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:46.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.910649+0000 mon.smithi079 (mon.0) 841 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:46.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.910649+0000 mon.smithi079 (mon.0) 841 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:46.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.920421+0000 mon.smithi079 (mon.0) 842 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:46.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.920421+0000 mon.smithi079 (mon.0) 842 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:46.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.927294+0000 mon.smithi079 (mon.0) 843 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:46.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.927294+0000 mon.smithi079 (mon.0) 843 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:46.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: cephadm 2024-09-18T08:26:45.927679+0000 mgr.smithi079.dmaxqe (mgr.14205) 257 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi079.cpidab 2024-09-18T08:26:46.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: cephadm 2024-09-18T08:26:45.927679+0000 mgr.smithi079.dmaxqe (mgr.14205) 257 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi079.cpidab 2024-09-18T08:26:46.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.927891+0000 mon.smithi079 (mon.0) 844 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi079.cpidab", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-18T08:26:46.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.927891+0000 mon.smithi079 (mon.0) 844 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi079.cpidab", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-18T08:26:46.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.932904+0000 mon.smithi079 (mon.0) 845 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi079.cpidab", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-18T08:26:46.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.932904+0000 mon.smithi079 (mon.0) 845 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi079.cpidab", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-18T08:26:46.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: cephadm 2024-09-18T08:26:45.934678+0000 mgr.smithi079.dmaxqe (mgr.14205) 258 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-18T08:26:46.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: cephadm 2024-09-18T08:26:45.934678+0000 mgr.smithi079.dmaxqe (mgr.14205) 258 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-18T08:26:46.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.934935+0000 mon.smithi079 (mon.0) 846 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 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-18T08:26:46.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.934935+0000 mon.smithi079 (mon.0) 846 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 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-18T08:26:46.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.939751+0000 mon.smithi079 (mon.0) 847 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 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-18T08:26:46.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.939751+0000 mon.smithi079 (mon.0) 847 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 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-18T08:26:46.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.942510+0000 mon.smithi079 (mon.0) 848 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:26:46.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.942510+0000 mon.smithi079 (mon.0) 848 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:26:46.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.994080+0000 mon.smithi079 (mon.0) 849 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-18T08:26:46.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.994080+0000 mon.smithi079 (mon.0) 849 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-18T08:26:46.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.997784+0000 mon.smithi079 (mon.0) 850 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-18T08:26:46.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:45.997784+0000 mon.smithi079 (mon.0) 850 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-18T08:26:46.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: cephadm 2024-09-18T08:26:46.056641+0000 mgr.smithi079.dmaxqe (mgr.14205) 259 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-18T08:26:46.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: cephadm 2024-09-18T08:26:46.056641+0000 mgr.smithi079.dmaxqe (mgr.14205) 259 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-18T08:26:46.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: cephadm 2024-09-18T08:26:46.056745+0000 mgr.smithi079.dmaxqe (mgr.14205) 260 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi079.cpidab-rgw 2024-09-18T08:26:46.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: cephadm 2024-09-18T08:26:46.056745+0000 mgr.smithi079.dmaxqe (mgr.14205) 260 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi079.cpidab-rgw 2024-09-18T08:26:46.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:46.057106+0000 mon.smithi079 (mon.0) 851 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi079.cpidab-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-18T08:26:46.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:46.057106+0000 mon.smithi079 (mon.0) 851 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi079.cpidab-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-18T08:26:46.955 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:46.060520+0000 mon.smithi079 (mon.0) 852 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi079.cpidab-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-18T08:26:46.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:46.060520+0000 mon.smithi079 (mon.0) 852 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi079.cpidab-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-18T08:26:46.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: cephadm 2024-09-18T08:26:46.062985+0000 mgr.smithi079.dmaxqe (mgr.14205) 261 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi079.cpidab's ganesha conf is defaulting to empty 2024-09-18T08:26:46.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: cephadm 2024-09-18T08:26:46.062985+0000 mgr.smithi079.dmaxqe (mgr.14205) 261 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi079.cpidab's ganesha conf is defaulting to empty 2024-09-18T08:26:46.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:46.067978+0000 mon.smithi079 (mon.0) 853 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:26:46.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: audit 2024-09-18T08:26:46.067978+0000 mon.smithi079 (mon.0) 853 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:26:46.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: cephadm 2024-09-18T08:26:46.069117+0000 mgr.smithi079.dmaxqe (mgr.14205) 262 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi079.cpidab on smithi079 2024-09-18T08:26:46.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:46 smithi135 bash[24787]: cephadm 2024-09-18T08:26:46.069117+0000 mgr.smithi079.dmaxqe (mgr.14205) 262 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi079.cpidab on smithi079 2024-09-18T08:26:47.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.934935+0000 mon.smithi079 (mon.0) 846 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 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-18T08:26:47.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.934935+0000 mon.smithi079 (mon.0) 846 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 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-18T08:26:47.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.939751+0000 mon.smithi079 (mon.0) 847 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 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-18T08:26:47.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.939751+0000 mon.smithi079 (mon.0) 847 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 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-18T08:26:47.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.942510+0000 mon.smithi079 (mon.0) 848 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:26:47.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.942510+0000 mon.smithi079 (mon.0) 848 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:26:47.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.994080+0000 mon.smithi079 (mon.0) 849 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-18T08:26:47.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.994080+0000 mon.smithi079 (mon.0) 849 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-18T08:26:47.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.997784+0000 mon.smithi079 (mon.0) 850 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-18T08:26:47.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:45.997784+0000 mon.smithi079 (mon.0) 850 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-18T08:26:47.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: cephadm 2024-09-18T08:26:46.056641+0000 mgr.smithi079.dmaxqe (mgr.14205) 259 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-18T08:26:47.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: cephadm 2024-09-18T08:26:46.056641+0000 mgr.smithi079.dmaxqe (mgr.14205) 259 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-18T08:26:47.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: cephadm 2024-09-18T08:26:46.056745+0000 mgr.smithi079.dmaxqe (mgr.14205) 260 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi079.cpidab-rgw 2024-09-18T08:26:47.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: cephadm 2024-09-18T08:26:46.056745+0000 mgr.smithi079.dmaxqe (mgr.14205) 260 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi079.cpidab-rgw 2024-09-18T08:26:47.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:46.057106+0000 mon.smithi079 (mon.0) 851 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi079.cpidab-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-18T08:26:47.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:46.057106+0000 mon.smithi079 (mon.0) 851 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi079.cpidab-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-18T08:26:47.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:46.060520+0000 mon.smithi079 (mon.0) 852 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi079.cpidab-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-18T08:26:47.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:46.060520+0000 mon.smithi079 (mon.0) 852 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi079.cpidab-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-18T08:26:47.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: cephadm 2024-09-18T08:26:46.062985+0000 mgr.smithi079.dmaxqe (mgr.14205) 261 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi079.cpidab's ganesha conf is defaulting to empty 2024-09-18T08:26:47.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: cephadm 2024-09-18T08:26:46.062985+0000 mgr.smithi079.dmaxqe (mgr.14205) 261 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi079.cpidab's ganesha conf is defaulting to empty 2024-09-18T08:26:47.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:46.067978+0000 mon.smithi079 (mon.0) 853 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:26:47.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: audit 2024-09-18T08:26:46.067978+0000 mon.smithi079 (mon.0) 853 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:26:47.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: cephadm 2024-09-18T08:26:46.069117+0000 mgr.smithi079.dmaxqe (mgr.14205) 262 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi079.cpidab on smithi079 2024-09-18T08:26:47.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:46 smithi079 bash[19997]: cephadm 2024-09-18T08:26:46.069117+0000 mgr.smithi079.dmaxqe (mgr.14205) 262 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi079.cpidab on smithi079 2024-09-18T08:26:47.683 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-18T08:26:47.693 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-09-18T08:26:47.693 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-18T08:26:48.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:48 smithi079 bash[19997]: cluster 2024-09-18T08:26:47.082409+0000 mon.smithi079 (mon.0) 854 : cluster [DBG] mgrmap e22: smithi079.dmaxqe(active, since 5m), standbys: smithi135.vlchji 2024-09-18T08:26:48.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:48 smithi079 bash[19997]: cluster 2024-09-18T08:26:47.082409+0000 mon.smithi079 (mon.0) 854 : cluster [DBG] mgrmap e22: smithi079.dmaxqe(active, since 5m), standbys: smithi135.vlchji 2024-09-18T08:26:48.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:48 smithi079 bash[19997]: cluster 2024-09-18T08:26:47.471648+0000 mon.smithi079 (mon.0) 855 : cluster [DBG] mds.? [v2:172.21.15.135:6832/2470628188,v1:172.21.15.135:6833/2470628188] up:active 2024-09-18T08:26:48.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:48 smithi079 bash[19997]: cluster 2024-09-18T08:26:47.471648+0000 mon.smithi079 (mon.0) 855 : cluster [DBG] mds.? [v2:172.21.15.135:6832/2470628188,v1:172.21.15.135:6833/2470628188] up:active 2024-09-18T08:26:48.357 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:48 smithi079 bash[19997]: cluster 2024-09-18T08:26:47.471804+0000 mon.smithi079 (mon.0) 856 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi135.hisqak=up:active} 2024-09-18T08:26:48.357 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:48 smithi079 bash[19997]: cluster 2024-09-18T08:26:47.471804+0000 mon.smithi079 (mon.0) 856 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi135.hisqak=up:active} 2024-09-18T08:26:48.357 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:48 smithi079 bash[19997]: audit 2024-09-18T08:26:47.731110+0000 mon.smithi079 (mon.0) 857 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:48.357 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:48 smithi079 bash[19997]: audit 2024-09-18T08:26:47.731110+0000 mon.smithi079 (mon.0) 857 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:48.357 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:48 smithi079 bash[19997]: audit 2024-09-18T08:26:47.732795+0000 mon.smithi079 (mon.0) 858 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:26:48.357 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:48 smithi079 bash[19997]: audit 2024-09-18T08:26:47.732795+0000 mon.smithi079 (mon.0) 858 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:26:48.357 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:48 smithi079 bash[19997]: audit 2024-09-18T08:26:47.806128+0000 mon.smithi079 (mon.0) 859 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:48.357 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:48 smithi079 bash[19997]: audit 2024-09-18T08:26:47.806128+0000 mon.smithi079 (mon.0) 859 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:48.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:48 smithi135 bash[24787]: cluster 2024-09-18T08:26:47.082409+0000 mon.smithi079 (mon.0) 854 : cluster [DBG] mgrmap e22: smithi079.dmaxqe(active, since 5m), standbys: smithi135.vlchji 2024-09-18T08:26:48.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:48 smithi135 bash[24787]: cluster 2024-09-18T08:26:47.082409+0000 mon.smithi079 (mon.0) 854 : cluster [DBG] mgrmap e22: smithi079.dmaxqe(active, since 5m), standbys: smithi135.vlchji 2024-09-18T08:26:48.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:48 smithi135 bash[24787]: cluster 2024-09-18T08:26:47.471648+0000 mon.smithi079 (mon.0) 855 : cluster [DBG] mds.? [v2:172.21.15.135:6832/2470628188,v1:172.21.15.135:6833/2470628188] up:active 2024-09-18T08:26:48.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:48 smithi135 bash[24787]: cluster 2024-09-18T08:26:47.471648+0000 mon.smithi079 (mon.0) 855 : cluster [DBG] mds.? [v2:172.21.15.135:6832/2470628188,v1:172.21.15.135:6833/2470628188] up:active 2024-09-18T08:26:48.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:48 smithi135 bash[24787]: cluster 2024-09-18T08:26:47.471804+0000 mon.smithi079 (mon.0) 856 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi135.hisqak=up:active} 2024-09-18T08:26:48.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:48 smithi135 bash[24787]: cluster 2024-09-18T08:26:47.471804+0000 mon.smithi079 (mon.0) 856 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi135.hisqak=up:active} 2024-09-18T08:26:48.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:48 smithi135 bash[24787]: audit 2024-09-18T08:26:47.731110+0000 mon.smithi079 (mon.0) 857 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:48.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:48 smithi135 bash[24787]: audit 2024-09-18T08:26:47.731110+0000 mon.smithi079 (mon.0) 857 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:48.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:48 smithi135 bash[24787]: audit 2024-09-18T08:26:47.732795+0000 mon.smithi079 (mon.0) 858 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:26:48.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:48 smithi135 bash[24787]: audit 2024-09-18T08:26:47.732795+0000 mon.smithi079 (mon.0) 858 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:26:48.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:48 smithi135 bash[24787]: audit 2024-09-18T08:26:47.806128+0000 mon.smithi079 (mon.0) 859 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:48.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:48 smithi135 bash[24787]: audit 2024-09-18T08:26:47.806128+0000 mon.smithi079 (mon.0) 859 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:49.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:49 smithi079 bash[19997]: cluster 2024-09-18T08:26:47.455733+0000 mgr.smithi079.dmaxqe (mgr.14205) 263 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 579 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2024-09-18T08:26:49.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:49 smithi079 bash[19997]: cluster 2024-09-18T08:26:47.455733+0000 mgr.smithi079.dmaxqe (mgr.14205) 263 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 579 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2024-09-18T08:26:49.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:49 smithi135 bash[24787]: cluster 2024-09-18T08:26:47.455733+0000 mgr.smithi079.dmaxqe (mgr.14205) 263 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 579 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2024-09-18T08:26:49.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:49 smithi135 bash[24787]: cluster 2024-09-18T08:26:47.455733+0000 mgr.smithi079.dmaxqe (mgr.14205) 263 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 579 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2024-09-18T08:26:49.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:49 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:26:50.146 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:50 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:26:50.146 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:50 smithi079 bash[19997]: cluster 2024-09-18T08:26:49.081785+0000 mon.smithi079 (mon.0) 860 : cluster [DBG] mds.? [v2:172.21.15.79:6834/3404775499,v1:172.21.15.79:6835/3404775499] up:boot 2024-09-18T08:26:50.146 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:50 smithi079 bash[19997]: cluster 2024-09-18T08:26:49.081785+0000 mon.smithi079 (mon.0) 860 : cluster [DBG] mds.? [v2:172.21.15.79:6834/3404775499,v1:172.21.15.79:6835/3404775499] up:boot 2024-09-18T08:26:50.146 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:50 smithi079 bash[19997]: cluster 2024-09-18T08:26:49.082482+0000 mon.smithi079 (mon.0) 861 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi135.hisqak=up:active} 1 up:standby 2024-09-18T08:26:50.146 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:50 smithi079 bash[19997]: cluster 2024-09-18T08:26:49.082482+0000 mon.smithi079 (mon.0) 861 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi135.hisqak=up:active} 1 up:standby 2024-09-18T08:26:50.146 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:50 smithi079 bash[19997]: audit 2024-09-18T08:26:49.083780+0000 mon.smithi079 (mon.0) 862 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mds metadata", "who": "foofs.smithi079.uwgvxp"} : dispatch 2024-09-18T08:26:50.146 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:50 smithi079 bash[19997]: audit 2024-09-18T08:26:49.083780+0000 mon.smithi079 (mon.0) 862 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mds metadata", "who": "foofs.smithi079.uwgvxp"} : dispatch 2024-09-18T08:26:50.146 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:50 smithi079 bash[19997]: cluster 2024-09-18T08:26:49.090516+0000 mon.smithi079 (mon.0) 863 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi135.hisqak=up:active} 1 up:standby 2024-09-18T08:26:50.147 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:50 smithi079 bash[19997]: cluster 2024-09-18T08:26:49.090516+0000 mon.smithi079 (mon.0) 863 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi135.hisqak=up:active} 1 up:standby 2024-09-18T08:26:50.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:50 smithi135 bash[24787]: cluster 2024-09-18T08:26:49.081785+0000 mon.smithi079 (mon.0) 860 : cluster [DBG] mds.? [v2:172.21.15.79:6834/3404775499,v1:172.21.15.79:6835/3404775499] up:boot 2024-09-18T08:26:50.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:50 smithi135 bash[24787]: cluster 2024-09-18T08:26:49.081785+0000 mon.smithi079 (mon.0) 860 : cluster [DBG] mds.? [v2:172.21.15.79:6834/3404775499,v1:172.21.15.79:6835/3404775499] up:boot 2024-09-18T08:26:50.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:50 smithi135 bash[24787]: cluster 2024-09-18T08:26:49.082482+0000 mon.smithi079 (mon.0) 861 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi135.hisqak=up:active} 1 up:standby 2024-09-18T08:26:50.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:50 smithi135 bash[24787]: cluster 2024-09-18T08:26:49.082482+0000 mon.smithi079 (mon.0) 861 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi135.hisqak=up:active} 1 up:standby 2024-09-18T08:26:50.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:50 smithi135 bash[24787]: audit 2024-09-18T08:26:49.083780+0000 mon.smithi079 (mon.0) 862 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mds metadata", "who": "foofs.smithi079.uwgvxp"} : dispatch 2024-09-18T08:26:50.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:50 smithi135 bash[24787]: audit 2024-09-18T08:26:49.083780+0000 mon.smithi079 (mon.0) 862 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "mds metadata", "who": "foofs.smithi079.uwgvxp"} : dispatch 2024-09-18T08:26:50.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:50 smithi135 bash[24787]: cluster 2024-09-18T08:26:49.090516+0000 mon.smithi079 (mon.0) 863 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi135.hisqak=up:active} 1 up:standby 2024-09-18T08:26:50.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:50 smithi135 bash[24787]: cluster 2024-09-18T08:26:49.090516+0000 mon.smithi079 (mon.0) 863 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi135.hisqak=up:active} 1 up:standby 2024-09-18T08:26:51.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:51 smithi135 bash[24787]: cluster 2024-09-18T08:26:49.456666+0000 mgr.smithi079.dmaxqe (mgr.14205) 264 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 87 B/s rd, 1.6 KiB/s wr, 4 op/s 2024-09-18T08:26:51.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:51 smithi135 bash[24787]: cluster 2024-09-18T08:26:49.456666+0000 mgr.smithi079.dmaxqe (mgr.14205) 264 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 87 B/s rd, 1.6 KiB/s wr, 4 op/s 2024-09-18T08:26:51.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:51 smithi135 bash[24787]: audit 2024-09-18T08:26:50.201955+0000 mon.smithi079 (mon.0) 864 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:51.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:51 smithi135 bash[24787]: audit 2024-09-18T08:26:50.201955+0000 mon.smithi079 (mon.0) 864 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:51.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:51 smithi135 bash[24787]: audit 2024-09-18T08:26:50.208349+0000 mon.smithi079 (mon.0) 865 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:51.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:51 smithi135 bash[24787]: audit 2024-09-18T08:26:50.208349+0000 mon.smithi079 (mon.0) 865 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:51.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:51 smithi135 bash[24787]: audit 2024-09-18T08:26:50.213259+0000 mon.smithi079 (mon.0) 866 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:51.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:51 smithi135 bash[24787]: audit 2024-09-18T08:26:50.213259+0000 mon.smithi079 (mon.0) 866 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:51.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:51 smithi135 bash[24787]: audit 2024-09-18T08:26:50.244213+0000 mon.smithi079 (mon.0) 867 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:51.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:51 smithi135 bash[24787]: audit 2024-09-18T08:26:50.244213+0000 mon.smithi079 (mon.0) 867 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:51.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:51 smithi135 bash[24787]: audit 2024-09-18T08:26:50.252273+0000 mon.smithi079 (mon.0) 868 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:51.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:51 smithi135 bash[24787]: audit 2024-09-18T08:26:50.252273+0000 mon.smithi079 (mon.0) 868 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:51.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:51 smithi135 bash[24787]: cephadm 2024-09-18T08:26:50.265764+0000 mgr.smithi079.dmaxqe (mgr.14205) 265 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.rlhdrd on smithi079 2024-09-18T08:26:51.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:51 smithi135 bash[24787]: cephadm 2024-09-18T08:26:50.265764+0000 mgr.smithi079.dmaxqe (mgr.14205) 265 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.rlhdrd on smithi079 2024-09-18T08:26:51.565 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:51 smithi079 bash[19997]: cluster 2024-09-18T08:26:49.456666+0000 mgr.smithi079.dmaxqe (mgr.14205) 264 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 87 B/s rd, 1.6 KiB/s wr, 4 op/s 2024-09-18T08:26:51.565 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:51 smithi079 bash[19997]: cluster 2024-09-18T08:26:49.456666+0000 mgr.smithi079.dmaxqe (mgr.14205) 264 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 87 B/s rd, 1.6 KiB/s wr, 4 op/s 2024-09-18T08:26:51.565 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:51 smithi079 bash[19997]: audit 2024-09-18T08:26:50.201955+0000 mon.smithi079 (mon.0) 864 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:51.565 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:51 smithi079 bash[19997]: audit 2024-09-18T08:26:50.201955+0000 mon.smithi079 (mon.0) 864 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:51.565 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:51 smithi079 bash[19997]: audit 2024-09-18T08:26:50.208349+0000 mon.smithi079 (mon.0) 865 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:51.565 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:51 smithi079 bash[19997]: audit 2024-09-18T08:26:50.208349+0000 mon.smithi079 (mon.0) 865 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:51.565 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:51 smithi079 bash[19997]: audit 2024-09-18T08:26:50.213259+0000 mon.smithi079 (mon.0) 866 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:51.565 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:51 smithi079 bash[19997]: audit 2024-09-18T08:26:50.213259+0000 mon.smithi079 (mon.0) 866 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:51.565 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:51 smithi079 bash[19997]: audit 2024-09-18T08:26:50.244213+0000 mon.smithi079 (mon.0) 867 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:51.566 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:51 smithi079 bash[19997]: audit 2024-09-18T08:26:50.244213+0000 mon.smithi079 (mon.0) 867 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:51.566 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:51 smithi079 bash[19997]: audit 2024-09-18T08:26:50.252273+0000 mon.smithi079 (mon.0) 868 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:51.566 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:51 smithi079 bash[19997]: audit 2024-09-18T08:26:50.252273+0000 mon.smithi079 (mon.0) 868 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:51.566 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:51 smithi079 bash[19997]: cephadm 2024-09-18T08:26:50.265764+0000 mgr.smithi079.dmaxqe (mgr.14205) 265 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.rlhdrd on smithi079 2024-09-18T08:26:51.566 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:51 smithi079 bash[19997]: cephadm 2024-09-18T08:26:50.265764+0000 mgr.smithi079.dmaxqe (mgr.14205) 265 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.rlhdrd on smithi079 2024-09-18T08:26:53.512 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:53 smithi135 bash[24787]: cluster 2024-09-18T08:26:51.457591+0000 mgr.smithi079.dmaxqe (mgr.14205) 266 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 4 op/s 2024-09-18T08:26:53.512 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:53 smithi135 bash[24787]: cluster 2024-09-18T08:26:51.457591+0000 mgr.smithi079.dmaxqe (mgr.14205) 266 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 4 op/s 2024-09-18T08:26:53.512 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:53 smithi135 bash[24787]: audit 2024-09-18T08:26:52.813418+0000 mon.smithi079 (mon.0) 869 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:53.512 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:53 smithi135 bash[24787]: audit 2024-09-18T08:26:52.813418+0000 mon.smithi079 (mon.0) 869 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:53.524 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:26:53.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:53 smithi079 bash[19997]: cluster 2024-09-18T08:26:51.457591+0000 mgr.smithi079.dmaxqe (mgr.14205) 266 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 4 op/s 2024-09-18T08:26:53.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:53 smithi079 bash[19997]: cluster 2024-09-18T08:26:51.457591+0000 mgr.smithi079.dmaxqe (mgr.14205) 266 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 4 op/s 2024-09-18T08:26:53.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:53 smithi079 bash[19997]: audit 2024-09-18T08:26:52.813418+0000 mon.smithi079 (mon.0) 869 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:53.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:53 smithi079 bash[19997]: audit 2024-09-18T08:26:52.813418+0000 mon.smithi079 (mon.0) 869 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:26:55.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:55 smithi079 bash[19997]: cluster 2024-09-18T08:26:53.458632+0000 mgr.smithi079.dmaxqe (mgr.14205) 267 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 2.2 KiB/s wr, 5 op/s 2024-09-18T08:26:55.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:55 smithi079 bash[19997]: cluster 2024-09-18T08:26:53.458632+0000 mgr.smithi079.dmaxqe (mgr.14205) 267 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 2.2 KiB/s wr, 5 op/s 2024-09-18T08:26:55.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:55 smithi135 bash[24787]: cluster 2024-09-18T08:26:53.458632+0000 mgr.smithi079.dmaxqe (mgr.14205) 267 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 2.2 KiB/s wr, 5 op/s 2024-09-18T08:26:55.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:55 smithi135 bash[24787]: cluster 2024-09-18T08:26:53.458632+0000 mgr.smithi079.dmaxqe (mgr.14205) 267 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 2.2 KiB/s wr, 5 op/s 2024-09-18T08:26:56.918 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:26:56.918 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-18T08:19:04.925538Z", "last_refresh": "2024-09-18T08:26:24.912313Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-18T08:21:02.003019Z 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-18T08:18:56.019676Z", "last_refresh": "2024-09-18T08:26:24.426418Z", "running": 2, "size": 2}}, {"events": ["2024-09-18T08:21:05.679658Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-18T08:18:53.961258Z", "last_refresh": "2024-09-18T08:26:24.426539Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-18T08:19:00.203603Z", "last_refresh": "2024-09-18T08:26:24.912569Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-18T08:26:36.824116Z 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.79/16"}, "status": {"created": "2024-09-18T08:26:36.820477Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2024-09-18T08:26:45.920590Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-18T08:26:27.490056Z", "running": 0, "size": 2}}, {"events": ["2024-09-18T08:21:11.062964Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-18T08:18:51.780142Z", "last_refresh": "2024-09-18T08:26:24.426744Z", "running": 2, "size": 2}}, {"events": ["2024-09-18T08:21:16.096521Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi135:172.21.15.135=smithi135"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-18T08:20:30.080997Z", "last_refresh": "2024-09-18T08:26:24.426843Z", "running": 2, "size": 2}}, {"events": ["2024-09-18T08:26:50.244644Z 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-18T08:26:36.813603Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-18T08:21:06.962822Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-18T08:19:02.383168Z", "last_refresh": "2024-09-18T08:26:24.426644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-18T08:21:40.227450Z 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-18T08:21:40.218108Z", "last_refresh": "2024-09-18T08:26:24.426942Z", "running": 8, "size": 8}}, {"events": ["2024-09-18T08:21:16.108999Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-18T08:18:58.111359Z", "last_refresh": "2024-09-18T08:26:24.912827Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-18T08:26:57.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:57 smithi079 bash[19997]: cluster 2024-09-18T08:26:55.459442+0000 mgr.smithi079.dmaxqe (mgr.14205) 268 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2024-09-18T08:26:57.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:57 smithi079 bash[19997]: cluster 2024-09-18T08:26:55.459442+0000 mgr.smithi079.dmaxqe (mgr.14205) 268 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2024-09-18T08:26:57.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:57 smithi135 bash[24787]: cluster 2024-09-18T08:26:55.459442+0000 mgr.smithi079.dmaxqe (mgr.14205) 268 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2024-09-18T08:26:57.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:57 smithi135 bash[24787]: cluster 2024-09-18T08:26:55.459442+0000 mgr.smithi079.dmaxqe (mgr.14205) 268 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2024-09-18T08:26:58.332 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-18T08:26:58.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:58 smithi079 bash[19997]: audit 2024-09-18T08:26:56.913687+0000 mgr.smithi079.dmaxqe (mgr.14205) 269 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:26:58.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:58 smithi079 bash[19997]: audit 2024-09-18T08:26:56.913687+0000 mgr.smithi079.dmaxqe (mgr.14205) 269 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:26:58.512 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:58 smithi135 bash[24787]: audit 2024-09-18T08:26:56.913687+0000 mgr.smithi079.dmaxqe (mgr.14205) 269 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:26:58.512 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:58 smithi135 bash[24787]: audit 2024-09-18T08:26:56.913687+0000 mgr.smithi079.dmaxqe (mgr.14205) 269 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:26:59.333 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-18T08:26:59.497 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:59 smithi079 bash[19997]: cluster 2024-09-18T08:26:57.460519+0000 mgr.smithi079.dmaxqe (mgr.14205) 270 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.1 KiB/s wr, 4 op/s 2024-09-18T08:26:59.497 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:59 smithi079 bash[19997]: cluster 2024-09-18T08:26:57.460519+0000 mgr.smithi079.dmaxqe (mgr.14205) 270 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.1 KiB/s wr, 4 op/s 2024-09-18T08:26:59.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:59 smithi135 bash[24787]: cluster 2024-09-18T08:26:57.460519+0000 mgr.smithi079.dmaxqe (mgr.14205) 270 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.1 KiB/s wr, 4 op/s 2024-09-18T08:26:59.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:26:59 smithi135 bash[24787]: cluster 2024-09-18T08:26:57.460519+0000 mgr.smithi079.dmaxqe (mgr.14205) 270 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.1 KiB/s wr, 4 op/s 2024-09-18T08:26:59.782 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:59 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:27:00.062 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:26:59 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:27:01.364 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:01 smithi079 bash[19997]: cluster 2024-09-18T08:26:59.461575+0000 mgr.smithi079.dmaxqe (mgr.14205) 271 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2024-09-18T08:27:01.364 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:01 smithi079 bash[19997]: cluster 2024-09-18T08:26:59.461575+0000 mgr.smithi079.dmaxqe (mgr.14205) 271 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2024-09-18T08:27:01.365 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:01 smithi079 bash[19997]: audit 2024-09-18T08:27:00.111744+0000 mon.smithi079 (mon.0) 870 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:01.365 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:01 smithi079 bash[19997]: audit 2024-09-18T08:27:00.111744+0000 mon.smithi079 (mon.0) 870 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:01.365 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:01 smithi079 bash[19997]: audit 2024-09-18T08:27:00.119691+0000 mon.smithi079 (mon.0) 871 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:01.365 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:01 smithi079 bash[19997]: audit 2024-09-18T08:27:00.119691+0000 mon.smithi079 (mon.0) 871 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:01.365 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:01 smithi079 bash[19997]: audit 2024-09-18T08:27:00.126692+0000 mon.smithi079 (mon.0) 872 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:01.365 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:01 smithi079 bash[19997]: audit 2024-09-18T08:27:00.126692+0000 mon.smithi079 (mon.0) 872 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:01.365 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:01 smithi079 bash[19997]: cephadm 2024-09-18T08:27:00.128901+0000 mgr.smithi079.dmaxqe (mgr.14205) 272 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi135.htvgqs on smithi135 2024-09-18T08:27:01.365 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:01 smithi079 bash[19997]: cephadm 2024-09-18T08:27:00.128901+0000 mgr.smithi079.dmaxqe (mgr.14205) 272 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi135.htvgqs on smithi135 2024-09-18T08:27:01.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:01 smithi135 bash[24787]: cluster 2024-09-18T08:26:59.461575+0000 mgr.smithi079.dmaxqe (mgr.14205) 271 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2024-09-18T08:27:01.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:01 smithi135 bash[24787]: cluster 2024-09-18T08:26:59.461575+0000 mgr.smithi079.dmaxqe (mgr.14205) 271 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2024-09-18T08:27:01.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:01 smithi135 bash[24787]: audit 2024-09-18T08:27:00.111744+0000 mon.smithi079 (mon.0) 870 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:01.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:01 smithi135 bash[24787]: audit 2024-09-18T08:27:00.111744+0000 mon.smithi079 (mon.0) 870 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:01.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:01 smithi135 bash[24787]: audit 2024-09-18T08:27:00.119691+0000 mon.smithi079 (mon.0) 871 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:01.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:01 smithi135 bash[24787]: audit 2024-09-18T08:27:00.119691+0000 mon.smithi079 (mon.0) 871 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:01.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:01 smithi135 bash[24787]: audit 2024-09-18T08:27:00.126692+0000 mon.smithi079 (mon.0) 872 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:01.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:01 smithi135 bash[24787]: audit 2024-09-18T08:27:00.126692+0000 mon.smithi079 (mon.0) 872 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:01.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:01 smithi135 bash[24787]: cephadm 2024-09-18T08:27:00.128901+0000 mgr.smithi079.dmaxqe (mgr.14205) 272 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi135.htvgqs on smithi135 2024-09-18T08:27:01.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:01 smithi135 bash[24787]: cephadm 2024-09-18T08:27:00.128901+0000 mgr.smithi079.dmaxqe (mgr.14205) 272 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi135.htvgqs on smithi135 2024-09-18T08:27:03.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:03 smithi135 bash[24787]: cluster 2024-09-18T08:27:01.462558+0000 mgr.smithi079.dmaxqe (mgr.14205) 273 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 852 B/s wr, 2 op/s 2024-09-18T08:27:03.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:03 smithi135 bash[24787]: cluster 2024-09-18T08:27:01.462558+0000 mgr.smithi079.dmaxqe (mgr.14205) 273 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 852 B/s wr, 2 op/s 2024-09-18T08:27:03.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:03 smithi135 bash[24787]: audit 2024-09-18T08:27:02.725300+0000 mon.smithi079 (mon.0) 873 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:27:03.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:03 smithi135 bash[24787]: audit 2024-09-18T08:27:02.725300+0000 mon.smithi079 (mon.0) 873 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:27:03.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:03 smithi079 bash[19997]: cluster 2024-09-18T08:27:01.462558+0000 mgr.smithi079.dmaxqe (mgr.14205) 273 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 852 B/s wr, 2 op/s 2024-09-18T08:27:03.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:03 smithi079 bash[19997]: cluster 2024-09-18T08:27:01.462558+0000 mgr.smithi079.dmaxqe (mgr.14205) 273 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 852 B/s wr, 2 op/s 2024-09-18T08:27:03.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:03 smithi079 bash[19997]: audit 2024-09-18T08:27:02.725300+0000 mon.smithi079 (mon.0) 873 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:27:03.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:03 smithi079 bash[19997]: audit 2024-09-18T08:27:02.725300+0000 mon.smithi079 (mon.0) 873 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:27:05.180 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:27:05.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:05 smithi135 bash[24787]: cluster 2024-09-18T08:27:03.463728+0000 mgr.smithi079.dmaxqe (mgr.14205) 274 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-09-18T08:27:05.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:05 smithi135 bash[24787]: cluster 2024-09-18T08:27:03.463728+0000 mgr.smithi079.dmaxqe (mgr.14205) 274 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-09-18T08:27:05.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:05 smithi079 bash[19997]: cluster 2024-09-18T08:27:03.463728+0000 mgr.smithi079.dmaxqe (mgr.14205) 274 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-09-18T08:27:05.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:05 smithi079 bash[19997]: cluster 2024-09-18T08:27:03.463728+0000 mgr.smithi079.dmaxqe (mgr.14205) 274 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-09-18T08:27:06.632 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:27:06.632 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-18T08:19:04.925538Z", "last_refresh": "2024-09-18T08:26:24.912313Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-18T08:21:02.003019Z 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-18T08:18:56.019676Z", "last_refresh": "2024-09-18T08:26:24.426418Z", "running": 2, "size": 2}}, {"events": ["2024-09-18T08:21:05.679658Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-18T08:18:53.961258Z", "last_refresh": "2024-09-18T08:26:24.426539Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-18T08:19:00.203603Z", "last_refresh": "2024-09-18T08:26:24.912569Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-18T08:27:00.126921Z 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.79/16"}, "status": {"created": "2024-09-18T08:26:36.820477Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2024-09-18T08:26:45.920590Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-18T08:26:27.490056Z", "running": 0, "size": 2}}, {"events": ["2024-09-18T08:21:11.062964Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-18T08:18:51.780142Z", "last_refresh": "2024-09-18T08:26:24.426744Z", "running": 2, "size": 2}}, {"events": ["2024-09-18T08:21:16.096521Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi135:172.21.15.135=smithi135"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-18T08:20:30.080997Z", "last_refresh": "2024-09-18T08:26:24.426843Z", "running": 2, "size": 2}}, {"events": ["2024-09-18T08:26:50.244644Z 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-18T08:26:36.813603Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-18T08:21:06.962822Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-18T08:19:02.383168Z", "last_refresh": "2024-09-18T08:26:24.426644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-18T08:21:40.227450Z 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-18T08:21:40.218108Z", "last_refresh": "2024-09-18T08:26:24.426942Z", "running": 8, "size": 8}}, {"events": ["2024-09-18T08:21:16.108999Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-18T08:18:58.111359Z", "last_refresh": "2024-09-18T08:26:24.912827Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-18T08:27:07.337 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-18T08:27:07.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:07 smithi135 bash[24787]: cluster 2024-09-18T08:27:05.464565+0000 mgr.smithi079.dmaxqe (mgr.14205) 275 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:27:07.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:07 smithi135 bash[24787]: cluster 2024-09-18T08:27:05.464565+0000 mgr.smithi079.dmaxqe (mgr.14205) 275 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:27:07.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:07 smithi079 bash[19997]: cluster 2024-09-18T08:27:05.464565+0000 mgr.smithi079.dmaxqe (mgr.14205) 275 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:27:07.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:07 smithi079 bash[19997]: cluster 2024-09-18T08:27:05.464565+0000 mgr.smithi079.dmaxqe (mgr.14205) 275 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:27:08.339 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-18T08:27:08.351 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:08 smithi135 bash[24787]: audit 2024-09-18T08:27:06.622078+0000 mgr.smithi079.dmaxqe (mgr.14205) 276 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:27:08.351 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:08 smithi135 bash[24787]: audit 2024-09-18T08:27:06.622078+0000 mgr.smithi079.dmaxqe (mgr.14205) 276 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:27:08.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:08 smithi079 bash[19997]: audit 2024-09-18T08:27:06.622078+0000 mgr.smithi079.dmaxqe (mgr.14205) 276 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:27:08.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:08 smithi079 bash[19997]: audit 2024-09-18T08:27:06.622078+0000 mgr.smithi079.dmaxqe (mgr.14205) 276 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:27:08.623 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:08 smithi135 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:27:08.887 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:08 smithi135 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:27:09.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:09 smithi135 bash[24787]: cluster 2024-09-18T08:27:07.465526+0000 mgr.smithi079.dmaxqe (mgr.14205) 277 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:27:09.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:09 smithi135 bash[24787]: cluster 2024-09-18T08:27:07.465526+0000 mgr.smithi079.dmaxqe (mgr.14205) 277 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:27:09.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:09 smithi135 bash[24787]: audit 2024-09-18T08:27:08.942443+0000 mon.smithi079 (mon.0) 874 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:09.415 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:09 smithi079 bash[19997]: cluster 2024-09-18T08:27:07.465526+0000 mgr.smithi079.dmaxqe (mgr.14205) 277 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:27:09.415 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:09 smithi079 bash[19997]: cluster 2024-09-18T08:27:07.465526+0000 mgr.smithi079.dmaxqe (mgr.14205) 277 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:27:09.415 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:09 smithi079 bash[19997]: audit 2024-09-18T08:27:08.942443+0000 mon.smithi079 (mon.0) 874 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:09.415 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:09 smithi079 bash[19997]: audit 2024-09-18T08:27:08.942443+0000 mon.smithi079 (mon.0) 874 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:09.415 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:09 smithi079 bash[19997]: audit 2024-09-18T08:27:08.952493+0000 mon.smithi079 (mon.0) 875 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:09.415 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:09 smithi079 bash[19997]: audit 2024-09-18T08:27:08.952493+0000 mon.smithi079 (mon.0) 875 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:09.416 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:09 smithi079 bash[19997]: audit 2024-09-18T08:27:08.960970+0000 mon.smithi079 (mon.0) 876 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:09.416 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:09 smithi079 bash[19997]: audit 2024-09-18T08:27:08.960970+0000 mon.smithi079 (mon.0) 876 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:09.416 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:09 smithi079 bash[19997]: audit 2024-09-18T08:27:08.971279+0000 mon.smithi079 (mon.0) 877 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:09.416 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:09 smithi079 bash[19997]: audit 2024-09-18T08:27:08.971279+0000 mon.smithi079 (mon.0) 877 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:09.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:09 smithi135 bash[24787]: audit 2024-09-18T08:27:08.942443+0000 mon.smithi079 (mon.0) 874 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:09.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:09 smithi135 bash[24787]: audit 2024-09-18T08:27:08.952493+0000 mon.smithi079 (mon.0) 875 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:09.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:09 smithi135 bash[24787]: audit 2024-09-18T08:27:08.952493+0000 mon.smithi079 (mon.0) 875 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:09.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:09 smithi135 bash[24787]: audit 2024-09-18T08:27:08.960970+0000 mon.smithi079 (mon.0) 876 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:09.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:09 smithi135 bash[24787]: audit 2024-09-18T08:27:08.960970+0000 mon.smithi079 (mon.0) 876 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:09.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:09 smithi135 bash[24787]: audit 2024-09-18T08:27:08.971279+0000 mon.smithi079 (mon.0) 877 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:09.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:09 smithi135 bash[24787]: audit 2024-09-18T08:27:08.971279+0000 mon.smithi079 (mon.0) 877 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:10.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:10 smithi135 bash[24787]: cephadm 2024-09-18T08:27:08.972543+0000 mgr.smithi079.dmaxqe (mgr.14205) 278 : cephadm [INF] 10.0.31.79 is in 10.0.0.0/16 on smithi135 interface enp3s0f1 2024-09-18T08:27:10.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:10 smithi135 bash[24787]: cephadm 2024-09-18T08:27:08.972543+0000 mgr.smithi079.dmaxqe (mgr.14205) 278 : cephadm [INF] 10.0.31.79 is in 10.0.0.0/16 on smithi135 interface enp3s0f1 2024-09-18T08:27:10.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:10 smithi135 bash[24787]: cephadm 2024-09-18T08:27:08.972844+0000 mgr.smithi079.dmaxqe (mgr.14205) 279 : cephadm [INF] 10.0.31.79 is in 10.0.0.0/16 on smithi079 interface enp3s0f1 2024-09-18T08:27:10.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:10 smithi135 bash[24787]: cephadm 2024-09-18T08:27:08.972844+0000 mgr.smithi079.dmaxqe (mgr.14205) 279 : cephadm [INF] 10.0.31.79 is in 10.0.0.0/16 on smithi079 interface enp3s0f1 2024-09-18T08:27:10.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:10 smithi135 bash[24787]: cephadm 2024-09-18T08:27:08.988512+0000 mgr.smithi079.dmaxqe (mgr.14205) 280 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi135.clmcmq on smithi135 2024-09-18T08:27:10.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:10 smithi135 bash[24787]: cephadm 2024-09-18T08:27:08.988512+0000 mgr.smithi079.dmaxqe (mgr.14205) 280 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi135.clmcmq on smithi135 2024-09-18T08:27:10.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:10 smithi079 bash[19997]: cephadm 2024-09-18T08:27:08.972543+0000 mgr.smithi079.dmaxqe (mgr.14205) 278 : cephadm [INF] 10.0.31.79 is in 10.0.0.0/16 on smithi135 interface enp3s0f1 2024-09-18T08:27:10.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:10 smithi079 bash[19997]: cephadm 2024-09-18T08:27:08.972543+0000 mgr.smithi079.dmaxqe (mgr.14205) 278 : cephadm [INF] 10.0.31.79 is in 10.0.0.0/16 on smithi135 interface enp3s0f1 2024-09-18T08:27:10.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:10 smithi079 bash[19997]: cephadm 2024-09-18T08:27:08.972844+0000 mgr.smithi079.dmaxqe (mgr.14205) 279 : cephadm [INF] 10.0.31.79 is in 10.0.0.0/16 on smithi079 interface enp3s0f1 2024-09-18T08:27:10.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:10 smithi079 bash[19997]: cephadm 2024-09-18T08:27:08.972844+0000 mgr.smithi079.dmaxqe (mgr.14205) 279 : cephadm [INF] 10.0.31.79 is in 10.0.0.0/16 on smithi079 interface enp3s0f1 2024-09-18T08:27:10.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:10 smithi079 bash[19997]: cephadm 2024-09-18T08:27:08.988512+0000 mgr.smithi079.dmaxqe (mgr.14205) 280 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi135.clmcmq on smithi135 2024-09-18T08:27:10.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:10 smithi079 bash[19997]: cephadm 2024-09-18T08:27:08.988512+0000 mgr.smithi079.dmaxqe (mgr.14205) 280 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi135.clmcmq on smithi135 2024-09-18T08:27:11.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:11 smithi135 bash[24787]: cluster 2024-09-18T08:27:09.466570+0000 mgr.smithi079.dmaxqe (mgr.14205) 281 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:27:11.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:11 smithi135 bash[24787]: cluster 2024-09-18T08:27:09.466570+0000 mgr.smithi079.dmaxqe (mgr.14205) 281 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:27:11.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:11 smithi079 bash[19997]: cluster 2024-09-18T08:27:09.466570+0000 mgr.smithi079.dmaxqe (mgr.14205) 281 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:27:11.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:11 smithi079 bash[19997]: cluster 2024-09-18T08:27:09.466570+0000 mgr.smithi079.dmaxqe (mgr.14205) 281 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:27:13.189 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:27:13.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:13 smithi135 bash[24787]: cluster 2024-09-18T08:27:11.467550+0000 mgr.smithi079.dmaxqe (mgr.14205) 282 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:13.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:13 smithi135 bash[24787]: cluster 2024-09-18T08:27:11.467550+0000 mgr.smithi079.dmaxqe (mgr.14205) 282 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:13.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:13 smithi079 bash[19997]: cluster 2024-09-18T08:27:11.467550+0000 mgr.smithi079.dmaxqe (mgr.14205) 282 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:13.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:13 smithi079 bash[19997]: cluster 2024-09-18T08:27:11.467550+0000 mgr.smithi079.dmaxqe (mgr.14205) 282 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:14.763 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:27:14.763 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-18T08:19:04.925538Z", "last_refresh": "2024-09-18T08:26:24.912313Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-18T08:21:02.003019Z 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-18T08:18:56.019676Z", "last_refresh": "2024-09-18T08:26:24.426418Z", "running": 2, "size": 2}}, {"events": ["2024-09-18T08:21:05.679658Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-18T08:18:53.961258Z", "last_refresh": "2024-09-18T08:26:24.426539Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-18T08:19:00.203603Z", "last_refresh": "2024-09-18T08:26:24.912569Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-18T08:27:08.961460Z 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.79/16"}, "status": {"created": "2024-09-18T08:26:36.820477Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2024-09-18T08:26:45.920590Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-18T08:26:27.490056Z", "running": 0, "size": 2}}, {"events": ["2024-09-18T08:21:11.062964Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-18T08:18:51.780142Z", "last_refresh": "2024-09-18T08:26:24.426744Z", "running": 2, "size": 2}}, {"events": ["2024-09-18T08:21:16.096521Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi135:172.21.15.135=smithi135"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-18T08:20:30.080997Z", "last_refresh": "2024-09-18T08:26:24.426843Z", "running": 2, "size": 2}}, {"events": ["2024-09-18T08:26:50.244644Z 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-18T08:26:36.813603Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-18T08:21:06.962822Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-18T08:19:02.383168Z", "last_refresh": "2024-09-18T08:26:24.426644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-18T08:21:40.227450Z 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-18T08:21:40.218108Z", "last_refresh": "2024-09-18T08:26:24.426942Z", "running": 8, "size": 8}}, {"events": ["2024-09-18T08:21:16.108999Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-18T08:18:58.111359Z", "last_refresh": "2024-09-18T08:26:24.912827Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-18T08:27:15.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:15 smithi079 bash[19997]: cluster 2024-09-18T08:27:13.468583+0000 mgr.smithi079.dmaxqe (mgr.14205) 283 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:15.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:15 smithi079 bash[19997]: cluster 2024-09-18T08:27:13.468583+0000 mgr.smithi079.dmaxqe (mgr.14205) 283 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:15.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:15 smithi135 bash[24787]: cluster 2024-09-18T08:27:13.468583+0000 mgr.smithi079.dmaxqe (mgr.14205) 283 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:15.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:15 smithi135 bash[24787]: cluster 2024-09-18T08:27:13.468583+0000 mgr.smithi079.dmaxqe (mgr.14205) 283 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:15.498 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-18T08:27:16.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:16 smithi135 bash[24787]: audit 2024-09-18T08:27:14.753153+0000 mgr.smithi079.dmaxqe (mgr.14205) 284 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:27:16.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:16 smithi135 bash[24787]: audit 2024-09-18T08:27:14.753153+0000 mgr.smithi079.dmaxqe (mgr.14205) 284 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:27:16.499 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-18T08:27:16.511 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:16 smithi079 bash[19997]: audit 2024-09-18T08:27:14.753153+0000 mgr.smithi079.dmaxqe (mgr.14205) 284 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:27:16.511 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:16 smithi079 bash[19997]: audit 2024-09-18T08:27:14.753153+0000 mgr.smithi079.dmaxqe (mgr.14205) 284 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:27:17.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:17 smithi135 bash[24787]: cluster 2024-09-18T08:27:15.469315+0000 mgr.smithi079.dmaxqe (mgr.14205) 285 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:17.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:17 smithi135 bash[24787]: cluster 2024-09-18T08:27:15.469315+0000 mgr.smithi079.dmaxqe (mgr.14205) 285 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:17.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:17 smithi079 bash[19997]: cluster 2024-09-18T08:27:15.469315+0000 mgr.smithi079.dmaxqe (mgr.14205) 285 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:17.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:17 smithi079 bash[19997]: cluster 2024-09-18T08:27:15.469315+0000 mgr.smithi079.dmaxqe (mgr.14205) 285 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:18.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:18 smithi135 bash[24787]: audit 2024-09-18T08:27:17.725984+0000 mon.smithi079 (mon.0) 878 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:27:18.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:18 smithi135 bash[24787]: audit 2024-09-18T08:27:17.725984+0000 mon.smithi079 (mon.0) 878 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:27:18.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:18 smithi079 bash[19997]: audit 2024-09-18T08:27:17.725984+0000 mon.smithi079 (mon.0) 878 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:27:18.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:18 smithi079 bash[19997]: audit 2024-09-18T08:27:17.725984+0000 mon.smithi079 (mon.0) 878 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:27:19.341 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:19 smithi135 bash[24787]: cluster 2024-09-18T08:27:17.470280+0000 mgr.smithi079.dmaxqe (mgr.14205) 286 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:19.341 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:19 smithi135 bash[24787]: cluster 2024-09-18T08:27:17.470280+0000 mgr.smithi079.dmaxqe (mgr.14205) 286 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:19.341 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:19 smithi135 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:27:19.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:19 smithi079 bash[19997]: cluster 2024-09-18T08:27:17.470280+0000 mgr.smithi079.dmaxqe (mgr.14205) 286 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:19.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:19 smithi079 bash[19997]: cluster 2024-09-18T08:27:17.470280+0000 mgr.smithi079.dmaxqe (mgr.14205) 286 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:19.607 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:19 smithi135 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:27:20.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:20 smithi135 bash[24787]: cluster 2024-09-18T08:27:19.471233+0000 mgr.smithi079.dmaxqe (mgr.14205) 287 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:27:20.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:20 smithi135 bash[24787]: cluster 2024-09-18T08:27:19.471233+0000 mgr.smithi079.dmaxqe (mgr.14205) 287 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:27:20.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:20 smithi135 bash[24787]: audit 2024-09-18T08:27:19.659229+0000 mon.smithi079 (mon.0) 879 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:20.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:20 smithi135 bash[24787]: audit 2024-09-18T08:27:19.659229+0000 mon.smithi079 (mon.0) 879 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:20.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:20 smithi135 bash[24787]: audit 2024-09-18T08:27:19.669108+0000 mon.smithi079 (mon.0) 880 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:20.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:20 smithi135 bash[24787]: audit 2024-09-18T08:27:19.669108+0000 mon.smithi079 (mon.0) 880 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:20.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:20 smithi135 bash[24787]: audit 2024-09-18T08:27:19.678708+0000 mon.smithi079 (mon.0) 881 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:20.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:20 smithi135 bash[24787]: audit 2024-09-18T08:27:19.678708+0000 mon.smithi079 (mon.0) 881 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:20.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:20 smithi135 bash[24787]: cephadm 2024-09-18T08:27:19.683301+0000 mgr.smithi079.dmaxqe (mgr.14205) 288 : cephadm [INF] 10.0.31.79 is in 10.0.0.0/16 on smithi079 interface enp3s0f1 2024-09-18T08:27:20.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:20 smithi135 bash[24787]: cephadm 2024-09-18T08:27:19.683301+0000 mgr.smithi079.dmaxqe (mgr.14205) 288 : cephadm [INF] 10.0.31.79 is in 10.0.0.0/16 on smithi079 interface enp3s0f1 2024-09-18T08:27:20.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:20 smithi135 bash[24787]: cephadm 2024-09-18T08:27:19.683594+0000 mgr.smithi079.dmaxqe (mgr.14205) 289 : cephadm [INF] 10.0.31.79 is in 10.0.0.0/16 on smithi135 interface enp3s0f1 2024-09-18T08:27:20.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:20 smithi135 bash[24787]: cephadm 2024-09-18T08:27:19.683594+0000 mgr.smithi079.dmaxqe (mgr.14205) 289 : cephadm [INF] 10.0.31.79 is in 10.0.0.0/16 on smithi135 interface enp3s0f1 2024-09-18T08:27:20.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:20 smithi135 bash[24787]: cephadm 2024-09-18T08:27:19.684562+0000 mgr.smithi079.dmaxqe (mgr.14205) 290 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi079.lzsmza on smithi079 2024-09-18T08:27:20.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:20 smithi135 bash[24787]: cephadm 2024-09-18T08:27:19.684562+0000 mgr.smithi079.dmaxqe (mgr.14205) 290 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi079.lzsmza on smithi079 2024-09-18T08:27:21.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:20 smithi079 bash[19997]: cluster 2024-09-18T08:27:19.471233+0000 mgr.smithi079.dmaxqe (mgr.14205) 287 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:27:21.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:20 smithi079 bash[19997]: cluster 2024-09-18T08:27:19.471233+0000 mgr.smithi079.dmaxqe (mgr.14205) 287 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:27:21.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:20 smithi079 bash[19997]: audit 2024-09-18T08:27:19.659229+0000 mon.smithi079 (mon.0) 879 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:21.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:20 smithi079 bash[19997]: audit 2024-09-18T08:27:19.659229+0000 mon.smithi079 (mon.0) 879 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:21.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:20 smithi079 bash[19997]: audit 2024-09-18T08:27:19.669108+0000 mon.smithi079 (mon.0) 880 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:21.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:20 smithi079 bash[19997]: audit 2024-09-18T08:27:19.669108+0000 mon.smithi079 (mon.0) 880 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:21.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:20 smithi079 bash[19997]: audit 2024-09-18T08:27:19.678708+0000 mon.smithi079 (mon.0) 881 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:21.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:20 smithi079 bash[19997]: audit 2024-09-18T08:27:19.678708+0000 mon.smithi079 (mon.0) 881 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:21.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:20 smithi079 bash[19997]: cephadm 2024-09-18T08:27:19.683301+0000 mgr.smithi079.dmaxqe (mgr.14205) 288 : cephadm [INF] 10.0.31.79 is in 10.0.0.0/16 on smithi079 interface enp3s0f1 2024-09-18T08:27:21.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:20 smithi079 bash[19997]: cephadm 2024-09-18T08:27:19.683301+0000 mgr.smithi079.dmaxqe (mgr.14205) 288 : cephadm [INF] 10.0.31.79 is in 10.0.0.0/16 on smithi079 interface enp3s0f1 2024-09-18T08:27:21.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:20 smithi079 bash[19997]: cephadm 2024-09-18T08:27:19.683594+0000 mgr.smithi079.dmaxqe (mgr.14205) 289 : cephadm [INF] 10.0.31.79 is in 10.0.0.0/16 on smithi135 interface enp3s0f1 2024-09-18T08:27:21.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:20 smithi079 bash[19997]: cephadm 2024-09-18T08:27:19.683594+0000 mgr.smithi079.dmaxqe (mgr.14205) 289 : cephadm [INF] 10.0.31.79 is in 10.0.0.0/16 on smithi135 interface enp3s0f1 2024-09-18T08:27:21.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:20 smithi079 bash[19997]: cephadm 2024-09-18T08:27:19.684562+0000 mgr.smithi079.dmaxqe (mgr.14205) 290 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi079.lzsmza on smithi079 2024-09-18T08:27:21.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:20 smithi079 bash[19997]: cephadm 2024-09-18T08:27:19.684562+0000 mgr.smithi079.dmaxqe (mgr.14205) 290 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi079.lzsmza on smithi079 2024-09-18T08:27:21.345 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:27:22.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:22 smithi135 bash[24787]: cluster 2024-09-18T08:27:21.472112+0000 mgr.smithi079.dmaxqe (mgr.14205) 291 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:22.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:22 smithi135 bash[24787]: cluster 2024-09-18T08:27:21.472112+0000 mgr.smithi079.dmaxqe (mgr.14205) 291 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:23.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:22 smithi079 bash[19997]: cluster 2024-09-18T08:27:21.472112+0000 mgr.smithi079.dmaxqe (mgr.14205) 291 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:23.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:22 smithi079 bash[19997]: cluster 2024-09-18T08:27:21.472112+0000 mgr.smithi079.dmaxqe (mgr.14205) 291 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:24.643 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:27:24.643 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-18T08:19:04.925538Z", "last_refresh": "2024-09-18T08:26:24.912313Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-18T08:21:02.003019Z 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-18T08:18:56.019676Z", "last_refresh": "2024-09-18T08:26:24.426418Z", "running": 2, "size": 2}}, {"events": ["2024-09-18T08:21:05.679658Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-18T08:18:53.961258Z", "last_refresh": "2024-09-18T08:26:24.426539Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-18T08:19:00.203603Z", "last_refresh": "2024-09-18T08:26:24.912569Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-18T08:27:19.679235Z 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.79/16"}, "status": {"created": "2024-09-18T08:26:36.820477Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2024-09-18T08:26:45.920590Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-18T08:26:27.490056Z", "running": 0, "size": 2}}, {"events": ["2024-09-18T08:21:11.062964Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-18T08:18:51.780142Z", "last_refresh": "2024-09-18T08:26:24.426744Z", "running": 2, "size": 2}}, {"events": ["2024-09-18T08:21:16.096521Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi135:172.21.15.135=smithi135"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-18T08:20:30.080997Z", "last_refresh": "2024-09-18T08:26:24.426843Z", "running": 2, "size": 2}}, {"events": ["2024-09-18T08:26:50.244644Z 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-18T08:26:36.813603Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-18T08:21:06.962822Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-18T08:19:02.383168Z", "last_refresh": "2024-09-18T08:26:24.426644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-18T08:21:40.227450Z 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-18T08:21:40.218108Z", "last_refresh": "2024-09-18T08:26:24.426942Z", "running": 8, "size": 8}}, {"events": ["2024-09-18T08:21:16.108999Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-18T08:18:58.111359Z", "last_refresh": "2024-09-18T08:26:24.912827Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-18T08:27:24.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:24 smithi135 bash[24787]: cluster 2024-09-18T08:27:23.473252+0000 mgr.smithi079.dmaxqe (mgr.14205) 292 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:24.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:24 smithi135 bash[24787]: cluster 2024-09-18T08:27:23.473252+0000 mgr.smithi079.dmaxqe (mgr.14205) 292 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:25.041 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:24 smithi079 bash[19997]: cluster 2024-09-18T08:27:23.473252+0000 mgr.smithi079.dmaxqe (mgr.14205) 292 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:25.041 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:24 smithi079 bash[19997]: cluster 2024-09-18T08:27:23.473252+0000 mgr.smithi079.dmaxqe (mgr.14205) 292 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:25.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:25 smithi135 bash[24787]: audit 2024-09-18T08:27:24.640097+0000 mgr.smithi079.dmaxqe (mgr.14205) 293 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:27:25.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:25 smithi135 bash[24787]: audit 2024-09-18T08:27:24.640097+0000 mgr.smithi079.dmaxqe (mgr.14205) 293 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:27:26.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:25 smithi079 bash[19997]: audit 2024-09-18T08:27:24.640097+0000 mgr.smithi079.dmaxqe (mgr.14205) 293 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:27:26.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:25 smithi079 bash[19997]: audit 2024-09-18T08:27:24.640097+0000 mgr.smithi079.dmaxqe (mgr.14205) 293 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:27:26.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:26 smithi135 bash[24787]: cluster 2024-09-18T08:27:25.474080+0000 mgr.smithi079.dmaxqe (mgr.14205) 294 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:26.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:26 smithi135 bash[24787]: cluster 2024-09-18T08:27:25.474080+0000 mgr.smithi079.dmaxqe (mgr.14205) 294 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:26.967 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:26 smithi079 bash[19997]: cluster 2024-09-18T08:27:25.474080+0000 mgr.smithi079.dmaxqe (mgr.14205) 294 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:26.967 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:26 smithi079 bash[19997]: cluster 2024-09-18T08:27:25.474080+0000 mgr.smithi079.dmaxqe (mgr.14205) 294 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:26.969 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-18T08:27:27.970 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-18T08:27:28.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:28 smithi135 bash[24787]: cluster 2024-09-18T08:27:27.474973+0000 mgr.smithi079.dmaxqe (mgr.14205) 295 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:28.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:28 smithi135 bash[24787]: cluster 2024-09-18T08:27:27.474973+0000 mgr.smithi079.dmaxqe (mgr.14205) 295 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:29.024 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:28 smithi079 bash[19997]: cluster 2024-09-18T08:27:27.474973+0000 mgr.smithi079.dmaxqe (mgr.14205) 295 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:29.024 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:28 smithi079 bash[19997]: cluster 2024-09-18T08:27:27.474973+0000 mgr.smithi079.dmaxqe (mgr.14205) 295 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:29.914 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:29 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:27:30.187 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:30 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:27:31.514 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:31 smithi079 bash[19997]: cluster 2024-09-18T08:27:29.475897+0000 mgr.smithi079.dmaxqe (mgr.14205) 296 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:27:31.514 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:31 smithi079 bash[19997]: cluster 2024-09-18T08:27:29.475897+0000 mgr.smithi079.dmaxqe (mgr.14205) 296 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:27:31.514 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:31 smithi079 bash[19997]: audit 2024-09-18T08:27:30.237359+0000 mon.smithi079 (mon.0) 882 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:31.515 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:31 smithi079 bash[19997]: audit 2024-09-18T08:27:30.237359+0000 mon.smithi079 (mon.0) 882 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:31.515 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:31 smithi079 bash[19997]: audit 2024-09-18T08:27:30.242994+0000 mon.smithi079 (mon.0) 883 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:31.515 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:31 smithi079 bash[19997]: audit 2024-09-18T08:27:30.242994+0000 mon.smithi079 (mon.0) 883 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:31.515 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:31 smithi079 bash[19997]: audit 2024-09-18T08:27:30.248587+0000 mon.smithi079 (mon.0) 884 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:31.515 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:31 smithi079 bash[19997]: audit 2024-09-18T08:27:30.248587+0000 mon.smithi079 (mon.0) 884 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:31.515 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:31 smithi079 bash[19997]: audit 2024-09-18T08:27:30.253711+0000 mon.smithi079 (mon.0) 885 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:31.515 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:31 smithi079 bash[19997]: audit 2024-09-18T08:27:30.253711+0000 mon.smithi079 (mon.0) 885 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:31.515 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:31 smithi079 bash[19997]: audit 2024-09-18T08:27:30.275486+0000 mon.smithi079 (mon.0) 886 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:27:31.515 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:31 smithi079 bash[19997]: audit 2024-09-18T08:27:30.275486+0000 mon.smithi079 (mon.0) 886 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:27:31.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:31 smithi135 bash[24787]: cluster 2024-09-18T08:27:29.475897+0000 mgr.smithi079.dmaxqe (mgr.14205) 296 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:27:31.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:31 smithi135 bash[24787]: cluster 2024-09-18T08:27:29.475897+0000 mgr.smithi079.dmaxqe (mgr.14205) 296 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:27:31.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:31 smithi135 bash[24787]: audit 2024-09-18T08:27:30.237359+0000 mon.smithi079 (mon.0) 882 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:31.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:31 smithi135 bash[24787]: audit 2024-09-18T08:27:30.237359+0000 mon.smithi079 (mon.0) 882 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:31.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:31 smithi135 bash[24787]: audit 2024-09-18T08:27:30.242994+0000 mon.smithi079 (mon.0) 883 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:31.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:31 smithi135 bash[24787]: audit 2024-09-18T08:27:30.242994+0000 mon.smithi079 (mon.0) 883 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:31.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:31 smithi135 bash[24787]: audit 2024-09-18T08:27:30.248587+0000 mon.smithi079 (mon.0) 884 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:31.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:31 smithi135 bash[24787]: audit 2024-09-18T08:27:30.248587+0000 mon.smithi079 (mon.0) 884 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:31.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:31 smithi135 bash[24787]: audit 2024-09-18T08:27:30.253711+0000 mon.smithi079 (mon.0) 885 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:31.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:31 smithi135 bash[24787]: audit 2024-09-18T08:27:30.253711+0000 mon.smithi079 (mon.0) 885 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:31.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:31 smithi135 bash[24787]: audit 2024-09-18T08:27:30.275486+0000 mon.smithi079 (mon.0) 886 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:27:31.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:31 smithi135 bash[24787]: audit 2024-09-18T08:27:30.275486+0000 mon.smithi079 (mon.0) 886 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:27:33.514 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:33 smithi135 bash[24787]: cluster 2024-09-18T08:27:31.476819+0000 mgr.smithi079.dmaxqe (mgr.14205) 297 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:33.514 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:33 smithi135 bash[24787]: cluster 2024-09-18T08:27:31.476819+0000 mgr.smithi079.dmaxqe (mgr.14205) 297 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:33.514 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:33 smithi135 bash[24787]: audit 2024-09-18T08:27:32.726138+0000 mon.smithi079 (mon.0) 887 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:27:33.514 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:33 smithi135 bash[24787]: audit 2024-09-18T08:27:32.726138+0000 mon.smithi079 (mon.0) 887 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:27:33.514 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:33 smithi135 bash[24787]: audit 2024-09-18T08:27:32.828042+0000 mon.smithi079 (mon.0) 888 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:33.514 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:33 smithi135 bash[24787]: audit 2024-09-18T08:27:32.828042+0000 mon.smithi079 (mon.0) 888 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:33.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:33 smithi079 bash[19997]: cluster 2024-09-18T08:27:31.476819+0000 mgr.smithi079.dmaxqe (mgr.14205) 297 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:33.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:33 smithi079 bash[19997]: cluster 2024-09-18T08:27:31.476819+0000 mgr.smithi079.dmaxqe (mgr.14205) 297 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:33.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:33 smithi079 bash[19997]: audit 2024-09-18T08:27:32.726138+0000 mon.smithi079 (mon.0) 887 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:27:33.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:33 smithi079 bash[19997]: audit 2024-09-18T08:27:32.726138+0000 mon.smithi079 (mon.0) 887 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:27:33.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:33 smithi079 bash[19997]: audit 2024-09-18T08:27:32.828042+0000 mon.smithi079 (mon.0) 888 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:33.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:33 smithi079 bash[19997]: audit 2024-09-18T08:27:32.828042+0000 mon.smithi079 (mon.0) 888 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:33.801 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:27:35.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:35 smithi079 bash[19997]: cluster 2024-09-18T08:27:33.477902+0000 mgr.smithi079.dmaxqe (mgr.14205) 298 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:35.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:35 smithi079 bash[19997]: cluster 2024-09-18T08:27:33.477902+0000 mgr.smithi079.dmaxqe (mgr.14205) 298 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:35.464 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:27:35.464 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-18T08:19:04.925538Z", "last_refresh": "2024-09-18T08:26:24.912313Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-18T08:21:02.003019Z 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-18T08:18:56.019676Z", "last_refresh": "2024-09-18T08:26:24.426418Z", "running": 2, "size": 2}}, {"events": ["2024-09-18T08:21:05.679658Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-18T08:18:53.961258Z", "last_refresh": "2024-09-18T08:26:24.426539Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-18T08:19:00.203603Z", "last_refresh": "2024-09-18T08:26:24.912569Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-18T08:27:30.253888Z 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.79/16"}, "status": {"created": "2024-09-18T08:26:36.820477Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2024-09-18T08:26:45.920590Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-18T08:26:27.490056Z", "running": 0, "size": 2}}, {"events": ["2024-09-18T08:21:11.062964Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-18T08:18:51.780142Z", "last_refresh": "2024-09-18T08:26:24.426744Z", "running": 2, "size": 2}}, {"events": ["2024-09-18T08:21:16.096521Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi135:172.21.15.135=smithi135"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-18T08:20:30.080997Z", "last_refresh": "2024-09-18T08:26:24.426843Z", "running": 2, "size": 2}}, {"events": ["2024-09-18T08:26:50.244644Z 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-18T08:26:36.813603Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-18T08:21:06.962822Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-18T08:19:02.383168Z", "last_refresh": "2024-09-18T08:26:24.426644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-18T08:21:40.227450Z 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-18T08:21:40.218108Z", "last_refresh": "2024-09-18T08:26:24.426942Z", "running": 8, "size": 8}}, {"events": ["2024-09-18T08:21:16.108999Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-18T08:18:58.111359Z", "last_refresh": "2024-09-18T08:26:24.912827Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-18T08:27:35.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:35 smithi135 bash[24787]: cluster 2024-09-18T08:27:33.477902+0000 mgr.smithi079.dmaxqe (mgr.14205) 298 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:35.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:35 smithi135 bash[24787]: cluster 2024-09-18T08:27:33.477902+0000 mgr.smithi079.dmaxqe (mgr.14205) 298 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:36.247 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-18T08:27:37.248 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-18T08:27:37.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:37 smithi079 bash[19997]: audit 2024-09-18T08:27:35.462280+0000 mgr.smithi079.dmaxqe (mgr.14205) 299 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:27:37.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:37 smithi079 bash[19997]: audit 2024-09-18T08:27:35.462280+0000 mgr.smithi079.dmaxqe (mgr.14205) 299 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:27:37.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:37 smithi079 bash[19997]: cluster 2024-09-18T08:27:35.478434+0000 mgr.smithi079.dmaxqe (mgr.14205) 300 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:37.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:37 smithi079 bash[19997]: cluster 2024-09-18T08:27:35.478434+0000 mgr.smithi079.dmaxqe (mgr.14205) 300 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:37.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:37 smithi079 bash[19997]: audit 2024-09-18T08:27:36.085163+0000 mon.smithi079 (mon.0) 889 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:37.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:37 smithi079 bash[19997]: audit 2024-09-18T08:27:36.085163+0000 mon.smithi079 (mon.0) 889 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:37.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:37 smithi079 bash[19997]: audit 2024-09-18T08:27:36.097200+0000 mon.smithi079 (mon.0) 890 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:37.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:37 smithi079 bash[19997]: audit 2024-09-18T08:27:36.097200+0000 mon.smithi079 (mon.0) 890 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:37.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:37 smithi135 bash[24787]: audit 2024-09-18T08:27:35.462280+0000 mgr.smithi079.dmaxqe (mgr.14205) 299 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:27:37.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:37 smithi135 bash[24787]: audit 2024-09-18T08:27:35.462280+0000 mgr.smithi079.dmaxqe (mgr.14205) 299 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:27:37.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:37 smithi135 bash[24787]: cluster 2024-09-18T08:27:35.478434+0000 mgr.smithi079.dmaxqe (mgr.14205) 300 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:37.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:37 smithi135 bash[24787]: cluster 2024-09-18T08:27:35.478434+0000 mgr.smithi079.dmaxqe (mgr.14205) 300 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:37.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:37 smithi135 bash[24787]: audit 2024-09-18T08:27:36.085163+0000 mon.smithi079 (mon.0) 889 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:37.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:37 smithi135 bash[24787]: audit 2024-09-18T08:27:36.085163+0000 mon.smithi079 (mon.0) 889 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:37.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:37 smithi135 bash[24787]: audit 2024-09-18T08:27:36.097200+0000 mon.smithi079 (mon.0) 890 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:37.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:37 smithi135 bash[24787]: audit 2024-09-18T08:27:36.097200+0000 mon.smithi079 (mon.0) 890 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:39.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:38 smithi079 bash[19997]: cluster 2024-09-18T08:27:37.478890+0000 mgr.smithi079.dmaxqe (mgr.14205) 301 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:39.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:38 smithi079 bash[19997]: cluster 2024-09-18T08:27:37.478890+0000 mgr.smithi079.dmaxqe (mgr.14205) 301 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:39.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:38 smithi079 bash[19997]: audit 2024-09-18T08:27:37.779116+0000 mon.smithi079 (mon.0) 891 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:39.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:38 smithi079 bash[19997]: audit 2024-09-18T08:27:37.779116+0000 mon.smithi079 (mon.0) 891 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:39.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:38 smithi079 bash[19997]: audit 2024-09-18T08:27:37.785900+0000 mon.smithi079 (mon.0) 892 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:39.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:38 smithi079 bash[19997]: audit 2024-09-18T08:27:37.785900+0000 mon.smithi079 (mon.0) 892 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:39.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:38 smithi079 bash[19997]: audit 2024-09-18T08:27:38.374475+0000 mon.smithi079 (mon.0) 893 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:27:39.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:38 smithi079 bash[19997]: audit 2024-09-18T08:27:38.374475+0000 mon.smithi079 (mon.0) 893 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:27:39.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:38 smithi079 bash[19997]: audit 2024-09-18T08:27:38.376145+0000 mon.smithi079 (mon.0) 894 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:27:39.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:38 smithi079 bash[19997]: audit 2024-09-18T08:27:38.376145+0000 mon.smithi079 (mon.0) 894 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:27:39.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:38 smithi079 bash[19997]: audit 2024-09-18T08:27:38.386130+0000 mon.smithi079 (mon.0) 895 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:39.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:38 smithi079 bash[19997]: audit 2024-09-18T08:27:38.386130+0000 mon.smithi079 (mon.0) 895 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:39.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:38 smithi079 bash[19997]: audit 2024-09-18T08:27:38.393030+0000 mon.smithi079 (mon.0) 896 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:27:39.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:38 smithi079 bash[19997]: audit 2024-09-18T08:27:38.393030+0000 mon.smithi079 (mon.0) 896 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:27:39.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:38 smithi079 bash[19997]: audit 2024-09-18T08:27:38.411058+0000 mon.smithi079 (mon.0) 897 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:39.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:38 smithi079 bash[19997]: audit 2024-09-18T08:27:38.411058+0000 mon.smithi079 (mon.0) 897 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:39.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:38 smithi135 bash[24787]: cluster 2024-09-18T08:27:37.478890+0000 mgr.smithi079.dmaxqe (mgr.14205) 301 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:39.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:38 smithi135 bash[24787]: cluster 2024-09-18T08:27:37.478890+0000 mgr.smithi079.dmaxqe (mgr.14205) 301 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:39.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:38 smithi135 bash[24787]: audit 2024-09-18T08:27:37.779116+0000 mon.smithi079 (mon.0) 891 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:39.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:38 smithi135 bash[24787]: audit 2024-09-18T08:27:37.779116+0000 mon.smithi079 (mon.0) 891 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:39.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:38 smithi135 bash[24787]: audit 2024-09-18T08:27:37.785900+0000 mon.smithi079 (mon.0) 892 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:39.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:38 smithi135 bash[24787]: audit 2024-09-18T08:27:37.785900+0000 mon.smithi079 (mon.0) 892 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:39.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:38 smithi135 bash[24787]: audit 2024-09-18T08:27:38.374475+0000 mon.smithi079 (mon.0) 893 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:27:39.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:38 smithi135 bash[24787]: audit 2024-09-18T08:27:38.374475+0000 mon.smithi079 (mon.0) 893 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:27:39.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:38 smithi135 bash[24787]: audit 2024-09-18T08:27:38.376145+0000 mon.smithi079 (mon.0) 894 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:27:39.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:38 smithi135 bash[24787]: audit 2024-09-18T08:27:38.376145+0000 mon.smithi079 (mon.0) 894 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:27:39.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:38 smithi135 bash[24787]: audit 2024-09-18T08:27:38.386130+0000 mon.smithi079 (mon.0) 895 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:39.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:38 smithi135 bash[24787]: audit 2024-09-18T08:27:38.386130+0000 mon.smithi079 (mon.0) 895 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:39.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:38 smithi135 bash[24787]: audit 2024-09-18T08:27:38.393030+0000 mon.smithi079 (mon.0) 896 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:27:39.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:38 smithi135 bash[24787]: audit 2024-09-18T08:27:38.393030+0000 mon.smithi079 (mon.0) 896 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:27:39.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:38 smithi135 bash[24787]: audit 2024-09-18T08:27:38.411058+0000 mon.smithi079 (mon.0) 897 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:39.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:38 smithi135 bash[24787]: audit 2024-09-18T08:27:38.411058+0000 mon.smithi079 (mon.0) 897 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:40.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:39 smithi079 bash[19997]: cephadm 2024-09-18T08:27:38.440246+0000 mgr.smithi079.dmaxqe (mgr.14205) 302 : cephadm [INF] Reconfiguring prometheus.smithi079 (dependencies changed)... 2024-09-18T08:27:40.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:39 smithi079 bash[19997]: cephadm 2024-09-18T08:27:38.440246+0000 mgr.smithi079.dmaxqe (mgr.14205) 302 : cephadm [INF] Reconfiguring prometheus.smithi079 (dependencies changed)... 2024-09-18T08:27:40.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:39 smithi079 bash[19997]: cephadm 2024-09-18T08:27:38.715741+0000 mgr.smithi079.dmaxqe (mgr.14205) 303 : cephadm [INF] Reconfiguring daemon prometheus.smithi079 on smithi079 2024-09-18T08:27:40.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:39 smithi079 bash[19997]: cephadm 2024-09-18T08:27:38.715741+0000 mgr.smithi079.dmaxqe (mgr.14205) 303 : cephadm [INF] Reconfiguring daemon prometheus.smithi079 on smithi079 2024-09-18T08:27:40.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:39 smithi135 bash[24787]: cephadm 2024-09-18T08:27:38.440246+0000 mgr.smithi079.dmaxqe (mgr.14205) 302 : cephadm [INF] Reconfiguring prometheus.smithi079 (dependencies changed)... 2024-09-18T08:27:40.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:39 smithi135 bash[24787]: cephadm 2024-09-18T08:27:38.440246+0000 mgr.smithi079.dmaxqe (mgr.14205) 302 : cephadm [INF] Reconfiguring prometheus.smithi079 (dependencies changed)... 2024-09-18T08:27:40.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:39 smithi135 bash[24787]: cephadm 2024-09-18T08:27:38.715741+0000 mgr.smithi079.dmaxqe (mgr.14205) 303 : cephadm [INF] Reconfiguring daemon prometheus.smithi079 on smithi079 2024-09-18T08:27:40.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:39 smithi135 bash[24787]: cephadm 2024-09-18T08:27:38.715741+0000 mgr.smithi079.dmaxqe (mgr.14205) 303 : cephadm [INF] Reconfiguring daemon prometheus.smithi079 on smithi079 2024-09-18T08:27:41.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:40 smithi079 bash[19997]: cluster 2024-09-18T08:27:39.479933+0000 mgr.smithi079.dmaxqe (mgr.14205) 304 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:27:41.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:40 smithi079 bash[19997]: cluster 2024-09-18T08:27:39.479933+0000 mgr.smithi079.dmaxqe (mgr.14205) 304 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:27:41.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:40 smithi135 bash[24787]: cluster 2024-09-18T08:27:39.479933+0000 mgr.smithi079.dmaxqe (mgr.14205) 304 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:27:41.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:40 smithi135 bash[24787]: cluster 2024-09-18T08:27:39.479933+0000 mgr.smithi079.dmaxqe (mgr.14205) 304 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:27:42.075 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:27:43.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:42 smithi079 bash[19997]: cluster 2024-09-18T08:27:41.480884+0000 mgr.smithi079.dmaxqe (mgr.14205) 305 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:43.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:42 smithi079 bash[19997]: cluster 2024-09-18T08:27:41.480884+0000 mgr.smithi079.dmaxqe (mgr.14205) 305 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:43.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:42 smithi135 bash[24787]: cluster 2024-09-18T08:27:41.480884+0000 mgr.smithi079.dmaxqe (mgr.14205) 305 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:43.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:42 smithi135 bash[24787]: cluster 2024-09-18T08:27:41.480884+0000 mgr.smithi079.dmaxqe (mgr.14205) 305 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:43.861 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:27:43.862 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-18T08:19:04.925538Z", "last_refresh": "2024-09-18T08:27:37.773087Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-18T08:21:02.003019Z 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-18T08:18:56.019676Z", "last_refresh": "2024-09-18T08:27:36.071282Z", "running": 2, "size": 2}}, {"events": ["2024-09-18T08:21:05.679658Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-18T08:18:53.961258Z", "last_refresh": "2024-09-18T08:27:36.071595Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-18T08:19:00.203603Z", "last_refresh": "2024-09-18T08:27:37.773179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-18T08:27:30.253888Z 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.79/16"}, "status": {"created": "2024-09-18T08:26:36.820477Z", "last_refresh": "2024-09-18T08:27:36.074049Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2024-09-18T08:26:45.920590Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-18T08:26:27.490056Z", "last_refresh": "2024-09-18T08:27:36.073781Z", "running": 2, "size": 2}}, {"events": ["2024-09-18T08:21:11.062964Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-18T08:18:51.780142Z", "last_refresh": "2024-09-18T08:27:36.072143Z", "running": 2, "size": 2}}, {"events": ["2024-09-18T08:21:16.096521Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi135:172.21.15.135=smithi135"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-18T08:20:30.080997Z", "last_refresh": "2024-09-18T08:27:36.072413Z", "running": 2, "size": 2}}, {"events": ["2024-09-18T08:27:38.411486Z 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-18T08:26:36.813603Z", "last_refresh": "2024-09-18T08:27:37.773889Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2024-09-18T08:21:06.962822Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-18T08:19:02.383168Z", "last_refresh": "2024-09-18T08:27:36.071872Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-18T08:21:40.227450Z 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-18T08:21:40.218108Z", "last_refresh": "2024-09-18T08:27:36.072682Z", "running": 8, "size": 8}}, {"events": ["2024-09-18T08:21:16.108999Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-18T08:18:58.111359Z", "last_refresh": "2024-09-18T08:27:37.773272Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-18T08:27:44.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:44 smithi079 bash[19997]: cluster 2024-09-18T08:27:43.481941+0000 mgr.smithi079.dmaxqe (mgr.14205) 306 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:44.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:44 smithi079 bash[19997]: cluster 2024-09-18T08:27:43.481941+0000 mgr.smithi079.dmaxqe (mgr.14205) 306 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:44.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:44 smithi079 bash[19997]: audit 2024-09-18T08:27:43.849429+0000 mgr.smithi079.dmaxqe (mgr.14205) 307 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:27:44.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:44 smithi079 bash[19997]: audit 2024-09-18T08:27:43.849429+0000 mgr.smithi079.dmaxqe (mgr.14205) 307 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:27:44.953 INFO:tasks.cephadm:nfs.foo has 1/1 2024-09-18T08:27:44.953 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-18T08:27:44.965 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-09-18T08:27:44.965 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-18T08:27:45.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:44 smithi135 bash[24787]: cluster 2024-09-18T08:27:43.481941+0000 mgr.smithi079.dmaxqe (mgr.14205) 306 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:45.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:44 smithi135 bash[24787]: cluster 2024-09-18T08:27:43.481941+0000 mgr.smithi079.dmaxqe (mgr.14205) 306 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:45.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:44 smithi135 bash[24787]: audit 2024-09-18T08:27:43.849429+0000 mgr.smithi079.dmaxqe (mgr.14205) 307 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:27:45.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:44 smithi135 bash[24787]: audit 2024-09-18T08:27:43.849429+0000 mgr.smithi079.dmaxqe (mgr.14205) 307 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:27:46.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:46 smithi079 bash[19997]: cluster 2024-09-18T08:27:45.482484+0000 mgr.smithi079.dmaxqe (mgr.14205) 308 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:46.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:46 smithi079 bash[19997]: cluster 2024-09-18T08:27:45.482484+0000 mgr.smithi079.dmaxqe (mgr.14205) 308 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:46.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:46 smithi079 bash[19997]: audit 2024-09-18T08:27:45.733721+0000 mon.smithi079 (mon.0) 898 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:46.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:46 smithi079 bash[19997]: audit 2024-09-18T08:27:45.733721+0000 mon.smithi079 (mon.0) 898 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:46.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:46 smithi079 bash[19997]: audit 2024-09-18T08:27:45.739624+0000 mon.smithi079 (mon.0) 899 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:46.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:46 smithi079 bash[19997]: audit 2024-09-18T08:27:45.739624+0000 mon.smithi079 (mon.0) 899 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:46.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:46 smithi079 bash[19997]: audit 2024-09-18T08:27:45.745861+0000 mon.smithi079 (mon.0) 900 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-18T08:27:46.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:46 smithi079 bash[19997]: audit 2024-09-18T08:27:45.745861+0000 mon.smithi079 (mon.0) 900 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-18T08:27:46.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:46 smithi079 bash[19997]: audit 2024-09-18T08:27:45.746364+0000 mgr.smithi079.dmaxqe (mgr.14205) 309 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-18T08:27:46.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:46 smithi079 bash[19997]: audit 2024-09-18T08:27:45.746364+0000 mgr.smithi079.dmaxqe (mgr.14205) 309 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-18T08:27:46.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:46 smithi079 bash[19997]: audit 2024-09-18T08:27:46.004185+0000 mon.smithi079 (mon.0) 901 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:27:46.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:46 smithi079 bash[19997]: audit 2024-09-18T08:27:46.004185+0000 mon.smithi079 (mon.0) 901 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:27:47.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:46 smithi135 bash[24787]: cluster 2024-09-18T08:27:45.482484+0000 mgr.smithi079.dmaxqe (mgr.14205) 308 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:47.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:46 smithi135 bash[24787]: cluster 2024-09-18T08:27:45.482484+0000 mgr.smithi079.dmaxqe (mgr.14205) 308 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:47.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:46 smithi135 bash[24787]: audit 2024-09-18T08:27:45.733721+0000 mon.smithi079 (mon.0) 898 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:47.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:46 smithi135 bash[24787]: audit 2024-09-18T08:27:45.733721+0000 mon.smithi079 (mon.0) 898 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:47.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:46 smithi135 bash[24787]: audit 2024-09-18T08:27:45.739624+0000 mon.smithi079 (mon.0) 899 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:47.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:46 smithi135 bash[24787]: audit 2024-09-18T08:27:45.739624+0000 mon.smithi079 (mon.0) 899 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:47.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:46 smithi135 bash[24787]: audit 2024-09-18T08:27:45.745861+0000 mon.smithi079 (mon.0) 900 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-18T08:27:47.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:46 smithi135 bash[24787]: audit 2024-09-18T08:27:45.745861+0000 mon.smithi079 (mon.0) 900 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-18T08:27:47.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:46 smithi135 bash[24787]: audit 2024-09-18T08:27:45.746364+0000 mgr.smithi079.dmaxqe (mgr.14205) 309 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-18T08:27:47.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:46 smithi135 bash[24787]: audit 2024-09-18T08:27:45.746364+0000 mgr.smithi079.dmaxqe (mgr.14205) 309 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-18T08:27:47.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:46 smithi135 bash[24787]: audit 2024-09-18T08:27:46.004185+0000 mon.smithi079 (mon.0) 901 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:27:47.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:46 smithi135 bash[24787]: audit 2024-09-18T08:27:46.004185+0000 mon.smithi079 (mon.0) 901 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:27:48.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:47 smithi079 bash[19997]: audit 2024-09-18T08:27:47.726794+0000 mon.smithi079 (mon.0) 902 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:27:48.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:47 smithi079 bash[19997]: audit 2024-09-18T08:27:47.726794+0000 mon.smithi079 (mon.0) 902 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:27:48.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:47 smithi135 bash[24787]: audit 2024-09-18T08:27:47.726794+0000 mon.smithi079 (mon.0) 902 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:27:48.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:47 smithi135 bash[24787]: audit 2024-09-18T08:27:47.726794+0000 mon.smithi079 (mon.0) 902 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:27:48.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:48 smithi135 bash[24787]: cluster 2024-09-18T08:27:47.483411+0000 mgr.smithi079.dmaxqe (mgr.14205) 310 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:48.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:48 smithi135 bash[24787]: cluster 2024-09-18T08:27:47.483411+0000 mgr.smithi079.dmaxqe (mgr.14205) 310 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:49.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:48 smithi079 bash[19997]: cluster 2024-09-18T08:27:47.483411+0000 mgr.smithi079.dmaxqe (mgr.14205) 310 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:49.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:48 smithi079 bash[19997]: cluster 2024-09-18T08:27:47.483411+0000 mgr.smithi079.dmaxqe (mgr.14205) 310 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:50.833 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:27:51.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:50 smithi079 bash[19997]: cluster 2024-09-18T08:27:49.484383+0000 mgr.smithi079.dmaxqe (mgr.14205) 311 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:27:51.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:50 smithi079 bash[19997]: cluster 2024-09-18T08:27:49.484383+0000 mgr.smithi079.dmaxqe (mgr.14205) 311 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:27:51.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:50 smithi135 bash[24787]: cluster 2024-09-18T08:27:49.484383+0000 mgr.smithi079.dmaxqe (mgr.14205) 311 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:27:51.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:50 smithi135 bash[24787]: cluster 2024-09-18T08:27:49.484383+0000 mgr.smithi079.dmaxqe (mgr.14205) 311 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:27:52.368 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-18T08:27:52.368 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-18T08:19:04.925538Z", "last_refresh": "2024-09-18T08:27:51.936056Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-18T08:21:02.003019Z 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-18T08:18:56.019676Z", "last_refresh": "2024-09-18T08:27:51.751912Z", "running": 2, "size": 2}}, {"events": ["2024-09-18T08:21:05.679658Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-18T08:18:53.961258Z", "last_refresh": "2024-09-18T08:27:51.752027Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-18T08:19:00.203603Z", "last_refresh": "2024-09-18T08:27:51.936151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-18T08:27:30.253888Z 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.79/16"}, "status": {"created": "2024-09-18T08:26:36.820477Z", "last_refresh": "2024-09-18T08:27:51.752952Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2024-09-18T08:26:45.920590Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-18T08:26:27.490056Z", "last_refresh": "2024-09-18T08:27:51.752848Z", "running": 2, "size": 2}}, {"events": ["2024-09-18T08:21:11.062964Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-18T08:18:51.780142Z", "last_refresh": "2024-09-18T08:27:51.752233Z", "running": 2, "size": 2}}, {"events": ["2024-09-18T08:21:16.096521Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi135:172.21.15.135=smithi135"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-18T08:20:30.080997Z", "last_refresh": "2024-09-18T08:27:51.752345Z", "running": 2, "size": 2}}, {"events": ["2024-09-18T08:27:51.965607Z 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-18T08:26:36.813603Z", "last_refresh": "2024-09-18T08:27:51.936812Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2024-09-18T08:21:06.962822Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-18T08:19:02.383168Z", "last_refresh": "2024-09-18T08:27:51.752129Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-18T08:21:40.227450Z 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-18T08:21:40.218108Z", "last_refresh": "2024-09-18T08:27:51.752447Z", "running": 8, "size": 8}}, {"events": ["2024-09-18T08:21:16.108999Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-18T08:18:58.111359Z", "last_refresh": "2024-09-18T08:27:51.936245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-18T08:27:53.100 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:52 smithi079 bash[19997]: cluster 2024-09-18T08:27:51.485079+0000 mgr.smithi079.dmaxqe (mgr.14205) 312 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:53.100 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:52 smithi079 bash[19997]: cluster 2024-09-18T08:27:51.485079+0000 mgr.smithi079.dmaxqe (mgr.14205) 312 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:53.100 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:52 smithi079 bash[19997]: audit 2024-09-18T08:27:51.759618+0000 mon.smithi079 (mon.0) 903 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:53.100 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:52 smithi079 bash[19997]: audit 2024-09-18T08:27:51.759618+0000 mon.smithi079 (mon.0) 903 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:53.100 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:52 smithi079 bash[19997]: audit 2024-09-18T08:27:51.765659+0000 mon.smithi079 (mon.0) 904 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:53.100 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:52 smithi079 bash[19997]: audit 2024-09-18T08:27:51.765659+0000 mon.smithi079 (mon.0) 904 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:53.100 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:52 smithi079 bash[19997]: audit 2024-09-18T08:27:51.942194+0000 mon.smithi079 (mon.0) 905 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:53.101 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:52 smithi079 bash[19997]: audit 2024-09-18T08:27:51.942194+0000 mon.smithi079 (mon.0) 905 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:53.101 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:52 smithi079 bash[19997]: audit 2024-09-18T08:27:51.946925+0000 mon.smithi079 (mon.0) 906 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:53.101 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:52 smithi079 bash[19997]: audit 2024-09-18T08:27:51.946925+0000 mon.smithi079 (mon.0) 906 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:53.101 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:52 smithi079 bash[19997]: audit 2024-09-18T08:27:51.947931+0000 mon.smithi079 (mon.0) 907 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:27:53.101 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:52 smithi079 bash[19997]: audit 2024-09-18T08:27:51.947931+0000 mon.smithi079 (mon.0) 907 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:27:53.101 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:52 smithi079 bash[19997]: audit 2024-09-18T08:27:51.948620+0000 mon.smithi079 (mon.0) 908 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:27:53.101 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:52 smithi079 bash[19997]: audit 2024-09-18T08:27:51.948620+0000 mon.smithi079 (mon.0) 908 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:27:53.101 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:52 smithi079 bash[19997]: audit 2024-09-18T08:27:51.953373+0000 mon.smithi079 (mon.0) 909 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:53.101 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:52 smithi079 bash[19997]: audit 2024-09-18T08:27:51.953373+0000 mon.smithi079 (mon.0) 909 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:53.101 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:52 smithi079 bash[19997]: audit 2024-09-18T08:27:51.956005+0000 mon.smithi079 (mon.0) 910 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:27:53.101 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:52 smithi079 bash[19997]: audit 2024-09-18T08:27:51.956005+0000 mon.smithi079 (mon.0) 910 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:27:53.101 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:52 smithi079 bash[19997]: audit 2024-09-18T08:27:51.965405+0000 mon.smithi079 (mon.0) 911 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:53.101 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:52 smithi079 bash[19997]: audit 2024-09-18T08:27:51.965405+0000 mon.smithi079 (mon.0) 911 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:53.103 INFO:tasks.cephadm:ingress.nfs.foo has 4/4 2024-09-18T08:27:53.103 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-18T08:27:53.114 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi079.front.sepia.ceph.com 2024-09-18T08:27:53.114 DEBUG:teuthology.orchestra.run.smithi079:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-09-18T08:27:53.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ mkdir /mnt/foo 2024-09-18T08:27:53.135 DEBUG:teuthology.orchestra.run.smithi079:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 5' 2024-09-18T08:27:53.193 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2024-09-18T08:27:53.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:52 smithi135 bash[24787]: cluster 2024-09-18T08:27:51.485079+0000 mgr.smithi079.dmaxqe (mgr.14205) 312 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:53.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:52 smithi135 bash[24787]: cluster 2024-09-18T08:27:51.485079+0000 mgr.smithi079.dmaxqe (mgr.14205) 312 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:53.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:52 smithi135 bash[24787]: audit 2024-09-18T08:27:51.759618+0000 mon.smithi079 (mon.0) 903 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:53.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:52 smithi135 bash[24787]: audit 2024-09-18T08:27:51.759618+0000 mon.smithi079 (mon.0) 903 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:53.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:52 smithi135 bash[24787]: audit 2024-09-18T08:27:51.765659+0000 mon.smithi079 (mon.0) 904 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:53.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:52 smithi135 bash[24787]: audit 2024-09-18T08:27:51.765659+0000 mon.smithi079 (mon.0) 904 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:53.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:52 smithi135 bash[24787]: audit 2024-09-18T08:27:51.942194+0000 mon.smithi079 (mon.0) 905 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:53.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:52 smithi135 bash[24787]: audit 2024-09-18T08:27:51.942194+0000 mon.smithi079 (mon.0) 905 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:53.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:52 smithi135 bash[24787]: audit 2024-09-18T08:27:51.946925+0000 mon.smithi079 (mon.0) 906 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:53.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:52 smithi135 bash[24787]: audit 2024-09-18T08:27:51.946925+0000 mon.smithi079 (mon.0) 906 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:53.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:52 smithi135 bash[24787]: audit 2024-09-18T08:27:51.947931+0000 mon.smithi079 (mon.0) 907 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:27:53.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:52 smithi135 bash[24787]: audit 2024-09-18T08:27:51.947931+0000 mon.smithi079 (mon.0) 907 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:27:53.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:52 smithi135 bash[24787]: audit 2024-09-18T08:27:51.948620+0000 mon.smithi079 (mon.0) 908 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:27:53.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:52 smithi135 bash[24787]: audit 2024-09-18T08:27:51.948620+0000 mon.smithi079 (mon.0) 908 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:27:53.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:52 smithi135 bash[24787]: audit 2024-09-18T08:27:51.953373+0000 mon.smithi079 (mon.0) 909 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:53.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:52 smithi135 bash[24787]: audit 2024-09-18T08:27:51.953373+0000 mon.smithi079 (mon.0) 909 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:53.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:52 smithi135 bash[24787]: audit 2024-09-18T08:27:51.956005+0000 mon.smithi079 (mon.0) 910 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:27:53.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:52 smithi135 bash[24787]: audit 2024-09-18T08:27:51.956005+0000 mon.smithi079 (mon.0) 910 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:27:53.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:52 smithi135 bash[24787]: audit 2024-09-18T08:27:51.965405+0000 mon.smithi079 (mon.0) 911 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:53.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:52 smithi135 bash[24787]: audit 2024-09-18T08:27:51.965405+0000 mon.smithi079 (mon.0) 911 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:27:54.093 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:53 smithi079 bash[19997]: audit 2024-09-18T08:27:52.355923+0000 mgr.smithi079.dmaxqe (mgr.14205) 313 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:27:54.093 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:53 smithi079 bash[19997]: audit 2024-09-18T08:27:52.355923+0000 mgr.smithi079.dmaxqe (mgr.14205) 313 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:27:54.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:53 smithi135 bash[24787]: audit 2024-09-18T08:27:52.355923+0000 mgr.smithi079.dmaxqe (mgr.14205) 313 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:27:54.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:53 smithi135 bash[24787]: audit 2024-09-18T08:27:52.355923+0000 mgr.smithi079.dmaxqe (mgr.14205) 313 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T08:27:55.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:54 smithi079 bash[19997]: cluster 2024-09-18T08:27:53.486113+0000 mgr.smithi079.dmaxqe (mgr.14205) 314 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:55.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:54 smithi079 bash[19997]: cluster 2024-09-18T08:27:53.486113+0000 mgr.smithi079.dmaxqe (mgr.14205) 314 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:55.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:54 smithi135 bash[24787]: cluster 2024-09-18T08:27:53.486113+0000 mgr.smithi079.dmaxqe (mgr.14205) 314 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:55.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:54 smithi135 bash[24787]: cluster 2024-09-18T08:27:53.486113+0000 mgr.smithi079.dmaxqe (mgr.14205) 314 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:57.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:56 smithi079 bash[19997]: cluster 2024-09-18T08:27:55.486836+0000 mgr.smithi079.dmaxqe (mgr.14205) 315 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:57.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:56 smithi079 bash[19997]: cluster 2024-09-18T08:27:55.486836+0000 mgr.smithi079.dmaxqe (mgr.14205) 315 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:57.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:56 smithi135 bash[24787]: cluster 2024-09-18T08:27:55.486836+0000 mgr.smithi079.dmaxqe (mgr.14205) 315 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:57.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:56 smithi135 bash[24787]: cluster 2024-09-18T08:27:55.486836+0000 mgr.smithi079.dmaxqe (mgr.14205) 315 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:58.197 DEBUG:teuthology.orchestra.run.smithi079:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.79:/fake /mnt/foo -o port=2999' 2024-09-18T08:27:58.250 INFO:teuthology.orchestra.run.smithi079.stderr:+ mount -t nfs 10.0.31.79:/fake /mnt/foo -o port=2999 2024-09-18T08:27:58.576 DEBUG:teuthology.orchestra.run.smithi079:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-09-18T08:27:58.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo test 2024-09-18T08:27:58.641 DEBUG:teuthology.orchestra.run.smithi079:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-09-18T08:27:58.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ sync 2024-09-18T08:27:58.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:58 smithi079 bash[19997]: cluster 2024-09-18T08:27:57.487798+0000 mgr.smithi079.dmaxqe (mgr.14205) 316 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:58.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:27:58 smithi079 bash[19997]: cluster 2024-09-18T08:27:57.487798+0000 mgr.smithi079.dmaxqe (mgr.14205) 316 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:59.076 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-18T08:27:59.087 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi079.front.sepia.ceph.com 2024-09-18T08:27:59.087 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -v /mnt/foo:/mnt/foo -- bash -c 'echo "Check with each haproxy down in turn..." 2024-09-18T08:27:59.087 DEBUG:teuthology.orchestra.run.smithi079:> for haproxy in `ceph orch ps | grep ^haproxy.nfs.foo. | awk '"'"'{print $1}'"'"'`; do 2024-09-18T08:27:59.088 DEBUG:teuthology.orchestra.run.smithi079:> ceph orch daemon stop $haproxy 2024-09-18T08:27:59.088 DEBUG:teuthology.orchestra.run.smithi079:> while ! ceph orch ps | grep $haproxy | grep stopped; do sleep 1 ; done 2024-09-18T08:27:59.088 DEBUG:teuthology.orchestra.run.smithi079:> cat /mnt/foo/testfile 2024-09-18T08:27:59.088 DEBUG:teuthology.orchestra.run.smithi079:> echo $haproxy > /mnt/foo/testfile 2024-09-18T08:27:59.088 DEBUG:teuthology.orchestra.run.smithi079:> sync 2024-09-18T08:27:59.088 DEBUG:teuthology.orchestra.run.smithi079:> ceph orch daemon start $haproxy 2024-09-18T08:27:59.088 DEBUG:teuthology.orchestra.run.smithi079:> while ! ceph orch ps | grep $haproxy | grep running; do sleep 1 ; done 2024-09-18T08:27:59.088 DEBUG:teuthology.orchestra.run.smithi079:> done 2024-09-18T08:27:59.088 DEBUG:teuthology.orchestra.run.smithi079:> ' 2024-09-18T08:27:59.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:58 smithi135 bash[24787]: cluster 2024-09-18T08:27:57.487798+0000 mgr.smithi079.dmaxqe (mgr.14205) 316 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:27:59.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:27:58 smithi135 bash[24787]: cluster 2024-09-18T08:27:57.487798+0000 mgr.smithi079.dmaxqe (mgr.14205) 316 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:28:01.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:00 smithi079 bash[19997]: cluster 2024-09-18T08:27:59.488839+0000 mgr.smithi079.dmaxqe (mgr.14205) 317 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:28:01.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:00 smithi079 bash[19997]: cluster 2024-09-18T08:27:59.488839+0000 mgr.smithi079.dmaxqe (mgr.14205) 317 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:28:01.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:00 smithi135 bash[24787]: cluster 2024-09-18T08:27:59.488839+0000 mgr.smithi079.dmaxqe (mgr.14205) 317 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:28:01.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:00 smithi135 bash[24787]: cluster 2024-09-18T08:27:59.488839+0000 mgr.smithi079.dmaxqe (mgr.14205) 317 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:28:03.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:02 smithi079 bash[19997]: cluster 2024-09-18T08:28:01.489913+0000 mgr.smithi079.dmaxqe (mgr.14205) 318 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:28:03.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:02 smithi079 bash[19997]: cluster 2024-09-18T08:28:01.489913+0000 mgr.smithi079.dmaxqe (mgr.14205) 318 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:28:03.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:02 smithi079 bash[19997]: audit 2024-09-18T08:28:02.727246+0000 mon.smithi079 (mon.0) 912 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:28:03.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:02 smithi079 bash[19997]: audit 2024-09-18T08:28:02.727246+0000 mon.smithi079 (mon.0) 912 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:28:03.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:02 smithi135 bash[24787]: cluster 2024-09-18T08:28:01.489913+0000 mgr.smithi079.dmaxqe (mgr.14205) 318 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:28:03.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:02 smithi135 bash[24787]: cluster 2024-09-18T08:28:01.489913+0000 mgr.smithi079.dmaxqe (mgr.14205) 318 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:28:03.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:02 smithi135 bash[24787]: audit 2024-09-18T08:28:02.727246+0000 mon.smithi079 (mon.0) 912 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:28:03.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:02 smithi135 bash[24787]: audit 2024-09-18T08:28:02.727246+0000 mon.smithi079 (mon.0) 912 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:28:03.974 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:28:05.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:04 smithi079 bash[19997]: cluster 2024-09-18T08:28:03.490808+0000 mgr.smithi079.dmaxqe (mgr.14205) 319 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 584 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-09-18T08:28:05.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:04 smithi079 bash[19997]: cluster 2024-09-18T08:28:03.490808+0000 mgr.smithi079.dmaxqe (mgr.14205) 319 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 584 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-09-18T08:28:05.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:04 smithi135 bash[24787]: cluster 2024-09-18T08:28:03.490808+0000 mgr.smithi079.dmaxqe (mgr.14205) 319 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 584 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-09-18T08:28:05.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:04 smithi135 bash[24787]: cluster 2024-09-18T08:28:03.490808+0000 mgr.smithi079.dmaxqe (mgr.14205) 319 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 584 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-09-18T08:28:05.230 INFO:teuthology.orchestra.run.smithi079.stdout:Check with each haproxy down in turn... 2024-09-18T08:28:05.903 INFO:teuthology.orchestra.run.smithi079.stdout:Scheduled to stop haproxy.nfs.foo.smithi079.rlhdrd on host 'smithi079' 2024-09-18T08:28:07.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:06 smithi135 bash[24787]: cluster 2024-09-18T08:28:05.491543+0000 mgr.smithi079.dmaxqe (mgr.14205) 320 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 584 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-09-18T08:28:07.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:06 smithi135 bash[24787]: cluster 2024-09-18T08:28:05.491543+0000 mgr.smithi079.dmaxqe (mgr.14205) 320 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 584 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-09-18T08:28:07.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:06 smithi135 bash[24787]: audit 2024-09-18T08:28:05.525796+0000 mgr.smithi079.dmaxqe (mgr.14205) 321 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:07.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:06 smithi135 bash[24787]: audit 2024-09-18T08:28:05.525796+0000 mgr.smithi079.dmaxqe (mgr.14205) 321 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:07.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:06 smithi135 bash[24787]: audit 2024-09-18T08:28:05.885532+0000 mgr.smithi079.dmaxqe (mgr.14205) 322 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi079.rlhdrd", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:07.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:06 smithi135 bash[24787]: audit 2024-09-18T08:28:05.885532+0000 mgr.smithi079.dmaxqe (mgr.14205) 322 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi079.rlhdrd", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:07.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:06 smithi135 bash[24787]: cephadm 2024-09-18T08:28:05.886215+0000 mgr.smithi079.dmaxqe (mgr.14205) 323 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi079.rlhdrd 2024-09-18T08:28:07.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:06 smithi135 bash[24787]: cephadm 2024-09-18T08:28:05.886215+0000 mgr.smithi079.dmaxqe (mgr.14205) 323 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi079.rlhdrd 2024-09-18T08:28:07.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:06 smithi135 bash[24787]: audit 2024-09-18T08:28:05.896595+0000 mon.smithi079 (mon.0) 913 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:07.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:06 smithi135 bash[24787]: audit 2024-09-18T08:28:05.896595+0000 mon.smithi079 (mon.0) 913 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:07.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:06 smithi135 bash[24787]: audit 2024-09-18T08:28:05.905681+0000 mon.smithi079 (mon.0) 914 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:07.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:06 smithi135 bash[24787]: audit 2024-09-18T08:28:05.905681+0000 mon.smithi079 (mon.0) 914 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:07.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:06 smithi135 bash[24787]: audit 2024-09-18T08:28:05.907252+0000 mon.smithi079 (mon.0) 915 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:28:07.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:06 smithi135 bash[24787]: audit 2024-09-18T08:28:05.907252+0000 mon.smithi079 (mon.0) 915 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:28:07.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:06 smithi135 bash[24787]: audit 2024-09-18T08:28:06.199374+0000 mgr.smithi079.dmaxqe (mgr.14205) 324 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:07.202 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:06 smithi135 bash[24787]: audit 2024-09-18T08:28:06.199374+0000 mgr.smithi079.dmaxqe (mgr.14205) 324 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:07.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:06 smithi079 bash[19997]: cluster 2024-09-18T08:28:05.491543+0000 mgr.smithi079.dmaxqe (mgr.14205) 320 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 584 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-09-18T08:28:07.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:06 smithi079 bash[19997]: cluster 2024-09-18T08:28:05.491543+0000 mgr.smithi079.dmaxqe (mgr.14205) 320 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 584 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-09-18T08:28:07.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:06 smithi079 bash[19997]: audit 2024-09-18T08:28:05.525796+0000 mgr.smithi079.dmaxqe (mgr.14205) 321 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:07.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:06 smithi079 bash[19997]: audit 2024-09-18T08:28:05.525796+0000 mgr.smithi079.dmaxqe (mgr.14205) 321 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:07.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:06 smithi079 bash[19997]: audit 2024-09-18T08:28:05.885532+0000 mgr.smithi079.dmaxqe (mgr.14205) 322 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi079.rlhdrd", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:07.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:06 smithi079 bash[19997]: audit 2024-09-18T08:28:05.885532+0000 mgr.smithi079.dmaxqe (mgr.14205) 322 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi079.rlhdrd", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:07.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:06 smithi079 bash[19997]: cephadm 2024-09-18T08:28:05.886215+0000 mgr.smithi079.dmaxqe (mgr.14205) 323 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi079.rlhdrd 2024-09-18T08:28:07.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:06 smithi079 bash[19997]: cephadm 2024-09-18T08:28:05.886215+0000 mgr.smithi079.dmaxqe (mgr.14205) 323 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi079.rlhdrd 2024-09-18T08:28:07.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:06 smithi079 bash[19997]: audit 2024-09-18T08:28:05.896595+0000 mon.smithi079 (mon.0) 913 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:07.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:06 smithi079 bash[19997]: audit 2024-09-18T08:28:05.896595+0000 mon.smithi079 (mon.0) 913 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:07.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:06 smithi079 bash[19997]: audit 2024-09-18T08:28:05.905681+0000 mon.smithi079 (mon.0) 914 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:07.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:06 smithi079 bash[19997]: audit 2024-09-18T08:28:05.905681+0000 mon.smithi079 (mon.0) 914 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:07.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:06 smithi079 bash[19997]: audit 2024-09-18T08:28:05.907252+0000 mon.smithi079 (mon.0) 915 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:28:07.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:06 smithi079 bash[19997]: audit 2024-09-18T08:28:05.907252+0000 mon.smithi079 (mon.0) 915 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:28:07.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:06 smithi079 bash[19997]: audit 2024-09-18T08:28:06.199374+0000 mgr.smithi079.dmaxqe (mgr.14205) 324 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:07.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:06 smithi079 bash[19997]: audit 2024-09-18T08:28:06.199374+0000 mgr.smithi079.dmaxqe (mgr.14205) 324 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:09.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:08 smithi135 bash[24787]: cluster 2024-09-18T08:28:07.492421+0000 mgr.smithi079.dmaxqe (mgr.14205) 325 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 584 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-09-18T08:28:09.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:08 smithi135 bash[24787]: cluster 2024-09-18T08:28:07.492421+0000 mgr.smithi079.dmaxqe (mgr.14205) 325 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 584 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-09-18T08:28:09.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:08 smithi135 bash[24787]: audit 2024-09-18T08:28:07.552939+0000 mgr.smithi079.dmaxqe (mgr.14205) 326 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:09.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:08 smithi135 bash[24787]: audit 2024-09-18T08:28:07.552939+0000 mgr.smithi079.dmaxqe (mgr.14205) 326 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:09.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:08 smithi079 bash[19997]: cluster 2024-09-18T08:28:07.492421+0000 mgr.smithi079.dmaxqe (mgr.14205) 325 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 584 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-09-18T08:28:09.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:08 smithi079 bash[19997]: cluster 2024-09-18T08:28:07.492421+0000 mgr.smithi079.dmaxqe (mgr.14205) 325 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 584 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-09-18T08:28:09.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:08 smithi079 bash[19997]: audit 2024-09-18T08:28:07.552939+0000 mgr.smithi079.dmaxqe (mgr.14205) 326 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:09.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:08 smithi079 bash[19997]: audit 2024-09-18T08:28:07.552939+0000 mgr.smithi079.dmaxqe (mgr.14205) 326 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:10.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:09 smithi135 bash[24787]: audit 2024-09-18T08:28:08.887635+0000 mgr.smithi079.dmaxqe (mgr.14205) 327 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:10.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:09 smithi135 bash[24787]: audit 2024-09-18T08:28:08.887635+0000 mgr.smithi079.dmaxqe (mgr.14205) 327 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:10.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:09 smithi079 bash[19997]: audit 2024-09-18T08:28:08.887635+0000 mgr.smithi079.dmaxqe (mgr.14205) 327 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:10.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:09 smithi079 bash[19997]: audit 2024-09-18T08:28:08.887635+0000 mgr.smithi079.dmaxqe (mgr.14205) 327 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:11.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:10 smithi135 bash[24787]: cluster 2024-09-18T08:28:09.493308+0000 mgr.smithi079.dmaxqe (mgr.14205) 328 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 852 B/s wr, 0 op/s 2024-09-18T08:28:11.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:10 smithi135 bash[24787]: cluster 2024-09-18T08:28:09.493308+0000 mgr.smithi079.dmaxqe (mgr.14205) 328 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 852 B/s wr, 0 op/s 2024-09-18T08:28:11.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:10 smithi135 bash[24787]: audit 2024-09-18T08:28:10.246977+0000 mgr.smithi079.dmaxqe (mgr.14205) 329 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:11.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:10 smithi135 bash[24787]: audit 2024-09-18T08:28:10.246977+0000 mgr.smithi079.dmaxqe (mgr.14205) 329 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:11.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:10 smithi079 bash[19997]: cluster 2024-09-18T08:28:09.493308+0000 mgr.smithi079.dmaxqe (mgr.14205) 328 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 852 B/s wr, 0 op/s 2024-09-18T08:28:11.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:10 smithi079 bash[19997]: cluster 2024-09-18T08:28:09.493308+0000 mgr.smithi079.dmaxqe (mgr.14205) 328 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 852 B/s wr, 0 op/s 2024-09-18T08:28:11.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:10 smithi079 bash[19997]: audit 2024-09-18T08:28:10.246977+0000 mgr.smithi079.dmaxqe (mgr.14205) 329 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:11.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:10 smithi079 bash[19997]: audit 2024-09-18T08:28:10.246977+0000 mgr.smithi079.dmaxqe (mgr.14205) 329 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:12.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:12 smithi135 bash[24787]: cluster 2024-09-18T08:28:11.493831+0000 mgr.smithi079.dmaxqe (mgr.14205) 330 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 852 B/s wr, 0 op/s 2024-09-18T08:28:12.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:12 smithi135 bash[24787]: cluster 2024-09-18T08:28:11.493831+0000 mgr.smithi079.dmaxqe (mgr.14205) 330 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 852 B/s wr, 0 op/s 2024-09-18T08:28:12.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:12 smithi135 bash[24787]: audit 2024-09-18T08:28:11.611000+0000 mgr.smithi079.dmaxqe (mgr.14205) 331 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:12.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:12 smithi135 bash[24787]: audit 2024-09-18T08:28:11.611000+0000 mgr.smithi079.dmaxqe (mgr.14205) 331 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:12.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:12 smithi135 bash[24787]: audit 2024-09-18T08:28:11.667074+0000 mon.smithi079 (mon.0) 916 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:12.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:12 smithi135 bash[24787]: audit 2024-09-18T08:28:11.667074+0000 mon.smithi079 (mon.0) 916 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:12.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:12 smithi135 bash[24787]: audit 2024-09-18T08:28:11.671313+0000 mon.smithi079 (mon.0) 917 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:12.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:12 smithi135 bash[24787]: audit 2024-09-18T08:28:11.671313+0000 mon.smithi079 (mon.0) 917 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:12.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:12 smithi135 bash[24787]: audit 2024-09-18T08:28:12.129261+0000 mon.smithi079 (mon.0) 918 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:12.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:12 smithi135 bash[24787]: audit 2024-09-18T08:28:12.129261+0000 mon.smithi079 (mon.0) 918 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:12.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:12 smithi135 bash[24787]: audit 2024-09-18T08:28:12.135415+0000 mon.smithi079 (mon.0) 919 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:12.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:12 smithi135 bash[24787]: audit 2024-09-18T08:28:12.135415+0000 mon.smithi079 (mon.0) 919 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:12.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:12 smithi135 bash[24787]: audit 2024-09-18T08:28:12.136331+0000 mon.smithi079 (mon.0) 920 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:28:12.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:12 smithi135 bash[24787]: audit 2024-09-18T08:28:12.136331+0000 mon.smithi079 (mon.0) 920 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:28:12.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:12 smithi135 bash[24787]: audit 2024-09-18T08:28:12.136969+0000 mon.smithi079 (mon.0) 921 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:28:12.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:12 smithi135 bash[24787]: audit 2024-09-18T08:28:12.136969+0000 mon.smithi079 (mon.0) 921 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:28:12.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:12 smithi135 bash[24787]: audit 2024-09-18T08:28:12.141153+0000 mon.smithi079 (mon.0) 922 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:12.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:12 smithi135 bash[24787]: audit 2024-09-18T08:28:12.141153+0000 mon.smithi079 (mon.0) 922 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:12.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:12 smithi135 bash[24787]: audit 2024-09-18T08:28:12.143620+0000 mon.smithi079 (mon.0) 923 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:28:12.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:12 smithi135 bash[24787]: audit 2024-09-18T08:28:12.143620+0000 mon.smithi079 (mon.0) 923 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:28:12.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:12 smithi135 bash[24787]: audit 2024-09-18T08:28:12.152863+0000 mon.smithi079 (mon.0) 924 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:12.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:12 smithi135 bash[24787]: audit 2024-09-18T08:28:12.152863+0000 mon.smithi079 (mon.0) 924 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:13.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:12 smithi079 bash[19997]: cluster 2024-09-18T08:28:11.493831+0000 mgr.smithi079.dmaxqe (mgr.14205) 330 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 852 B/s wr, 0 op/s 2024-09-18T08:28:13.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:12 smithi079 bash[19997]: cluster 2024-09-18T08:28:11.493831+0000 mgr.smithi079.dmaxqe (mgr.14205) 330 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 852 B/s wr, 0 op/s 2024-09-18T08:28:13.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:12 smithi079 bash[19997]: audit 2024-09-18T08:28:11.611000+0000 mgr.smithi079.dmaxqe (mgr.14205) 331 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:13.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:12 smithi079 bash[19997]: audit 2024-09-18T08:28:11.611000+0000 mgr.smithi079.dmaxqe (mgr.14205) 331 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:13.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:12 smithi079 bash[19997]: audit 2024-09-18T08:28:11.667074+0000 mon.smithi079 (mon.0) 916 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:13.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:12 smithi079 bash[19997]: audit 2024-09-18T08:28:11.667074+0000 mon.smithi079 (mon.0) 916 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:13.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:12 smithi079 bash[19997]: audit 2024-09-18T08:28:11.671313+0000 mon.smithi079 (mon.0) 917 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:13.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:12 smithi079 bash[19997]: audit 2024-09-18T08:28:11.671313+0000 mon.smithi079 (mon.0) 917 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:13.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:12 smithi079 bash[19997]: audit 2024-09-18T08:28:12.129261+0000 mon.smithi079 (mon.0) 918 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:13.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:12 smithi079 bash[19997]: audit 2024-09-18T08:28:12.129261+0000 mon.smithi079 (mon.0) 918 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:13.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:12 smithi079 bash[19997]: audit 2024-09-18T08:28:12.135415+0000 mon.smithi079 (mon.0) 919 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:13.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:12 smithi079 bash[19997]: audit 2024-09-18T08:28:12.135415+0000 mon.smithi079 (mon.0) 919 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:13.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:12 smithi079 bash[19997]: audit 2024-09-18T08:28:12.136331+0000 mon.smithi079 (mon.0) 920 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:28:13.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:12 smithi079 bash[19997]: audit 2024-09-18T08:28:12.136331+0000 mon.smithi079 (mon.0) 920 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:28:13.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:12 smithi079 bash[19997]: audit 2024-09-18T08:28:12.136969+0000 mon.smithi079 (mon.0) 921 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:28:13.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:12 smithi079 bash[19997]: audit 2024-09-18T08:28:12.136969+0000 mon.smithi079 (mon.0) 921 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:28:13.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:12 smithi079 bash[19997]: audit 2024-09-18T08:28:12.141153+0000 mon.smithi079 (mon.0) 922 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:13.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:12 smithi079 bash[19997]: audit 2024-09-18T08:28:12.141153+0000 mon.smithi079 (mon.0) 922 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:13.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:12 smithi079 bash[19997]: audit 2024-09-18T08:28:12.143620+0000 mon.smithi079 (mon.0) 923 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:28:13.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:12 smithi079 bash[19997]: audit 2024-09-18T08:28:12.143620+0000 mon.smithi079 (mon.0) 923 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:28:13.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:12 smithi079 bash[19997]: audit 2024-09-18T08:28:12.152863+0000 mon.smithi079 (mon.0) 924 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:13.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:12 smithi079 bash[19997]: audit 2024-09-18T08:28:12.152863+0000 mon.smithi079 (mon.0) 924 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:13.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:13 smithi135 bash[24787]: audit 2024-09-18T08:28:12.930646+0000 mgr.smithi079.dmaxqe (mgr.14205) 332 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:13.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:13 smithi135 bash[24787]: audit 2024-09-18T08:28:12.930646+0000 mgr.smithi079.dmaxqe (mgr.14205) 332 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:14.091 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:13 smithi079 bash[19997]: audit 2024-09-18T08:28:12.930646+0000 mgr.smithi079.dmaxqe (mgr.14205) 332 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:14.091 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:13 smithi079 bash[19997]: audit 2024-09-18T08:28:12.930646+0000 mgr.smithi079.dmaxqe (mgr.14205) 332 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:14.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:14 smithi135 bash[24787]: cluster 2024-09-18T08:28:13.494833+0000 mgr.smithi079.dmaxqe (mgr.14205) 333 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-09-18T08:28:14.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:14 smithi135 bash[24787]: cluster 2024-09-18T08:28:13.494833+0000 mgr.smithi079.dmaxqe (mgr.14205) 333 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-09-18T08:28:14.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:14 smithi135 bash[24787]: audit 2024-09-18T08:28:14.258285+0000 mgr.smithi079.dmaxqe (mgr.14205) 334 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:14.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:14 smithi135 bash[24787]: audit 2024-09-18T08:28:14.258285+0000 mgr.smithi079.dmaxqe (mgr.14205) 334 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:15.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:14 smithi079 bash[19997]: cluster 2024-09-18T08:28:13.494833+0000 mgr.smithi079.dmaxqe (mgr.14205) 333 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-09-18T08:28:15.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:14 smithi079 bash[19997]: cluster 2024-09-18T08:28:13.494833+0000 mgr.smithi079.dmaxqe (mgr.14205) 333 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-09-18T08:28:15.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:14 smithi079 bash[19997]: audit 2024-09-18T08:28:14.258285+0000 mgr.smithi079.dmaxqe (mgr.14205) 334 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:15.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:14 smithi079 bash[19997]: audit 2024-09-18T08:28:14.258285+0000 mgr.smithi079.dmaxqe (mgr.14205) 334 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:16.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:16 smithi135 bash[24787]: cluster 2024-09-18T08:28:15.495557+0000 mgr.smithi079.dmaxqe (mgr.14205) 335 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:28:16.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:16 smithi135 bash[24787]: cluster 2024-09-18T08:28:15.495557+0000 mgr.smithi079.dmaxqe (mgr.14205) 335 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:28:16.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:16 smithi135 bash[24787]: audit 2024-09-18T08:28:15.607305+0000 mgr.smithi079.dmaxqe (mgr.14205) 336 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:16.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:16 smithi135 bash[24787]: audit 2024-09-18T08:28:15.607305+0000 mgr.smithi079.dmaxqe (mgr.14205) 336 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:17.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:16 smithi079 bash[19997]: cluster 2024-09-18T08:28:15.495557+0000 mgr.smithi079.dmaxqe (mgr.14205) 335 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:28:17.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:16 smithi079 bash[19997]: cluster 2024-09-18T08:28:15.495557+0000 mgr.smithi079.dmaxqe (mgr.14205) 335 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:28:17.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:16 smithi079 bash[19997]: audit 2024-09-18T08:28:15.607305+0000 mgr.smithi079.dmaxqe (mgr.14205) 336 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:17.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:16 smithi079 bash[19997]: audit 2024-09-18T08:28:15.607305+0000 mgr.smithi079.dmaxqe (mgr.14205) 336 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:17.943 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:17 smithi079 bash[19997]: audit 2024-09-18T08:28:16.968042+0000 mgr.smithi079.dmaxqe (mgr.14205) 337 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:17.943 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:17 smithi079 bash[19997]: audit 2024-09-18T08:28:16.968042+0000 mgr.smithi079.dmaxqe (mgr.14205) 337 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:17.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:17 smithi135 bash[24787]: audit 2024-09-18T08:28:16.968042+0000 mgr.smithi079.dmaxqe (mgr.14205) 337 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:17.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:17 smithi135 bash[24787]: audit 2024-09-18T08:28:16.968042+0000 mgr.smithi079.dmaxqe (mgr.14205) 337 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:18.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:18 smithi135 bash[24787]: cluster 2024-09-18T08:28:17.496491+0000 mgr.smithi079.dmaxqe (mgr.14205) 338 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:28:18.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:18 smithi135 bash[24787]: cluster 2024-09-18T08:28:17.496491+0000 mgr.smithi079.dmaxqe (mgr.14205) 338 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:28:18.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:18 smithi135 bash[24787]: cluster 2024-09-18T08:28:17.709481+0000 mon.smithi079 (mon.0) 925 : cluster [DBG] mgrmap e23: smithi079.dmaxqe(active, since 7m), standbys: smithi135.vlchji 2024-09-18T08:28:18.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:18 smithi135 bash[24787]: cluster 2024-09-18T08:28:17.709481+0000 mon.smithi079 (mon.0) 925 : cluster [DBG] mgrmap e23: smithi079.dmaxqe(active, since 7m), standbys: smithi135.vlchji 2024-09-18T08:28:18.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:18 smithi135 bash[24787]: audit 2024-09-18T08:28:17.727294+0000 mon.smithi079 (mon.0) 926 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:28:18.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:18 smithi135 bash[24787]: audit 2024-09-18T08:28:17.727294+0000 mon.smithi079 (mon.0) 926 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:28:18.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:18 smithi135 bash[24787]: audit 2024-09-18T08:28:18.195660+0000 mon.smithi079 (mon.0) 927 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:18.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:18 smithi135 bash[24787]: audit 2024-09-18T08:28:18.195660+0000 mon.smithi079 (mon.0) 927 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:18.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:18 smithi135 bash[24787]: audit 2024-09-18T08:28:18.203174+0000 mon.smithi079 (mon.0) 928 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:18.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:18 smithi135 bash[24787]: audit 2024-09-18T08:28:18.203174+0000 mon.smithi079 (mon.0) 928 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:18.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:18 smithi135 bash[24787]: audit 2024-09-18T08:28:18.467962+0000 mon.smithi079 (mon.0) 929 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:28:18.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:18 smithi135 bash[24787]: audit 2024-09-18T08:28:18.467962+0000 mon.smithi079 (mon.0) 929 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:28:19.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:18 smithi079 bash[19997]: cluster 2024-09-18T08:28:17.496491+0000 mgr.smithi079.dmaxqe (mgr.14205) 338 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:28:19.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:18 smithi079 bash[19997]: cluster 2024-09-18T08:28:17.496491+0000 mgr.smithi079.dmaxqe (mgr.14205) 338 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:28:19.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:18 smithi079 bash[19997]: cluster 2024-09-18T08:28:17.709481+0000 mon.smithi079 (mon.0) 925 : cluster [DBG] mgrmap e23: smithi079.dmaxqe(active, since 7m), standbys: smithi135.vlchji 2024-09-18T08:28:19.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:18 smithi079 bash[19997]: cluster 2024-09-18T08:28:17.709481+0000 mon.smithi079 (mon.0) 925 : cluster [DBG] mgrmap e23: smithi079.dmaxqe(active, since 7m), standbys: smithi135.vlchji 2024-09-18T08:28:19.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:18 smithi079 bash[19997]: audit 2024-09-18T08:28:17.727294+0000 mon.smithi079 (mon.0) 926 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:28:19.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:18 smithi079 bash[19997]: audit 2024-09-18T08:28:17.727294+0000 mon.smithi079 (mon.0) 926 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:28:19.106 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:18 smithi079 bash[19997]: audit 2024-09-18T08:28:18.195660+0000 mon.smithi079 (mon.0) 927 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:19.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:18 smithi079 bash[19997]: audit 2024-09-18T08:28:18.195660+0000 mon.smithi079 (mon.0) 927 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:19.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:18 smithi079 bash[19997]: audit 2024-09-18T08:28:18.203174+0000 mon.smithi079 (mon.0) 928 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:19.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:18 smithi079 bash[19997]: audit 2024-09-18T08:28:18.203174+0000 mon.smithi079 (mon.0) 928 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:19.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:18 smithi079 bash[19997]: audit 2024-09-18T08:28:18.467962+0000 mon.smithi079 (mon.0) 929 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:28:19.107 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:18 smithi079 bash[19997]: audit 2024-09-18T08:28:18.467962+0000 mon.smithi079 (mon.0) 929 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:28:19.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:19 smithi135 bash[24787]: audit 2024-09-18T08:28:18.305504+0000 mgr.smithi079.dmaxqe (mgr.14205) 339 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:19.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:19 smithi135 bash[24787]: audit 2024-09-18T08:28:18.305504+0000 mgr.smithi079.dmaxqe (mgr.14205) 339 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:20.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:19 smithi079 bash[19997]: audit 2024-09-18T08:28:18.305504+0000 mgr.smithi079.dmaxqe (mgr.14205) 339 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:20.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:19 smithi079 bash[19997]: audit 2024-09-18T08:28:18.305504+0000 mgr.smithi079.dmaxqe (mgr.14205) 339 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:20.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:20 smithi135 bash[24787]: cluster 2024-09-18T08:28:19.497103+0000 mgr.smithi079.dmaxqe (mgr.14205) 340 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-09-18T08:28:20.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:20 smithi135 bash[24787]: cluster 2024-09-18T08:28:19.497103+0000 mgr.smithi079.dmaxqe (mgr.14205) 340 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-09-18T08:28:20.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:20 smithi135 bash[24787]: audit 2024-09-18T08:28:19.628910+0000 mgr.smithi079.dmaxqe (mgr.14205) 341 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:20.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:20 smithi135 bash[24787]: audit 2024-09-18T08:28:19.628910+0000 mgr.smithi079.dmaxqe (mgr.14205) 341 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:21.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:20 smithi079 bash[19997]: cluster 2024-09-18T08:28:19.497103+0000 mgr.smithi079.dmaxqe (mgr.14205) 340 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-09-18T08:28:21.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:20 smithi079 bash[19997]: cluster 2024-09-18T08:28:19.497103+0000 mgr.smithi079.dmaxqe (mgr.14205) 340 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-09-18T08:28:21.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:20 smithi079 bash[19997]: audit 2024-09-18T08:28:19.628910+0000 mgr.smithi079.dmaxqe (mgr.14205) 341 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:21.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:20 smithi079 bash[19997]: audit 2024-09-18T08:28:19.628910+0000 mgr.smithi079.dmaxqe (mgr.14205) 341 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:22.104 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:21 smithi079 bash[19997]: audit 2024-09-18T08:28:20.980651+0000 mgr.smithi079.dmaxqe (mgr.14205) 342 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:22.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:21 smithi079 bash[19997]: audit 2024-09-18T08:28:20.980651+0000 mgr.smithi079.dmaxqe (mgr.14205) 342 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:22.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:21 smithi135 bash[24787]: audit 2024-09-18T08:28:20.980651+0000 mgr.smithi079.dmaxqe (mgr.14205) 342 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:22.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:21 smithi135 bash[24787]: audit 2024-09-18T08:28:20.980651+0000 mgr.smithi079.dmaxqe (mgr.14205) 342 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:23.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:22 smithi079 bash[19997]: cluster 2024-09-18T08:28:21.497993+0000 mgr.smithi079.dmaxqe (mgr.14205) 343 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:28:23.105 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:22 smithi079 bash[19997]: cluster 2024-09-18T08:28:21.497993+0000 mgr.smithi079.dmaxqe (mgr.14205) 343 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:28:23.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:22 smithi135 bash[24787]: cluster 2024-09-18T08:28:21.497993+0000 mgr.smithi079.dmaxqe (mgr.14205) 343 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:28:23.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:22 smithi135 bash[24787]: cluster 2024-09-18T08:28:21.497993+0000 mgr.smithi079.dmaxqe (mgr.14205) 343 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:28:23.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:23 smithi135 bash[24787]: audit 2024-09-18T08:28:22.317331+0000 mgr.smithi079.dmaxqe (mgr.14205) 344 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:23.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:23 smithi135 bash[24787]: audit 2024-09-18T08:28:22.317331+0000 mgr.smithi079.dmaxqe (mgr.14205) 344 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:24.091 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:23 smithi079 bash[19997]: audit 2024-09-18T08:28:22.317331+0000 mgr.smithi079.dmaxqe (mgr.14205) 344 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:24.091 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:23 smithi079 bash[19997]: audit 2024-09-18T08:28:22.317331+0000 mgr.smithi079.dmaxqe (mgr.14205) 344 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:25.005 INFO:teuthology.orchestra.run.smithi079.stdout:haproxy.nfs.foo.smithi079.rlhdrd smithi079 *:2999,9999 stopped 0s ago 84s - - 2024-09-18T08:28:25.009 INFO:teuthology.orchestra.run.smithi079.stdout:test 2024-09-18T08:28:25.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:25 smithi135 bash[24787]: cluster 2024-09-18T08:28:23.498648+0000 mgr.smithi079.dmaxqe (mgr.14205) 345 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:28:25.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:25 smithi135 bash[24787]: cluster 2024-09-18T08:28:23.498648+0000 mgr.smithi079.dmaxqe (mgr.14205) 345 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:28:25.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:25 smithi135 bash[24787]: audit 2024-09-18T08:28:23.665890+0000 mgr.smithi079.dmaxqe (mgr.14205) 346 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:25.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:25 smithi135 bash[24787]: audit 2024-09-18T08:28:23.665890+0000 mgr.smithi079.dmaxqe (mgr.14205) 346 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:25.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:25 smithi135 bash[24787]: audit 2024-09-18T08:28:24.191097+0000 mon.smithi079 (mon.0) 930 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:25.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:25 smithi135 bash[24787]: audit 2024-09-18T08:28:24.191097+0000 mon.smithi079 (mon.0) 930 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:25.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:25 smithi135 bash[24787]: audit 2024-09-18T08:28:24.196262+0000 mon.smithi079 (mon.0) 931 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:25.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:25 smithi135 bash[24787]: audit 2024-09-18T08:28:24.196262+0000 mon.smithi079 (mon.0) 931 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:25.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:25 smithi135 bash[24787]: audit 2024-09-18T08:28:24.607794+0000 mon.smithi079 (mon.0) 932 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:25.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:25 smithi135 bash[24787]: audit 2024-09-18T08:28:24.607794+0000 mon.smithi079 (mon.0) 932 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:25.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:25 smithi135 bash[24787]: audit 2024-09-18T08:28:24.613038+0000 mon.smithi079 (mon.0) 933 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:25.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:25 smithi135 bash[24787]: audit 2024-09-18T08:28:24.613038+0000 mon.smithi079 (mon.0) 933 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:25.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:25 smithi135 bash[24787]: audit 2024-09-18T08:28:24.613890+0000 mon.smithi079 (mon.0) 934 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:28:25.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:25 smithi135 bash[24787]: audit 2024-09-18T08:28:24.613890+0000 mon.smithi079 (mon.0) 934 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:28:25.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:25 smithi135 bash[24787]: audit 2024-09-18T08:28:24.614581+0000 mon.smithi079 (mon.0) 935 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:28:25.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:25 smithi135 bash[24787]: audit 2024-09-18T08:28:24.614581+0000 mon.smithi079 (mon.0) 935 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:28:25.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:25 smithi135 bash[24787]: audit 2024-09-18T08:28:24.618836+0000 mon.smithi079 (mon.0) 936 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:25.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:25 smithi135 bash[24787]: audit 2024-09-18T08:28:24.618836+0000 mon.smithi079 (mon.0) 936 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:25.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:25 smithi135 bash[24787]: audit 2024-09-18T08:28:24.621508+0000 mon.smithi079 (mon.0) 937 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:28:25.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:25 smithi135 bash[24787]: audit 2024-09-18T08:28:24.621508+0000 mon.smithi079 (mon.0) 937 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:28:25.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:25 smithi135 bash[24787]: audit 2024-09-18T08:28:24.637015+0000 mon.smithi079 (mon.0) 938 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:25.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:25 smithi135 bash[24787]: audit 2024-09-18T08:28:24.637015+0000 mon.smithi079 (mon.0) 938 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:25.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:25 smithi079 bash[19997]: cluster 2024-09-18T08:28:23.498648+0000 mgr.smithi079.dmaxqe (mgr.14205) 345 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:28:25.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:25 smithi079 bash[19997]: cluster 2024-09-18T08:28:23.498648+0000 mgr.smithi079.dmaxqe (mgr.14205) 345 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:28:25.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:25 smithi079 bash[19997]: audit 2024-09-18T08:28:23.665890+0000 mgr.smithi079.dmaxqe (mgr.14205) 346 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:25.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:25 smithi079 bash[19997]: audit 2024-09-18T08:28:23.665890+0000 mgr.smithi079.dmaxqe (mgr.14205) 346 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:25.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:25 smithi079 bash[19997]: audit 2024-09-18T08:28:24.191097+0000 mon.smithi079 (mon.0) 930 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:25.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:25 smithi079 bash[19997]: audit 2024-09-18T08:28:24.191097+0000 mon.smithi079 (mon.0) 930 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:25.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:25 smithi079 bash[19997]: audit 2024-09-18T08:28:24.196262+0000 mon.smithi079 (mon.0) 931 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:25.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:25 smithi079 bash[19997]: audit 2024-09-18T08:28:24.196262+0000 mon.smithi079 (mon.0) 931 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:25.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:25 smithi079 bash[19997]: audit 2024-09-18T08:28:24.607794+0000 mon.smithi079 (mon.0) 932 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:25.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:25 smithi079 bash[19997]: audit 2024-09-18T08:28:24.607794+0000 mon.smithi079 (mon.0) 932 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:25.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:25 smithi079 bash[19997]: audit 2024-09-18T08:28:24.613038+0000 mon.smithi079 (mon.0) 933 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:25.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:25 smithi079 bash[19997]: audit 2024-09-18T08:28:24.613038+0000 mon.smithi079 (mon.0) 933 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:25.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:25 smithi079 bash[19997]: audit 2024-09-18T08:28:24.613890+0000 mon.smithi079 (mon.0) 934 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:28:25.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:25 smithi079 bash[19997]: audit 2024-09-18T08:28:24.613890+0000 mon.smithi079 (mon.0) 934 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:28:25.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:25 smithi079 bash[19997]: audit 2024-09-18T08:28:24.614581+0000 mon.smithi079 (mon.0) 935 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:28:25.607 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:25 smithi079 bash[19997]: audit 2024-09-18T08:28:24.614581+0000 mon.smithi079 (mon.0) 935 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:28:25.607 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:25 smithi079 bash[19997]: audit 2024-09-18T08:28:24.618836+0000 mon.smithi079 (mon.0) 936 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:25.607 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:25 smithi079 bash[19997]: audit 2024-09-18T08:28:24.618836+0000 mon.smithi079 (mon.0) 936 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:25.607 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:25 smithi079 bash[19997]: audit 2024-09-18T08:28:24.621508+0000 mon.smithi079 (mon.0) 937 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:28:25.607 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:25 smithi079 bash[19997]: audit 2024-09-18T08:28:24.621508+0000 mon.smithi079 (mon.0) 937 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:28:25.607 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:25 smithi079 bash[19997]: audit 2024-09-18T08:28:24.637015+0000 mon.smithi079 (mon.0) 938 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:25.607 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:25 smithi079 bash[19997]: audit 2024-09-18T08:28:24.637015+0000 mon.smithi079 (mon.0) 938 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:25.636 INFO:teuthology.orchestra.run.smithi079.stdout:Scheduled to start haproxy.nfs.foo.smithi079.rlhdrd on host 'smithi079' 2024-09-18T08:28:26.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:26 smithi135 bash[24787]: audit 2024-09-18T08:28:24.974740+0000 mgr.smithi079.dmaxqe (mgr.14205) 347 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:26.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:26 smithi135 bash[24787]: audit 2024-09-18T08:28:24.974740+0000 mgr.smithi079.dmaxqe (mgr.14205) 347 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:26.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:26 smithi135 bash[24787]: audit 2024-09-18T08:28:25.628623+0000 mon.smithi079 (mon.0) 939 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:26.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:26 smithi135 bash[24787]: audit 2024-09-18T08:28:25.628623+0000 mon.smithi079 (mon.0) 939 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:26.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:26 smithi135 bash[24787]: audit 2024-09-18T08:28:25.638342+0000 mon.smithi079 (mon.0) 940 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:26.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:26 smithi135 bash[24787]: audit 2024-09-18T08:28:25.638342+0000 mon.smithi079 (mon.0) 940 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:26.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:26 smithi135 bash[24787]: audit 2024-09-18T08:28:25.640459+0000 mon.smithi079 (mon.0) 941 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:28:26.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:26 smithi135 bash[24787]: audit 2024-09-18T08:28:25.640459+0000 mon.smithi079 (mon.0) 941 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:28:26.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:26 smithi079 bash[19997]: audit 2024-09-18T08:28:24.974740+0000 mgr.smithi079.dmaxqe (mgr.14205) 347 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:26.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:26 smithi079 bash[19997]: audit 2024-09-18T08:28:24.974740+0000 mgr.smithi079.dmaxqe (mgr.14205) 347 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:26.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:26 smithi079 bash[19997]: audit 2024-09-18T08:28:25.628623+0000 mon.smithi079 (mon.0) 939 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:26.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:26 smithi079 bash[19997]: audit 2024-09-18T08:28:25.628623+0000 mon.smithi079 (mon.0) 939 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:26.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:26 smithi079 bash[19997]: audit 2024-09-18T08:28:25.638342+0000 mon.smithi079 (mon.0) 940 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:26.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:26 smithi079 bash[19997]: audit 2024-09-18T08:28:25.638342+0000 mon.smithi079 (mon.0) 940 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:26.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:26 smithi079 bash[19997]: audit 2024-09-18T08:28:25.640459+0000 mon.smithi079 (mon.0) 941 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:28:26.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:26 smithi079 bash[19997]: audit 2024-09-18T08:28:25.640459+0000 mon.smithi079 (mon.0) 941 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:28:27.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:27 smithi079 bash[19997]: cluster 2024-09-18T08:28:25.499359+0000 mgr.smithi079.dmaxqe (mgr.14205) 348 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:28:27.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:27 smithi079 bash[19997]: cluster 2024-09-18T08:28:25.499359+0000 mgr.smithi079.dmaxqe (mgr.14205) 348 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:28:27.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:27 smithi079 bash[19997]: audit 2024-09-18T08:28:25.618500+0000 mgr.smithi079.dmaxqe (mgr.14205) 349 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi079.rlhdrd", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:27.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:27 smithi079 bash[19997]: audit 2024-09-18T08:28:25.618500+0000 mgr.smithi079.dmaxqe (mgr.14205) 349 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi079.rlhdrd", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:27.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:27 smithi079 bash[19997]: cephadm 2024-09-18T08:28:25.619120+0000 mgr.smithi079.dmaxqe (mgr.14205) 350 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi079.rlhdrd 2024-09-18T08:28:27.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:27 smithi079 bash[19997]: cephadm 2024-09-18T08:28:25.619120+0000 mgr.smithi079.dmaxqe (mgr.14205) 350 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi079.rlhdrd 2024-09-18T08:28:27.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:27 smithi079 bash[19997]: audit 2024-09-18T08:28:25.931686+0000 mgr.smithi079.dmaxqe (mgr.14205) 351 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:27.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:27 smithi079 bash[19997]: audit 2024-09-18T08:28:25.931686+0000 mgr.smithi079.dmaxqe (mgr.14205) 351 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:27.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:27 smithi135 bash[24787]: cluster 2024-09-18T08:28:25.499359+0000 mgr.smithi079.dmaxqe (mgr.14205) 348 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:28:27.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:27 smithi135 bash[24787]: cluster 2024-09-18T08:28:25.499359+0000 mgr.smithi079.dmaxqe (mgr.14205) 348 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:28:27.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:27 smithi135 bash[24787]: audit 2024-09-18T08:28:25.618500+0000 mgr.smithi079.dmaxqe (mgr.14205) 349 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi079.rlhdrd", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:27.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:27 smithi135 bash[24787]: audit 2024-09-18T08:28:25.618500+0000 mgr.smithi079.dmaxqe (mgr.14205) 349 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi079.rlhdrd", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:27.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:27 smithi135 bash[24787]: cephadm 2024-09-18T08:28:25.619120+0000 mgr.smithi079.dmaxqe (mgr.14205) 350 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi079.rlhdrd 2024-09-18T08:28:27.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:27 smithi135 bash[24787]: cephadm 2024-09-18T08:28:25.619120+0000 mgr.smithi079.dmaxqe (mgr.14205) 350 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi079.rlhdrd 2024-09-18T08:28:27.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:27 smithi135 bash[24787]: audit 2024-09-18T08:28:25.931686+0000 mgr.smithi079.dmaxqe (mgr.14205) 351 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:27.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:27 smithi135 bash[24787]: audit 2024-09-18T08:28:25.931686+0000 mgr.smithi079.dmaxqe (mgr.14205) 351 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:28.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:28 smithi135 bash[24787]: audit 2024-09-18T08:28:27.282361+0000 mgr.smithi079.dmaxqe (mgr.14205) 352 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:28.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:28 smithi135 bash[24787]: audit 2024-09-18T08:28:27.282361+0000 mgr.smithi079.dmaxqe (mgr.14205) 352 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:28.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:28 smithi079 bash[19997]: audit 2024-09-18T08:28:27.282361+0000 mgr.smithi079.dmaxqe (mgr.14205) 352 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:28.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:28 smithi079 bash[19997]: audit 2024-09-18T08:28:27.282361+0000 mgr.smithi079.dmaxqe (mgr.14205) 352 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:29.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:29 smithi079 bash[19997]: cluster 2024-09-18T08:28:27.500357+0000 mgr.smithi079.dmaxqe (mgr.14205) 353 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2024-09-18T08:28:29.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:29 smithi079 bash[19997]: cluster 2024-09-18T08:28:27.500357+0000 mgr.smithi079.dmaxqe (mgr.14205) 353 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2024-09-18T08:28:29.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:29 smithi135 bash[24787]: cluster 2024-09-18T08:28:27.500357+0000 mgr.smithi079.dmaxqe (mgr.14205) 353 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2024-09-18T08:28:29.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:29 smithi135 bash[24787]: cluster 2024-09-18T08:28:27.500357+0000 mgr.smithi079.dmaxqe (mgr.14205) 353 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 586 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2024-09-18T08:28:30.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:30 smithi079 bash[19997]: audit 2024-09-18T08:28:28.619854+0000 mgr.smithi079.dmaxqe (mgr.14205) 354 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:30.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:30 smithi079 bash[19997]: audit 2024-09-18T08:28:28.619854+0000 mgr.smithi079.dmaxqe (mgr.14205) 354 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:30.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:30 smithi135 bash[24787]: audit 2024-09-18T08:28:28.619854+0000 mgr.smithi079.dmaxqe (mgr.14205) 354 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:30.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:30 smithi135 bash[24787]: audit 2024-09-18T08:28:28.619854+0000 mgr.smithi079.dmaxqe (mgr.14205) 354 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:31.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:31 smithi079 bash[19997]: cluster 2024-09-18T08:28:29.501308+0000 mgr.smithi079.dmaxqe (mgr.14205) 355 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 595 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-18T08:28:31.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:31 smithi079 bash[19997]: cluster 2024-09-18T08:28:29.501308+0000 mgr.smithi079.dmaxqe (mgr.14205) 355 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 595 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-18T08:28:31.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:31 smithi079 bash[19997]: audit 2024-09-18T08:28:29.967558+0000 mgr.smithi079.dmaxqe (mgr.14205) 356 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:31.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:31 smithi079 bash[19997]: audit 2024-09-18T08:28:29.967558+0000 mgr.smithi079.dmaxqe (mgr.14205) 356 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:31.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:31 smithi135 bash[24787]: cluster 2024-09-18T08:28:29.501308+0000 mgr.smithi079.dmaxqe (mgr.14205) 355 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 595 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-18T08:28:31.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:31 smithi135 bash[24787]: cluster 2024-09-18T08:28:29.501308+0000 mgr.smithi079.dmaxqe (mgr.14205) 355 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 595 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-18T08:28:31.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:31 smithi135 bash[24787]: audit 2024-09-18T08:28:29.967558+0000 mgr.smithi079.dmaxqe (mgr.14205) 356 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:31.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:31 smithi135 bash[24787]: audit 2024-09-18T08:28:29.967558+0000 mgr.smithi079.dmaxqe (mgr.14205) 356 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:32.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:32 smithi079 bash[19997]: audit 2024-09-18T08:28:31.301995+0000 mgr.smithi079.dmaxqe (mgr.14205) 357 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:32.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:32 smithi079 bash[19997]: audit 2024-09-18T08:28:31.301995+0000 mgr.smithi079.dmaxqe (mgr.14205) 357 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:32.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:32 smithi079 bash[19997]: audit 2024-09-18T08:28:31.384726+0000 mon.smithi079 (mon.0) 942 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:32.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:32 smithi079 bash[19997]: audit 2024-09-18T08:28:31.384726+0000 mon.smithi079 (mon.0) 942 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:32.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:32 smithi079 bash[19997]: audit 2024-09-18T08:28:31.389438+0000 mon.smithi079 (mon.0) 943 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:32.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:32 smithi079 bash[19997]: audit 2024-09-18T08:28:31.389438+0000 mon.smithi079 (mon.0) 943 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:32.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:32 smithi079 bash[19997]: cluster 2024-09-18T08:28:31.501826+0000 mgr.smithi079.dmaxqe (mgr.14205) 358 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 595 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-18T08:28:32.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:32 smithi079 bash[19997]: cluster 2024-09-18T08:28:31.501826+0000 mgr.smithi079.dmaxqe (mgr.14205) 358 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 595 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-18T08:28:32.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:32 smithi079 bash[19997]: audit 2024-09-18T08:28:31.820937+0000 mon.smithi079 (mon.0) 944 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:32.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:32 smithi079 bash[19997]: audit 2024-09-18T08:28:31.820937+0000 mon.smithi079 (mon.0) 944 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:32.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:32 smithi079 bash[19997]: audit 2024-09-18T08:28:31.826322+0000 mon.smithi079 (mon.0) 945 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:32.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:32 smithi079 bash[19997]: audit 2024-09-18T08:28:31.826322+0000 mon.smithi079 (mon.0) 945 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:32.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:32 smithi079 bash[19997]: audit 2024-09-18T08:28:31.827467+0000 mon.smithi079 (mon.0) 946 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:28:32.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:32 smithi079 bash[19997]: audit 2024-09-18T08:28:31.827467+0000 mon.smithi079 (mon.0) 946 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:28:32.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:32 smithi079 bash[19997]: audit 2024-09-18T08:28:31.828300+0000 mon.smithi079 (mon.0) 947 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:28:32.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:32 smithi079 bash[19997]: audit 2024-09-18T08:28:31.828300+0000 mon.smithi079 (mon.0) 947 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:28:32.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:32 smithi079 bash[19997]: audit 2024-09-18T08:28:31.833605+0000 mon.smithi079 (mon.0) 948 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:32.607 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:32 smithi079 bash[19997]: audit 2024-09-18T08:28:31.833605+0000 mon.smithi079 (mon.0) 948 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:32.607 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:32 smithi079 bash[19997]: audit 2024-09-18T08:28:31.836153+0000 mon.smithi079 (mon.0) 949 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:28:32.607 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:32 smithi079 bash[19997]: audit 2024-09-18T08:28:31.836153+0000 mon.smithi079 (mon.0) 949 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:28:32.607 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:32 smithi079 bash[19997]: audit 2024-09-18T08:28:31.846329+0000 mon.smithi079 (mon.0) 950 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:32.607 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:32 smithi079 bash[19997]: audit 2024-09-18T08:28:31.846329+0000 mon.smithi079 (mon.0) 950 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:32.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:32 smithi135 bash[24787]: audit 2024-09-18T08:28:31.301995+0000 mgr.smithi079.dmaxqe (mgr.14205) 357 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:32.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:32 smithi135 bash[24787]: audit 2024-09-18T08:28:31.301995+0000 mgr.smithi079.dmaxqe (mgr.14205) 357 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:32.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:32 smithi135 bash[24787]: audit 2024-09-18T08:28:31.384726+0000 mon.smithi079 (mon.0) 942 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:32.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:32 smithi135 bash[24787]: audit 2024-09-18T08:28:31.384726+0000 mon.smithi079 (mon.0) 942 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:32.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:32 smithi135 bash[24787]: audit 2024-09-18T08:28:31.389438+0000 mon.smithi079 (mon.0) 943 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:32.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:32 smithi135 bash[24787]: audit 2024-09-18T08:28:31.389438+0000 mon.smithi079 (mon.0) 943 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:32.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:32 smithi135 bash[24787]: cluster 2024-09-18T08:28:31.501826+0000 mgr.smithi079.dmaxqe (mgr.14205) 358 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 595 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-18T08:28:32.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:32 smithi135 bash[24787]: cluster 2024-09-18T08:28:31.501826+0000 mgr.smithi079.dmaxqe (mgr.14205) 358 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 595 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-18T08:28:32.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:32 smithi135 bash[24787]: audit 2024-09-18T08:28:31.820937+0000 mon.smithi079 (mon.0) 944 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:32.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:32 smithi135 bash[24787]: audit 2024-09-18T08:28:31.820937+0000 mon.smithi079 (mon.0) 944 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:32.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:32 smithi135 bash[24787]: audit 2024-09-18T08:28:31.826322+0000 mon.smithi079 (mon.0) 945 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:32.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:32 smithi135 bash[24787]: audit 2024-09-18T08:28:31.826322+0000 mon.smithi079 (mon.0) 945 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:32.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:32 smithi135 bash[24787]: audit 2024-09-18T08:28:31.827467+0000 mon.smithi079 (mon.0) 946 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:28:32.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:32 smithi135 bash[24787]: audit 2024-09-18T08:28:31.827467+0000 mon.smithi079 (mon.0) 946 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:28:32.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:32 smithi135 bash[24787]: audit 2024-09-18T08:28:31.828300+0000 mon.smithi079 (mon.0) 947 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:28:32.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:32 smithi135 bash[24787]: audit 2024-09-18T08:28:31.828300+0000 mon.smithi079 (mon.0) 947 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:28:32.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:32 smithi135 bash[24787]: audit 2024-09-18T08:28:31.833605+0000 mon.smithi079 (mon.0) 948 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:32.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:32 smithi135 bash[24787]: audit 2024-09-18T08:28:31.833605+0000 mon.smithi079 (mon.0) 948 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:32.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:32 smithi135 bash[24787]: audit 2024-09-18T08:28:31.836153+0000 mon.smithi079 (mon.0) 949 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:28:32.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:32 smithi135 bash[24787]: audit 2024-09-18T08:28:31.836153+0000 mon.smithi079 (mon.0) 949 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:28:32.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:32 smithi135 bash[24787]: audit 2024-09-18T08:28:31.846329+0000 mon.smithi079 (mon.0) 950 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:32.703 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:32 smithi135 bash[24787]: audit 2024-09-18T08:28:31.846329+0000 mon.smithi079 (mon.0) 950 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:33.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:33 smithi135 bash[24787]: audit 2024-09-18T08:28:32.600312+0000 mgr.smithi079.dmaxqe (mgr.14205) 359 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:33.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:33 smithi135 bash[24787]: audit 2024-09-18T08:28:32.600312+0000 mgr.smithi079.dmaxqe (mgr.14205) 359 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:33.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:33 smithi135 bash[24787]: audit 2024-09-18T08:28:32.727768+0000 mon.smithi079 (mon.0) 951 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:28:33.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:33 smithi135 bash[24787]: audit 2024-09-18T08:28:32.727768+0000 mon.smithi079 (mon.0) 951 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:28:33.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:33 smithi079 bash[19997]: audit 2024-09-18T08:28:32.600312+0000 mgr.smithi079.dmaxqe (mgr.14205) 359 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:33.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:33 smithi079 bash[19997]: audit 2024-09-18T08:28:32.600312+0000 mgr.smithi079.dmaxqe (mgr.14205) 359 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:33.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:33 smithi079 bash[19997]: audit 2024-09-18T08:28:32.727768+0000 mon.smithi079 (mon.0) 951 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:28:33.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:33 smithi079 bash[19997]: audit 2024-09-18T08:28:32.727768+0000 mon.smithi079 (mon.0) 951 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:28:34.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:34 smithi135 bash[24787]: cluster 2024-09-18T08:28:33.502833+0000 mgr.smithi079.dmaxqe (mgr.14205) 360 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 0 op/s 2024-09-18T08:28:34.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:34 smithi135 bash[24787]: cluster 2024-09-18T08:28:33.502833+0000 mgr.smithi079.dmaxqe (mgr.14205) 360 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 0 op/s 2024-09-18T08:28:34.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:34 smithi135 bash[24787]: audit 2024-09-18T08:28:33.960969+0000 mgr.smithi079.dmaxqe (mgr.14205) 361 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:34.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:34 smithi135 bash[24787]: audit 2024-09-18T08:28:33.960969+0000 mgr.smithi079.dmaxqe (mgr.14205) 361 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:34.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:34 smithi079 bash[19997]: cluster 2024-09-18T08:28:33.502833+0000 mgr.smithi079.dmaxqe (mgr.14205) 360 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 0 op/s 2024-09-18T08:28:34.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:34 smithi079 bash[19997]: cluster 2024-09-18T08:28:33.502833+0000 mgr.smithi079.dmaxqe (mgr.14205) 360 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 0 op/s 2024-09-18T08:28:34.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:34 smithi079 bash[19997]: audit 2024-09-18T08:28:33.960969+0000 mgr.smithi079.dmaxqe (mgr.14205) 361 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:34.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:34 smithi079 bash[19997]: audit 2024-09-18T08:28:33.960969+0000 mgr.smithi079.dmaxqe (mgr.14205) 361 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:35.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:35 smithi135 bash[24787]: audit 2024-09-18T08:28:35.287997+0000 mgr.smithi079.dmaxqe (mgr.14205) 362 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:35.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:35 smithi135 bash[24787]: audit 2024-09-18T08:28:35.287997+0000 mgr.smithi079.dmaxqe (mgr.14205) 362 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:35.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:35 smithi079 bash[19997]: audit 2024-09-18T08:28:35.287997+0000 mgr.smithi079.dmaxqe (mgr.14205) 362 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:35.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:35 smithi079 bash[19997]: audit 2024-09-18T08:28:35.287997+0000 mgr.smithi079.dmaxqe (mgr.14205) 362 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:36.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:36 smithi135 bash[24787]: cluster 2024-09-18T08:28:35.503599+0000 mgr.smithi079.dmaxqe (mgr.14205) 363 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 0 op/s 2024-09-18T08:28:36.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:36 smithi135 bash[24787]: cluster 2024-09-18T08:28:35.503599+0000 mgr.smithi079.dmaxqe (mgr.14205) 363 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 0 op/s 2024-09-18T08:28:36.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:36 smithi079 bash[19997]: cluster 2024-09-18T08:28:35.503599+0000 mgr.smithi079.dmaxqe (mgr.14205) 363 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 0 op/s 2024-09-18T08:28:36.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:36 smithi079 bash[19997]: cluster 2024-09-18T08:28:35.503599+0000 mgr.smithi079.dmaxqe (mgr.14205) 363 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 0 op/s 2024-09-18T08:28:37.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:37 smithi079 bash[19997]: audit 2024-09-18T08:28:36.653182+0000 mgr.smithi079.dmaxqe (mgr.14205) 364 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:37.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:37 smithi079 bash[19997]: audit 2024-09-18T08:28:36.653182+0000 mgr.smithi079.dmaxqe (mgr.14205) 364 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:37.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:37 smithi135 bash[24787]: audit 2024-09-18T08:28:36.653182+0000 mgr.smithi079.dmaxqe (mgr.14205) 364 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:37.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:37 smithi135 bash[24787]: audit 2024-09-18T08:28:36.653182+0000 mgr.smithi079.dmaxqe (mgr.14205) 364 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:38.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:38 smithi135 bash[24787]: cluster 2024-09-18T08:28:37.504139+0000 mgr.smithi079.dmaxqe (mgr.14205) 365 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-18T08:28:38.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:38 smithi135 bash[24787]: cluster 2024-09-18T08:28:37.504139+0000 mgr.smithi079.dmaxqe (mgr.14205) 365 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-18T08:28:38.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:38 smithi135 bash[24787]: audit 2024-09-18T08:28:37.998199+0000 mgr.smithi079.dmaxqe (mgr.14205) 366 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:38.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:38 smithi135 bash[24787]: audit 2024-09-18T08:28:37.998199+0000 mgr.smithi079.dmaxqe (mgr.14205) 366 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:38.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:38 smithi079 bash[19997]: cluster 2024-09-18T08:28:37.504139+0000 mgr.smithi079.dmaxqe (mgr.14205) 365 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-18T08:28:38.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:38 smithi079 bash[19997]: cluster 2024-09-18T08:28:37.504139+0000 mgr.smithi079.dmaxqe (mgr.14205) 365 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-18T08:28:38.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:38 smithi079 bash[19997]: audit 2024-09-18T08:28:37.998199+0000 mgr.smithi079.dmaxqe (mgr.14205) 366 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:38.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:38 smithi079 bash[19997]: audit 2024-09-18T08:28:37.998199+0000 mgr.smithi079.dmaxqe (mgr.14205) 366 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:40.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:40 smithi079 bash[19997]: audit 2024-09-18T08:28:39.331544+0000 mgr.smithi079.dmaxqe (mgr.14205) 367 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:40.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:40 smithi079 bash[19997]: audit 2024-09-18T08:28:39.331544+0000 mgr.smithi079.dmaxqe (mgr.14205) 367 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:40.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:40 smithi079 bash[19997]: cluster 2024-09-18T08:28:39.505052+0000 mgr.smithi079.dmaxqe (mgr.14205) 368 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-18T08:28:40.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:40 smithi079 bash[19997]: cluster 2024-09-18T08:28:39.505052+0000 mgr.smithi079.dmaxqe (mgr.14205) 368 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-18T08:28:40.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:40 smithi135 bash[24787]: audit 2024-09-18T08:28:39.331544+0000 mgr.smithi079.dmaxqe (mgr.14205) 367 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:40.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:40 smithi135 bash[24787]: audit 2024-09-18T08:28:39.331544+0000 mgr.smithi079.dmaxqe (mgr.14205) 367 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:40.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:40 smithi135 bash[24787]: cluster 2024-09-18T08:28:39.505052+0000 mgr.smithi079.dmaxqe (mgr.14205) 368 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-18T08:28:40.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:40 smithi135 bash[24787]: cluster 2024-09-18T08:28:39.505052+0000 mgr.smithi079.dmaxqe (mgr.14205) 368 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-18T08:28:41.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:41 smithi079 bash[19997]: audit 2024-09-18T08:28:40.698023+0000 mgr.smithi079.dmaxqe (mgr.14205) 369 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:41.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:41 smithi079 bash[19997]: audit 2024-09-18T08:28:40.698023+0000 mgr.smithi079.dmaxqe (mgr.14205) 369 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:41.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:41 smithi135 bash[24787]: audit 2024-09-18T08:28:40.698023+0000 mgr.smithi079.dmaxqe (mgr.14205) 369 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:41.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:41 smithi135 bash[24787]: audit 2024-09-18T08:28:40.698023+0000 mgr.smithi079.dmaxqe (mgr.14205) 369 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:43.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:43 smithi135 bash[24787]: cluster 2024-09-18T08:28:41.506118+0000 mgr.smithi079.dmaxqe (mgr.14205) 370 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:28:43.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:43 smithi135 bash[24787]: cluster 2024-09-18T08:28:41.506118+0000 mgr.smithi079.dmaxqe (mgr.14205) 370 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:28:43.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:43 smithi135 bash[24787]: audit 2024-09-18T08:28:42.042034+0000 mgr.smithi079.dmaxqe (mgr.14205) 371 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:43.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:43 smithi135 bash[24787]: audit 2024-09-18T08:28:42.042034+0000 mgr.smithi079.dmaxqe (mgr.14205) 371 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:43.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:43 smithi135 bash[24787]: audit 2024-09-18T08:28:42.194105+0000 mon.smithi079 (mon.0) 952 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:43.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:43 smithi135 bash[24787]: audit 2024-09-18T08:28:42.194105+0000 mon.smithi079 (mon.0) 952 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:43.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:43 smithi135 bash[24787]: audit 2024-09-18T08:28:42.201435+0000 mon.smithi079 (mon.0) 953 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:43.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:43 smithi135 bash[24787]: audit 2024-09-18T08:28:42.201435+0000 mon.smithi079 (mon.0) 953 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:43.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:43 smithi135 bash[24787]: audit 2024-09-18T08:28:42.451834+0000 mon.smithi079 (mon.0) 954 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:28:43.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:43 smithi135 bash[24787]: audit 2024-09-18T08:28:42.451834+0000 mon.smithi079 (mon.0) 954 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:28:43.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:43 smithi079 bash[19997]: cluster 2024-09-18T08:28:41.506118+0000 mgr.smithi079.dmaxqe (mgr.14205) 370 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:28:43.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:43 smithi079 bash[19997]: cluster 2024-09-18T08:28:41.506118+0000 mgr.smithi079.dmaxqe (mgr.14205) 370 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:28:43.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:43 smithi079 bash[19997]: audit 2024-09-18T08:28:42.042034+0000 mgr.smithi079.dmaxqe (mgr.14205) 371 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:43.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:43 smithi079 bash[19997]: audit 2024-09-18T08:28:42.042034+0000 mgr.smithi079.dmaxqe (mgr.14205) 371 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:43.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:43 smithi079 bash[19997]: audit 2024-09-18T08:28:42.194105+0000 mon.smithi079 (mon.0) 952 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:43.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:43 smithi079 bash[19997]: audit 2024-09-18T08:28:42.194105+0000 mon.smithi079 (mon.0) 952 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:43.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:43 smithi079 bash[19997]: audit 2024-09-18T08:28:42.201435+0000 mon.smithi079 (mon.0) 953 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:43.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:43 smithi079 bash[19997]: audit 2024-09-18T08:28:42.201435+0000 mon.smithi079 (mon.0) 953 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:43.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:43 smithi079 bash[19997]: audit 2024-09-18T08:28:42.451834+0000 mon.smithi079 (mon.0) 954 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:28:43.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:43 smithi079 bash[19997]: audit 2024-09-18T08:28:42.451834+0000 mon.smithi079 (mon.0) 954 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:28:45.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:45 smithi135 bash[24787]: audit 2024-09-18T08:28:43.379772+0000 mgr.smithi079.dmaxqe (mgr.14205) 372 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:45.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:45 smithi135 bash[24787]: audit 2024-09-18T08:28:43.379772+0000 mgr.smithi079.dmaxqe (mgr.14205) 372 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:45.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:45 smithi135 bash[24787]: cluster 2024-09-18T08:28:43.506793+0000 mgr.smithi079.dmaxqe (mgr.14205) 373 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:28:45.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:45 smithi135 bash[24787]: cluster 2024-09-18T08:28:43.506793+0000 mgr.smithi079.dmaxqe (mgr.14205) 373 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:28:45.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:45 smithi079 bash[19997]: audit 2024-09-18T08:28:43.379772+0000 mgr.smithi079.dmaxqe (mgr.14205) 372 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:45.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:45 smithi079 bash[19997]: audit 2024-09-18T08:28:43.379772+0000 mgr.smithi079.dmaxqe (mgr.14205) 372 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:45.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:45 smithi079 bash[19997]: cluster 2024-09-18T08:28:43.506793+0000 mgr.smithi079.dmaxqe (mgr.14205) 373 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:28:45.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:45 smithi079 bash[19997]: cluster 2024-09-18T08:28:43.506793+0000 mgr.smithi079.dmaxqe (mgr.14205) 373 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:28:46.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:46 smithi079 bash[19997]: audit 2024-09-18T08:28:44.711971+0000 mgr.smithi079.dmaxqe (mgr.14205) 374 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:46.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:46 smithi079 bash[19997]: audit 2024-09-18T08:28:44.711971+0000 mgr.smithi079.dmaxqe (mgr.14205) 374 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:46.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:46 smithi135 bash[24787]: audit 2024-09-18T08:28:44.711971+0000 mgr.smithi079.dmaxqe (mgr.14205) 374 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:46.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:46 smithi135 bash[24787]: audit 2024-09-18T08:28:44.711971+0000 mgr.smithi079.dmaxqe (mgr.14205) 374 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:47.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:47 smithi079 bash[19997]: cluster 2024-09-18T08:28:45.507617+0000 mgr.smithi079.dmaxqe (mgr.14205) 375 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2024-09-18T08:28:47.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:47 smithi079 bash[19997]: cluster 2024-09-18T08:28:45.507617+0000 mgr.smithi079.dmaxqe (mgr.14205) 375 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2024-09-18T08:28:47.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:47 smithi079 bash[19997]: audit 2024-09-18T08:28:46.072475+0000 mgr.smithi079.dmaxqe (mgr.14205) 376 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:47.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:47 smithi079 bash[19997]: audit 2024-09-18T08:28:46.072475+0000 mgr.smithi079.dmaxqe (mgr.14205) 376 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:47.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:47 smithi135 bash[24787]: cluster 2024-09-18T08:28:45.507617+0000 mgr.smithi079.dmaxqe (mgr.14205) 375 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2024-09-18T08:28:47.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:47 smithi135 bash[24787]: cluster 2024-09-18T08:28:45.507617+0000 mgr.smithi079.dmaxqe (mgr.14205) 375 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2024-09-18T08:28:47.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:47 smithi135 bash[24787]: audit 2024-09-18T08:28:46.072475+0000 mgr.smithi079.dmaxqe (mgr.14205) 376 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:47.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:47 smithi135 bash[24787]: audit 2024-09-18T08:28:46.072475+0000 mgr.smithi079.dmaxqe (mgr.14205) 376 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:48.518 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:48 smithi135 bash[24787]: audit 2024-09-18T08:28:47.727588+0000 mon.smithi079 (mon.0) 955 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:28:48.518 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:48 smithi135 bash[24787]: audit 2024-09-18T08:28:47.727588+0000 mon.smithi079 (mon.0) 955 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:28:48.546 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:48 smithi079 bash[19997]: audit 2024-09-18T08:28:47.727588+0000 mon.smithi079 (mon.0) 955 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:28:48.547 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:48 smithi079 bash[19997]: audit 2024-09-18T08:28:47.727588+0000 mon.smithi079 (mon.0) 955 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:28:48.782 INFO:teuthology.orchestra.run.smithi079.stdout:haproxy.nfs.foo.smithi079.rlhdrd smithi079 *:2999,9999 running (6s) 0s ago 108s 4616k - 2.3.17-d1c9119 e85424b0d443 b33caa5f333d 2024-09-18T08:28:49.081 INFO:teuthology.orchestra.run.smithi079.stdout:Scheduled to stop haproxy.nfs.foo.smithi135.htvgqs on host 'smithi135' 2024-09-18T08:28:49.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:49 smithi079 bash[19997]: audit 2024-09-18T08:28:47.412663+0000 mgr.smithi079.dmaxqe (mgr.14205) 377 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:49.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:49 smithi079 bash[19997]: audit 2024-09-18T08:28:47.412663+0000 mgr.smithi079.dmaxqe (mgr.14205) 377 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:49.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:49 smithi079 bash[19997]: cluster 2024-09-18T08:28:47.508533+0000 mgr.smithi079.dmaxqe (mgr.14205) 378 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2024-09-18T08:28:49.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:49 smithi079 bash[19997]: cluster 2024-09-18T08:28:47.508533+0000 mgr.smithi079.dmaxqe (mgr.14205) 378 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2024-09-18T08:28:49.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:49 smithi079 bash[19997]: audit 2024-09-18T08:28:48.254692+0000 mon.smithi079 (mon.0) 956 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:49.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:49 smithi079 bash[19997]: audit 2024-09-18T08:28:48.254692+0000 mon.smithi079 (mon.0) 956 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:49.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:49 smithi079 bash[19997]: audit 2024-09-18T08:28:48.259443+0000 mon.smithi079 (mon.0) 957 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:49.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:49 smithi079 bash[19997]: audit 2024-09-18T08:28:48.259443+0000 mon.smithi079 (mon.0) 957 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:49.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:49 smithi079 bash[19997]: audit 2024-09-18T08:28:48.759693+0000 mon.smithi079 (mon.0) 958 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:49.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:49 smithi079 bash[19997]: audit 2024-09-18T08:28:48.759693+0000 mon.smithi079 (mon.0) 958 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:49.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:49 smithi079 bash[19997]: audit 2024-09-18T08:28:48.766018+0000 mon.smithi079 (mon.0) 959 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:49.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:49 smithi079 bash[19997]: audit 2024-09-18T08:28:48.766018+0000 mon.smithi079 (mon.0) 959 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:49.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:49 smithi079 bash[19997]: audit 2024-09-18T08:28:49.074428+0000 mon.smithi079 (mon.0) 960 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:49.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:49 smithi079 bash[19997]: audit 2024-09-18T08:28:49.074428+0000 mon.smithi079 (mon.0) 960 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:49.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:49 smithi079 bash[19997]: audit 2024-09-18T08:28:49.084123+0000 mon.smithi079 (mon.0) 961 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:49.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:49 smithi079 bash[19997]: audit 2024-09-18T08:28:49.084123+0000 mon.smithi079 (mon.0) 961 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:49.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:49 smithi135 bash[24787]: audit 2024-09-18T08:28:47.412663+0000 mgr.smithi079.dmaxqe (mgr.14205) 377 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:49.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:49 smithi135 bash[24787]: audit 2024-09-18T08:28:47.412663+0000 mgr.smithi079.dmaxqe (mgr.14205) 377 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:49.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:49 smithi135 bash[24787]: cluster 2024-09-18T08:28:47.508533+0000 mgr.smithi079.dmaxqe (mgr.14205) 378 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2024-09-18T08:28:49.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:49 smithi135 bash[24787]: cluster 2024-09-18T08:28:47.508533+0000 mgr.smithi079.dmaxqe (mgr.14205) 378 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2024-09-18T08:28:49.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:49 smithi135 bash[24787]: audit 2024-09-18T08:28:48.254692+0000 mon.smithi079 (mon.0) 956 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:49.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:49 smithi135 bash[24787]: audit 2024-09-18T08:28:48.254692+0000 mon.smithi079 (mon.0) 956 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:49.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:49 smithi135 bash[24787]: audit 2024-09-18T08:28:48.259443+0000 mon.smithi079 (mon.0) 957 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:49.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:49 smithi135 bash[24787]: audit 2024-09-18T08:28:48.259443+0000 mon.smithi079 (mon.0) 957 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:49.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:49 smithi135 bash[24787]: audit 2024-09-18T08:28:48.759693+0000 mon.smithi079 (mon.0) 958 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:49.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:49 smithi135 bash[24787]: audit 2024-09-18T08:28:48.759693+0000 mon.smithi079 (mon.0) 958 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:49.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:49 smithi135 bash[24787]: audit 2024-09-18T08:28:48.766018+0000 mon.smithi079 (mon.0) 959 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:49.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:49 smithi135 bash[24787]: audit 2024-09-18T08:28:48.766018+0000 mon.smithi079 (mon.0) 959 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:49.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:49 smithi135 bash[24787]: audit 2024-09-18T08:28:49.074428+0000 mon.smithi079 (mon.0) 960 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:49.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:49 smithi135 bash[24787]: audit 2024-09-18T08:28:49.074428+0000 mon.smithi079 (mon.0) 960 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:49.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:49 smithi135 bash[24787]: audit 2024-09-18T08:28:49.084123+0000 mon.smithi079 (mon.0) 961 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:49.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:49 smithi135 bash[24787]: audit 2024-09-18T08:28:49.084123+0000 mon.smithi079 (mon.0) 961 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:50.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:50 smithi079 bash[19997]: audit 2024-09-18T08:28:48.756652+0000 mgr.smithi079.dmaxqe (mgr.14205) 379 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:50.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:50 smithi079 bash[19997]: audit 2024-09-18T08:28:48.756652+0000 mgr.smithi079.dmaxqe (mgr.14205) 379 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:50.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:50 smithi079 bash[19997]: audit 2024-09-18T08:28:49.065695+0000 mgr.smithi079.dmaxqe (mgr.14205) 380 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi135.htvgqs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:50.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:50 smithi079 bash[19997]: audit 2024-09-18T08:28:49.065695+0000 mgr.smithi079.dmaxqe (mgr.14205) 380 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi135.htvgqs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:50.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:50 smithi079 bash[19997]: cephadm 2024-09-18T08:28:49.066153+0000 mgr.smithi079.dmaxqe (mgr.14205) 381 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi135.htvgqs 2024-09-18T08:28:50.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:50 smithi079 bash[19997]: cephadm 2024-09-18T08:28:49.066153+0000 mgr.smithi079.dmaxqe (mgr.14205) 381 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi135.htvgqs 2024-09-18T08:28:50.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:50 smithi079 bash[19997]: audit 2024-09-18T08:28:49.457701+0000 mon.smithi079 (mon.0) 962 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:28:50.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:50 smithi079 bash[19997]: audit 2024-09-18T08:28:49.457701+0000 mon.smithi079 (mon.0) 962 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:28:50.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:50 smithi079 bash[19997]: audit 2024-09-18T08:28:49.458395+0000 mon.smithi079 (mon.0) 963 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:28:50.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:50 smithi079 bash[19997]: audit 2024-09-18T08:28:49.458395+0000 mon.smithi079 (mon.0) 963 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:28:50.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:50 smithi079 bash[19997]: audit 2024-09-18T08:28:49.463166+0000 mon.smithi079 (mon.0) 964 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:50.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:50 smithi079 bash[19997]: audit 2024-09-18T08:28:49.463166+0000 mon.smithi079 (mon.0) 964 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:50.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:50 smithi079 bash[19997]: audit 2024-09-18T08:28:49.465745+0000 mon.smithi079 (mon.0) 965 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:28:50.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:50 smithi079 bash[19997]: audit 2024-09-18T08:28:49.465745+0000 mon.smithi079 (mon.0) 965 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:28:50.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:50 smithi079 bash[19997]: audit 2024-09-18T08:28:49.477139+0000 mon.smithi079 (mon.0) 966 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:50.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:50 smithi079 bash[19997]: audit 2024-09-18T08:28:49.477139+0000 mon.smithi079 (mon.0) 966 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:50.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:50 smithi135 bash[24787]: audit 2024-09-18T08:28:48.756652+0000 mgr.smithi079.dmaxqe (mgr.14205) 379 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:50.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:50 smithi135 bash[24787]: audit 2024-09-18T08:28:48.756652+0000 mgr.smithi079.dmaxqe (mgr.14205) 379 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:50.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:50 smithi135 bash[24787]: audit 2024-09-18T08:28:49.065695+0000 mgr.smithi079.dmaxqe (mgr.14205) 380 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi135.htvgqs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:50.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:50 smithi135 bash[24787]: audit 2024-09-18T08:28:49.065695+0000 mgr.smithi079.dmaxqe (mgr.14205) 380 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi135.htvgqs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:50.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:50 smithi135 bash[24787]: cephadm 2024-09-18T08:28:49.066153+0000 mgr.smithi079.dmaxqe (mgr.14205) 381 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi135.htvgqs 2024-09-18T08:28:50.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:50 smithi135 bash[24787]: cephadm 2024-09-18T08:28:49.066153+0000 mgr.smithi079.dmaxqe (mgr.14205) 381 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi135.htvgqs 2024-09-18T08:28:50.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:50 smithi135 bash[24787]: audit 2024-09-18T08:28:49.457701+0000 mon.smithi079 (mon.0) 962 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:28:50.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:50 smithi135 bash[24787]: audit 2024-09-18T08:28:49.457701+0000 mon.smithi079 (mon.0) 962 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:28:50.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:50 smithi135 bash[24787]: audit 2024-09-18T08:28:49.458395+0000 mon.smithi079 (mon.0) 963 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:28:50.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:50 smithi135 bash[24787]: audit 2024-09-18T08:28:49.458395+0000 mon.smithi079 (mon.0) 963 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:28:50.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:50 smithi135 bash[24787]: audit 2024-09-18T08:28:49.463166+0000 mon.smithi079 (mon.0) 964 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:50.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:50 smithi135 bash[24787]: audit 2024-09-18T08:28:49.463166+0000 mon.smithi079 (mon.0) 964 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:50.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:50 smithi135 bash[24787]: audit 2024-09-18T08:28:49.465745+0000 mon.smithi079 (mon.0) 965 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:28:50.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:50 smithi135 bash[24787]: audit 2024-09-18T08:28:49.465745+0000 mon.smithi079 (mon.0) 965 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:28:50.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:50 smithi135 bash[24787]: audit 2024-09-18T08:28:49.477139+0000 mon.smithi079 (mon.0) 966 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:50.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:50 smithi135 bash[24787]: audit 2024-09-18T08:28:49.477139+0000 mon.smithi079 (mon.0) 966 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:51.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:51 smithi079 bash[19997]: audit 2024-09-18T08:28:49.381005+0000 mgr.smithi079.dmaxqe (mgr.14205) 382 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:51.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:51 smithi079 bash[19997]: audit 2024-09-18T08:28:49.381005+0000 mgr.smithi079.dmaxqe (mgr.14205) 382 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:51.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:51 smithi079 bash[19997]: cluster 2024-09-18T08:28:49.509371+0000 mgr.smithi079.dmaxqe (mgr.14205) 383 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:28:51.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:51 smithi079 bash[19997]: cluster 2024-09-18T08:28:49.509371+0000 mgr.smithi079.dmaxqe (mgr.14205) 383 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:28:51.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:51 smithi135 bash[24787]: audit 2024-09-18T08:28:49.381005+0000 mgr.smithi079.dmaxqe (mgr.14205) 382 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:51.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:51 smithi135 bash[24787]: audit 2024-09-18T08:28:49.381005+0000 mgr.smithi079.dmaxqe (mgr.14205) 382 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:51.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:51 smithi135 bash[24787]: cluster 2024-09-18T08:28:49.509371+0000 mgr.smithi079.dmaxqe (mgr.14205) 383 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:28:51.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:51 smithi135 bash[24787]: cluster 2024-09-18T08:28:49.509371+0000 mgr.smithi079.dmaxqe (mgr.14205) 383 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:28:52.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:52 smithi079 bash[19997]: audit 2024-09-18T08:28:50.724563+0000 mgr.smithi079.dmaxqe (mgr.14205) 384 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:52.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:52 smithi079 bash[19997]: audit 2024-09-18T08:28:50.724563+0000 mgr.smithi079.dmaxqe (mgr.14205) 384 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:52.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:52 smithi135 bash[24787]: audit 2024-09-18T08:28:50.724563+0000 mgr.smithi079.dmaxqe (mgr.14205) 384 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:52.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:52 smithi135 bash[24787]: audit 2024-09-18T08:28:50.724563+0000 mgr.smithi079.dmaxqe (mgr.14205) 384 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:53.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:53 smithi079 bash[19997]: cluster 2024-09-18T08:28:51.510251+0000 mgr.smithi079.dmaxqe (mgr.14205) 385 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:28:53.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:53 smithi079 bash[19997]: cluster 2024-09-18T08:28:51.510251+0000 mgr.smithi079.dmaxqe (mgr.14205) 385 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:28:53.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:53 smithi079 bash[19997]: audit 2024-09-18T08:28:52.083594+0000 mgr.smithi079.dmaxqe (mgr.14205) 386 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:53.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:53 smithi079 bash[19997]: audit 2024-09-18T08:28:52.083594+0000 mgr.smithi079.dmaxqe (mgr.14205) 386 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:53.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:53 smithi135 bash[24787]: cluster 2024-09-18T08:28:51.510251+0000 mgr.smithi079.dmaxqe (mgr.14205) 385 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:28:53.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:53 smithi135 bash[24787]: cluster 2024-09-18T08:28:51.510251+0000 mgr.smithi079.dmaxqe (mgr.14205) 385 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:28:53.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:53 smithi135 bash[24787]: audit 2024-09-18T08:28:52.083594+0000 mgr.smithi079.dmaxqe (mgr.14205) 386 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:53.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:53 smithi135 bash[24787]: audit 2024-09-18T08:28:52.083594+0000 mgr.smithi079.dmaxqe (mgr.14205) 386 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:55.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:55 smithi079 bash[19997]: audit 2024-09-18T08:28:53.443161+0000 mgr.smithi079.dmaxqe (mgr.14205) 387 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:55.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:55 smithi079 bash[19997]: audit 2024-09-18T08:28:53.443161+0000 mgr.smithi079.dmaxqe (mgr.14205) 387 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:55.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:55 smithi079 bash[19997]: cluster 2024-09-18T08:28:53.510811+0000 mgr.smithi079.dmaxqe (mgr.14205) 388 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:28:55.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:55 smithi079 bash[19997]: cluster 2024-09-18T08:28:53.510811+0000 mgr.smithi079.dmaxqe (mgr.14205) 388 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:28:55.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:55 smithi135 bash[24787]: audit 2024-09-18T08:28:53.443161+0000 mgr.smithi079.dmaxqe (mgr.14205) 387 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:55.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:55 smithi135 bash[24787]: audit 2024-09-18T08:28:53.443161+0000 mgr.smithi079.dmaxqe (mgr.14205) 387 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:55.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:55 smithi135 bash[24787]: cluster 2024-09-18T08:28:53.510811+0000 mgr.smithi079.dmaxqe (mgr.14205) 388 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:28:55.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:55 smithi135 bash[24787]: cluster 2024-09-18T08:28:53.510811+0000 mgr.smithi079.dmaxqe (mgr.14205) 388 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:28:56.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:56 smithi079 bash[19997]: audit 2024-09-18T08:28:54.787089+0000 mgr.smithi079.dmaxqe (mgr.14205) 389 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:56.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:56 smithi079 bash[19997]: audit 2024-09-18T08:28:54.787089+0000 mgr.smithi079.dmaxqe (mgr.14205) 389 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:56.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:56 smithi079 bash[19997]: audit 2024-09-18T08:28:55.492767+0000 mon.smithi079 (mon.0) 967 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:56.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:56 smithi079 bash[19997]: audit 2024-09-18T08:28:55.492767+0000 mon.smithi079 (mon.0) 967 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:56.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:56 smithi079 bash[19997]: audit 2024-09-18T08:28:55.503591+0000 mon.smithi079 (mon.0) 968 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:56.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:56 smithi079 bash[19997]: audit 2024-09-18T08:28:55.503591+0000 mon.smithi079 (mon.0) 968 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:56.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:56 smithi079 bash[19997]: audit 2024-09-18T08:28:55.826104+0000 mon.smithi079 (mon.0) 969 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:28:56.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:56 smithi079 bash[19997]: audit 2024-09-18T08:28:55.826104+0000 mon.smithi079 (mon.0) 969 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:28:56.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:56 smithi135 bash[24787]: audit 2024-09-18T08:28:54.787089+0000 mgr.smithi079.dmaxqe (mgr.14205) 389 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:56.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:56 smithi135 bash[24787]: audit 2024-09-18T08:28:54.787089+0000 mgr.smithi079.dmaxqe (mgr.14205) 389 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:56.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:56 smithi135 bash[24787]: audit 2024-09-18T08:28:55.492767+0000 mon.smithi079 (mon.0) 967 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:56.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:56 smithi135 bash[24787]: audit 2024-09-18T08:28:55.492767+0000 mon.smithi079 (mon.0) 967 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:56.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:56 smithi135 bash[24787]: audit 2024-09-18T08:28:55.503591+0000 mon.smithi079 (mon.0) 968 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:56.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:56 smithi135 bash[24787]: audit 2024-09-18T08:28:55.503591+0000 mon.smithi079 (mon.0) 968 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:56.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:56 smithi135 bash[24787]: audit 2024-09-18T08:28:55.826104+0000 mon.smithi079 (mon.0) 969 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:28:56.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:56 smithi135 bash[24787]: audit 2024-09-18T08:28:55.826104+0000 mon.smithi079 (mon.0) 969 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:28:57.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:57 smithi079 bash[19997]: cluster 2024-09-18T08:28:55.511480+0000 mgr.smithi079.dmaxqe (mgr.14205) 390 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:28:57.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:57 smithi079 bash[19997]: cluster 2024-09-18T08:28:55.511480+0000 mgr.smithi079.dmaxqe (mgr.14205) 390 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:28:57.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:57 smithi079 bash[19997]: audit 2024-09-18T08:28:56.102380+0000 mgr.smithi079.dmaxqe (mgr.14205) 391 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:57.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:57 smithi079 bash[19997]: audit 2024-09-18T08:28:56.102380+0000 mgr.smithi079.dmaxqe (mgr.14205) 391 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:57.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:57 smithi079 bash[19997]: audit 2024-09-18T08:28:56.335932+0000 mon.smithi079 (mon.0) 970 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:57.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:57 smithi079 bash[19997]: audit 2024-09-18T08:28:56.335932+0000 mon.smithi079 (mon.0) 970 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:57.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:57 smithi079 bash[19997]: audit 2024-09-18T08:28:56.340646+0000 mon.smithi079 (mon.0) 971 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:57.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:57 smithi079 bash[19997]: audit 2024-09-18T08:28:56.340646+0000 mon.smithi079 (mon.0) 971 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:57.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:57 smithi135 bash[24787]: cluster 2024-09-18T08:28:55.511480+0000 mgr.smithi079.dmaxqe (mgr.14205) 390 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:28:57.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:57 smithi135 bash[24787]: cluster 2024-09-18T08:28:55.511480+0000 mgr.smithi079.dmaxqe (mgr.14205) 390 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:28:57.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:57 smithi135 bash[24787]: audit 2024-09-18T08:28:56.102380+0000 mgr.smithi079.dmaxqe (mgr.14205) 391 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:57.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:57 smithi135 bash[24787]: audit 2024-09-18T08:28:56.102380+0000 mgr.smithi079.dmaxqe (mgr.14205) 391 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:57.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:57 smithi135 bash[24787]: audit 2024-09-18T08:28:56.335932+0000 mon.smithi079 (mon.0) 970 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:57.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:57 smithi135 bash[24787]: audit 2024-09-18T08:28:56.335932+0000 mon.smithi079 (mon.0) 970 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:57.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:57 smithi135 bash[24787]: audit 2024-09-18T08:28:56.340646+0000 mon.smithi079 (mon.0) 971 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:57.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:57 smithi135 bash[24787]: audit 2024-09-18T08:28:56.340646+0000 mon.smithi079 (mon.0) 971 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:28:59.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:59 smithi079 bash[19997]: audit 2024-09-18T08:28:57.454444+0000 mgr.smithi079.dmaxqe (mgr.14205) 392 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:59.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:59 smithi079 bash[19997]: audit 2024-09-18T08:28:57.454444+0000 mgr.smithi079.dmaxqe (mgr.14205) 392 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:59.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:59 smithi079 bash[19997]: cluster 2024-09-18T08:28:57.512043+0000 mgr.smithi079.dmaxqe (mgr.14205) 393 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:28:59.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:28:59 smithi079 bash[19997]: cluster 2024-09-18T08:28:57.512043+0000 mgr.smithi079.dmaxqe (mgr.14205) 393 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:28:59.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:59 smithi135 bash[24787]: audit 2024-09-18T08:28:57.454444+0000 mgr.smithi079.dmaxqe (mgr.14205) 392 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:59.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:59 smithi135 bash[24787]: audit 2024-09-18T08:28:57.454444+0000 mgr.smithi079.dmaxqe (mgr.14205) 392 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:28:59.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:59 smithi135 bash[24787]: cluster 2024-09-18T08:28:57.512043+0000 mgr.smithi079.dmaxqe (mgr.14205) 393 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:28:59.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:28:59 smithi135 bash[24787]: cluster 2024-09-18T08:28:57.512043+0000 mgr.smithi079.dmaxqe (mgr.14205) 393 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:29:00.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:00 smithi079 bash[19997]: audit 2024-09-18T08:28:58.775309+0000 mgr.smithi079.dmaxqe (mgr.14205) 394 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:00.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:00 smithi079 bash[19997]: audit 2024-09-18T08:28:58.775309+0000 mgr.smithi079.dmaxqe (mgr.14205) 394 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:00.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:00 smithi135 bash[24787]: audit 2024-09-18T08:28:58.775309+0000 mgr.smithi079.dmaxqe (mgr.14205) 394 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:00.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:00 smithi135 bash[24787]: audit 2024-09-18T08:28:58.775309+0000 mgr.smithi079.dmaxqe (mgr.14205) 394 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:01.578 INFO:teuthology.orchestra.run.smithi079.stdout:haproxy.nfs.foo.smithi135.htvgqs smithi135 *:2999,9999 stopped 0s ago 112s - - 2024-09-18T08:29:01.580 INFO:teuthology.orchestra.run.smithi079.stdout:haproxy.nfs.foo.smithi079.rlhdrd 2024-09-18T08:29:01.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:01 smithi079 bash[19997]: cluster 2024-09-18T08:28:59.512935+0000 mgr.smithi079.dmaxqe (mgr.14205) 395 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:29:01.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:01 smithi079 bash[19997]: cluster 2024-09-18T08:28:59.512935+0000 mgr.smithi079.dmaxqe (mgr.14205) 395 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:29:01.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:01 smithi079 bash[19997]: audit 2024-09-18T08:29:00.203632+0000 mgr.smithi079.dmaxqe (mgr.14205) 396 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:01.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:01 smithi079 bash[19997]: audit 2024-09-18T08:29:00.203632+0000 mgr.smithi079.dmaxqe (mgr.14205) 396 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:01.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:01 smithi135 bash[24787]: cluster 2024-09-18T08:28:59.512935+0000 mgr.smithi079.dmaxqe (mgr.14205) 395 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:29:01.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:01 smithi135 bash[24787]: cluster 2024-09-18T08:28:59.512935+0000 mgr.smithi079.dmaxqe (mgr.14205) 395 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:29:01.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:01 smithi135 bash[24787]: audit 2024-09-18T08:29:00.203632+0000 mgr.smithi079.dmaxqe (mgr.14205) 396 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:01.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:01 smithi135 bash[24787]: audit 2024-09-18T08:29:00.203632+0000 mgr.smithi079.dmaxqe (mgr.14205) 396 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:02.333 INFO:teuthology.orchestra.run.smithi079.stdout:Scheduled to start haproxy.nfs.foo.smithi135.htvgqs on host 'smithi135' 2024-09-18T08:29:02.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:02 smithi079 bash[19997]: cluster 2024-09-18T08:29:01.513457+0000 mgr.smithi079.dmaxqe (mgr.14205) 397 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:29:02.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:02 smithi079 bash[19997]: cluster 2024-09-18T08:29:01.513457+0000 mgr.smithi079.dmaxqe (mgr.14205) 397 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:29:02.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:02 smithi079 bash[19997]: audit 2024-09-18T08:29:01.519879+0000 mon.smithi079 (mon.0) 972 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:02.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:02 smithi079 bash[19997]: audit 2024-09-18T08:29:01.519879+0000 mon.smithi079 (mon.0) 972 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:02.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:02 smithi079 bash[19997]: audit 2024-09-18T08:29:01.524829+0000 mon.smithi079 (mon.0) 973 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:02.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:02 smithi079 bash[19997]: audit 2024-09-18T08:29:01.524829+0000 mon.smithi079 (mon.0) 973 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:02.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:02 smithi079 bash[19997]: audit 2024-09-18T08:29:01.551521+0000 mgr.smithi079.dmaxqe (mgr.14205) 398 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:02.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:02 smithi079 bash[19997]: audit 2024-09-18T08:29:01.551521+0000 mgr.smithi079.dmaxqe (mgr.14205) 398 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:02.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:02 smithi079 bash[19997]: audit 2024-09-18T08:29:02.329841+0000 mon.smithi079 (mon.0) 974 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:02.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:02 smithi079 bash[19997]: audit 2024-09-18T08:29:02.329841+0000 mon.smithi079 (mon.0) 974 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:02.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:02 smithi079 bash[19997]: audit 2024-09-18T08:29:02.336475+0000 mon.smithi079 (mon.0) 975 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:02.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:02 smithi079 bash[19997]: audit 2024-09-18T08:29:02.336475+0000 mon.smithi079 (mon.0) 975 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:02.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:02 smithi079 bash[19997]: audit 2024-09-18T08:29:02.517433+0000 mon.smithi079 (mon.0) 976 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:02.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:02 smithi079 bash[19997]: audit 2024-09-18T08:29:02.517433+0000 mon.smithi079 (mon.0) 976 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:02.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:02 smithi135 bash[24787]: cluster 2024-09-18T08:29:01.513457+0000 mgr.smithi079.dmaxqe (mgr.14205) 397 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:29:02.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:02 smithi135 bash[24787]: cluster 2024-09-18T08:29:01.513457+0000 mgr.smithi079.dmaxqe (mgr.14205) 397 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 597 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:29:02.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:02 smithi135 bash[24787]: audit 2024-09-18T08:29:01.519879+0000 mon.smithi079 (mon.0) 972 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:02.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:02 smithi135 bash[24787]: audit 2024-09-18T08:29:01.519879+0000 mon.smithi079 (mon.0) 972 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:02.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:02 smithi135 bash[24787]: audit 2024-09-18T08:29:01.524829+0000 mon.smithi079 (mon.0) 973 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:02.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:02 smithi135 bash[24787]: audit 2024-09-18T08:29:01.524829+0000 mon.smithi079 (mon.0) 973 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:02.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:02 smithi135 bash[24787]: audit 2024-09-18T08:29:01.551521+0000 mgr.smithi079.dmaxqe (mgr.14205) 398 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:02.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:02 smithi135 bash[24787]: audit 2024-09-18T08:29:01.551521+0000 mgr.smithi079.dmaxqe (mgr.14205) 398 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:02.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:02 smithi135 bash[24787]: audit 2024-09-18T08:29:02.329841+0000 mon.smithi079 (mon.0) 974 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:02.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:02 smithi135 bash[24787]: audit 2024-09-18T08:29:02.329841+0000 mon.smithi079 (mon.0) 974 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:02.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:02 smithi135 bash[24787]: audit 2024-09-18T08:29:02.336475+0000 mon.smithi079 (mon.0) 975 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:02.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:02 smithi135 bash[24787]: audit 2024-09-18T08:29:02.336475+0000 mon.smithi079 (mon.0) 975 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:02.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:02 smithi135 bash[24787]: audit 2024-09-18T08:29:02.517433+0000 mon.smithi079 (mon.0) 976 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:02.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:02 smithi135 bash[24787]: audit 2024-09-18T08:29:02.517433+0000 mon.smithi079 (mon.0) 976 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:03.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:03 smithi079 bash[19997]: audit 2024-09-18T08:29:02.322926+0000 mgr.smithi079.dmaxqe (mgr.14205) 399 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi135.htvgqs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:03.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:03 smithi079 bash[19997]: audit 2024-09-18T08:29:02.322926+0000 mgr.smithi079.dmaxqe (mgr.14205) 399 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi135.htvgqs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:03.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:03 smithi079 bash[19997]: cephadm 2024-09-18T08:29:02.323347+0000 mgr.smithi079.dmaxqe (mgr.14205) 400 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi135.htvgqs 2024-09-18T08:29:03.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:03 smithi079 bash[19997]: cephadm 2024-09-18T08:29:02.323347+0000 mgr.smithi079.dmaxqe (mgr.14205) 400 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi135.htvgqs 2024-09-18T08:29:03.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:03 smithi079 bash[19997]: audit 2024-09-18T08:29:02.530862+0000 mon.smithi079 (mon.0) 977 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:03.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:03 smithi079 bash[19997]: audit 2024-09-18T08:29:02.530862+0000 mon.smithi079 (mon.0) 977 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:03.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:03 smithi079 bash[19997]: audit 2024-09-18T08:29:02.531810+0000 mon.smithi079 (mon.0) 978 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:29:03.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:03 smithi079 bash[19997]: audit 2024-09-18T08:29:02.531810+0000 mon.smithi079 (mon.0) 978 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:29:03.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:03 smithi079 bash[19997]: audit 2024-09-18T08:29:02.532476+0000 mon.smithi079 (mon.0) 979 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:29:03.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:03 smithi079 bash[19997]: audit 2024-09-18T08:29:02.532476+0000 mon.smithi079 (mon.0) 979 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:29:03.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:03 smithi079 bash[19997]: audit 2024-09-18T08:29:02.537548+0000 mon.smithi079 (mon.0) 980 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:03.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:03 smithi079 bash[19997]: audit 2024-09-18T08:29:02.537548+0000 mon.smithi079 (mon.0) 980 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:03.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:03 smithi079 bash[19997]: audit 2024-09-18T08:29:02.540912+0000 mon.smithi079 (mon.0) 981 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:29:03.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:03 smithi079 bash[19997]: audit 2024-09-18T08:29:02.540912+0000 mon.smithi079 (mon.0) 981 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:29:03.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:03 smithi079 bash[19997]: audit 2024-09-18T08:29:02.551175+0000 mon.smithi079 (mon.0) 982 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:03.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:03 smithi079 bash[19997]: audit 2024-09-18T08:29:02.551175+0000 mon.smithi079 (mon.0) 982 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:03.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:03 smithi079 bash[19997]: audit 2024-09-18T08:29:02.635259+0000 mgr.smithi079.dmaxqe (mgr.14205) 401 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:03.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:03 smithi079 bash[19997]: audit 2024-09-18T08:29:02.635259+0000 mgr.smithi079.dmaxqe (mgr.14205) 401 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:03.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:03 smithi079 bash[19997]: audit 2024-09-18T08:29:02.728667+0000 mon.smithi079 (mon.0) 983 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:29:03.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:03 smithi079 bash[19997]: audit 2024-09-18T08:29:02.728667+0000 mon.smithi079 (mon.0) 983 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:29:03.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:03 smithi135 bash[24787]: audit 2024-09-18T08:29:02.322926+0000 mgr.smithi079.dmaxqe (mgr.14205) 399 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi135.htvgqs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:03.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:03 smithi135 bash[24787]: audit 2024-09-18T08:29:02.322926+0000 mgr.smithi079.dmaxqe (mgr.14205) 399 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi135.htvgqs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:03.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:03 smithi135 bash[24787]: cephadm 2024-09-18T08:29:02.323347+0000 mgr.smithi079.dmaxqe (mgr.14205) 400 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi135.htvgqs 2024-09-18T08:29:03.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:03 smithi135 bash[24787]: cephadm 2024-09-18T08:29:02.323347+0000 mgr.smithi079.dmaxqe (mgr.14205) 400 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi135.htvgqs 2024-09-18T08:29:03.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:03 smithi135 bash[24787]: audit 2024-09-18T08:29:02.530862+0000 mon.smithi079 (mon.0) 977 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:03.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:03 smithi135 bash[24787]: audit 2024-09-18T08:29:02.530862+0000 mon.smithi079 (mon.0) 977 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:03.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:03 smithi135 bash[24787]: audit 2024-09-18T08:29:02.531810+0000 mon.smithi079 (mon.0) 978 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:29:03.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:03 smithi135 bash[24787]: audit 2024-09-18T08:29:02.531810+0000 mon.smithi079 (mon.0) 978 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:29:03.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:03 smithi135 bash[24787]: audit 2024-09-18T08:29:02.532476+0000 mon.smithi079 (mon.0) 979 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:29:03.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:03 smithi135 bash[24787]: audit 2024-09-18T08:29:02.532476+0000 mon.smithi079 (mon.0) 979 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:29:03.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:03 smithi135 bash[24787]: audit 2024-09-18T08:29:02.537548+0000 mon.smithi079 (mon.0) 980 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:03.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:03 smithi135 bash[24787]: audit 2024-09-18T08:29:02.537548+0000 mon.smithi079 (mon.0) 980 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:03.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:03 smithi135 bash[24787]: audit 2024-09-18T08:29:02.540912+0000 mon.smithi079 (mon.0) 981 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:29:03.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:03 smithi135 bash[24787]: audit 2024-09-18T08:29:02.540912+0000 mon.smithi079 (mon.0) 981 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:29:03.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:03 smithi135 bash[24787]: audit 2024-09-18T08:29:02.551175+0000 mon.smithi079 (mon.0) 982 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:03.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:03 smithi135 bash[24787]: audit 2024-09-18T08:29:02.551175+0000 mon.smithi079 (mon.0) 982 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:03.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:03 smithi135 bash[24787]: audit 2024-09-18T08:29:02.635259+0000 mgr.smithi079.dmaxqe (mgr.14205) 401 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:03.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:03 smithi135 bash[24787]: audit 2024-09-18T08:29:02.635259+0000 mgr.smithi079.dmaxqe (mgr.14205) 401 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:03.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:03 smithi135 bash[24787]: audit 2024-09-18T08:29:02.728667+0000 mon.smithi079 (mon.0) 983 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:29:03.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:03 smithi135 bash[24787]: audit 2024-09-18T08:29:02.728667+0000 mon.smithi079 (mon.0) 983 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:29:04.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:04 smithi079 bash[19997]: cluster 2024-09-18T08:29:03.514207+0000 mgr.smithi079.dmaxqe (mgr.14205) 402 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 605 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-18T08:29:04.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:04 smithi079 bash[19997]: cluster 2024-09-18T08:29:03.514207+0000 mgr.smithi079.dmaxqe (mgr.14205) 402 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 605 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-18T08:29:04.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:04 smithi079 bash[19997]: audit 2024-09-18T08:29:03.970345+0000 mgr.smithi079.dmaxqe (mgr.14205) 403 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:04.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:04 smithi079 bash[19997]: audit 2024-09-18T08:29:03.970345+0000 mgr.smithi079.dmaxqe (mgr.14205) 403 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:04.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:04 smithi135 bash[24787]: cluster 2024-09-18T08:29:03.514207+0000 mgr.smithi079.dmaxqe (mgr.14205) 402 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 605 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-18T08:29:04.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:04 smithi135 bash[24787]: cluster 2024-09-18T08:29:03.514207+0000 mgr.smithi079.dmaxqe (mgr.14205) 402 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 605 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-18T08:29:04.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:04 smithi135 bash[24787]: audit 2024-09-18T08:29:03.970345+0000 mgr.smithi079.dmaxqe (mgr.14205) 403 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:04.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:04 smithi135 bash[24787]: audit 2024-09-18T08:29:03.970345+0000 mgr.smithi079.dmaxqe (mgr.14205) 403 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:06.854 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:06 smithi079 bash[19997]: audit 2024-09-18T08:29:05.305373+0000 mgr.smithi079.dmaxqe (mgr.14205) 404 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:06.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:06 smithi079 bash[19997]: audit 2024-09-18T08:29:05.305373+0000 mgr.smithi079.dmaxqe (mgr.14205) 404 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:06.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:06 smithi079 bash[19997]: cluster 2024-09-18T08:29:05.514922+0000 mgr.smithi079.dmaxqe (mgr.14205) 405 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 605 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-18T08:29:06.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:06 smithi079 bash[19997]: cluster 2024-09-18T08:29:05.514922+0000 mgr.smithi079.dmaxqe (mgr.14205) 405 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 605 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-18T08:29:06.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:06 smithi135 bash[24787]: audit 2024-09-18T08:29:05.305373+0000 mgr.smithi079.dmaxqe (mgr.14205) 404 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:06.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:06 smithi135 bash[24787]: audit 2024-09-18T08:29:05.305373+0000 mgr.smithi079.dmaxqe (mgr.14205) 404 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:06.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:06 smithi135 bash[24787]: cluster 2024-09-18T08:29:05.514922+0000 mgr.smithi079.dmaxqe (mgr.14205) 405 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 605 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-18T08:29:06.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:06 smithi135 bash[24787]: cluster 2024-09-18T08:29:05.514922+0000 mgr.smithi079.dmaxqe (mgr.14205) 405 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 605 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-18T08:29:07.854 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:07 smithi079 bash[19997]: audit 2024-09-18T08:29:06.660323+0000 mgr.smithi079.dmaxqe (mgr.14205) 406 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:07.854 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:07 smithi079 bash[19997]: audit 2024-09-18T08:29:06.660323+0000 mgr.smithi079.dmaxqe (mgr.14205) 406 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:07.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:07 smithi135 bash[24787]: audit 2024-09-18T08:29:06.660323+0000 mgr.smithi079.dmaxqe (mgr.14205) 406 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:07.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:07 smithi135 bash[24787]: audit 2024-09-18T08:29:06.660323+0000 mgr.smithi079.dmaxqe (mgr.14205) 406 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:08.854 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:08 smithi079 bash[19997]: cluster 2024-09-18T08:29:07.515923+0000 mgr.smithi079.dmaxqe (mgr.14205) 407 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 605 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-18T08:29:08.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:08 smithi079 bash[19997]: cluster 2024-09-18T08:29:07.515923+0000 mgr.smithi079.dmaxqe (mgr.14205) 407 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 605 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-18T08:29:08.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:08 smithi079 bash[19997]: audit 2024-09-18T08:29:07.997523+0000 mgr.smithi079.dmaxqe (mgr.14205) 408 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:08.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:08 smithi079 bash[19997]: audit 2024-09-18T08:29:07.997523+0000 mgr.smithi079.dmaxqe (mgr.14205) 408 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:08.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:08 smithi135 bash[24787]: cluster 2024-09-18T08:29:07.515923+0000 mgr.smithi079.dmaxqe (mgr.14205) 407 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 605 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-18T08:29:08.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:08 smithi135 bash[24787]: cluster 2024-09-18T08:29:07.515923+0000 mgr.smithi079.dmaxqe (mgr.14205) 407 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 605 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-18T08:29:08.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:08 smithi135 bash[24787]: audit 2024-09-18T08:29:07.997523+0000 mgr.smithi079.dmaxqe (mgr.14205) 408 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:08.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:08 smithi135 bash[24787]: audit 2024-09-18T08:29:07.997523+0000 mgr.smithi079.dmaxqe (mgr.14205) 408 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:10.854 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:10 smithi079 bash[19997]: audit 2024-09-18T08:29:09.345316+0000 mgr.smithi079.dmaxqe (mgr.14205) 409 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:10.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:10 smithi079 bash[19997]: audit 2024-09-18T08:29:09.345316+0000 mgr.smithi079.dmaxqe (mgr.14205) 409 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:10.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:10 smithi079 bash[19997]: cluster 2024-09-18T08:29:09.516865+0000 mgr.smithi079.dmaxqe (mgr.14205) 410 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-18T08:29:10.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:10 smithi079 bash[19997]: cluster 2024-09-18T08:29:09.516865+0000 mgr.smithi079.dmaxqe (mgr.14205) 410 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-18T08:29:10.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:10 smithi135 bash[24787]: audit 2024-09-18T08:29:09.345316+0000 mgr.smithi079.dmaxqe (mgr.14205) 409 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:10.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:10 smithi135 bash[24787]: audit 2024-09-18T08:29:09.345316+0000 mgr.smithi079.dmaxqe (mgr.14205) 409 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:10.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:10 smithi135 bash[24787]: cluster 2024-09-18T08:29:09.516865+0000 mgr.smithi079.dmaxqe (mgr.14205) 410 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-18T08:29:10.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:10 smithi135 bash[24787]: cluster 2024-09-18T08:29:09.516865+0000 mgr.smithi079.dmaxqe (mgr.14205) 410 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-18T08:29:11.854 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:11 smithi079 bash[19997]: audit 2024-09-18T08:29:10.683532+0000 mgr.smithi079.dmaxqe (mgr.14205) 411 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:11.854 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:11 smithi079 bash[19997]: audit 2024-09-18T08:29:10.683532+0000 mgr.smithi079.dmaxqe (mgr.14205) 411 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:11.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:11 smithi135 bash[24787]: audit 2024-09-18T08:29:10.683532+0000 mgr.smithi079.dmaxqe (mgr.14205) 411 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:11.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:11 smithi135 bash[24787]: audit 2024-09-18T08:29:10.683532+0000 mgr.smithi079.dmaxqe (mgr.14205) 411 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:12.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:12 smithi079 bash[19997]: cluster 2024-09-18T08:29:11.517788+0000 mgr.smithi079.dmaxqe (mgr.14205) 412 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-18T08:29:12.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:12 smithi079 bash[19997]: cluster 2024-09-18T08:29:11.517788+0000 mgr.smithi079.dmaxqe (mgr.14205) 412 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-18T08:29:12.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:12 smithi079 bash[19997]: audit 2024-09-18T08:29:12.049839+0000 mgr.smithi079.dmaxqe (mgr.14205) 413 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:12.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:12 smithi079 bash[19997]: audit 2024-09-18T08:29:12.049839+0000 mgr.smithi079.dmaxqe (mgr.14205) 413 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:12.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:12 smithi135 bash[24787]: cluster 2024-09-18T08:29:11.517788+0000 mgr.smithi079.dmaxqe (mgr.14205) 412 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-18T08:29:12.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:12 smithi135 bash[24787]: cluster 2024-09-18T08:29:11.517788+0000 mgr.smithi079.dmaxqe (mgr.14205) 412 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-18T08:29:12.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:12 smithi135 bash[24787]: audit 2024-09-18T08:29:12.049839+0000 mgr.smithi079.dmaxqe (mgr.14205) 413 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:12.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:12 smithi135 bash[24787]: audit 2024-09-18T08:29:12.049839+0000 mgr.smithi079.dmaxqe (mgr.14205) 413 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:14.092 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:13 smithi079 bash[19997]: audit 2024-09-18T08:29:12.865477+0000 mon.smithi079 (mon.0) 984 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:14.092 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:13 smithi079 bash[19997]: audit 2024-09-18T08:29:12.865477+0000 mon.smithi079 (mon.0) 984 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:14.092 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:13 smithi079 bash[19997]: audit 2024-09-18T08:29:12.875933+0000 mon.smithi079 (mon.0) 985 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:14.092 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:13 smithi079 bash[19997]: audit 2024-09-18T08:29:12.875933+0000 mon.smithi079 (mon.0) 985 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:14.093 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:13 smithi079 bash[19997]: audit 2024-09-18T08:29:13.185149+0000 mon.smithi079 (mon.0) 986 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:29:14.093 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:13 smithi079 bash[19997]: audit 2024-09-18T08:29:13.185149+0000 mon.smithi079 (mon.0) 986 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:29:14.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:13 smithi135 bash[24787]: audit 2024-09-18T08:29:12.865477+0000 mon.smithi079 (mon.0) 984 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:14.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:13 smithi135 bash[24787]: audit 2024-09-18T08:29:12.865477+0000 mon.smithi079 (mon.0) 984 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:14.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:13 smithi135 bash[24787]: audit 2024-09-18T08:29:12.875933+0000 mon.smithi079 (mon.0) 985 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:14.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:13 smithi135 bash[24787]: audit 2024-09-18T08:29:12.875933+0000 mon.smithi079 (mon.0) 985 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:14.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:13 smithi135 bash[24787]: audit 2024-09-18T08:29:13.185149+0000 mon.smithi079 (mon.0) 986 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:29:14.201 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:13 smithi135 bash[24787]: audit 2024-09-18T08:29:13.185149+0000 mon.smithi079 (mon.0) 986 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:29:15.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:14 smithi135 bash[24787]: audit 2024-09-18T08:29:13.388079+0000 mgr.smithi079.dmaxqe (mgr.14205) 414 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:15.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:14 smithi135 bash[24787]: audit 2024-09-18T08:29:13.388079+0000 mgr.smithi079.dmaxqe (mgr.14205) 414 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:15.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:14 smithi135 bash[24787]: cluster 2024-09-18T08:29:13.518828+0000 mgr.smithi079.dmaxqe (mgr.14205) 415 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-18T08:29:15.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:14 smithi135 bash[24787]: cluster 2024-09-18T08:29:13.518828+0000 mgr.smithi079.dmaxqe (mgr.14205) 415 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-18T08:29:15.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:14 smithi079 bash[19997]: audit 2024-09-18T08:29:13.388079+0000 mgr.smithi079.dmaxqe (mgr.14205) 414 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:15.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:14 smithi079 bash[19997]: audit 2024-09-18T08:29:13.388079+0000 mgr.smithi079.dmaxqe (mgr.14205) 414 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:15.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:14 smithi079 bash[19997]: cluster 2024-09-18T08:29:13.518828+0000 mgr.smithi079.dmaxqe (mgr.14205) 415 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-18T08:29:15.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:14 smithi079 bash[19997]: cluster 2024-09-18T08:29:13.518828+0000 mgr.smithi079.dmaxqe (mgr.14205) 415 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-18T08:29:16.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:15 smithi135 bash[24787]: audit 2024-09-18T08:29:14.712411+0000 mgr.smithi079.dmaxqe (mgr.14205) 416 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:16.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:15 smithi135 bash[24787]: audit 2024-09-18T08:29:14.712411+0000 mgr.smithi079.dmaxqe (mgr.14205) 416 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:16.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:15 smithi079 bash[19997]: audit 2024-09-18T08:29:14.712411+0000 mgr.smithi079.dmaxqe (mgr.14205) 416 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:16.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:15 smithi079 bash[19997]: audit 2024-09-18T08:29:14.712411+0000 mgr.smithi079.dmaxqe (mgr.14205) 416 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:17.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:16 smithi135 bash[24787]: cluster 2024-09-18T08:29:15.519569+0000 mgr.smithi079.dmaxqe (mgr.14205) 417 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-09-18T08:29:17.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:16 smithi135 bash[24787]: cluster 2024-09-18T08:29:15.519569+0000 mgr.smithi079.dmaxqe (mgr.14205) 417 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-09-18T08:29:17.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:16 smithi135 bash[24787]: audit 2024-09-18T08:29:16.068945+0000 mgr.smithi079.dmaxqe (mgr.14205) 418 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:17.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:16 smithi135 bash[24787]: audit 2024-09-18T08:29:16.068945+0000 mgr.smithi079.dmaxqe (mgr.14205) 418 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:17.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:16 smithi079 bash[19997]: cluster 2024-09-18T08:29:15.519569+0000 mgr.smithi079.dmaxqe (mgr.14205) 417 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-09-18T08:29:17.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:16 smithi079 bash[19997]: cluster 2024-09-18T08:29:15.519569+0000 mgr.smithi079.dmaxqe (mgr.14205) 417 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-09-18T08:29:17.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:16 smithi079 bash[19997]: audit 2024-09-18T08:29:16.068945+0000 mgr.smithi079.dmaxqe (mgr.14205) 418 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:17.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:16 smithi079 bash[19997]: audit 2024-09-18T08:29:16.068945+0000 mgr.smithi079.dmaxqe (mgr.14205) 418 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:18.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:17 smithi135 bash[24787]: audit 2024-09-18T08:29:17.729095+0000 mon.smithi079 (mon.0) 987 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:29:18.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:17 smithi135 bash[24787]: audit 2024-09-18T08:29:17.729095+0000 mon.smithi079 (mon.0) 987 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:29:18.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:17 smithi079 bash[19997]: audit 2024-09-18T08:29:17.729095+0000 mon.smithi079 (mon.0) 987 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:29:18.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:17 smithi079 bash[19997]: audit 2024-09-18T08:29:17.729095+0000 mon.smithi079 (mon.0) 987 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:29:19.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:18 smithi135 bash[24787]: audit 2024-09-18T08:29:17.429371+0000 mgr.smithi079.dmaxqe (mgr.14205) 419 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:19.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:18 smithi135 bash[24787]: audit 2024-09-18T08:29:17.429371+0000 mgr.smithi079.dmaxqe (mgr.14205) 419 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:19.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:18 smithi135 bash[24787]: cluster 2024-09-18T08:29:17.520420+0000 mgr.smithi079.dmaxqe (mgr.14205) 420 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-09-18T08:29:19.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:18 smithi135 bash[24787]: cluster 2024-09-18T08:29:17.520420+0000 mgr.smithi079.dmaxqe (mgr.14205) 420 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-09-18T08:29:19.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:18 smithi079 bash[19997]: audit 2024-09-18T08:29:17.429371+0000 mgr.smithi079.dmaxqe (mgr.14205) 419 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:19.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:18 smithi079 bash[19997]: audit 2024-09-18T08:29:17.429371+0000 mgr.smithi079.dmaxqe (mgr.14205) 419 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:19.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:18 smithi079 bash[19997]: cluster 2024-09-18T08:29:17.520420+0000 mgr.smithi079.dmaxqe (mgr.14205) 420 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-09-18T08:29:19.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:18 smithi079 bash[19997]: cluster 2024-09-18T08:29:17.520420+0000 mgr.smithi079.dmaxqe (mgr.14205) 420 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-09-18T08:29:20.141 INFO:teuthology.orchestra.run.smithi079.stdout:haproxy.nfs.foo.smithi135.htvgqs smithi135 *:2999,9999 running (7s) 1s ago 2m 4652k - 2.3.17-d1c9119 e85424b0d443 cd549bbaada8 2024-09-18T08:29:20.341 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:19 smithi079 bash[19997]: audit 2024-09-18T08:29:18.782815+0000 mgr.smithi079.dmaxqe (mgr.14205) 421 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:20.341 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:19 smithi079 bash[19997]: audit 2024-09-18T08:29:18.782815+0000 mgr.smithi079.dmaxqe (mgr.14205) 421 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:20.342 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:19 smithi079 bash[19997]: audit 2024-09-18T08:29:18.987639+0000 mon.smithi079 (mon.0) 988 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:20.342 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:19 smithi079 bash[19997]: audit 2024-09-18T08:29:18.987639+0000 mon.smithi079 (mon.0) 988 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:20.342 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:19 smithi079 bash[19997]: audit 2024-09-18T08:29:18.993473+0000 mon.smithi079 (mon.0) 989 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:20.342 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:19 smithi079 bash[19997]: audit 2024-09-18T08:29:18.993473+0000 mon.smithi079 (mon.0) 989 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:20.342 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:19 smithi079 bash[19997]: audit 2024-09-18T08:29:19.377056+0000 mon.smithi079 (mon.0) 990 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:20.342 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:19 smithi079 bash[19997]: audit 2024-09-18T08:29:19.377056+0000 mon.smithi079 (mon.0) 990 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:20.342 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:19 smithi079 bash[19997]: audit 2024-09-18T08:29:19.382101+0000 mon.smithi079 (mon.0) 991 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:20.342 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:19 smithi079 bash[19997]: audit 2024-09-18T08:29:19.382101+0000 mon.smithi079 (mon.0) 991 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:20.342 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:19 smithi079 bash[19997]: audit 2024-09-18T08:29:19.383004+0000 mon.smithi079 (mon.0) 992 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:29:20.342 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:19 smithi079 bash[19997]: audit 2024-09-18T08:29:19.383004+0000 mon.smithi079 (mon.0) 992 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:29:20.342 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:19 smithi079 bash[19997]: audit 2024-09-18T08:29:19.383674+0000 mon.smithi079 (mon.0) 993 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:29:20.343 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:19 smithi079 bash[19997]: audit 2024-09-18T08:29:19.383674+0000 mon.smithi079 (mon.0) 993 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:29:20.343 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:19 smithi079 bash[19997]: audit 2024-09-18T08:29:19.387809+0000 mon.smithi079 (mon.0) 994 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:20.343 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:19 smithi079 bash[19997]: audit 2024-09-18T08:29:19.387809+0000 mon.smithi079 (mon.0) 994 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:20.343 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:19 smithi079 bash[19997]: audit 2024-09-18T08:29:19.390301+0000 mon.smithi079 (mon.0) 995 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:29:20.343 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:19 smithi079 bash[19997]: audit 2024-09-18T08:29:19.390301+0000 mon.smithi079 (mon.0) 995 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:29:20.343 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:19 smithi079 bash[19997]: audit 2024-09-18T08:29:19.399396+0000 mon.smithi079 (mon.0) 996 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:20.343 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:19 smithi079 bash[19997]: audit 2024-09-18T08:29:19.399396+0000 mon.smithi079 (mon.0) 996 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:20.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:19 smithi135 bash[24787]: audit 2024-09-18T08:29:18.782815+0000 mgr.smithi079.dmaxqe (mgr.14205) 421 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:20.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:19 smithi135 bash[24787]: audit 2024-09-18T08:29:18.782815+0000 mgr.smithi079.dmaxqe (mgr.14205) 421 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:20.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:19 smithi135 bash[24787]: audit 2024-09-18T08:29:18.987639+0000 mon.smithi079 (mon.0) 988 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:20.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:19 smithi135 bash[24787]: audit 2024-09-18T08:29:18.987639+0000 mon.smithi079 (mon.0) 988 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:20.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:19 smithi135 bash[24787]: audit 2024-09-18T08:29:18.993473+0000 mon.smithi079 (mon.0) 989 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:20.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:19 smithi135 bash[24787]: audit 2024-09-18T08:29:18.993473+0000 mon.smithi079 (mon.0) 989 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:20.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:19 smithi135 bash[24787]: audit 2024-09-18T08:29:19.377056+0000 mon.smithi079 (mon.0) 990 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:20.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:19 smithi135 bash[24787]: audit 2024-09-18T08:29:19.377056+0000 mon.smithi079 (mon.0) 990 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:20.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:19 smithi135 bash[24787]: audit 2024-09-18T08:29:19.382101+0000 mon.smithi079 (mon.0) 991 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:20.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:19 smithi135 bash[24787]: audit 2024-09-18T08:29:19.382101+0000 mon.smithi079 (mon.0) 991 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:20.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:19 smithi135 bash[24787]: audit 2024-09-18T08:29:19.383004+0000 mon.smithi079 (mon.0) 992 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:29:20.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:19 smithi135 bash[24787]: audit 2024-09-18T08:29:19.383004+0000 mon.smithi079 (mon.0) 992 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:29:20.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:19 smithi135 bash[24787]: audit 2024-09-18T08:29:19.383674+0000 mon.smithi079 (mon.0) 993 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:29:20.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:19 smithi135 bash[24787]: audit 2024-09-18T08:29:19.383674+0000 mon.smithi079 (mon.0) 993 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:29:20.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:19 smithi135 bash[24787]: audit 2024-09-18T08:29:19.387809+0000 mon.smithi079 (mon.0) 994 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:20.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:19 smithi135 bash[24787]: audit 2024-09-18T08:29:19.387809+0000 mon.smithi079 (mon.0) 994 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:20.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:19 smithi135 bash[24787]: audit 2024-09-18T08:29:19.390301+0000 mon.smithi079 (mon.0) 995 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:29:20.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:19 smithi135 bash[24787]: audit 2024-09-18T08:29:19.390301+0000 mon.smithi079 (mon.0) 995 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:29:20.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:19 smithi135 bash[24787]: audit 2024-09-18T08:29:19.399396+0000 mon.smithi079 (mon.0) 996 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:20.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:19 smithi135 bash[24787]: audit 2024-09-18T08:29:19.399396+0000 mon.smithi079 (mon.0) 996 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:20.936 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-18T08:29:20.947 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi079.front.sepia.ceph.com 2024-09-18T08:29:20.948 DEBUG:teuthology.orchestra.run.smithi079:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo "Check with $(hostname) ganesha(s) down..." 2024-09-18T08:29:20.948 DEBUG:teuthology.orchestra.run.smithi079:> for c in `systemctl | grep ceph- | grep @nfs | awk '"'"'{print $1}'"'"'`; do 2024-09-18T08:29:20.948 DEBUG:teuthology.orchestra.run.smithi079:> cid=`echo $c | sed '"'"'s/@/-/'"'"'` 2024-09-18T08:29:20.948 DEBUG:teuthology.orchestra.run.smithi079:> id=`echo $c | cut -d @ -f 2 | sed '"'"'s/.service$//'"'"'` 2024-09-18T08:29:20.948 DEBUG:teuthology.orchestra.run.smithi079:> fsid=`echo $c | cut -d @ -f 1 | cut -d - -f 2-` 2024-09-18T08:29:20.948 DEBUG:teuthology.orchestra.run.smithi079:> echo "Removing daemon $id fsid $fsid..." 2024-09-18T08:29:20.948 DEBUG:teuthology.orchestra.run.smithi079:> sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id 2024-09-18T08:29:20.948 DEBUG:teuthology.orchestra.run.smithi079:> 2024-09-18T08:29:20.948 DEBUG:teuthology.orchestra.run.smithi079:> echo "Waking up cephadm..." 2024-09-18T08:29:20.949 DEBUG:teuthology.orchestra.run.smithi079:> sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh 2024-09-18T08:29:20.949 DEBUG:teuthology.orchestra.run.smithi079:> 2024-09-18T08:29:20.949 DEBUG:teuthology.orchestra.run.smithi079:> while ! timeout 1 cat /mnt/foo/testfile ; do true ; done 2024-09-18T08:29:20.949 DEBUG:teuthology.orchestra.run.smithi079:> echo "Mount is back!" 2024-09-18T08:29:20.949 DEBUG:teuthology.orchestra.run.smithi079:> done 2024-09-18T08:29:20.949 DEBUG:teuthology.orchestra.run.smithi079:> ' 2024-09-18T08:29:20.962 INFO:teuthology.orchestra.run.smithi079.stderr:++ hostname 2024-09-18T08:29:20.962 INFO:teuthology.orchestra.run.smithi079.stdout:Check with smithi079 ganesha(s) down... 2024-09-18T08:29:20.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo 'Check with smithi079 ganesha(s) down...' 2024-09-18T08:29:20.963 INFO:teuthology.orchestra.run.smithi079.stderr:++ systemctl 2024-09-18T08:29:20.963 INFO:teuthology.orchestra.run.smithi079.stderr:++ grep ceph- 2024-09-18T08:29:20.964 INFO:teuthology.orchestra.run.smithi079.stderr:++ grep @nfs 2024-09-18T08:29:20.964 INFO:teuthology.orchestra.run.smithi079.stderr:++ awk '{print $1}' 2024-09-18T08:29:20.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ for c in `systemctl | grep ceph- | grep @nfs | awk '{print $1}'` 2024-09-18T08:29:20.972 INFO:teuthology.orchestra.run.smithi079.stderr:++ echo ceph-331e14a2-7596-11ef-bceb-c7b262605968@nfs.foo.0.0.smithi079.cpidab.service 2024-09-18T08:29:20.972 INFO:teuthology.orchestra.run.smithi079.stderr:++ sed s/@/-/ 2024-09-18T08:29:20.973 INFO:teuthology.orchestra.run.smithi079.stderr:+ cid=ceph-331e14a2-7596-11ef-bceb-c7b262605968-nfs.foo.0.0.smithi079.cpidab.service 2024-09-18T08:29:20.974 INFO:teuthology.orchestra.run.smithi079.stderr:++ echo ceph-331e14a2-7596-11ef-bceb-c7b262605968@nfs.foo.0.0.smithi079.cpidab.service 2024-09-18T08:29:20.974 INFO:teuthology.orchestra.run.smithi079.stderr:++ cut -d @ -f 2 2024-09-18T08:29:20.974 INFO:teuthology.orchestra.run.smithi079.stderr:++ sed 's/.service$//' 2024-09-18T08:29:20.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ id=nfs.foo.0.0.smithi079.cpidab 2024-09-18T08:29:20.976 INFO:teuthology.orchestra.run.smithi079.stderr:++ echo ceph-331e14a2-7596-11ef-bceb-c7b262605968@nfs.foo.0.0.smithi079.cpidab.service 2024-09-18T08:29:20.976 INFO:teuthology.orchestra.run.smithi079.stderr:++ cut -d - -f 2- 2024-09-18T08:29:20.976 INFO:teuthology.orchestra.run.smithi079.stderr:++ cut -d @ -f 1 2024-09-18T08:29:20.977 INFO:teuthology.orchestra.run.smithi079.stderr:+ fsid=331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:29:20.977 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo 'Removing daemon nfs.foo.0.0.smithi079.cpidab fsid 331e14a2-7596-11ef-bceb-c7b262605968...' 2024-09-18T08:29:20.977 INFO:teuthology.orchestra.run.smithi079.stdout:Removing daemon nfs.foo.0.0.smithi079.cpidab fsid 331e14a2-7596-11ef-bceb-c7b262605968... 2024-09-18T08:29:20.978 INFO:teuthology.orchestra.run.smithi079.stderr:+ sudo /home/ubuntu/cephtest/cephadm rm-daemon --fsid 331e14a2-7596-11ef-bceb-c7b262605968 --name nfs.foo.0.0.smithi079.cpidab 2024-09-18T08:29:21.291 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:20 smithi079 bash[19997]: cluster 2024-09-18T08:29:19.521266+0000 mgr.smithi079.dmaxqe (mgr.14205) 422 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:29:21.291 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:20 smithi079 bash[19997]: cluster 2024-09-18T08:29:19.521266+0000 mgr.smithi079.dmaxqe (mgr.14205) 422 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:29:21.291 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:20 smithi079 bash[19997]: audit 2024-09-18T08:29:20.115816+0000 mgr.smithi079.dmaxqe (mgr.14205) 423 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:21.291 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:20 smithi079 bash[19997]: audit 2024-09-18T08:29:20.115816+0000 mgr.smithi079.dmaxqe (mgr.14205) 423 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:21.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:20 smithi135 bash[24787]: cluster 2024-09-18T08:29:19.521266+0000 mgr.smithi079.dmaxqe (mgr.14205) 422 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:29:21.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:20 smithi135 bash[24787]: cluster 2024-09-18T08:29:19.521266+0000 mgr.smithi079.dmaxqe (mgr.14205) 422 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:29:21.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:20 smithi135 bash[24787]: audit 2024-09-18T08:29:20.115816+0000 mgr.smithi079.dmaxqe (mgr.14205) 423 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:21.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:20 smithi135 bash[24787]: audit 2024-09-18T08:29:20.115816+0000 mgr.smithi079.dmaxqe (mgr.14205) 423 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:22.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:22 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:29:22.621 INFO:teuthology.orchestra.run.smithi079.stdout:Waking up cephadm... 2024-09-18T08:29:22.622 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo 'Waking up cephadm...' 2024-09-18T08:29:22.622 INFO:teuthology.orchestra.run.smithi079.stderr:+ sudo /home/ubuntu/cephtest/cephadm shell -- ceph orch ps --refresh 2024-09-18T08:29:23.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:22 smithi079 bash[19997]: cluster 2024-09-18T08:29:21.522079+0000 mgr.smithi079.dmaxqe (mgr.14205) 424 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2024-09-18T08:29:23.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:22 smithi079 bash[19997]: cluster 2024-09-18T08:29:21.522079+0000 mgr.smithi079.dmaxqe (mgr.14205) 424 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2024-09-18T08:29:23.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:22 smithi135 bash[24787]: cluster 2024-09-18T08:29:21.522079+0000 mgr.smithi079.dmaxqe (mgr.14205) 424 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2024-09-18T08:29:23.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:22 smithi135 bash[24787]: cluster 2024-09-18T08:29:21.522079+0000 mgr.smithi079.dmaxqe (mgr.14205) 424 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2024-09-18T08:29:25.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:24 smithi079 bash[19997]: cluster 2024-09-18T08:29:23.522992+0000 mgr.smithi079.dmaxqe (mgr.14205) 425 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:29:25.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:24 smithi079 bash[19997]: cluster 2024-09-18T08:29:23.522992+0000 mgr.smithi079.dmaxqe (mgr.14205) 425 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:29:25.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:24 smithi135 bash[24787]: cluster 2024-09-18T08:29:23.522992+0000 mgr.smithi079.dmaxqe (mgr.14205) 425 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:29:25.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:24 smithi135 bash[24787]: cluster 2024-09-18T08:29:23.522992+0000 mgr.smithi079.dmaxqe (mgr.14205) 425 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:29:27.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:27 smithi079 bash[19997]: cluster 2024-09-18T08:29:25.523829+0000 mgr.smithi079.dmaxqe (mgr.14205) 426 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:29:27.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:27 smithi079 bash[19997]: cluster 2024-09-18T08:29:25.523829+0000 mgr.smithi079.dmaxqe (mgr.14205) 426 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:29:27.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:27 smithi135 bash[24787]: cluster 2024-09-18T08:29:25.523829+0000 mgr.smithi079.dmaxqe (mgr.14205) 426 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:29:27.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:27 smithi135 bash[24787]: cluster 2024-09-18T08:29:25.523829+0000 mgr.smithi079.dmaxqe (mgr.14205) 426 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:29:27.465 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring fsid 331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:29:29.299 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:29 smithi079 bash[19997]: cluster 2024-09-18T08:29:27.524654+0000 mgr.smithi079.dmaxqe (mgr.14205) 427 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:29:29.299 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:29 smithi079 bash[19997]: cluster 2024-09-18T08:29:27.524654+0000 mgr.smithi079.dmaxqe (mgr.14205) 427 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:29:29.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:29 smithi135 bash[24787]: cluster 2024-09-18T08:29:27.524654+0000 mgr.smithi079.dmaxqe (mgr.14205) 427 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:29:29.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:29 smithi135 bash[24787]: cluster 2024-09-18T08:29:27.524654+0000 mgr.smithi079.dmaxqe (mgr.14205) 427 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:29:31.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:31 smithi079 bash[19997]: cluster 2024-09-18T08:29:29.525187+0000 mgr.smithi079.dmaxqe (mgr.14205) 428 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:29:31.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:31 smithi079 bash[19997]: cluster 2024-09-18T08:29:29.525187+0000 mgr.smithi079.dmaxqe (mgr.14205) 428 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:29:31.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:31 smithi135 bash[24787]: cluster 2024-09-18T08:29:29.525187+0000 mgr.smithi079.dmaxqe (mgr.14205) 428 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:29:31.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:31 smithi135 bash[24787]: cluster 2024-09-18T08:29:29.525187+0000 mgr.smithi079.dmaxqe (mgr.14205) 428 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:29:31.577 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:29:33.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:33 smithi079 bash[19997]: cluster 2024-09-18T08:29:31.526014+0000 mgr.smithi079.dmaxqe (mgr.14205) 429 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:29:33.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:33 smithi079 bash[19997]: cluster 2024-09-18T08:29:31.526014+0000 mgr.smithi079.dmaxqe (mgr.14205) 429 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:29:33.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:33 smithi079 bash[19997]: audit 2024-09-18T08:29:32.729340+0000 mon.smithi079 (mon.0) 997 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:29:33.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:33 smithi079 bash[19997]: audit 2024-09-18T08:29:32.729340+0000 mon.smithi079 (mon.0) 997 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:29:33.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:33 smithi135 bash[24787]: cluster 2024-09-18T08:29:31.526014+0000 mgr.smithi079.dmaxqe (mgr.14205) 429 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:29:33.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:33 smithi135 bash[24787]: cluster 2024-09-18T08:29:31.526014+0000 mgr.smithi079.dmaxqe (mgr.14205) 429 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:29:33.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:33 smithi135 bash[24787]: audit 2024-09-18T08:29:32.729340+0000 mon.smithi079 (mon.0) 997 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:29:33.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:33 smithi135 bash[24787]: audit 2024-09-18T08:29:32.729340+0000 mon.smithi079 (mon.0) 997 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:29:35.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:35 smithi079 bash[19997]: cluster 2024-09-18T08:29:33.527041+0000 mgr.smithi079.dmaxqe (mgr.14205) 430 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:29:35.355 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:35 smithi079 bash[19997]: cluster 2024-09-18T08:29:33.527041+0000 mgr.smithi079.dmaxqe (mgr.14205) 430 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:29:35.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:35 smithi135 bash[24787]: cluster 2024-09-18T08:29:33.527041+0000 mgr.smithi079.dmaxqe (mgr.14205) 430 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:29:35.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:35 smithi135 bash[24787]: cluster 2024-09-18T08:29:33.527041+0000 mgr.smithi079.dmaxqe (mgr.14205) 430 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-18T08:29:35.722 INFO:teuthology.orchestra.run.smithi079.stderr:Using ceph image with id 'b22e1e37ddf1' and tag 'e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e' created on 2024-09-17 17:25:16 +0000 UTC 2024-09-18T08:29:35.722 INFO:teuthology.orchestra.run.smithi079.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:1f5b5a3734f665ef333266f39143ac3ef1eb1951b21258f2307e10332e2d7ac9 2024-09-18T08:29:37.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:37 smithi079 bash[19997]: cluster 2024-09-18T08:29:35.527818+0000 mgr.smithi079.dmaxqe (mgr.14205) 431 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:29:37.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:37 smithi079 bash[19997]: cluster 2024-09-18T08:29:35.527818+0000 mgr.smithi079.dmaxqe (mgr.14205) 431 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:29:37.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:37 smithi135 bash[24787]: cluster 2024-09-18T08:29:35.527818+0000 mgr.smithi079.dmaxqe (mgr.14205) 431 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:29:37.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:37 smithi135 bash[24787]: cluster 2024-09-18T08:29:35.527818+0000 mgr.smithi079.dmaxqe (mgr.14205) 431 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:29:37.528 INFO:teuthology.orchestra.run.smithi079.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-18T08:29:37.528 INFO:teuthology.orchestra.run.smithi079.stdout:alertmanager.smithi079 smithi079 *:9093,9094 running (7m) 18s ago 9m 13.7M - 0.27.0 11f11916f8cd 5b158b731f63 2024-09-18T08:29:37.529 INFO:teuthology.orchestra.run.smithi079.stdout:ceph-exporter.smithi079 smithi079 running (9m) 18s ago 9m 9056k - 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 d516b73b0b15 2024-09-18T08:29:37.529 INFO:teuthology.orchestra.run.smithi079.stdout:ceph-exporter.smithi135 smithi135 running (8m) 18s ago 8m 6055k - 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 a55c3c96c1f9 2024-09-18T08:29:37.529 INFO:teuthology.orchestra.run.smithi079.stdout:crash.smithi079 smithi079 running (9m) 18s ago 9m 7247k - 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 4ec4a8b4d315 2024-09-18T08:29:37.529 INFO:teuthology.orchestra.run.smithi079.stdout:crash.smithi135 smithi135 running (8m) 18s ago 8m 7203k - 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 1bed0cb5efa7 2024-09-18T08:29:37.529 INFO:teuthology.orchestra.run.smithi079.stdout:grafana.smithi079 smithi079 *:3000 running (7m) 18s ago 9m 68.6M - 10.4.0 c8b91775d855 59bf9a63046a 2024-09-18T08:29:37.529 INFO:teuthology.orchestra.run.smithi079.stdout:haproxy.nfs.foo.smithi079.rlhdrd smithi079 *:2999,9999 running (55s) 18s ago 2m 5004k - 2.3.17-d1c9119 e85424b0d443 b33caa5f333d 2024-09-18T08:29:37.530 INFO:teuthology.orchestra.run.smithi079.stdout:haproxy.nfs.foo.smithi135.htvgqs smithi135 *:2999,9999 running (24s) 18s ago 2m 4652k - 2.3.17-d1c9119 e85424b0d443 cd549bbaada8 2024-09-18T08:29:37.530 INFO:teuthology.orchestra.run.smithi079.stdout:keepalived.nfs.foo.smithi079.lzsmza smithi079 running (2m) 18s ago 2m 2488k - 2.2.4 4a3a1ff181d9 dddac6700b41 2024-09-18T08:29:37.530 INFO:teuthology.orchestra.run.smithi079.stdout:keepalived.nfs.foo.smithi135.clmcmq smithi135 running (2m) 18s ago 2m 2459k - 2.2.4 4a3a1ff181d9 e8c38b2738ba 2024-09-18T08:29:37.530 INFO:teuthology.orchestra.run.smithi079.stdout:mds.foofs.smithi079.uwgvxp smithi079 running (2m) 18s ago 2m 13.3M - 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 b84793426529 2024-09-18T08:29:37.530 INFO:teuthology.orchestra.run.smithi079.stdout:mds.foofs.smithi135.hisqak smithi135 running (2m) 18s ago 2m 15.3M - 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 66b7e6826068 2024-09-18T08:29:37.530 INFO:teuthology.orchestra.run.smithi079.stdout:mgr.smithi079.dmaxqe smithi079 *:9283,8765,8443 running (11m) 18s ago 11m 517M - 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 12f2bd4d83b1 2024-09-18T08:29:37.531 INFO:teuthology.orchestra.run.smithi079.stdout:mgr.smithi135.vlchji smithi135 *:8443,9283,8765 running (8m) 18s ago 8m 441M - 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 074bfe5f1f74 2024-09-18T08:29:37.531 INFO:teuthology.orchestra.run.smithi079.stdout:mon.smithi079 smithi079 running (11m) 18s ago 11m 50.2M 2048M 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 c6bd93690223 2024-09-18T08:29:37.531 INFO:teuthology.orchestra.run.smithi079.stdout:mon.smithi135 smithi135 running (8m) 18s ago 8m 37.4M 2048M 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 637e6b0ca0a7 2024-09-18T08:29:37.531 INFO:teuthology.orchestra.run.smithi079.stdout:nfs.foo.0.0.smithi079.cpidab smithi079 *:12999 running (2m) 18s ago 2m 52.1M - 5.9 b22e1e37ddf1 74b21e442594 2024-09-18T08:29:37.531 INFO:teuthology.orchestra.run.smithi079.stdout:node-exporter.smithi079 smithi079 *:9100 running (9m) 18s ago 9m 9075k - 1.7.0 72c9c2088986 7acd43153f2b 2024-09-18T08:29:37.531 INFO:teuthology.orchestra.run.smithi079.stdout:node-exporter.smithi135 smithi135 *:9100 running (8m) 18s ago 8m 8584k - 1.7.0 72c9c2088986 681f27ca7ee5 2024-09-18T08:29:37.532 INFO:teuthology.orchestra.run.smithi079.stdout:osd.0 smithi135 running (6m) 18s ago 6m 45.7M 954M 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 380f627296f5 2024-09-18T08:29:37.532 INFO:teuthology.orchestra.run.smithi079.stdout:osd.1 smithi079 running (6m) 18s ago 6m 53.0M 3004M 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 67bd8836b860 2024-09-18T08:29:37.532 INFO:teuthology.orchestra.run.smithi079.stdout:osd.2 smithi135 running (6m) 18s ago 6m 44.3M 954M 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 2d44a1d857f5 2024-09-18T08:29:37.532 INFO:teuthology.orchestra.run.smithi079.stdout:osd.3 smithi079 running (6m) 18s ago 6m 44.8M 3004M 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 2bf061f7efa6 2024-09-18T08:29:37.532 INFO:teuthology.orchestra.run.smithi079.stdout:osd.4 smithi135 running (6m) 18s ago 6m 48.5M 954M 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 2b3fe7238409 2024-09-18T08:29:37.532 INFO:teuthology.orchestra.run.smithi079.stdout:osd.5 smithi079 running (6m) 18s ago 6m 43.4M 3004M 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 95ce67aed5fd 2024-09-18T08:29:37.533 INFO:teuthology.orchestra.run.smithi079.stdout:osd.6 smithi135 running (6m) 18s ago 6m 48.5M 954M 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 e2d8cfa815bd 2024-09-18T08:29:37.533 INFO:teuthology.orchestra.run.smithi079.stdout:osd.7 smithi079 running (6m) 18s ago 6m 44.6M 3004M 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 84f048db7149 2024-09-18T08:29:37.533 INFO:teuthology.orchestra.run.smithi079.stdout:prometheus.smithi079 smithi079 *:9095 running (111s) 18s ago 8m 39.6M - 2.51.0 1d3b7f56885b be4a1e13a2dc 2024-09-18T08:29:38.104 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:38 smithi079 bash[19997]: audit 2024-09-18T08:29:37.505590+0000 mon.smithi079 (mon.0) 998 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:29:38.104 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:38 smithi079 bash[19997]: audit 2024-09-18T08:29:37.505590+0000 mon.smithi079 (mon.0) 998 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:29:38.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-18T08:29:38.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:38 smithi135 bash[24787]: audit 2024-09-18T08:29:37.505590+0000 mon.smithi079 (mon.0) 998 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:29:38.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:38 smithi135 bash[24787]: audit 2024-09-18T08:29:37.505590+0000 mon.smithi079 (mon.0) 998 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:29:39.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2024-09-18T08:29:39.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-18T08:29:39.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:39 smithi079 bash[19997]: audit 2024-09-18T08:29:37.501125+0000 mgr.smithi079.dmaxqe (mgr.14205) 432 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:39.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:39 smithi079 bash[19997]: audit 2024-09-18T08:29:37.501125+0000 mgr.smithi079.dmaxqe (mgr.14205) 432 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:39.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:39 smithi079 bash[19997]: cluster 2024-09-18T08:29:37.528365+0000 mgr.smithi079.dmaxqe (mgr.14205) 433 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:29:39.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:39 smithi079 bash[19997]: cluster 2024-09-18T08:29:37.528365+0000 mgr.smithi079.dmaxqe (mgr.14205) 433 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:29:39.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:39 smithi135 bash[24787]: audit 2024-09-18T08:29:37.501125+0000 mgr.smithi079.dmaxqe (mgr.14205) 432 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:39.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:39 smithi135 bash[24787]: audit 2024-09-18T08:29:37.501125+0000 mgr.smithi079.dmaxqe (mgr.14205) 432 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:29:39.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:39 smithi135 bash[24787]: cluster 2024-09-18T08:29:37.528365+0000 mgr.smithi079.dmaxqe (mgr.14205) 433 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:29:39.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:39 smithi135 bash[24787]: cluster 2024-09-18T08:29:37.528365+0000 mgr.smithi079.dmaxqe (mgr.14205) 433 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:29:40.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2024-09-18T08:29:40.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-18T08:29:41.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2024-09-18T08:29:41.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-18T08:29:41.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:41 smithi079 bash[19997]: cluster 2024-09-18T08:29:39.528847+0000 mgr.smithi079.dmaxqe (mgr.14205) 434 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:29:41.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:41 smithi079 bash[19997]: cluster 2024-09-18T08:29:39.528847+0000 mgr.smithi079.dmaxqe (mgr.14205) 434 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:29:41.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:41 smithi135 bash[24787]: cluster 2024-09-18T08:29:39.528847+0000 mgr.smithi079.dmaxqe (mgr.14205) 434 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:29:41.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:41 smithi135 bash[24787]: cluster 2024-09-18T08:29:39.528847+0000 mgr.smithi079.dmaxqe (mgr.14205) 434 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:29:42.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2024-09-18T08:29:42.331 INFO:teuthology.orchestra.run.smithi079.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-18T08:29:43.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2024-09-18T08:29:43.334 INFO:teuthology.orchestra.run.smithi079.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-18T08:29:43.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:43 smithi079 bash[19997]: cluster 2024-09-18T08:29:41.529316+0000 mgr.smithi079.dmaxqe (mgr.14205) 435 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:29:43.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:43 smithi079 bash[19997]: cluster 2024-09-18T08:29:41.529316+0000 mgr.smithi079.dmaxqe (mgr.14205) 435 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:29:43.449 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:43 smithi135 bash[24787]: cluster 2024-09-18T08:29:41.529316+0000 mgr.smithi079.dmaxqe (mgr.14205) 435 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:29:43.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:43 smithi135 bash[24787]: cluster 2024-09-18T08:29:41.529316+0000 mgr.smithi079.dmaxqe (mgr.14205) 435 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:29:44.332 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2024-09-18T08:29:44.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-18T08:29:44.357 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.306618+0000 mon.smithi079 (mon.0) 999 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:44.357 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.306618+0000 mon.smithi079 (mon.0) 999 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:44.357 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.313124+0000 mon.smithi079 (mon.0) 1000 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:44.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.313124+0000 mon.smithi079 (mon.0) 1000 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:44.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: cluster 2024-09-18T08:29:43.529851+0000 mgr.smithi079.dmaxqe (mgr.14205) 436 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:29:44.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: cluster 2024-09-18T08:29:43.529851+0000 mgr.smithi079.dmaxqe (mgr.14205) 436 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:29:44.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.714085+0000 mon.smithi079 (mon.0) 1001 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:44.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.714085+0000 mon.smithi079 (mon.0) 1001 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:44.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.719797+0000 mon.smithi079 (mon.0) 1002 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:44.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.719797+0000 mon.smithi079 (mon.0) 1002 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:44.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.720730+0000 mon.smithi079 (mon.0) 1003 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:29:44.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.720730+0000 mon.smithi079 (mon.0) 1003 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:29:44.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.721377+0000 mon.smithi079 (mon.0) 1004 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:29:44.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.721377+0000 mon.smithi079 (mon.0) 1004 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:29:44.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.725667+0000 mon.smithi079 (mon.0) 1005 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:44.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.725667+0000 mon.smithi079 (mon.0) 1005 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:44.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.728066+0000 mon.smithi079 (mon.0) 1006 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:29:44.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.728066+0000 mon.smithi079 (mon.0) 1006 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:29:44.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.737538+0000 mon.smithi079 (mon.0) 1007 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:44.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.737538+0000 mon.smithi079 (mon.0) 1007 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:44.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: cephadm 2024-09-18T08:29:43.737851+0000 mgr.smithi079.dmaxqe (mgr.14205) 437 : cephadm [INF] Fencing old nfs.foo.0.0.smithi079.cpidab 2024-09-18T08:29:44.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: cephadm 2024-09-18T08:29:43.737851+0000 mgr.smithi079.dmaxqe (mgr.14205) 437 : cephadm [INF] Fencing old nfs.foo.0.0.smithi079.cpidab 2024-09-18T08:29:44.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.738026+0000 mon.smithi079 (mon.0) 1008 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi079.cpidab"} : dispatch 2024-09-18T08:29:44.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.738026+0000 mon.smithi079 (mon.0) 1008 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi079.cpidab"} : dispatch 2024-09-18T08:29:44.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.743238+0000 mon.smithi079 (mon.0) 1009 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi079.cpidab"}]': finished 2024-09-18T08:29:44.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.743238+0000 mon.smithi079 (mon.0) 1009 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi079.cpidab"}]': finished 2024-09-18T08:29:44.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.750960+0000 mon.smithi079 (mon.0) 1010 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:44.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.750960+0000 mon.smithi079 (mon.0) 1010 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:44.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: cephadm 2024-09-18T08:29:43.751273+0000 mgr.smithi079.dmaxqe (mgr.14205) 438 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi079.xxeryv 2024-09-18T08:29:44.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: cephadm 2024-09-18T08:29:43.751273+0000 mgr.smithi079.dmaxqe (mgr.14205) 438 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi079.xxeryv 2024-09-18T08:29:44.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.751485+0000 mon.smithi079 (mon.0) 1011 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi079.xxeryv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-18T08:29:44.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.751485+0000 mon.smithi079 (mon.0) 1011 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi079.xxeryv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-18T08:29:44.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.756679+0000 mon.smithi079 (mon.0) 1012 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi079.xxeryv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-18T08:29:44.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.756679+0000 mon.smithi079 (mon.0) 1012 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi079.xxeryv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-18T08:29:44.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: cephadm 2024-09-18T08:29:43.758812+0000 mgr.smithi079.dmaxqe (mgr.14205) 439 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-18T08:29:44.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: cephadm 2024-09-18T08:29:43.758812+0000 mgr.smithi079.dmaxqe (mgr.14205) 439 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-18T08:29:44.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.759036+0000 mon.smithi079 (mon.0) 1013 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 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-18T08:29:44.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.759036+0000 mon.smithi079 (mon.0) 1013 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 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-18T08:29:44.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.763808+0000 mon.smithi079 (mon.0) 1014 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 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-18T08:29:44.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.763808+0000 mon.smithi079 (mon.0) 1014 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 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-18T08:29:44.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.767252+0000 mon.smithi079 (mon.0) 1015 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:29:44.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.767252+0000 mon.smithi079 (mon.0) 1015 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:29:44.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.814462+0000 mon.smithi079 (mon.0) 1016 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-18T08:29:44.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.814462+0000 mon.smithi079 (mon.0) 1016 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-18T08:29:44.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.816108+0000 mon.smithi079 (mon.0) 1017 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-18T08:29:44.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.816108+0000 mon.smithi079 (mon.0) 1017 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-18T08:29:44.362 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: cephadm 2024-09-18T08:29:43.873269+0000 mgr.smithi079.dmaxqe (mgr.14205) 440 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-18T08:29:44.362 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: cephadm 2024-09-18T08:29:43.873269+0000 mgr.smithi079.dmaxqe (mgr.14205) 440 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-18T08:29:44.362 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: cephadm 2024-09-18T08:29:43.873372+0000 mgr.smithi079.dmaxqe (mgr.14205) 441 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi079.xxeryv-rgw 2024-09-18T08:29:44.362 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: cephadm 2024-09-18T08:29:43.873372+0000 mgr.smithi079.dmaxqe (mgr.14205) 441 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi079.xxeryv-rgw 2024-09-18T08:29:44.362 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.873817+0000 mon.smithi079 (mon.0) 1018 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi079.xxeryv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-18T08:29:44.362 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.873817+0000 mon.smithi079 (mon.0) 1018 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi079.xxeryv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-18T08:29:44.362 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.875493+0000 mon.smithi079 (mon.0) 1019 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi079.xxeryv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-18T08:29:44.362 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.875493+0000 mon.smithi079 (mon.0) 1019 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi079.xxeryv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-18T08:29:44.362 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: cephadm 2024-09-18T08:29:43.877796+0000 mgr.smithi079.dmaxqe (mgr.14205) 442 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi079.xxeryv's ganesha conf is defaulting to empty 2024-09-18T08:29:44.362 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: cephadm 2024-09-18T08:29:43.877796+0000 mgr.smithi079.dmaxqe (mgr.14205) 442 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi079.xxeryv's ganesha conf is defaulting to empty 2024-09-18T08:29:44.362 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.878427+0000 mon.smithi079 (mon.0) 1020 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:29:44.362 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: audit 2024-09-18T08:29:43.878427+0000 mon.smithi079 (mon.0) 1020 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:29:44.363 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: cephadm 2024-09-18T08:29:43.879542+0000 mgr.smithi079.dmaxqe (mgr.14205) 443 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi079.xxeryv on smithi079 2024-09-18T08:29:44.363 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:44 smithi079 bash[19997]: cephadm 2024-09-18T08:29:43.879542+0000 mgr.smithi079.dmaxqe (mgr.14205) 443 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi079.xxeryv on smithi079 2024-09-18T08:29:44.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.306618+0000 mon.smithi079 (mon.0) 999 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:44.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.306618+0000 mon.smithi079 (mon.0) 999 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:44.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.313124+0000 mon.smithi079 (mon.0) 1000 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:44.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.313124+0000 mon.smithi079 (mon.0) 1000 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:44.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: cluster 2024-09-18T08:29:43.529851+0000 mgr.smithi079.dmaxqe (mgr.14205) 436 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:29:44.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: cluster 2024-09-18T08:29:43.529851+0000 mgr.smithi079.dmaxqe (mgr.14205) 436 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-18T08:29:44.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.714085+0000 mon.smithi079 (mon.0) 1001 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:44.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.714085+0000 mon.smithi079 (mon.0) 1001 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:44.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.719797+0000 mon.smithi079 (mon.0) 1002 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:44.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.719797+0000 mon.smithi079 (mon.0) 1002 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:44.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.720730+0000 mon.smithi079 (mon.0) 1003 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:29:44.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.720730+0000 mon.smithi079 (mon.0) 1003 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:29:44.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.721377+0000 mon.smithi079 (mon.0) 1004 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:29:44.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.721377+0000 mon.smithi079 (mon.0) 1004 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:29:44.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.725667+0000 mon.smithi079 (mon.0) 1005 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:44.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.725667+0000 mon.smithi079 (mon.0) 1005 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:44.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.728066+0000 mon.smithi079 (mon.0) 1006 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:29:44.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.728066+0000 mon.smithi079 (mon.0) 1006 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:29:44.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.737538+0000 mon.smithi079 (mon.0) 1007 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:44.703 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.737538+0000 mon.smithi079 (mon.0) 1007 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:44.703 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: cephadm 2024-09-18T08:29:43.737851+0000 mgr.smithi079.dmaxqe (mgr.14205) 437 : cephadm [INF] Fencing old nfs.foo.0.0.smithi079.cpidab 2024-09-18T08:29:44.703 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: cephadm 2024-09-18T08:29:43.737851+0000 mgr.smithi079.dmaxqe (mgr.14205) 437 : cephadm [INF] Fencing old nfs.foo.0.0.smithi079.cpidab 2024-09-18T08:29:44.703 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.738026+0000 mon.smithi079 (mon.0) 1008 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi079.cpidab"} : dispatch 2024-09-18T08:29:44.703 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.738026+0000 mon.smithi079 (mon.0) 1008 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi079.cpidab"} : dispatch 2024-09-18T08:29:44.703 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.743238+0000 mon.smithi079 (mon.0) 1009 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi079.cpidab"}]': finished 2024-09-18T08:29:44.703 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.743238+0000 mon.smithi079 (mon.0) 1009 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi079.cpidab"}]': finished 2024-09-18T08:29:44.703 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.750960+0000 mon.smithi079 (mon.0) 1010 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:44.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.750960+0000 mon.smithi079 (mon.0) 1010 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:44.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: cephadm 2024-09-18T08:29:43.751273+0000 mgr.smithi079.dmaxqe (mgr.14205) 438 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi079.xxeryv 2024-09-18T08:29:44.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: cephadm 2024-09-18T08:29:43.751273+0000 mgr.smithi079.dmaxqe (mgr.14205) 438 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi079.xxeryv 2024-09-18T08:29:44.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.751485+0000 mon.smithi079 (mon.0) 1011 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi079.xxeryv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-18T08:29:44.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.751485+0000 mon.smithi079 (mon.0) 1011 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi079.xxeryv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-18T08:29:44.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.756679+0000 mon.smithi079 (mon.0) 1012 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi079.xxeryv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-18T08:29:44.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.756679+0000 mon.smithi079 (mon.0) 1012 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi079.xxeryv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-18T08:29:44.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: cephadm 2024-09-18T08:29:43.758812+0000 mgr.smithi079.dmaxqe (mgr.14205) 439 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-18T08:29:44.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: cephadm 2024-09-18T08:29:43.758812+0000 mgr.smithi079.dmaxqe (mgr.14205) 439 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-18T08:29:44.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.759036+0000 mon.smithi079 (mon.0) 1013 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 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-18T08:29:44.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.759036+0000 mon.smithi079 (mon.0) 1013 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 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-18T08:29:44.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.763808+0000 mon.smithi079 (mon.0) 1014 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 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-18T08:29:44.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.763808+0000 mon.smithi079 (mon.0) 1014 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 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-18T08:29:44.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.767252+0000 mon.smithi079 (mon.0) 1015 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:29:44.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.767252+0000 mon.smithi079 (mon.0) 1015 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:29:44.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.814462+0000 mon.smithi079 (mon.0) 1016 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-18T08:29:44.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.814462+0000 mon.smithi079 (mon.0) 1016 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-18T08:29:44.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.816108+0000 mon.smithi079 (mon.0) 1017 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-18T08:29:44.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.816108+0000 mon.smithi079 (mon.0) 1017 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-18T08:29:44.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: cephadm 2024-09-18T08:29:43.873269+0000 mgr.smithi079.dmaxqe (mgr.14205) 440 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-18T08:29:44.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: cephadm 2024-09-18T08:29:43.873269+0000 mgr.smithi079.dmaxqe (mgr.14205) 440 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-18T08:29:44.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: cephadm 2024-09-18T08:29:43.873372+0000 mgr.smithi079.dmaxqe (mgr.14205) 441 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi079.xxeryv-rgw 2024-09-18T08:29:44.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: cephadm 2024-09-18T08:29:43.873372+0000 mgr.smithi079.dmaxqe (mgr.14205) 441 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi079.xxeryv-rgw 2024-09-18T08:29:44.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.873817+0000 mon.smithi079 (mon.0) 1018 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi079.xxeryv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-18T08:29:44.706 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.873817+0000 mon.smithi079 (mon.0) 1018 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi079.xxeryv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-18T08:29:44.706 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.875493+0000 mon.smithi079 (mon.0) 1019 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi079.xxeryv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-18T08:29:44.706 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.875493+0000 mon.smithi079 (mon.0) 1019 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi079.xxeryv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-18T08:29:44.706 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: cephadm 2024-09-18T08:29:43.877796+0000 mgr.smithi079.dmaxqe (mgr.14205) 442 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi079.xxeryv's ganesha conf is defaulting to empty 2024-09-18T08:29:44.706 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: cephadm 2024-09-18T08:29:43.877796+0000 mgr.smithi079.dmaxqe (mgr.14205) 442 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi079.xxeryv's ganesha conf is defaulting to empty 2024-09-18T08:29:44.706 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.878427+0000 mon.smithi079 (mon.0) 1020 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:29:44.706 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: audit 2024-09-18T08:29:43.878427+0000 mon.smithi079 (mon.0) 1020 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:29:44.706 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: cephadm 2024-09-18T08:29:43.879542+0000 mgr.smithi079.dmaxqe (mgr.14205) 443 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi079.xxeryv on smithi079 2024-09-18T08:29:44.706 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:44 smithi135 bash[24787]: cephadm 2024-09-18T08:29:43.879542+0000 mgr.smithi079.dmaxqe (mgr.14205) 443 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi079.xxeryv on smithi079 2024-09-18T08:29:45.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2024-09-18T08:29:45.334 INFO:teuthology.orchestra.run.smithi079.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-18T08:29:46.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2024-09-18T08:29:46.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-18T08:29:46.854 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:46 smithi079 bash[19997]: cluster 2024-09-18T08:29:45.530905+0000 mgr.smithi079.dmaxqe (mgr.14205) 444 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:29:46.854 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:46 smithi079 bash[19997]: cluster 2024-09-18T08:29:45.530905+0000 mgr.smithi079.dmaxqe (mgr.14205) 444 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:29:46.854 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:46 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:29:46.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:46 smithi135 bash[24787]: cluster 2024-09-18T08:29:45.530905+0000 mgr.smithi079.dmaxqe (mgr.14205) 444 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:29:46.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:46 smithi135 bash[24787]: cluster 2024-09-18T08:29:45.530905+0000 mgr.smithi079.dmaxqe (mgr.14205) 444 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:29:47.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:47 smithi079 systemd[1]: /etc/systemd/system/ceph-331e14a2-7596-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-18T08:29:47.336 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2024-09-18T08:29:47.336 INFO:teuthology.orchestra.run.smithi079.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-18T08:29:48.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2024-09-18T08:29:48.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-18T08:29:48.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:48 smithi079 bash[19997]: audit 2024-09-18T08:29:47.286499+0000 mon.smithi079 (mon.0) 1021 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:48.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:48 smithi079 bash[19997]: audit 2024-09-18T08:29:47.286499+0000 mon.smithi079 (mon.0) 1021 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:48.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:48 smithi079 bash[19997]: audit 2024-09-18T08:29:47.293235+0000 mon.smithi079 (mon.0) 1022 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:48.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:48 smithi079 bash[19997]: audit 2024-09-18T08:29:47.293235+0000 mon.smithi079 (mon.0) 1022 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:48.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:48 smithi079 bash[19997]: audit 2024-09-18T08:29:47.298177+0000 mon.smithi079 (mon.0) 1023 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:48.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:48 smithi079 bash[19997]: audit 2024-09-18T08:29:47.298177+0000 mon.smithi079 (mon.0) 1023 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:48.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:48 smithi079 bash[19997]: audit 2024-09-18T08:29:47.304758+0000 mon.smithi079 (mon.0) 1024 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:48.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:48 smithi079 bash[19997]: audit 2024-09-18T08:29:47.304758+0000 mon.smithi079 (mon.0) 1024 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:48.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:48 smithi079 bash[19997]: audit 2024-09-18T08:29:47.324780+0000 mon.smithi079 (mon.0) 1025 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:29:48.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:48 smithi079 bash[19997]: audit 2024-09-18T08:29:47.324780+0000 mon.smithi079 (mon.0) 1025 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:29:48.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:48 smithi079 bash[19997]: audit 2024-09-18T08:29:47.730020+0000 mon.smithi079 (mon.0) 1026 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:29:48.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:48 smithi079 bash[19997]: audit 2024-09-18T08:29:47.730020+0000 mon.smithi079 (mon.0) 1026 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:29:48.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:48 smithi079 bash[19997]: audit 2024-09-18T08:29:47.837251+0000 mon.smithi079 (mon.0) 1027 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:48.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:48 smithi079 bash[19997]: audit 2024-09-18T08:29:47.837251+0000 mon.smithi079 (mon.0) 1027 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:48.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:48 smithi135 bash[24787]: audit 2024-09-18T08:29:47.286499+0000 mon.smithi079 (mon.0) 1021 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:48.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:48 smithi135 bash[24787]: audit 2024-09-18T08:29:47.286499+0000 mon.smithi079 (mon.0) 1021 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:48.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:48 smithi135 bash[24787]: audit 2024-09-18T08:29:47.293235+0000 mon.smithi079 (mon.0) 1022 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:48.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:48 smithi135 bash[24787]: audit 2024-09-18T08:29:47.293235+0000 mon.smithi079 (mon.0) 1022 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:48.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:48 smithi135 bash[24787]: audit 2024-09-18T08:29:47.298177+0000 mon.smithi079 (mon.0) 1023 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:48.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:48 smithi135 bash[24787]: audit 2024-09-18T08:29:47.298177+0000 mon.smithi079 (mon.0) 1023 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:48.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:48 smithi135 bash[24787]: audit 2024-09-18T08:29:47.304758+0000 mon.smithi079 (mon.0) 1024 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:48.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:48 smithi135 bash[24787]: audit 2024-09-18T08:29:47.304758+0000 mon.smithi079 (mon.0) 1024 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:48.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:48 smithi135 bash[24787]: audit 2024-09-18T08:29:47.324780+0000 mon.smithi079 (mon.0) 1025 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:29:48.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:48 smithi135 bash[24787]: audit 2024-09-18T08:29:47.324780+0000 mon.smithi079 (mon.0) 1025 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:29:48.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:48 smithi135 bash[24787]: audit 2024-09-18T08:29:47.730020+0000 mon.smithi079 (mon.0) 1026 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:29:48.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:48 smithi135 bash[24787]: audit 2024-09-18T08:29:47.730020+0000 mon.smithi079 (mon.0) 1026 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:29:48.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:48 smithi135 bash[24787]: audit 2024-09-18T08:29:47.837251+0000 mon.smithi079 (mon.0) 1027 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:48.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:48 smithi135 bash[24787]: audit 2024-09-18T08:29:47.837251+0000 mon.smithi079 (mon.0) 1027 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:49.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2024-09-18T08:29:49.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-18T08:29:49.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:49 smithi079 bash[19997]: cluster 2024-09-18T08:29:47.531902+0000 mgr.smithi079.dmaxqe (mgr.14205) 445 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:29:49.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:49 smithi079 bash[19997]: cluster 2024-09-18T08:29:47.531902+0000 mgr.smithi079.dmaxqe (mgr.14205) 445 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:29:49.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:49 smithi079 bash[19997]: audit 2024-09-18T08:29:49.005000+0000 mon.smithi135 (mon.1) 19 : audit [INF] from='mds.? [v2:172.21.15.135:6832/2470628188,v1:172.21.15.135:6833/2470628188]' entity='mds.foofs.smithi135.hisqak' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.79:0/3251840431"} : dispatch 2024-09-18T08:29:49.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:49 smithi079 bash[19997]: audit 2024-09-18T08:29:49.005000+0000 mon.smithi135 (mon.1) 19 : audit [INF] from='mds.? [v2:172.21.15.135:6832/2470628188,v1:172.21.15.135:6833/2470628188]' entity='mds.foofs.smithi135.hisqak' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.79:0/3251840431"} : dispatch 2024-09-18T08:29:49.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:49 smithi079 bash[19997]: audit 2024-09-18T08:29:49.005784+0000 mon.smithi079 (mon.0) 1028 : audit [INF] from='mds.? ' entity='mds.foofs.smithi135.hisqak' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.79:0/3251840431"} : dispatch 2024-09-18T08:29:49.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:49 smithi079 bash[19997]: audit 2024-09-18T08:29:49.005784+0000 mon.smithi079 (mon.0) 1028 : audit [INF] from='mds.? ' entity='mds.foofs.smithi135.hisqak' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.79:0/3251840431"} : dispatch 2024-09-18T08:29:49.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:49 smithi135 bash[24787]: cluster 2024-09-18T08:29:47.531902+0000 mgr.smithi079.dmaxqe (mgr.14205) 445 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:29:49.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:49 smithi135 bash[24787]: cluster 2024-09-18T08:29:47.531902+0000 mgr.smithi079.dmaxqe (mgr.14205) 445 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:29:49.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:49 smithi135 bash[24787]: audit 2024-09-18T08:29:49.005000+0000 mon.smithi135 (mon.1) 19 : audit [INF] from='mds.? [v2:172.21.15.135:6832/2470628188,v1:172.21.15.135:6833/2470628188]' entity='mds.foofs.smithi135.hisqak' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.79:0/3251840431"} : dispatch 2024-09-18T08:29:49.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:49 smithi135 bash[24787]: audit 2024-09-18T08:29:49.005000+0000 mon.smithi135 (mon.1) 19 : audit [INF] from='mds.? [v2:172.21.15.135:6832/2470628188,v1:172.21.15.135:6833/2470628188]' entity='mds.foofs.smithi135.hisqak' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.79:0/3251840431"} : dispatch 2024-09-18T08:29:49.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:49 smithi135 bash[24787]: audit 2024-09-18T08:29:49.005784+0000 mon.smithi079 (mon.0) 1028 : audit [INF] from='mds.? ' entity='mds.foofs.smithi135.hisqak' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.79:0/3251840431"} : dispatch 2024-09-18T08:29:49.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:49 smithi135 bash[24787]: audit 2024-09-18T08:29:49.005784+0000 mon.smithi079 (mon.0) 1028 : audit [INF] from='mds.? ' entity='mds.foofs.smithi135.hisqak' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.79:0/3251840431"} : dispatch 2024-09-18T08:29:50.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2024-09-18T08:29:50.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-18T08:29:50.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:50 smithi079 bash[19997]: cluster 2024-09-18T08:29:49.004463+0000 mds.foofs.smithi135.hisqak (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14552 (172.21.15.79:0/3251840431) 2024-09-18T08:29:50.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:50 smithi079 bash[19997]: cluster 2024-09-18T08:29:49.004463+0000 mds.foofs.smithi135.hisqak (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14552 (172.21.15.79:0/3251840431) 2024-09-18T08:29:50.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:50 smithi079 bash[19997]: audit 2024-09-18T08:29:49.306288+0000 mon.smithi079 (mon.0) 1029 : audit [INF] from='mds.? ' entity='mds.foofs.smithi135.hisqak' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.79:0/3251840431"}]': finished 2024-09-18T08:29:50.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:50 smithi079 bash[19997]: audit 2024-09-18T08:29:49.306288+0000 mon.smithi079 (mon.0) 1029 : audit [INF] from='mds.? ' entity='mds.foofs.smithi135.hisqak' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.79:0/3251840431"}]': finished 2024-09-18T08:29:50.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:50 smithi079 bash[19997]: cluster 2024-09-18T08:29:49.311587+0000 mon.smithi079 (mon.0) 1030 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-18T08:29:50.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:50 smithi079 bash[19997]: cluster 2024-09-18T08:29:49.311587+0000 mon.smithi079 (mon.0) 1030 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-18T08:29:50.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:50 smithi079 bash[19997]: cluster 2024-09-18T08:29:49.532305+0000 mgr.smithi079.dmaxqe (mgr.14205) 446 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-18T08:29:50.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:50 smithi079 bash[19997]: cluster 2024-09-18T08:29:49.532305+0000 mgr.smithi079.dmaxqe (mgr.14205) 446 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-18T08:29:50.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:50 smithi135 bash[24787]: cluster 2024-09-18T08:29:49.004463+0000 mds.foofs.smithi135.hisqak (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14552 (172.21.15.79:0/3251840431) 2024-09-18T08:29:50.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:50 smithi135 bash[24787]: cluster 2024-09-18T08:29:49.004463+0000 mds.foofs.smithi135.hisqak (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14552 (172.21.15.79:0/3251840431) 2024-09-18T08:29:50.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:50 smithi135 bash[24787]: audit 2024-09-18T08:29:49.306288+0000 mon.smithi079 (mon.0) 1029 : audit [INF] from='mds.? ' entity='mds.foofs.smithi135.hisqak' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.79:0/3251840431"}]': finished 2024-09-18T08:29:50.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:50 smithi135 bash[24787]: audit 2024-09-18T08:29:49.306288+0000 mon.smithi079 (mon.0) 1029 : audit [INF] from='mds.? ' entity='mds.foofs.smithi135.hisqak' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.79:0/3251840431"}]': finished 2024-09-18T08:29:50.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:50 smithi135 bash[24787]: cluster 2024-09-18T08:29:49.311587+0000 mon.smithi079 (mon.0) 1030 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-18T08:29:50.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:50 smithi135 bash[24787]: cluster 2024-09-18T08:29:49.311587+0000 mon.smithi079 (mon.0) 1030 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-18T08:29:50.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:50 smithi135 bash[24787]: cluster 2024-09-18T08:29:49.532305+0000 mgr.smithi079.dmaxqe (mgr.14205) 446 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-18T08:29:50.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:50 smithi135 bash[24787]: cluster 2024-09-18T08:29:49.532305+0000 mgr.smithi079.dmaxqe (mgr.14205) 446 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-18T08:29:51.340 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2024-09-18T08:29:51.340 INFO:teuthology.orchestra.run.smithi079.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-18T08:29:52.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2024-09-18T08:29:52.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-18T08:29:52.854 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:52 smithi079 bash[19997]: cluster 2024-09-18T08:29:51.533100+0000 mgr.smithi079.dmaxqe (mgr.14205) 447 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 307 B/s rd, 0 B/s wr, 0 op/s 2024-09-18T08:29:52.854 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:52 smithi079 bash[19997]: cluster 2024-09-18T08:29:51.533100+0000 mgr.smithi079.dmaxqe (mgr.14205) 447 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 307 B/s rd, 0 B/s wr, 0 op/s 2024-09-18T08:29:52.949 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:52 smithi135 bash[24787]: cluster 2024-09-18T08:29:51.533100+0000 mgr.smithi079.dmaxqe (mgr.14205) 447 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 307 B/s rd, 0 B/s wr, 0 op/s 2024-09-18T08:29:52.949 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:52 smithi135 bash[24787]: cluster 2024-09-18T08:29:51.533100+0000 mgr.smithi079.dmaxqe (mgr.14205) 447 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 607 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 307 B/s rd, 0 B/s wr, 0 op/s 2024-09-18T08:29:53.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2024-09-18T08:29:53.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-18T08:29:54.345 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2024-09-18T08:29:54.345 INFO:teuthology.orchestra.run.smithi079.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-18T08:29:54.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:54 smithi079 bash[19997]: audit 2024-09-18T08:29:53.107535+0000 mon.smithi079 (mon.0) 1031 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:54.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:54 smithi079 bash[19997]: audit 2024-09-18T08:29:53.107535+0000 mon.smithi079 (mon.0) 1031 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:54.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:54 smithi079 bash[19997]: audit 2024-09-18T08:29:53.119406+0000 mon.smithi079 (mon.0) 1032 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:54.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:54 smithi079 bash[19997]: audit 2024-09-18T08:29:53.119406+0000 mon.smithi079 (mon.0) 1032 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:54.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:54 smithi135 bash[24787]: audit 2024-09-18T08:29:53.107535+0000 mon.smithi079 (mon.0) 1031 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:54.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:54 smithi135 bash[24787]: audit 2024-09-18T08:29:53.107535+0000 mon.smithi079 (mon.0) 1031 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:54.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:54 smithi135 bash[24787]: audit 2024-09-18T08:29:53.119406+0000 mon.smithi079 (mon.0) 1032 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:54.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:54 smithi135 bash[24787]: audit 2024-09-18T08:29:53.119406+0000 mon.smithi079 (mon.0) 1032 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:55.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2024-09-18T08:29:55.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-18T08:29:55.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:55 smithi135 bash[24787]: cluster 2024-09-18T08:29:53.533678+0000 mgr.smithi079.dmaxqe (mgr.14205) 448 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 716 B/s wr, 2 op/s 2024-09-18T08:29:55.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:55 smithi135 bash[24787]: cluster 2024-09-18T08:29:53.533678+0000 mgr.smithi079.dmaxqe (mgr.14205) 448 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 716 B/s wr, 2 op/s 2024-09-18T08:29:55.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:55 smithi135 bash[24787]: audit 2024-09-18T08:29:54.524409+0000 mon.smithi079 (mon.0) 1033 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:55.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:55 smithi135 bash[24787]: audit 2024-09-18T08:29:54.524409+0000 mon.smithi079 (mon.0) 1033 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:55.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:55 smithi135 bash[24787]: audit 2024-09-18T08:29:54.529219+0000 mon.smithi079 (mon.0) 1034 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:55.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:55 smithi135 bash[24787]: audit 2024-09-18T08:29:54.529219+0000 mon.smithi079 (mon.0) 1034 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:55.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:55 smithi079 bash[19997]: cluster 2024-09-18T08:29:53.533678+0000 mgr.smithi079.dmaxqe (mgr.14205) 448 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 716 B/s wr, 2 op/s 2024-09-18T08:29:55.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:55 smithi079 bash[19997]: cluster 2024-09-18T08:29:53.533678+0000 mgr.smithi079.dmaxqe (mgr.14205) 448 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 716 B/s wr, 2 op/s 2024-09-18T08:29:55.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:55 smithi079 bash[19997]: audit 2024-09-18T08:29:54.524409+0000 mon.smithi079 (mon.0) 1033 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:55.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:55 smithi079 bash[19997]: audit 2024-09-18T08:29:54.524409+0000 mon.smithi079 (mon.0) 1033 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:55.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:55 smithi079 bash[19997]: audit 2024-09-18T08:29:54.529219+0000 mon.smithi079 (mon.0) 1034 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:55.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:55 smithi079 bash[19997]: audit 2024-09-18T08:29:54.529219+0000 mon.smithi079 (mon.0) 1034 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:56.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2024-09-18T08:29:56.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-18T08:29:56.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:56 smithi135 bash[24787]: audit 2024-09-18T08:29:55.166518+0000 mon.smithi079 (mon.0) 1035 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:29:56.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:56 smithi135 bash[24787]: audit 2024-09-18T08:29:55.166518+0000 mon.smithi079 (mon.0) 1035 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:29:56.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:56 smithi135 bash[24787]: audit 2024-09-18T08:29:55.168204+0000 mon.smithi079 (mon.0) 1036 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:29:56.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:56 smithi135 bash[24787]: audit 2024-09-18T08:29:55.168204+0000 mon.smithi079 (mon.0) 1036 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:29:56.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:56 smithi135 bash[24787]: audit 2024-09-18T08:29:55.182758+0000 mon.smithi079 (mon.0) 1037 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:56.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:56 smithi135 bash[24787]: audit 2024-09-18T08:29:55.182758+0000 mon.smithi079 (mon.0) 1037 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:56.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:56 smithi135 bash[24787]: audit 2024-09-18T08:29:55.189646+0000 mon.smithi079 (mon.0) 1038 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:29:56.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:56 smithi135 bash[24787]: audit 2024-09-18T08:29:55.189646+0000 mon.smithi079 (mon.0) 1038 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:29:56.450 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:56 smithi135 bash[24787]: audit 2024-09-18T08:29:55.208239+0000 mon.smithi079 (mon.0) 1039 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:56.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:56 smithi135 bash[24787]: audit 2024-09-18T08:29:55.208239+0000 mon.smithi079 (mon.0) 1039 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:56.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:56 smithi135 bash[24787]: cephadm 2024-09-18T08:29:55.237102+0000 mgr.smithi079.dmaxqe (mgr.14205) 449 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi079.rlhdrd (dependencies changed)... 2024-09-18T08:29:56.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:56 smithi135 bash[24787]: cephadm 2024-09-18T08:29:55.237102+0000 mgr.smithi079.dmaxqe (mgr.14205) 449 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi079.rlhdrd (dependencies changed)... 2024-09-18T08:29:56.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:56 smithi135 bash[24787]: cephadm 2024-09-18T08:29:55.241464+0000 mgr.smithi079.dmaxqe (mgr.14205) 450 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi079.rlhdrd on smithi079 2024-09-18T08:29:56.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:56 smithi135 bash[24787]: cephadm 2024-09-18T08:29:55.241464+0000 mgr.smithi079.dmaxqe (mgr.14205) 450 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi079.rlhdrd on smithi079 2024-09-18T08:29:56.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:56 smithi079 bash[19997]: audit 2024-09-18T08:29:55.166518+0000 mon.smithi079 (mon.0) 1035 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:29:56.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:56 smithi079 bash[19997]: audit 2024-09-18T08:29:55.166518+0000 mon.smithi079 (mon.0) 1035 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:29:56.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:56 smithi079 bash[19997]: audit 2024-09-18T08:29:55.168204+0000 mon.smithi079 (mon.0) 1036 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:29:56.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:56 smithi079 bash[19997]: audit 2024-09-18T08:29:55.168204+0000 mon.smithi079 (mon.0) 1036 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:29:56.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:56 smithi079 bash[19997]: audit 2024-09-18T08:29:55.182758+0000 mon.smithi079 (mon.0) 1037 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:56.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:56 smithi079 bash[19997]: audit 2024-09-18T08:29:55.182758+0000 mon.smithi079 (mon.0) 1037 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:56.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:56 smithi079 bash[19997]: audit 2024-09-18T08:29:55.189646+0000 mon.smithi079 (mon.0) 1038 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:29:56.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:56 smithi079 bash[19997]: audit 2024-09-18T08:29:55.189646+0000 mon.smithi079 (mon.0) 1038 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:29:56.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:56 smithi079 bash[19997]: audit 2024-09-18T08:29:55.208239+0000 mon.smithi079 (mon.0) 1039 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:56.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:56 smithi079 bash[19997]: audit 2024-09-18T08:29:55.208239+0000 mon.smithi079 (mon.0) 1039 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:56.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:56 smithi079 bash[19997]: cephadm 2024-09-18T08:29:55.237102+0000 mgr.smithi079.dmaxqe (mgr.14205) 449 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi079.rlhdrd (dependencies changed)... 2024-09-18T08:29:56.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:56 smithi079 bash[19997]: cephadm 2024-09-18T08:29:55.237102+0000 mgr.smithi079.dmaxqe (mgr.14205) 449 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi079.rlhdrd (dependencies changed)... 2024-09-18T08:29:56.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:56 smithi079 bash[19997]: cephadm 2024-09-18T08:29:55.241464+0000 mgr.smithi079.dmaxqe (mgr.14205) 450 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi079.rlhdrd on smithi079 2024-09-18T08:29:56.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:56 smithi079 bash[19997]: cephadm 2024-09-18T08:29:55.241464+0000 mgr.smithi079.dmaxqe (mgr.14205) 450 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi079.rlhdrd on smithi079 2024-09-18T08:29:57.350 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2024-09-18T08:29:57.350 INFO:teuthology.orchestra.run.smithi079.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-18T08:29:57.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:57 smithi079 bash[19997]: cluster 2024-09-18T08:29:55.534385+0000 mgr.smithi079.dmaxqe (mgr.14205) 451 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 716 B/s wr, 2 op/s 2024-09-18T08:29:57.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:57 smithi079 bash[19997]: cluster 2024-09-18T08:29:55.534385+0000 mgr.smithi079.dmaxqe (mgr.14205) 451 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 716 B/s wr, 2 op/s 2024-09-18T08:29:57.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:57 smithi135 bash[24787]: cluster 2024-09-18T08:29:55.534385+0000 mgr.smithi079.dmaxqe (mgr.14205) 451 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 716 B/s wr, 2 op/s 2024-09-18T08:29:57.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:57 smithi135 bash[24787]: cluster 2024-09-18T08:29:55.534385+0000 mgr.smithi079.dmaxqe (mgr.14205) 451 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 716 B/s wr, 2 op/s 2024-09-18T08:29:58.351 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2024-09-18T08:29:58.351 INFO:teuthology.orchestra.run.smithi079.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-18T08:29:59.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2024-09-18T08:29:59.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-18T08:29:59.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:59 smithi079 bash[19997]: cluster 2024-09-18T08:29:57.535557+0000 mgr.smithi079.dmaxqe (mgr.14205) 452 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 818 B/s wr, 2 op/s 2024-09-18T08:29:59.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:59 smithi079 bash[19997]: cluster 2024-09-18T08:29:57.535557+0000 mgr.smithi079.dmaxqe (mgr.14205) 452 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 818 B/s wr, 2 op/s 2024-09-18T08:29:59.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:59 smithi079 bash[19997]: audit 2024-09-18T08:29:59.051641+0000 mon.smithi079 (mon.0) 1040 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:59.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:59 smithi079 bash[19997]: audit 2024-09-18T08:29:59.051641+0000 mon.smithi079 (mon.0) 1040 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:59.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:59 smithi079 bash[19997]: audit 2024-09-18T08:29:59.057077+0000 mon.smithi079 (mon.0) 1041 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:59.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:29:59 smithi079 bash[19997]: audit 2024-09-18T08:29:59.057077+0000 mon.smithi079 (mon.0) 1041 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:59.624 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:59 smithi135 bash[24787]: cluster 2024-09-18T08:29:57.535557+0000 mgr.smithi079.dmaxqe (mgr.14205) 452 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 818 B/s wr, 2 op/s 2024-09-18T08:29:59.624 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:59 smithi135 bash[24787]: cluster 2024-09-18T08:29:57.535557+0000 mgr.smithi079.dmaxqe (mgr.14205) 452 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 818 B/s wr, 2 op/s 2024-09-18T08:29:59.624 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:59 smithi135 bash[24787]: audit 2024-09-18T08:29:59.051641+0000 mon.smithi079 (mon.0) 1040 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:59.624 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:59 smithi135 bash[24787]: audit 2024-09-18T08:29:59.051641+0000 mon.smithi079 (mon.0) 1040 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:59.624 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:59 smithi135 bash[24787]: audit 2024-09-18T08:29:59.057077+0000 mon.smithi079 (mon.0) 1041 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:29:59.625 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:29:59 smithi135 bash[24787]: audit 2024-09-18T08:29:59.057077+0000 mon.smithi079 (mon.0) 1041 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:00.354 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2024-09-18T08:30:00.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-18T08:30:00.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:00 smithi079 bash[19997]: cephadm 2024-09-18T08:29:59.059511+0000 mgr.smithi079.dmaxqe (mgr.14205) 453 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi135.htvgqs (dependencies changed)... 2024-09-18T08:30:00.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:00 smithi079 bash[19997]: cephadm 2024-09-18T08:29:59.059511+0000 mgr.smithi079.dmaxqe (mgr.14205) 453 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi135.htvgqs (dependencies changed)... 2024-09-18T08:30:00.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:00 smithi079 bash[19997]: cephadm 2024-09-18T08:29:59.061412+0000 mgr.smithi079.dmaxqe (mgr.14205) 454 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi135.htvgqs on smithi135 2024-09-18T08:30:00.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:00 smithi079 bash[19997]: cephadm 2024-09-18T08:29:59.061412+0000 mgr.smithi079.dmaxqe (mgr.14205) 454 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi135.htvgqs on smithi135 2024-09-18T08:30:00.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:00 smithi079 bash[19997]: cluster 2024-09-18T08:30:00.000137+0000 mon.smithi079 (mon.0) 1042 : cluster [INF] overall HEALTH_OK 2024-09-18T08:30:00.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:00 smithi079 bash[19997]: cluster 2024-09-18T08:30:00.000137+0000 mon.smithi079 (mon.0) 1042 : cluster [INF] overall HEALTH_OK 2024-09-18T08:30:00.637 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:00 smithi135 bash[24787]: cephadm 2024-09-18T08:29:59.059511+0000 mgr.smithi079.dmaxqe (mgr.14205) 453 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi135.htvgqs (dependencies changed)... 2024-09-18T08:30:00.637 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:00 smithi135 bash[24787]: cephadm 2024-09-18T08:29:59.059511+0000 mgr.smithi079.dmaxqe (mgr.14205) 453 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi135.htvgqs (dependencies changed)... 2024-09-18T08:30:00.637 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:00 smithi135 bash[24787]: cephadm 2024-09-18T08:29:59.061412+0000 mgr.smithi079.dmaxqe (mgr.14205) 454 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi135.htvgqs on smithi135 2024-09-18T08:30:00.638 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:00 smithi135 bash[24787]: cephadm 2024-09-18T08:29:59.061412+0000 mgr.smithi079.dmaxqe (mgr.14205) 454 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi135.htvgqs on smithi135 2024-09-18T08:30:00.638 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:00 smithi135 bash[24787]: cluster 2024-09-18T08:30:00.000137+0000 mon.smithi079 (mon.0) 1042 : cluster [INF] overall HEALTH_OK 2024-09-18T08:30:00.638 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:00 smithi135 bash[24787]: cluster 2024-09-18T08:30:00.000137+0000 mon.smithi079 (mon.0) 1042 : cluster [INF] overall HEALTH_OK 2024-09-18T08:30:01.356 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2024-09-18T08:30:01.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-18T08:30:01.360 INFO:teuthology.orchestra.run.smithi079.stdout:haproxy.nfs.foo.smithi135.htvgqs 2024-09-18T08:30:01.361 INFO:teuthology.orchestra.run.smithi079.stdout:Mount is back! 2024-09-18T08:30:01.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo 'Mount is back!' 2024-09-18T08:30:01.363 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi135.front.sepia.ceph.com 2024-09-18T08:30:01.364 DEBUG:teuthology.orchestra.run.smithi135:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo "Check with $(hostname) ganesha(s) down..." 2024-09-18T08:30:01.364 DEBUG:teuthology.orchestra.run.smithi135:> for c in `systemctl | grep ceph- | grep @nfs | awk '"'"'{print $1}'"'"'`; do 2024-09-18T08:30:01.364 DEBUG:teuthology.orchestra.run.smithi135:> cid=`echo $c | sed '"'"'s/@/-/'"'"'` 2024-09-18T08:30:01.364 DEBUG:teuthology.orchestra.run.smithi135:> id=`echo $c | cut -d @ -f 2 | sed '"'"'s/.service$//'"'"'` 2024-09-18T08:30:01.364 DEBUG:teuthology.orchestra.run.smithi135:> fsid=`echo $c | cut -d @ -f 1 | cut -d - -f 2-` 2024-09-18T08:30:01.364 DEBUG:teuthology.orchestra.run.smithi135:> echo "Removing daemon $id fsid $fsid..." 2024-09-18T08:30:01.364 DEBUG:teuthology.orchestra.run.smithi135:> sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id 2024-09-18T08:30:01.364 DEBUG:teuthology.orchestra.run.smithi135:> 2024-09-18T08:30:01.364 DEBUG:teuthology.orchestra.run.smithi135:> echo "Waking up cephadm..." 2024-09-18T08:30:01.364 DEBUG:teuthology.orchestra.run.smithi135:> sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh 2024-09-18T08:30:01.364 DEBUG:teuthology.orchestra.run.smithi135:> 2024-09-18T08:30:01.364 DEBUG:teuthology.orchestra.run.smithi135:> while ! timeout 1 cat /mnt/foo/testfile ; do true ; done 2024-09-18T08:30:01.364 DEBUG:teuthology.orchestra.run.smithi135:> echo "Mount is back!" 2024-09-18T08:30:01.364 DEBUG:teuthology.orchestra.run.smithi135:> done 2024-09-18T08:30:01.365 DEBUG:teuthology.orchestra.run.smithi135:> ' 2024-09-18T08:30:01.376 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:01 smithi135 bash[24787]: cluster 2024-09-18T08:29:59.536535+0000 mgr.smithi079.dmaxqe (mgr.14205) 455 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 901 B/s rd, 901 B/s wr, 2 op/s 2024-09-18T08:30:01.376 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:01 smithi135 bash[24787]: cluster 2024-09-18T08:29:59.536535+0000 mgr.smithi079.dmaxqe (mgr.14205) 455 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 901 B/s rd, 901 B/s wr, 2 op/s 2024-09-18T08:30:01.379 INFO:teuthology.orchestra.run.smithi135.stderr:++ hostname 2024-09-18T08:30:01.380 INFO:teuthology.orchestra.run.smithi135.stdout:Check with smithi135 ganesha(s) down... 2024-09-18T08:30:01.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ echo 'Check with smithi135 ganesha(s) down...' 2024-09-18T08:30:01.381 INFO:teuthology.orchestra.run.smithi135.stderr:++ systemctl 2024-09-18T08:30:01.381 INFO:teuthology.orchestra.run.smithi135.stderr:++ grep ceph- 2024-09-18T08:30:01.381 INFO:teuthology.orchestra.run.smithi135.stderr:++ grep @nfs 2024-09-18T08:30:01.381 INFO:teuthology.orchestra.run.smithi135.stderr:++ awk '{print $1}' 2024-09-18T08:30:01.390 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-18T08:30:01.403 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi079.front.sepia.ceph.com 2024-09-18T08:30:01.403 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- bash -c 'stat -c '"'"'%u %g'"'"' /var/log/ceph | grep '"'"'167 167'"'"'' 2024-09-18T08:30:01.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:01 smithi079 bash[19997]: cluster 2024-09-18T08:29:59.536535+0000 mgr.smithi079.dmaxqe (mgr.14205) 455 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 901 B/s rd, 901 B/s wr, 2 op/s 2024-09-18T08:30:01.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:01 smithi079 bash[19997]: cluster 2024-09-18T08:29:59.536535+0000 mgr.smithi079.dmaxqe (mgr.14205) 455 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 901 B/s rd, 901 B/s wr, 2 op/s 2024-09-18T08:30:03.505 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:03 smithi135 bash[24787]: cluster 2024-09-18T08:30:01.537416+0000 mgr.smithi079.dmaxqe (mgr.14205) 456 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 852 B/s wr, 2 op/s 2024-09-18T08:30:03.505 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:03 smithi135 bash[24787]: cluster 2024-09-18T08:30:01.537416+0000 mgr.smithi079.dmaxqe (mgr.14205) 456 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 852 B/s wr, 2 op/s 2024-09-18T08:30:03.505 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:03 smithi135 bash[24787]: audit 2024-09-18T08:30:02.345929+0000 mon.smithi079 (mon.0) 1043 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:03.505 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:03 smithi135 bash[24787]: audit 2024-09-18T08:30:02.345929+0000 mon.smithi079 (mon.0) 1043 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:03.505 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:03 smithi135 bash[24787]: audit 2024-09-18T08:30:02.355167+0000 mon.smithi079 (mon.0) 1044 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:03.505 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:03 smithi135 bash[24787]: audit 2024-09-18T08:30:02.355167+0000 mon.smithi079 (mon.0) 1044 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:03.505 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:03 smithi135 bash[24787]: audit 2024-09-18T08:30:02.635651+0000 mon.smithi079 (mon.0) 1045 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:30:03.505 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:03 smithi135 bash[24787]: audit 2024-09-18T08:30:02.635651+0000 mon.smithi079 (mon.0) 1045 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:30:03.505 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:03 smithi135 bash[24787]: audit 2024-09-18T08:30:02.729932+0000 mon.smithi079 (mon.0) 1046 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:30:03.505 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:03 smithi135 bash[24787]: audit 2024-09-18T08:30:02.729932+0000 mon.smithi079 (mon.0) 1046 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:30:03.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:03 smithi079 bash[19997]: cluster 2024-09-18T08:30:01.537416+0000 mgr.smithi079.dmaxqe (mgr.14205) 456 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 852 B/s wr, 2 op/s 2024-09-18T08:30:03.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:03 smithi079 bash[19997]: cluster 2024-09-18T08:30:01.537416+0000 mgr.smithi079.dmaxqe (mgr.14205) 456 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 852 B/s wr, 2 op/s 2024-09-18T08:30:03.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:03 smithi079 bash[19997]: audit 2024-09-18T08:30:02.345929+0000 mon.smithi079 (mon.0) 1043 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:03.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:03 smithi079 bash[19997]: audit 2024-09-18T08:30:02.345929+0000 mon.smithi079 (mon.0) 1043 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:03.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:03 smithi079 bash[19997]: audit 2024-09-18T08:30:02.355167+0000 mon.smithi079 (mon.0) 1044 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:03.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:03 smithi079 bash[19997]: audit 2024-09-18T08:30:02.355167+0000 mon.smithi079 (mon.0) 1044 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:03.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:03 smithi079 bash[19997]: audit 2024-09-18T08:30:02.635651+0000 mon.smithi079 (mon.0) 1045 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:30:03.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:03 smithi079 bash[19997]: audit 2024-09-18T08:30:02.635651+0000 mon.smithi079 (mon.0) 1045 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-18T08:30:03.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:03 smithi079 bash[19997]: audit 2024-09-18T08:30:02.729932+0000 mon.smithi079 (mon.0) 1046 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:30:03.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:03 smithi079 bash[19997]: audit 2024-09-18T08:30:02.729932+0000 mon.smithi079 (mon.0) 1046 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:30:05.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:05 smithi079 bash[19997]: cluster 2024-09-18T08:30:03.538511+0000 mgr.smithi079.dmaxqe (mgr.14205) 457 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.1 KiB/s wr, 2 op/s 2024-09-18T08:30:05.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:05 smithi079 bash[19997]: cluster 2024-09-18T08:30:03.538511+0000 mgr.smithi079.dmaxqe (mgr.14205) 457 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.1 KiB/s wr, 2 op/s 2024-09-18T08:30:05.699 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:05 smithi135 bash[24787]: cluster 2024-09-18T08:30:03.538511+0000 mgr.smithi079.dmaxqe (mgr.14205) 457 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.1 KiB/s wr, 2 op/s 2024-09-18T08:30:05.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:05 smithi135 bash[24787]: cluster 2024-09-18T08:30:03.538511+0000 mgr.smithi079.dmaxqe (mgr.14205) 457 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.1 KiB/s wr, 2 op/s 2024-09-18T08:30:06.254 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:30:07.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:07 smithi079 bash[19997]: cluster 2024-09-18T08:30:05.539213+0000 mgr.smithi079.dmaxqe (mgr.14205) 458 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-09-18T08:30:07.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:07 smithi079 bash[19997]: cluster 2024-09-18T08:30:05.539213+0000 mgr.smithi079.dmaxqe (mgr.14205) 458 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-09-18T08:30:07.676 INFO:teuthology.orchestra.run.smithi079.stdout:167 167 2024-09-18T08:30:07.699 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:07 smithi135 bash[24787]: cluster 2024-09-18T08:30:05.539213+0000 mgr.smithi079.dmaxqe (mgr.14205) 458 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-09-18T08:30:07.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:07 smithi135 bash[24787]: cluster 2024-09-18T08:30:05.539213+0000 mgr.smithi079.dmaxqe (mgr.14205) 458 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-09-18T08:30:08.478 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- bash -c 'ceph orch status' 2024-09-18T08:30:09.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:09 smithi079 bash[19997]: cluster 2024-09-18T08:30:07.539739+0000 mgr.smithi079.dmaxqe (mgr.14205) 459 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-09-18T08:30:09.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:09 smithi079 bash[19997]: cluster 2024-09-18T08:30:07.539739+0000 mgr.smithi079.dmaxqe (mgr.14205) 459 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-09-18T08:30:09.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:09 smithi079 bash[19997]: audit 2024-09-18T08:30:08.376686+0000 mon.smithi079 (mon.0) 1047 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:09.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:09 smithi079 bash[19997]: audit 2024-09-18T08:30:08.376686+0000 mon.smithi079 (mon.0) 1047 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:09.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:09 smithi079 bash[19997]: audit 2024-09-18T08:30:08.381413+0000 mon.smithi079 (mon.0) 1048 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:09.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:09 smithi079 bash[19997]: audit 2024-09-18T08:30:08.381413+0000 mon.smithi079 (mon.0) 1048 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:09.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:09 smithi079 bash[19997]: audit 2024-09-18T08:30:08.423702+0000 mon.smithi079 (mon.0) 1049 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:09.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:09 smithi079 bash[19997]: audit 2024-09-18T08:30:08.423702+0000 mon.smithi079 (mon.0) 1049 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:09.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:09 smithi079 bash[19997]: audit 2024-09-18T08:30:08.430781+0000 mon.smithi079 (mon.0) 1050 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:09.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:09 smithi079 bash[19997]: audit 2024-09-18T08:30:08.430781+0000 mon.smithi079 (mon.0) 1050 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:09.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:09 smithi079 bash[19997]: audit 2024-09-18T08:30:08.432281+0000 mon.smithi079 (mon.0) 1051 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:30:09.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:09 smithi079 bash[19997]: audit 2024-09-18T08:30:08.432281+0000 mon.smithi079 (mon.0) 1051 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:30:09.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:09 smithi079 bash[19997]: audit 2024-09-18T08:30:08.433314+0000 mon.smithi079 (mon.0) 1052 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:30:09.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:09 smithi079 bash[19997]: audit 2024-09-18T08:30:08.433314+0000 mon.smithi079 (mon.0) 1052 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:30:09.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:09 smithi079 bash[19997]: audit 2024-09-18T08:30:08.439769+0000 mon.smithi079 (mon.0) 1053 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:09.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:09 smithi079 bash[19997]: audit 2024-09-18T08:30:08.439769+0000 mon.smithi079 (mon.0) 1053 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:09.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:09 smithi079 bash[19997]: audit 2024-09-18T08:30:08.442447+0000 mon.smithi079 (mon.0) 1054 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:30:09.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:09 smithi079 bash[19997]: audit 2024-09-18T08:30:08.442447+0000 mon.smithi079 (mon.0) 1054 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:30:09.606 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:09 smithi079 bash[19997]: audit 2024-09-18T08:30:08.456163+0000 mon.smithi079 (mon.0) 1055 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:09.607 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:09 smithi079 bash[19997]: audit 2024-09-18T08:30:08.456163+0000 mon.smithi079 (mon.0) 1055 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:09.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:09 smithi135 bash[24787]: cluster 2024-09-18T08:30:07.539739+0000 mgr.smithi079.dmaxqe (mgr.14205) 459 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-09-18T08:30:09.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:09 smithi135 bash[24787]: cluster 2024-09-18T08:30:07.539739+0000 mgr.smithi079.dmaxqe (mgr.14205) 459 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-09-18T08:30:09.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:09 smithi135 bash[24787]: audit 2024-09-18T08:30:08.376686+0000 mon.smithi079 (mon.0) 1047 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:09.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:09 smithi135 bash[24787]: audit 2024-09-18T08:30:08.376686+0000 mon.smithi079 (mon.0) 1047 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:09.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:09 smithi135 bash[24787]: audit 2024-09-18T08:30:08.381413+0000 mon.smithi079 (mon.0) 1048 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:09.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:09 smithi135 bash[24787]: audit 2024-09-18T08:30:08.381413+0000 mon.smithi079 (mon.0) 1048 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:09.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:09 smithi135 bash[24787]: audit 2024-09-18T08:30:08.423702+0000 mon.smithi079 (mon.0) 1049 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:09.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:09 smithi135 bash[24787]: audit 2024-09-18T08:30:08.423702+0000 mon.smithi079 (mon.0) 1049 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:09.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:09 smithi135 bash[24787]: audit 2024-09-18T08:30:08.430781+0000 mon.smithi079 (mon.0) 1050 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:09.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:09 smithi135 bash[24787]: audit 2024-09-18T08:30:08.430781+0000 mon.smithi079 (mon.0) 1050 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:09.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:09 smithi135 bash[24787]: audit 2024-09-18T08:30:08.432281+0000 mon.smithi079 (mon.0) 1051 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:30:09.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:09 smithi135 bash[24787]: audit 2024-09-18T08:30:08.432281+0000 mon.smithi079 (mon.0) 1051 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-18T08:30:09.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:09 smithi135 bash[24787]: audit 2024-09-18T08:30:08.433314+0000 mon.smithi079 (mon.0) 1052 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:30:09.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:09 smithi135 bash[24787]: audit 2024-09-18T08:30:08.433314+0000 mon.smithi079 (mon.0) 1052 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-18T08:30:09.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:09 smithi135 bash[24787]: audit 2024-09-18T08:30:08.439769+0000 mon.smithi079 (mon.0) 1053 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:09.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:09 smithi135 bash[24787]: audit 2024-09-18T08:30:08.439769+0000 mon.smithi079 (mon.0) 1053 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:09.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:09 smithi135 bash[24787]: audit 2024-09-18T08:30:08.442447+0000 mon.smithi079 (mon.0) 1054 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:30:09.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:09 smithi135 bash[24787]: audit 2024-09-18T08:30:08.442447+0000 mon.smithi079 (mon.0) 1054 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-18T08:30:09.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:09 smithi135 bash[24787]: audit 2024-09-18T08:30:08.456163+0000 mon.smithi079 (mon.0) 1055 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:09.702 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:09 smithi135 bash[24787]: audit 2024-09-18T08:30:08.456163+0000 mon.smithi079 (mon.0) 1055 : audit [INF] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' 2024-09-18T08:30:11.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:11 smithi079 bash[19997]: cluster 2024-09-18T08:30:09.540610+0000 mgr.smithi079.dmaxqe (mgr.14205) 460 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-09-18T08:30:11.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:11 smithi079 bash[19997]: cluster 2024-09-18T08:30:09.540610+0000 mgr.smithi079.dmaxqe (mgr.14205) 460 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-09-18T08:30:11.699 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:11 smithi135 bash[24787]: cluster 2024-09-18T08:30:09.540610+0000 mgr.smithi079.dmaxqe (mgr.14205) 460 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-09-18T08:30:11.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:11 smithi135 bash[24787]: cluster 2024-09-18T08:30:09.540610+0000 mgr.smithi079.dmaxqe (mgr.14205) 460 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-09-18T08:30:13.309 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:30:13.523 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:13 smithi135 bash[24787]: cluster 2024-09-18T08:30:11.541558+0000 mgr.smithi079.dmaxqe (mgr.14205) 461 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-09-18T08:30:13.523 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:13 smithi135 bash[24787]: cluster 2024-09-18T08:30:11.541558+0000 mgr.smithi079.dmaxqe (mgr.14205) 461 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-09-18T08:30:13.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:13 smithi079 bash[19997]: cluster 2024-09-18T08:30:11.541558+0000 mgr.smithi079.dmaxqe (mgr.14205) 461 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-09-18T08:30:13.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:13 smithi079 bash[19997]: cluster 2024-09-18T08:30:11.541558+0000 mgr.smithi079.dmaxqe (mgr.14205) 461 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-09-18T08:30:14.879 INFO:teuthology.orchestra.run.smithi079.stdout:Backend: cephadm 2024-09-18T08:30:14.879 INFO:teuthology.orchestra.run.smithi079.stdout:Available: Yes 2024-09-18T08:30:14.879 INFO:teuthology.orchestra.run.smithi079.stdout:Paused: No 2024-09-18T08:30:15.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:15 smithi079 bash[19997]: cluster 2024-09-18T08:30:13.542686+0000 mgr.smithi079.dmaxqe (mgr.14205) 462 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:30:15.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:15 smithi079 bash[19997]: cluster 2024-09-18T08:30:13.542686+0000 mgr.smithi079.dmaxqe (mgr.14205) 462 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:30:15.644 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- bash -c 'ceph orch ps' 2024-09-18T08:30:15.699 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:15 smithi135 bash[24787]: cluster 2024-09-18T08:30:13.542686+0000 mgr.smithi079.dmaxqe (mgr.14205) 462 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:30:15.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:15 smithi135 bash[24787]: cluster 2024-09-18T08:30:13.542686+0000 mgr.smithi079.dmaxqe (mgr.14205) 462 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2024-09-18T08:30:16.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:16 smithi079 bash[19997]: audit 2024-09-18T08:30:14.883059+0000 mgr.smithi079.dmaxqe (mgr.14205) 463 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:30:16.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:16 smithi079 bash[19997]: audit 2024-09-18T08:30:14.883059+0000 mgr.smithi079.dmaxqe (mgr.14205) 463 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:30:16.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:16 smithi135 bash[24787]: audit 2024-09-18T08:30:14.883059+0000 mgr.smithi079.dmaxqe (mgr.14205) 463 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:30:16.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:16 smithi135 bash[24787]: audit 2024-09-18T08:30:14.883059+0000 mgr.smithi079.dmaxqe (mgr.14205) 463 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:30:17.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:17 smithi079 bash[19997]: cluster 2024-09-18T08:30:15.543439+0000 mgr.smithi079.dmaxqe (mgr.14205) 464 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:17.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:17 smithi079 bash[19997]: cluster 2024-09-18T08:30:15.543439+0000 mgr.smithi079.dmaxqe (mgr.14205) 464 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:17.699 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:17 smithi135 bash[24787]: cluster 2024-09-18T08:30:15.543439+0000 mgr.smithi079.dmaxqe (mgr.14205) 464 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:17.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:17 smithi135 bash[24787]: cluster 2024-09-18T08:30:15.543439+0000 mgr.smithi079.dmaxqe (mgr.14205) 464 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:18.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:18 smithi079 bash[19997]: audit 2024-09-18T08:30:17.730482+0000 mon.smithi079 (mon.0) 1056 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:30:18.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:18 smithi079 bash[19997]: audit 2024-09-18T08:30:17.730482+0000 mon.smithi079 (mon.0) 1056 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:30:18.699 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:18 smithi135 bash[24787]: audit 2024-09-18T08:30:17.730482+0000 mon.smithi079 (mon.0) 1056 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:30:18.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:18 smithi135 bash[24787]: audit 2024-09-18T08:30:17.730482+0000 mon.smithi079 (mon.0) 1056 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:30:19.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:19 smithi079 bash[19997]: cluster 2024-09-18T08:30:17.544384+0000 mgr.smithi079.dmaxqe (mgr.14205) 465 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:19.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:19 smithi079 bash[19997]: cluster 2024-09-18T08:30:17.544384+0000 mgr.smithi079.dmaxqe (mgr.14205) 465 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:19.699 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:19 smithi135 bash[24787]: cluster 2024-09-18T08:30:17.544384+0000 mgr.smithi079.dmaxqe (mgr.14205) 465 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:19.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:19 smithi135 bash[24787]: cluster 2024-09-18T08:30:17.544384+0000 mgr.smithi079.dmaxqe (mgr.14205) 465 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:20.512 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:30:21.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:21 smithi079 bash[19997]: cluster 2024-09-18T08:30:19.545303+0000 mgr.smithi079.dmaxqe (mgr.14205) 466 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:21.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:21 smithi079 bash[19997]: cluster 2024-09-18T08:30:19.545303+0000 mgr.smithi079.dmaxqe (mgr.14205) 466 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:21.699 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:21 smithi135 bash[24787]: cluster 2024-09-18T08:30:19.545303+0000 mgr.smithi079.dmaxqe (mgr.14205) 466 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:21.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:21 smithi135 bash[24787]: cluster 2024-09-18T08:30:19.545303+0000 mgr.smithi079.dmaxqe (mgr.14205) 466 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:22.348 INFO:teuthology.orchestra.run.smithi079.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-18T08:30:22.348 INFO:teuthology.orchestra.run.smithi079.stdout:alertmanager.smithi079 smithi079 *:9093,9094 running (8m) 13s ago 10m 13.7M - 0.27.0 11f11916f8cd 5b158b731f63 2024-09-18T08:30:22.348 INFO:teuthology.orchestra.run.smithi079.stdout:ceph-exporter.smithi079 smithi079 running (10m) 13s ago 10m 9115k - 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 d516b73b0b15 2024-09-18T08:30:22.348 INFO:teuthology.orchestra.run.smithi079.stdout:ceph-exporter.smithi135 smithi135 running (9m) 13s ago 9m 6055k - 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 a55c3c96c1f9 2024-09-18T08:30:22.348 INFO:teuthology.orchestra.run.smithi079.stdout:crash.smithi079 smithi079 running (10m) 13s ago 10m 7247k - 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 4ec4a8b4d315 2024-09-18T08:30:22.349 INFO:teuthology.orchestra.run.smithi079.stdout:crash.smithi135 smithi135 running (9m) 13s ago 9m 7203k - 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 1bed0cb5efa7 2024-09-18T08:30:22.349 INFO:teuthology.orchestra.run.smithi079.stdout:grafana.smithi079 smithi079 *:3000 running (8m) 13s ago 10m 69.1M - 10.4.0 c8b91775d855 59bf9a63046a 2024-09-18T08:30:22.349 INFO:teuthology.orchestra.run.smithi079.stdout:haproxy.nfs.foo.smithi079.rlhdrd smithi079 *:2999,9999 running (23s) 13s ago 3m 4752k - 2.3.17-d1c9119 e85424b0d443 67d67dd12d7d 2024-09-18T08:30:22.349 INFO:teuthology.orchestra.run.smithi079.stdout:haproxy.nfs.foo.smithi135.htvgqs smithi135 *:2999,9999 running (20s) 13s ago 3m 4603k - 2.3.17-d1c9119 e85424b0d443 c9d6d5db6452 2024-09-18T08:30:22.349 INFO:teuthology.orchestra.run.smithi079.stdout:keepalived.nfs.foo.smithi079.lzsmza smithi079 running (2m) 13s ago 2m 2476k - 2.2.4 4a3a1ff181d9 dddac6700b41 2024-09-18T08:30:22.349 INFO:teuthology.orchestra.run.smithi079.stdout:keepalived.nfs.foo.smithi135.clmcmq smithi135 running (3m) 13s ago 3m 2459k - 2.2.4 4a3a1ff181d9 e8c38b2738ba 2024-09-18T08:30:22.349 INFO:teuthology.orchestra.run.smithi079.stdout:mds.foofs.smithi079.uwgvxp smithi079 running (3m) 13s ago 3m 13.6M - 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 b84793426529 2024-09-18T08:30:22.349 INFO:teuthology.orchestra.run.smithi079.stdout:mds.foofs.smithi135.hisqak smithi135 running (3m) 13s ago 3m 15.8M - 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 66b7e6826068 2024-09-18T08:30:22.349 INFO:teuthology.orchestra.run.smithi079.stdout:mgr.smithi079.dmaxqe smithi079 *:9283,8765,8443 running (12m) 13s ago 12m 519M - 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 12f2bd4d83b1 2024-09-18T08:30:22.349 INFO:teuthology.orchestra.run.smithi079.stdout:mgr.smithi135.vlchji smithi135 *:8443,9283,8765 running (9m) 13s ago 9m 441M - 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 074bfe5f1f74 2024-09-18T08:30:22.349 INFO:teuthology.orchestra.run.smithi079.stdout:mon.smithi079 smithi079 running (12m) 13s ago 12m 51.2M 2048M 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 c6bd93690223 2024-09-18T08:30:22.350 INFO:teuthology.orchestra.run.smithi079.stdout:mon.smithi135 smithi135 running (9m) 13s ago 9m 39.4M 2048M 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 637e6b0ca0a7 2024-09-18T08:30:22.350 INFO:teuthology.orchestra.run.smithi079.stdout:nfs.foo.0.1.smithi079.xxeryv smithi079 *:12999 running (35s) 13s ago 35s 50.7M - 5.9 b22e1e37ddf1 fbbad1cf807c 2024-09-18T08:30:22.350 INFO:teuthology.orchestra.run.smithi079.stdout:node-exporter.smithi079 smithi079 *:9100 running (10m) 13s ago 10m 9711k - 1.7.0 72c9c2088986 7acd43153f2b 2024-09-18T08:30:22.350 INFO:teuthology.orchestra.run.smithi079.stdout:node-exporter.smithi135 smithi135 *:9100 running (9m) 13s ago 9m 9375k - 1.7.0 72c9c2088986 681f27ca7ee5 2024-09-18T08:30:22.350 INFO:teuthology.orchestra.run.smithi079.stdout:osd.0 smithi135 running (7m) 13s ago 7m 46.2M 954M 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 380f627296f5 2024-09-18T08:30:22.350 INFO:teuthology.orchestra.run.smithi079.stdout:osd.1 smithi079 running (7m) 13s ago 7m 53.5M 3004M 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 67bd8836b860 2024-09-18T08:30:22.350 INFO:teuthology.orchestra.run.smithi079.stdout:osd.2 smithi135 running (7m) 13s ago 7m 44.9M 954M 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 2d44a1d857f5 2024-09-18T08:30:22.350 INFO:teuthology.orchestra.run.smithi079.stdout:osd.3 smithi079 running (7m) 13s ago 7m 45.4M 3004M 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 2bf061f7efa6 2024-09-18T08:30:22.350 INFO:teuthology.orchestra.run.smithi079.stdout:osd.4 smithi135 running (7m) 13s ago 7m 48.9M 954M 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 2b3fe7238409 2024-09-18T08:30:22.350 INFO:teuthology.orchestra.run.smithi079.stdout:osd.5 smithi079 running (7m) 13s ago 7m 43.7M 3004M 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 95ce67aed5fd 2024-09-18T08:30:22.350 INFO:teuthology.orchestra.run.smithi079.stdout:osd.6 smithi135 running (7m) 13s ago 7m 49.0M 954M 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 e2d8cfa815bd 2024-09-18T08:30:22.350 INFO:teuthology.orchestra.run.smithi079.stdout:osd.7 smithi079 running (6m) 13s ago 7m 44.2M 3004M 19.3.0-4983-ge7fb7b56 b22e1e37ddf1 84f048db7149 2024-09-18T08:30:22.351 INFO:teuthology.orchestra.run.smithi079.stdout:prometheus.smithi079 smithi079 *:9095 running (2m) 13s ago 9m 44.7M - 2.51.0 1d3b7f56885b be4a1e13a2dc 2024-09-18T08:30:23.043 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- bash -c 'ceph orch ls' 2024-09-18T08:30:23.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:23 smithi079 bash[19997]: cluster 2024-09-18T08:30:21.546287+0000 mgr.smithi079.dmaxqe (mgr.14205) 467 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:23.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:23 smithi079 bash[19997]: cluster 2024-09-18T08:30:21.546287+0000 mgr.smithi079.dmaxqe (mgr.14205) 467 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:23.699 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:23 smithi135 bash[24787]: cluster 2024-09-18T08:30:21.546287+0000 mgr.smithi079.dmaxqe (mgr.14205) 467 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:23.699 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:23 smithi135 bash[24787]: cluster 2024-09-18T08:30:21.546287+0000 mgr.smithi079.dmaxqe (mgr.14205) 467 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:24.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:24 smithi079 bash[19997]: audit 2024-09-18T08:30:22.326395+0000 mgr.smithi079.dmaxqe (mgr.14205) 468 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:30:24.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:24 smithi079 bash[19997]: audit 2024-09-18T08:30:22.326395+0000 mgr.smithi079.dmaxqe (mgr.14205) 468 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:30:24.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:24 smithi135 bash[24787]: audit 2024-09-18T08:30:22.326395+0000 mgr.smithi079.dmaxqe (mgr.14205) 468 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:30:24.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:24 smithi135 bash[24787]: audit 2024-09-18T08:30:22.326395+0000 mgr.smithi079.dmaxqe (mgr.14205) 468 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:30:25.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:25 smithi079 bash[19997]: cluster 2024-09-18T08:30:23.547316+0000 mgr.smithi079.dmaxqe (mgr.14205) 469 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:30:25.605 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:25 smithi079 bash[19997]: cluster 2024-09-18T08:30:23.547316+0000 mgr.smithi079.dmaxqe (mgr.14205) 469 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:30:25.699 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:25 smithi135 bash[24787]: cluster 2024-09-18T08:30:23.547316+0000 mgr.smithi079.dmaxqe (mgr.14205) 469 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:30:25.699 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:25 smithi135 bash[24787]: cluster 2024-09-18T08:30:23.547316+0000 mgr.smithi079.dmaxqe (mgr.14205) 469 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:30:27.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:27 smithi079 bash[19997]: cluster 2024-09-18T08:30:25.548187+0000 mgr.smithi079.dmaxqe (mgr.14205) 470 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:27.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:27 smithi079 bash[19997]: cluster 2024-09-18T08:30:25.548187+0000 mgr.smithi079.dmaxqe (mgr.14205) 470 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:27.699 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:27 smithi135 bash[24787]: cluster 2024-09-18T08:30:25.548187+0000 mgr.smithi079.dmaxqe (mgr.14205) 470 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:27.699 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:27 smithi135 bash[24787]: cluster 2024-09-18T08:30:25.548187+0000 mgr.smithi079.dmaxqe (mgr.14205) 470 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:27.900 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:30:29.508 INFO:teuthology.orchestra.run.smithi079.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-18T08:30:29.509 INFO:teuthology.orchestra.run.smithi079.stdout:alertmanager ?:9093,9094 1/1 21s ago 11m count:1 2024-09-18T08:30:29.509 INFO:teuthology.orchestra.run.smithi079.stdout:ceph-exporter 2/2 21s ago 11m * 2024-09-18T08:30:29.509 INFO:teuthology.orchestra.run.smithi079.stdout:crash 2/2 21s ago 11m * 2024-09-18T08:30:29.509 INFO:teuthology.orchestra.run.smithi079.stdout:grafana ?:3000 1/1 21s ago 11m count:1 2024-09-18T08:30:29.509 INFO:teuthology.orchestra.run.smithi079.stdout:ingress.nfs.foo 10.0.31.79:2999,9999 4/4 21s ago 3m count:2 2024-09-18T08:30:29.509 INFO:teuthology.orchestra.run.smithi079.stdout:mds.foofs 2/2 21s ago 4m count:2 2024-09-18T08:30:29.509 INFO:teuthology.orchestra.run.smithi079.stdout:mgr 2/2 21s ago 11m count:2 2024-09-18T08:30:29.509 INFO:teuthology.orchestra.run.smithi079.stdout:mon 2/2 21s ago 9m smithi079:172.21.15.79=smithi079;smithi135:172.21.15.135=smithi135;count:2 2024-09-18T08:30:29.509 INFO:teuthology.orchestra.run.smithi079.stdout:nfs.foo ?:12999 1/1 21s ago 3m count:1 2024-09-18T08:30:29.509 INFO:teuthology.orchestra.run.smithi079.stdout:node-exporter ?:9100 2/2 21s ago 11m * 2024-09-18T08:30:29.509 INFO:teuthology.orchestra.run.smithi079.stdout:osd.all-available-devices 8 21s ago 8m * 2024-09-18T08:30:29.509 INFO:teuthology.orchestra.run.smithi079.stdout:prometheus ?:9095 1/1 21s ago 11m count:1 2024-09-18T08:30:29.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:29 smithi079 bash[19997]: cluster 2024-09-18T08:30:27.549286+0000 mgr.smithi079.dmaxqe (mgr.14205) 471 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:29.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:29 smithi079 bash[19997]: cluster 2024-09-18T08:30:27.549286+0000 mgr.smithi079.dmaxqe (mgr.14205) 471 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:29.699 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:29 smithi135 bash[24787]: cluster 2024-09-18T08:30:27.549286+0000 mgr.smithi079.dmaxqe (mgr.14205) 471 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:29.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:29 smithi135 bash[24787]: cluster 2024-09-18T08:30:27.549286+0000 mgr.smithi079.dmaxqe (mgr.14205) 471 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:30.226 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- bash -c 'ceph orch host ls' 2024-09-18T08:30:30.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:30 smithi079 bash[19997]: audit 2024-09-18T08:30:29.497055+0000 mgr.smithi079.dmaxqe (mgr.14205) 472 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:30:30.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:30 smithi079 bash[19997]: audit 2024-09-18T08:30:29.497055+0000 mgr.smithi079.dmaxqe (mgr.14205) 472 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:30:30.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:30 smithi079 bash[19997]: cluster 2024-09-18T08:30:29.549840+0000 mgr.smithi079.dmaxqe (mgr.14205) 473 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:30.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:30 smithi079 bash[19997]: cluster 2024-09-18T08:30:29.549840+0000 mgr.smithi079.dmaxqe (mgr.14205) 473 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:30.699 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:30 smithi135 bash[24787]: audit 2024-09-18T08:30:29.497055+0000 mgr.smithi079.dmaxqe (mgr.14205) 472 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:30:30.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:30 smithi135 bash[24787]: audit 2024-09-18T08:30:29.497055+0000 mgr.smithi079.dmaxqe (mgr.14205) 472 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:30:30.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:30 smithi135 bash[24787]: cluster 2024-09-18T08:30:29.549840+0000 mgr.smithi079.dmaxqe (mgr.14205) 473 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:30.700 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:30 smithi135 bash[24787]: cluster 2024-09-18T08:30:29.549840+0000 mgr.smithi079.dmaxqe (mgr.14205) 473 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:32.854 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:32 smithi079 bash[19997]: cluster 2024-09-18T08:30:31.550654+0000 mgr.smithi079.dmaxqe (mgr.14205) 474 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:32.854 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:32 smithi079 bash[19997]: cluster 2024-09-18T08:30:31.550654+0000 mgr.smithi079.dmaxqe (mgr.14205) 474 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:32.949 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:32 smithi135 bash[24787]: cluster 2024-09-18T08:30:31.550654+0000 mgr.smithi079.dmaxqe (mgr.14205) 474 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:32.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:32 smithi135 bash[24787]: cluster 2024-09-18T08:30:31.550654+0000 mgr.smithi079.dmaxqe (mgr.14205) 474 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:33.949 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:33 smithi135 bash[24787]: audit 2024-09-18T08:30:32.730909+0000 mon.smithi079 (mon.0) 1057 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:30:33.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:33 smithi135 bash[24787]: audit 2024-09-18T08:30:32.730909+0000 mon.smithi079 (mon.0) 1057 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:30:34.092 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:33 smithi079 bash[19997]: audit 2024-09-18T08:30:32.730909+0000 mon.smithi079 (mon.0) 1057 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:30:34.092 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:33 smithi079 bash[19997]: audit 2024-09-18T08:30:32.730909+0000 mon.smithi079 (mon.0) 1057 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:30:34.949 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:34 smithi135 bash[24787]: cluster 2024-09-18T08:30:33.551684+0000 mgr.smithi079.dmaxqe (mgr.14205) 475 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:30:34.949 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:34 smithi135 bash[24787]: cluster 2024-09-18T08:30:33.551684+0000 mgr.smithi079.dmaxqe (mgr.14205) 475 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:30:35.081 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:30:35.104 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:34 smithi079 bash[19997]: cluster 2024-09-18T08:30:33.551684+0000 mgr.smithi079.dmaxqe (mgr.14205) 475 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:30:35.104 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:34 smithi079 bash[19997]: cluster 2024-09-18T08:30:33.551684+0000 mgr.smithi079.dmaxqe (mgr.14205) 475 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:30:36.838 INFO:teuthology.orchestra.run.smithi079.stdout:HOST ADDR LABELS STATUS 2024-09-18T08:30:36.838 INFO:teuthology.orchestra.run.smithi079.stdout:smithi079 172.21.15.79 2024-09-18T08:30:36.838 INFO:teuthology.orchestra.run.smithi079.stdout:smithi135 172.21.15.135 2024-09-18T08:30:36.838 INFO:teuthology.orchestra.run.smithi079.stdout:2 hosts in cluster 2024-09-18T08:30:36.849 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:36 smithi079 bash[19997]: cluster 2024-09-18T08:30:35.552462+0000 mgr.smithi079.dmaxqe (mgr.14205) 476 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:36.849 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:36 smithi079 bash[19997]: cluster 2024-09-18T08:30:35.552462+0000 mgr.smithi079.dmaxqe (mgr.14205) 476 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:36.949 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:36 smithi135 bash[24787]: cluster 2024-09-18T08:30:35.552462+0000 mgr.smithi079.dmaxqe (mgr.14205) 476 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:36.949 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:36 smithi135 bash[24787]: cluster 2024-09-18T08:30:35.552462+0000 mgr.smithi079.dmaxqe (mgr.14205) 476 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:37.583 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- bash -c 'ceph orch device ls' 2024-09-18T08:30:37.854 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:37 smithi079 bash[19997]: audit 2024-09-18T08:30:36.841429+0000 mgr.smithi079.dmaxqe (mgr.14205) 477 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:30:37.854 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:37 smithi079 bash[19997]: audit 2024-09-18T08:30:36.841429+0000 mgr.smithi079.dmaxqe (mgr.14205) 477 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:30:37.949 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:37 smithi135 bash[24787]: audit 2024-09-18T08:30:36.841429+0000 mgr.smithi079.dmaxqe (mgr.14205) 477 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:30:37.949 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:37 smithi135 bash[24787]: audit 2024-09-18T08:30:36.841429+0000 mgr.smithi079.dmaxqe (mgr.14205) 477 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:30:38.949 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:38 smithi135 bash[24787]: cluster 2024-09-18T08:30:37.553434+0000 mgr.smithi079.dmaxqe (mgr.14205) 478 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:38.949 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:38 smithi135 bash[24787]: cluster 2024-09-18T08:30:37.553434+0000 mgr.smithi079.dmaxqe (mgr.14205) 478 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:39.104 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:38 smithi079 bash[19997]: cluster 2024-09-18T08:30:37.553434+0000 mgr.smithi079.dmaxqe (mgr.14205) 478 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:39.104 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:38 smithi079 bash[19997]: cluster 2024-09-18T08:30:37.553434+0000 mgr.smithi079.dmaxqe (mgr.14205) 478 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:40.949 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:40 smithi135 bash[24787]: cluster 2024-09-18T08:30:39.554374+0000 mgr.smithi079.dmaxqe (mgr.14205) 479 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:40.949 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:40 smithi135 bash[24787]: cluster 2024-09-18T08:30:39.554374+0000 mgr.smithi079.dmaxqe (mgr.14205) 479 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:41.104 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:40 smithi079 bash[19997]: cluster 2024-09-18T08:30:39.554374+0000 mgr.smithi079.dmaxqe (mgr.14205) 479 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:41.104 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:40 smithi079 bash[19997]: cluster 2024-09-18T08:30:39.554374+0000 mgr.smithi079.dmaxqe (mgr.14205) 479 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:42.441 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:30:42.854 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:42 smithi079 bash[19997]: cluster 2024-09-18T08:30:41.555258+0000 mgr.smithi079.dmaxqe (mgr.14205) 480 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:42.854 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:42 smithi079 bash[19997]: cluster 2024-09-18T08:30:41.555258+0000 mgr.smithi079.dmaxqe (mgr.14205) 480 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:42.949 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:42 smithi135 bash[24787]: cluster 2024-09-18T08:30:41.555258+0000 mgr.smithi079.dmaxqe (mgr.14205) 480 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:42.949 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:42 smithi135 bash[24787]: cluster 2024-09-18T08:30:41.555258+0000 mgr.smithi079.dmaxqe (mgr.14205) 480 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:44.058 INFO:teuthology.orchestra.run.smithi079.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-09-18T08:30:44.058 INFO:teuthology.orchestra.run.smithi079.stdout:smithi079 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT6204013G400BGN 372G No 4m ago Has a FileSystem, LVM detected 2024-09-18T08:30:44.058 INFO:teuthology.orchestra.run.smithi079.stdout:smithi079 /dev/nvme1n1 ssd Linux_775ce908e7aff35036aa 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-18T08:30:44.058 INFO:teuthology.orchestra.run.smithi079.stdout:smithi079 /dev/nvme2n1 ssd Linux_fef44278e7da57a3fd93 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-18T08:30:44.058 INFO:teuthology.orchestra.run.smithi079.stdout:smithi079 /dev/nvme3n1 ssd Linux_ddc1bd13ef18420f70a1 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-18T08:30:44.058 INFO:teuthology.orchestra.run.smithi079.stdout:smithi079 /dev/nvme4n1 ssd Linux_c8687f71430bd2a08661 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-18T08:30:44.058 INFO:teuthology.orchestra.run.smithi079.stdout:smithi135 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620401BA400BGN 372G No 4m ago Has a FileSystem, LVM detected 2024-09-18T08:30:44.058 INFO:teuthology.orchestra.run.smithi079.stdout:smithi135 /dev/nvme1n1 ssd Linux_fd22fc076e4e0160bdfc 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-18T08:30:44.058 INFO:teuthology.orchestra.run.smithi079.stdout:smithi135 /dev/nvme2n1 ssd Linux_a7fa7bbd06ced2d2a4cc 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-18T08:30:44.059 INFO:teuthology.orchestra.run.smithi079.stdout:smithi135 /dev/nvme3n1 ssd Linux_29161d49dcb35e95afaf 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-18T08:30:44.059 INFO:teuthology.orchestra.run.smithi079.stdout:smithi135 /dev/nvme4n1 ssd Linux_6361be2fbfda54877130 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-18T08:30:44.829 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7fb7b56dbae911c82c9a0310bb8cf8c37e8363e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 331e14a2-7596-11ef-bceb-c7b262605968 -- bash -c 'ceph orch ls | grep '"'"'^osd.all-available-devices '"'"'' 2024-09-18T08:30:44.949 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:44 smithi135 bash[24787]: cluster 2024-09-18T08:30:43.556094+0000 mgr.smithi079.dmaxqe (mgr.14205) 481 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:30:44.949 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:44 smithi135 bash[24787]: cluster 2024-09-18T08:30:43.556094+0000 mgr.smithi079.dmaxqe (mgr.14205) 481 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:30:44.949 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:44 smithi135 bash[24787]: audit 2024-09-18T08:30:44.054457+0000 mgr.smithi079.dmaxqe (mgr.14205) 482 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:30:44.949 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:44 smithi135 bash[24787]: audit 2024-09-18T08:30:44.054457+0000 mgr.smithi079.dmaxqe (mgr.14205) 482 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:30:45.104 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:44 smithi079 bash[19997]: cluster 2024-09-18T08:30:43.556094+0000 mgr.smithi079.dmaxqe (mgr.14205) 481 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:30:45.104 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:44 smithi079 bash[19997]: cluster 2024-09-18T08:30:43.556094+0000 mgr.smithi079.dmaxqe (mgr.14205) 481 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-18T08:30:45.104 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:44 smithi079 bash[19997]: audit 2024-09-18T08:30:44.054457+0000 mgr.smithi079.dmaxqe (mgr.14205) 482 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:30:45.104 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:44 smithi079 bash[19997]: audit 2024-09-18T08:30:44.054457+0000 mgr.smithi079.dmaxqe (mgr.14205) 482 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:30:46.949 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:46 smithi135 bash[24787]: cluster 2024-09-18T08:30:45.556815+0000 mgr.smithi079.dmaxqe (mgr.14205) 483 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:46.949 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:46 smithi135 bash[24787]: cluster 2024-09-18T08:30:45.556815+0000 mgr.smithi079.dmaxqe (mgr.14205) 483 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:46.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:46 smithi079 bash[19997]: cluster 2024-09-18T08:30:45.556815+0000 mgr.smithi079.dmaxqe (mgr.14205) 483 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:46.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:46 smithi079 bash[19997]: cluster 2024-09-18T08:30:45.556815+0000 mgr.smithi079.dmaxqe (mgr.14205) 483 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:48.949 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:48 smithi135 bash[24787]: cluster 2024-09-18T08:30:47.557925+0000 mgr.smithi079.dmaxqe (mgr.14205) 484 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:48.949 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:48 smithi135 bash[24787]: cluster 2024-09-18T08:30:47.557925+0000 mgr.smithi079.dmaxqe (mgr.14205) 484 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:48.949 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:48 smithi135 bash[24787]: audit 2024-09-18T08:30:47.731592+0000 mon.smithi079 (mon.0) 1058 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:30:48.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:48 smithi135 bash[24787]: audit 2024-09-18T08:30:47.731592+0000 mon.smithi079 (mon.0) 1058 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:30:49.104 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:48 smithi079 bash[19997]: cluster 2024-09-18T08:30:47.557925+0000 mgr.smithi079.dmaxqe (mgr.14205) 484 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:49.104 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:48 smithi079 bash[19997]: cluster 2024-09-18T08:30:47.557925+0000 mgr.smithi079.dmaxqe (mgr.14205) 484 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:49.104 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:48 smithi079 bash[19997]: audit 2024-09-18T08:30:47.731592+0000 mon.smithi079 (mon.0) 1058 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:30:49.104 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:48 smithi079 bash[19997]: audit 2024-09-18T08:30:47.731592+0000 mon.smithi079 (mon.0) 1058 : audit [DBG] from='mgr.14205 172.21.15.79:0/3675808754' entity='mgr.smithi079.dmaxqe' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-18T08:30:49.677 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/mon.smithi079/config 2024-09-18T08:30:50.930 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:50 smithi079 bash[19997]: cluster 2024-09-18T08:30:49.558893+0000 mgr.smithi079.dmaxqe (mgr.14205) 485 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:50.930 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:50 smithi079 bash[19997]: cluster 2024-09-18T08:30:49.558893+0000 mgr.smithi079.dmaxqe (mgr.14205) 485 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:50.949 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:50 smithi135 bash[24787]: cluster 2024-09-18T08:30:49.558893+0000 mgr.smithi079.dmaxqe (mgr.14205) 485 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:50.949 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:50 smithi135 bash[24787]: cluster 2024-09-18T08:30:49.558893+0000 mgr.smithi079.dmaxqe (mgr.14205) 485 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 608 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-18T08:30:51.286 INFO:teuthology.orchestra.run.smithi079.stdout:osd.all-available-devices 8 42s ago 9m * 2024-09-18T08:30:51.949 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:51 smithi135 bash[24787]: audit 2024-09-18T08:30:51.260119+0000 mgr.smithi079.dmaxqe (mgr.14205) 486 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:30:51.949 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:51 smithi135 bash[24787]: audit 2024-09-18T08:30:51.260119+0000 mgr.smithi079.dmaxqe (mgr.14205) 486 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:30:52.057 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:51 smithi079 bash[19997]: audit 2024-09-18T08:30:51.260119+0000 mgr.smithi079.dmaxqe (mgr.14205) 486 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:30:52.057 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:51 smithi079 bash[19997]: audit 2024-09-18T08:30:51.260119+0000 mgr.smithi079.dmaxqe (mgr.14205) 486 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T08:30:52.059 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-09-18T08:30:52.074 INFO:tasks.vip:Removing 10.0.15.79 (and any VIPs) on smithi079.front.sepia.ceph.com iface enp3s0f1... 2024-09-18T08:30:52.074 DEBUG:teuthology.orchestra.run.smithi079:> sudo ip addr del 10.0.15.79/16 dev enp3s0f1 2024-09-18T08:30:52.089 DEBUG:teuthology.orchestra.run.smithi079:> sudo ip addr del 10.0.31.79/16 dev enp3s0f1 2024-09-18T08:30:52.145 INFO:tasks.vip:Removing 10.0.15.135 (and any VIPs) on smithi135.front.sepia.ceph.com iface enp3s0f1... 2024-09-18T08:30:52.145 DEBUG:teuthology.orchestra.run.smithi135:> sudo ip addr del 10.0.15.135/16 dev enp3s0f1 2024-09-18T08:30:52.161 DEBUG:teuthology.orchestra.run.smithi135:> sudo ip addr del 10.0.31.79/16 dev enp3s0f1 2024-09-18T08:30:52.214 INFO:teuthology.orchestra.run.smithi135.stderr:RTNETLINK answers: Cannot assign requested address 2024-09-18T08:30:52.215 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-18T08:30:52.215 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-18T08:30:52.230 INFO:tasks.cephadm:Teardown begin 2024-09-18T08:30:52.231 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-18T08:30:52.245 DEBUG:teuthology.orchestra.run.smithi135:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-18T08:30:52.272 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-18T08:30:52.272 DEBUG:teuthology.orchestra.run.smithi079:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-18T08:30:52.292 DEBUG:teuthology.orchestra.run.smithi135:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-18T08:30:52.319 INFO:tasks.cephadm:Stopping all daemons... 2024-09-18T08:30:52.320 INFO:tasks.cephadm.mon.smithi079:Stopping mon.smithi079... 2024-09-18T08:30:52.320 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-331e14a2-7596-11ef-bceb-c7b262605968@mon.smithi079 2024-09-18T08:30:52.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:52 smithi079 systemd[1]: Stopping Ceph mon.smithi079 for 331e14a2-7596-11ef-bceb-c7b262605968... 2024-09-18T08:30:52.603 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:52 smithi079 bash[19997]: debug 2024-09-18T08:30:52.483+0000 7fe9aee85640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi079 -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-18T08:30:52.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 18 08:30:52 smithi079 bash[19997]: debug 2024-09-18T08:30:52.483+0000 7fe9aee85640 -1 mon.smithi079@0(leader) e2 *** Got Signal Terminated *** 2024-09-18T08:30:53.533 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-331e14a2-7596-11ef-bceb-c7b262605968@mon.smithi079.service' 2024-09-18T08:30:53.573 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-18T08:30:53.574 INFO:tasks.cephadm.mon.smithi079:Stopped mon.smithi079 2024-09-18T08:30:53.574 INFO:tasks.cephadm.mon.smithi135:Stopping mon.smithi135... 2024-09-18T08:30:53.574 DEBUG:teuthology.orchestra.run.smithi135:> sudo systemctl stop ceph-331e14a2-7596-11ef-bceb-c7b262605968@mon.smithi135 2024-09-18T08:30:53.786 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:53 smithi135 systemd[1]: Stopping Ceph mon.smithi135 for 331e14a2-7596-11ef-bceb-c7b262605968... 2024-09-18T08:30:53.786 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:53 smithi135 bash[24787]: debug 2024-09-18T08:30:53.703+0000 7ff700d65640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi135 -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-18T08:30:53.786 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Sep 18 08:30:53 smithi135 bash[24787]: debug 2024-09-18T08:30:53.707+0000 7ff700d65640 -1 mon.smithi135@1(peon) e2 *** Got Signal Terminated *** 2024-09-18T08:30:54.553 DEBUG:teuthology.orchestra.run.smithi135:> sudo pkill -f 'journalctl -f -n 0 -u ceph-331e14a2-7596-11ef-bceb-c7b262605968@mon.smithi135.service' 2024-09-18T08:30:54.605 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-18T08:30:54.605 INFO:tasks.cephadm.mon.smithi135:Stopped mon.smithi135 2024-09-18T08:30:54.605 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 331e14a2-7596-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-18T08:30:54.791 INFO:teuthology.orchestra.run.smithi079.stdout:Deleting cluster with fsid: 331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:32:00.248 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 331e14a2-7596-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-18T08:32:00.436 INFO:teuthology.orchestra.run.smithi135.stdout:Deleting cluster with fsid: 331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:32:53.127 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-18T08:32:53.141 DEBUG:teuthology.orchestra.run.smithi135:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-18T08:32:53.154 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-18T08:32:53.155 DEBUG:teuthology.misc:Transferring archived files from smithi079:/var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-18_06:59:44-orch:cephadm-wip-guits-main-2024-09-17-1213-distro-default-smithi/7910373/remote/smithi079/crash 2024-09-18T08:32:53.156 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/crash -- . 2024-09-18T08:32:53.196 INFO:teuthology.orchestra.run.smithi079.stderr:tar: /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-18T08:32:53.196 INFO:teuthology.orchestra.run.smithi079.stderr:tar: Error is not recoverable: exiting now 2024-09-18T08:32:53.198 DEBUG:teuthology.misc:Transferring archived files from smithi135:/var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-18_06:59:44-orch:cephadm-wip-guits-main-2024-09-17-1213-distro-default-smithi/7910373/remote/smithi135/crash 2024-09-18T08:32:53.199 DEBUG:teuthology.orchestra.run.smithi135:> sudo tar c -f - -C /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/crash -- . 2024-09-18T08:32:53.209 INFO:teuthology.orchestra.run.smithi135.stderr:tar: /var/lib/ceph/331e14a2-7596-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-18T08:32:53.209 INFO:teuthology.orchestra.run.smithi135.stderr:tar: Error is not recoverable: exiting now 2024-09-18T08:32:53.211 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-18T08:32:53.211 DEBUG:teuthology.orchestra.run.smithi079:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/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-18T08:32:53.255 INFO:tasks.cephadm:Compressing logs... 2024-09-18T08:32:53.255 DEBUG:teuthology.orchestra.run.smithi079:> 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-18T08:32:53.298 DEBUG:teuthology.orchestra.run.smithi135:> 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-18T08:32:53.306 INFO:teuthology.orchestra.run.smithi079.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-18T08:32:53.310 INFO:teuthology.orchestra.run.smithi135.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-18T08:32:53.311 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-18T08:32:53.313 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-mgr.smithi079.dmaxqe.log 2024-09-18T08:32:53.314 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-client.ceph-exporter.smithi079.log 2024-09-18T08:32:53.314 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-mgr.smithi079.dmaxqe.log: gzip -5 --verbose -- /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-osd.7.log 2024-09-18T08:32:53.314 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-client.ceph-exporter.smithi079.log: gzip -5 --verbose -- /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-18T08:32:53.314 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-osd.3.log 2024-09-18T08:32:53.314 INFO:teuthology.orchestra.run.smithi079.stderr: 94.1% -- replaced with /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-client.ceph-exporter.smithi079.log.gz 2024-09-18T08:32:53.316 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-osd.5.log 2024-09-18T08:32:53.316 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-osd.1.log 2024-09-18T08:32:53.316 INFO:teuthology.orchestra.run.smithi079.stderr: 84.5% -- replaced with /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-18T08:32:53.316 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph.log 2024-09-18T08:32:53.318 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-mon.smithi079.log 2024-09-18T08:32:53.318 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-18T08:32:53.318 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-mon.smithi079.log: 88.2% -- replaced with /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-18T08:32:53.319 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-18T08:32:53.325 INFO:teuthology.orchestra.run.smithi135.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-18T08:32:53.325 INFO:teuthology.orchestra.run.smithi135.stderr:gzip -5 --verbose -- /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-osd.0.log 2024-09-18T08:32:53.325 INFO:teuthology.orchestra.run.smithi135.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-osd.2.log 2024-09-18T08:32:53.326 INFO:teuthology.orchestra.run.smithi135.stderr:/var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-osd.6.log 2024-09-18T08:32:53.327 INFO:teuthology.orchestra.run.smithi135.stderr:gzip -5 --verbose -- /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-mon.smithi135.log 2024-09-18T08:32:53.327 INFO:teuthology.orchestra.run.smithi135.stderr:/var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-osd.2.log: /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-18T08:32:53.327 INFO:teuthology.orchestra.run.smithi135.stderr:/var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-mon.smithi135.log: gzip -5 --verbose -- /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-mgr.smithi135.vlchji.log 2024-09-18T08:32:53.328 INFO:teuthology.orchestra.run.smithi135.stderr:gzip/var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph.cephadm.log: -5 --verbose -- /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph.log 2024-09-18T08:32:53.329 INFO:teuthology.orchestra.run.smithi135.stderr:/var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-mgr.smithi135.vlchji.log: 83.6% -- replaced with /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 90.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-18T08:32:53.329 INFO:teuthology.orchestra.run.smithi135.stderr:gzip -5 --verbose -- /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-18T08:32:53.330 INFO:teuthology.orchestra.run.smithi135.stderr: 2024-09-18T08:32:53.330 INFO:teuthology.orchestra.run.smithi135.stderr:/var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-18T08:32:53.330 INFO:teuthology.orchestra.run.smithi135.stderr:/var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-client.ceph-exporter.smithi135.log 2024-09-18T08:32:53.330 INFO:teuthology.orchestra.run.smithi135.stderr:/var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph.audit.log: 88.1% -- replaced with /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-18T08:32:53.331 INFO:teuthology.orchestra.run.smithi135.stderr:gzip -5 --verbose -- /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-osd.4.log 2024-09-18T08:32:53.331 INFO:teuthology.orchestra.run.smithi135.stderr:/var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-client.ceph-exporter.smithi135.log: 28.9% -- replaced with /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-client.ceph-exporter.smithi135.log.gz 2024-09-18T08:32:53.332 INFO:teuthology.orchestra.run.smithi135.stderr:gzip -5 --verbose -- /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-mds.foofs.smithi135.hisqak.log 2024-09-18T08:32:53.333 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-mds.foofs.smithi079.uwgvxp.log 2024-09-18T08:32:53.333 INFO:teuthology.orchestra.run.smithi135.stderr:/var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-osd.4.log: 91.4% -- replaced with /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-18T08:32:53.335 INFO:teuthology.orchestra.run.smithi135.stderr:/var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-mds.foofs.smithi135.hisqak.log: 92.0% -- replaced with /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-mgr.smithi135.vlchji.log.gz 2024-09-18T08:32:53.335 INFO:teuthology.orchestra.run.smithi135.stderr: 86.9% -- replaced with /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-mds.foofs.smithi135.hisqak.log.gz 2024-09-18T08:32:53.336 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph.audit.log: 91.3% -- replaced with /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-18T08:32:53.338 INFO:teuthology.orchestra.run.smithi079.stderr: 91.4% -- replaced with /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-18T08:32:53.339 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-mds.foofs.smithi079.uwgvxp.log: 78.5% -- replaced with /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-mds.foofs.smithi079.uwgvxp.log.gz 2024-09-18T08:32:53.346 INFO:teuthology.orchestra.run.smithi135.stderr: 91.5% -- replaced with /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-18T08:32:53.347 INFO:teuthology.orchestra.run.smithi079.stderr: 91.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-18T08:32:53.443 INFO:teuthology.orchestra.run.smithi135.stderr: 92.8% -- replaced with /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-mon.smithi135.log.gz 2024-09-18T08:32:53.523 INFO:teuthology.orchestra.run.smithi079.stderr: 89.3% -- replaced with /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-mgr.smithi079.dmaxqe.log.gz 2024-09-18T08:32:53.524 INFO:teuthology.orchestra.run.smithi079.stderr: 93.1% -- replaced with /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-osd.5.log.gz 2024-09-18T08:32:53.543 INFO:teuthology.orchestra.run.smithi135.stderr: 93.3% -- replaced with /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-osd.2.log.gz 2024-09-18T08:32:53.546 INFO:teuthology.orchestra.run.smithi135.stderr: 93.1% -- replaced with /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-osd.0.log.gz 2024-09-18T08:32:53.562 INFO:teuthology.orchestra.run.smithi079.stderr: 93.2% -- replaced with /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-osd.1.log.gz 2024-09-18T08:32:53.565 INFO:teuthology.orchestra.run.smithi135.stderr: 92.9% -- replaced with /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-osd.4.log.gz 2024-09-18T08:32:53.581 INFO:teuthology.orchestra.run.smithi079.stderr: 93.0% -- replaced with /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-osd.7.log.gz 2024-09-18T08:32:53.588 INFO:teuthology.orchestra.run.smithi135.stderr: 93.0% -- replaced with /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-osd.6.log.gz 2024-09-18T08:32:53.590 INFO:teuthology.orchestra.run.smithi135.stderr: 2024-09-18T08:32:53.590 INFO:teuthology.orchestra.run.smithi135.stderr:real 0m0.287s 2024-09-18T08:32:53.590 INFO:teuthology.orchestra.run.smithi135.stderr:user 0m1.043s 2024-09-18T08:32:53.590 INFO:teuthology.orchestra.run.smithi135.stderr:sys 0m0.065s 2024-09-18T08:32:53.600 INFO:teuthology.orchestra.run.smithi079.stderr: 93.3% -- replaced with /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-osd.3.log.gz 2024-09-18T08:32:53.755 INFO:teuthology.orchestra.run.smithi079.stderr: 90.9% -- replaced with /var/log/ceph/331e14a2-7596-11ef-bceb-c7b262605968/ceph-mon.smithi079.log.gz 2024-09-18T08:32:53.756 INFO:teuthology.orchestra.run.smithi079.stderr: 2024-09-18T08:32:53.756 INFO:teuthology.orchestra.run.smithi079.stderr:real 0m0.457s 2024-09-18T08:32:53.756 INFO:teuthology.orchestra.run.smithi079.stderr:user 0m1.678s 2024-09-18T08:32:53.757 INFO:teuthology.orchestra.run.smithi079.stderr:sys 0m0.065s 2024-09-18T08:32:53.758 INFO:tasks.cephadm:Archiving logs... 2024-09-18T08:32:53.758 DEBUG:teuthology.misc:Transferring archived files from smithi079:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-18_06:59:44-orch:cephadm-wip-guits-main-2024-09-17-1213-distro-default-smithi/7910373/remote/smithi079/log 2024-09-18T08:32:53.759 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-18T08:32:54.010 DEBUG:teuthology.misc:Transferring archived files from smithi135:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-18_06:59:44-orch:cephadm-wip-guits-main-2024-09-17-1213-distro-default-smithi/7910373/remote/smithi135/log 2024-09-18T08:32:54.011 DEBUG:teuthology.orchestra.run.smithi135:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-18T08:32:54.177 INFO:tasks.cephadm:Removing cluster... 2024-09-18T08:32:54.177 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 331e14a2-7596-11ef-bceb-c7b262605968 --force 2024-09-18T08:32:54.349 INFO:teuthology.orchestra.run.smithi079.stdout:Deleting cluster with fsid: 331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:32:55.470 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 331e14a2-7596-11ef-bceb-c7b262605968 --force 2024-09-18T08:32:55.655 INFO:teuthology.orchestra.run.smithi135.stdout:Deleting cluster with fsid: 331e14a2-7596-11ef-bceb-c7b262605968 2024-09-18T08:32:56.773 INFO:tasks.cephadm:Removing cephadm ... 2024-09-18T08:32:56.774 DEBUG:teuthology.orchestra.run.smithi079:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-18T08:32:56.781 DEBUG:teuthology.orchestra.run.smithi135:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-18T08:32:56.786 INFO:tasks.cephadm:Teardown complete 2024-09-18T08:32:56.786 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-09-18T08:32:56.798 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi079:/dev/vg_nvme/lv_1... 2024-09-18T08:32:56.798 DEBUG:teuthology.orchestra.run.smithi079:> sudo nvme disconnect -n lv_1 2024-09-18T08:32:57.085 INFO:teuthology.orchestra.run.smithi079.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-09-18T08:32:57.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T08:32:57.086 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi079:/dev/vg_nvme/lv_2... 2024-09-18T08:32:57.086 DEBUG:teuthology.orchestra.run.smithi079:> sudo nvme disconnect -n lv_2 2024-09-18T08:32:57.356 INFO:teuthology.orchestra.run.smithi079.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-09-18T08:32:57.358 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T08:32:57.358 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi079:/dev/vg_nvme/lv_3... 2024-09-18T08:32:57.359 DEBUG:teuthology.orchestra.run.smithi079:> sudo nvme disconnect -n lv_3 2024-09-18T08:32:57.641 INFO:teuthology.orchestra.run.smithi079.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-09-18T08:32:57.642 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T08:32:57.642 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi079:/dev/vg_nvme/lv_4... 2024-09-18T08:32:57.642 DEBUG:teuthology.orchestra.run.smithi079:> sudo nvme disconnect -n lv_4 2024-09-18T08:32:57.905 INFO:teuthology.orchestra.run.smithi079.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-09-18T08:32:57.906 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T08:32:57.906 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-18T08:32:57.907 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/scratch_devs 2024-09-18T08:32:57.921 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi135:/dev/vg_nvme/lv_1... 2024-09-18T08:32:57.921 DEBUG:teuthology.orchestra.run.smithi135:> sudo nvme disconnect -n lv_1 2024-09-18T08:32:58.176 INFO:teuthology.orchestra.run.smithi135.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-09-18T08:32:58.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T08:32:58.178 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi135:/dev/vg_nvme/lv_2... 2024-09-18T08:32:58.178 DEBUG:teuthology.orchestra.run.smithi135:> sudo nvme disconnect -n lv_2 2024-09-18T08:32:58.432 INFO:teuthology.orchestra.run.smithi135.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-09-18T08:32:58.433 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T08:32:58.433 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi135:/dev/vg_nvme/lv_3... 2024-09-18T08:32:58.434 DEBUG:teuthology.orchestra.run.smithi135:> sudo nvme disconnect -n lv_3 2024-09-18T08:32:58.680 INFO:teuthology.orchestra.run.smithi135.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-09-18T08:32:58.681 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T08:32:58.681 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi135:/dev/vg_nvme/lv_4... 2024-09-18T08:32:58.681 DEBUG:teuthology.orchestra.run.smithi135:> sudo nvme disconnect -n lv_4 2024-09-18T08:32:58.940 INFO:teuthology.orchestra.run.smithi135.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-09-18T08:32:58.941 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T08:32:58.941 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2024-09-18T08:32:58.941 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/scratch_devs 2024-09-18T08:32:58.955 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-18T08:32:58.965 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-18T08:32:58.965 DEBUG:teuthology.orchestra.run.smithi079:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-18T08:32:58.967 DEBUG:teuthology.orchestra.run.smithi135:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-18T08:32:58.977 INFO:teuthology.orchestra.run.smithi079.stdout: remote refid st t when poll reach delay offset jitter 2024-09-18T08:32:58.977 INFO:teuthology.orchestra.run.smithi079.stdout:============================================================================== 2024-09-18T08:32:58.977 INFO:teuthology.orchestra.run.smithi079.stdout:+hv01.front.sepi 67.205.162.81 3 u 48 64 377 0.085 -2.092 1.701 2024-09-18T08:32:58.977 INFO:teuthology.orchestra.run.smithi079.stdout:*hv02.front.sepi 96.245.170.99 3 u 46 64 377 0.101 -3.883 1.617 2024-09-18T08:32:58.977 INFO:teuthology.orchestra.run.smithi079.stdout:+hv03.front.sepi 74.6.168.72 3 u 55 64 377 0.055 -4.346 1.438 2024-09-18T08:32:58.977 INFO:teuthology.orchestra.run.smithi079.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-18T08:32:59.011 INFO:teuthology.orchestra.run.smithi135.stdout: remote refid st t when poll reach delay offset jitter 2024-09-18T08:32:59.011 INFO:teuthology.orchestra.run.smithi135.stdout:============================================================================== 2024-09-18T08:32:59.011 INFO:teuthology.orchestra.run.smithi135.stdout:+hv01.front.sepi 67.205.162.81 3 u 55 64 377 0.096 -2.747 1.082 2024-09-18T08:32:59.012 INFO:teuthology.orchestra.run.smithi135.stdout:*hv02.front.sepi 96.245.170.99 3 u 56 64 377 0.101 -4.675 1.003 2024-09-18T08:32:59.012 INFO:teuthology.orchestra.run.smithi135.stdout:+hv03.front.sepi 74.6.168.72 3 u 47 64 377 0.086 -4.847 1.111 2024-09-18T08:32:59.012 INFO:teuthology.orchestra.run.smithi135.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-18T08:32:59.013 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-18T08:32:59.022 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-18T08:32:59.022 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-18T08:32:59.074 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-18T08:32:59.123 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-18T08:32:59.177 INFO:teuthology.task.internal:Duration was 1499.340827 seconds 2024-09-18T08:32:59.178 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-18T08:32:59.224 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-18T08:32:59.224 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-18T08:32:59.227 DEBUG:teuthology.orchestra.run.smithi135:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-18T08:32:59.267 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-18T08:32:59.267 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi079.front.sepia.ceph.com 2024-09-18T08:32:59.267 DEBUG:teuthology.orchestra.run.smithi079:> 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-18T08:32:59.313 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi135.front.sepia.ceph.com 2024-09-18T08:32:59.313 DEBUG:teuthology.orchestra.run.smithi135:> 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-18T08:32:59.323 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-18T08:32:59.323 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-18T08:32:59.357 DEBUG:teuthology.orchestra.run.smithi135:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-18T08:32:59.410 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-18T08:32:59.411 DEBUG:teuthology.orchestra.run.smithi079:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-18T08:32:59.413 DEBUG:teuthology.orchestra.run.smithi135:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-18T08:32:59.560 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-18T08:32:59.573 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-18T08:32:59.573 DEBUG:teuthology.orchestra.run.smithi079:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-18T08:32:59.585 DEBUG:teuthology.orchestra.run.smithi135:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-18T08:32:59.596 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-18T08:32:59.606 DEBUG:teuthology.orchestra.run.smithi079:> 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-18T08:32:59.629 DEBUG:teuthology.orchestra.run.smithi135:> 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-18T08:32:59.637 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = core 2024-09-18T08:32:59.650 INFO:teuthology.orchestra.run.smithi135.stdout:kernel.core_pattern = core 2024-09-18T08:32:59.682 DEBUG:teuthology.orchestra.run.smithi079:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-18T08:32:59.703 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T08:32:59.704 DEBUG:teuthology.orchestra.run.smithi135:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-18T08:32:59.727 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T08:32:59.727 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-18T08:32:59.744 INFO:teuthology.task.internal:Transferring archived files... 2024-09-18T08:32:59.745 DEBUG:teuthology.misc:Transferring archived files from smithi079:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-18_06:59:44-orch:cephadm-wip-guits-main-2024-09-17-1213-distro-default-smithi/7910373/remote/smithi079 2024-09-18T08:32:59.745 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-18T08:32:59.773 DEBUG:teuthology.misc:Transferring archived files from smithi135:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-18_06:59:44-orch:cephadm-wip-guits-main-2024-09-17-1213-distro-default-smithi/7910373/remote/smithi135 2024-09-18T08:32:59.774 DEBUG:teuthology.orchestra.run.smithi135:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-18T08:32:59.796 INFO:teuthology.task.internal:Removing archive directory... 2024-09-18T08:32:59.797 DEBUG:teuthology.orchestra.run.smithi079:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-18T08:32:59.809 DEBUG:teuthology.orchestra.run.smithi135:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-18T08:32:59.840 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-18T08:32:59.852 INFO:teuthology.task.internal:Not uploading archives. 2024-09-18T08:32:59.852 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-18T08:32:59.882 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-18T08:32:59.882 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-18T08:32:59.885 DEBUG:teuthology.orchestra.run.smithi135:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-18T08:32:59.888 INFO:teuthology.orchestra.run.smithi079.stdout: 658466 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 18 08:32 /home/ubuntu/cephtest 2024-09-18T08:32:59.890 INFO:teuthology.orchestra.run.smithi135.stdout: 658632 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 18 08:32 /home/ubuntu/cephtest 2024-09-18T08:32:59.891 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-18T08:32:59.942 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-18T08:33:00.044 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: 1499.3408267498016 owner: scheduled_gabrioux@teuthology success: true 2024-09-18T08:33:00.045 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-18T08:33:00.131 INFO:teuthology.run:pass